gdip-pixbuf-loader r20 - trunk



Author: tml
Date: Tue Feb 19 09:20:43 2008
New Revision: 20
URL: http://svn.gnome.org/viewvc/gdip-pixbuf-loader?rev=20&view=rev

Log:
2008-02-19  Tor Lillqvist  <tml novell com>

	* autogen.sh: Take ACLOCAL_FLAGS into consideration.



Modified:
   trunk/ChangeLog
   trunk/autogen.sh

Modified: trunk/autogen.sh
==============================================================================
--- trunk/autogen.sh	(original)
+++ trunk/autogen.sh	Tue Feb 19 09:20:43 2008
@@ -1,6 +1,11 @@
 #! /bin/sh
 
 # back in the stupidity of autoreconf
+if [ ! -z "$ACLOCAL_FLAGS" ] ; then
+    [ -z "$ACLOCAL" ] && ACLOCAL=aclocal
+    ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS"
+    export ACLOCAL
+fi
 autoreconf -v --install || exit 1
 
 ./configure "$@"



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]