ACLOCAL_FLAGS issue



Hi,

building tinymail in Maemo I realized that the configure stage was
completely ignoring my previously set ACLOCAL_FLAGS. The problem was
that the autogen.sh was simply replacing them :-).

Br
Index: autogen.sh
===================================================================
--- autogen.sh	(revision 1721)
+++ autogen.sh	(working copy)
@@ -1,7 +1,7 @@
 #!/bin/sh
 # Run this to generate all the initial makefiles, etc.
 
-export ACLOCAL_FLAGS="-I `pwd`/m4"
+export ACLOCAL_FLAGS="-I `pwd`/m4 $ACLOCAL_FLAGS"
 
 srcdir=`dirname $0`
 test -z "$srcdir" && srcdir=.


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