grim/guifications3

tell libtool that our language is C

2009-10-27, Gary Kramlich
3e58b265ac31
Parents 3fd6f085df45
Children c72c8c9abc96
tell libtool that our language is C
--- a/gflib-eggdbus/configure.ac Tue Oct 27 01:19:54 2009 -0500
+++ b/gflib-eggdbus/configure.ac Tue Oct 27 01:20:26 2009 -0500
@@ -36,7 +36,8 @@
dnl #######################################################################
dnl # Setup libtool
dnl #######################################################################
-AM_PROG_LIBTOOL
+LT_INIT
+LT_LANG([C])
LIBTOOL="$LIBTOOL --silent"
dnl #######################################################################