grim/guifications3

tell libtool that our language is C

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