From 53757c9dd5c0a03a0d50d1482025bb3beacde46a Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Tue, 23 Feb 2010 23:14:40 -0500 Subject: Use pkg-config. --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index c767daa..a154ad7 100644 --- a/configure.ac +++ b/configure.ac @@ -16,7 +16,7 @@ dnl You should have received a copy of the GNU Lesser General Public dnl License along with this program. If not, see dnl . -AC_PREREQ(2.63) +AC_PREREQ(2.65) AC_INIT(The Sandglass Library, 0.0, tavianator@gmail.com, libsandglass) AM_INIT_AUTOMAKE(libsandglass, 0.0) @@ -61,5 +61,6 @@ dnl Generate Makefiles AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_FILES([Makefile src/Makefile + src/libsandglass.pc tests/Makefile]) AC_OUTPUT -- cgit v1.2.3