grim/guifications3

Parents 3e58b265ac31
Children 7f179936a42f
tell libtool that our language is C where apporiate, doing this one at a time was getting tedious
--- a/gflib-unix/configure.ac Tue Oct 27 01:20:26 2009 -0500
+++ b/gflib-unix/configure.ac Tue Oct 27 01:23:10 2009 -0500
@@ -33,7 +33,8 @@
dnl #######################################################################
dnl # Setup libtool
dnl #######################################################################
-AM_PROG_LIBTOOL
+LT_INIT
+LT_LANG([C])
LIBTOOL="$LIBTOOL --silent"
dnl #######################################################################
--- a/gflib-xmlrpc/configure.ac Tue Oct 27 01:20:26 2009 -0500
+++ b/gflib-xmlrpc/configure.ac Tue Oct 27 01:23:10 2009 -0500
@@ -25,7 +25,8 @@
dnl #######################################################################
dnl # Setup libtool
dnl #######################################################################
-AM_PROG_LIBTOOL
+LT_INIT
+LT_LANG([C])
LIBTOOL="$LIBTOOL --silent"
dnl #######################################################################
--- a/guifications-daemon-mpris/configure.ac Tue Oct 27 01:20:26 2009 -0500
+++ b/guifications-daemon-mpris/configure.ac Tue Oct 27 01:23:10 2009 -0500
@@ -28,7 +28,8 @@
dnl #######################################################################
dnl # Setup libtool
dnl #######################################################################
-AM_PROG_LIBTOOL
+LT_INIT
+LT_LANG([C])
LIBTOOL="$LIBTOOL --silent"
dnl #######################################################################
--- a/guifications-daemon-web/configure.ac Tue Oct 27 01:20:26 2009 -0500
+++ b/guifications-daemon-web/configure.ac Tue Oct 27 01:23:10 2009 -0500
@@ -36,7 +36,8 @@
dnl #######################################################################
dnl # Setup libtool
dnl #######################################################################
-AM_PROG_LIBTOOL
+LT_INIT
+LT_LANG([C])
LIBTOOL="$LIBTOOL --silent"
dnl #######################################################################
--- a/guifications-daemon/configure.ac Tue Oct 27 01:20:26 2009 -0500
+++ b/guifications-daemon/configure.ac Tue Oct 27 01:23:10 2009 -0500
@@ -28,7 +28,8 @@
dnl #######################################################################
dnl # Setup libtool
dnl #######################################################################
-AM_PROG_LIBTOOL
+LT_INIT
+LT_LANG([C])
LIBTOOL="$LIBTOOL --silent"
dnl #######################################################################
--- a/guifications-gtk/configure.ac Tue Oct 27 01:20:26 2009 -0500
+++ b/guifications-gtk/configure.ac Tue Oct 27 01:23:10 2009 -0500
@@ -33,7 +33,8 @@
dnl #######################################################################
dnl # Setup libtool
dnl #######################################################################
-AM_PROG_LIBTOOL
+LT_INIT
+LT_LANG([C])
LIBTOOL="$LIBTOOL --silent"
dnl #######################################################################
--- a/purple-guifications/configure.ac Tue Oct 27 01:20:26 2009 -0500
+++ b/purple-guifications/configure.ac Tue Oct 27 01:23:10 2009 -0500
@@ -35,7 +35,8 @@
dnl #######################################################################
dnl # Setup libtool
dnl #######################################################################
-AM_PROG_LIBTOOL
+LT_INIT
+LT_LANG([C])
LIBTOOL="$LIBTOOL --silent"
dnl #######################################################################
--- a/tools/configure.ac Tue Oct 27 01:20:26 2009 -0500
+++ b/tools/configure.ac Tue Oct 27 01:23:10 2009 -0500
@@ -25,7 +25,8 @@
dnl #######################################################################
dnl # Setup libtool
dnl #######################################################################
-AM_PROG_LIBTOOL
+LT_INIT
+LT_LANG([C])
LIBTOOL="$LIBTOOL --silent"
dnl #######################################################################