ACLOCAL_FLAGS issue
- From: Sergio Villar Senin <svillar igalia com>
- To: tinymail-devel-list gnome org
- Subject: ACLOCAL_FLAGS issue
- Date: Wed, 14 Mar 2007 11:23:12 +0100
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]