grim/guifications3

tell libtool that our language is C

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