grim/guifications3

51604c7a74ae
Parents a742334e232b
Children 96e17aac56b3
correctly tell libtool that our language is C
--- a/gflib/configure.ac Tue Oct 27 01:17:51 2009 -0500
+++ b/gflib/configure.ac Tue Oct 27 01:18:05 2009 -0500
@@ -79,7 +79,8 @@
dnl #######################################################################
dnl # Setup libtool
dnl #######################################################################
-AM_PROG_LIBTOOL
+LT_INIT
+LT_LANG([C])
LIBTOOL="$LIBTOOL --silent"
dnl #######################################################################