[gnome-system-log] build: don't override ACLOCAL_FLAGS
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-system-log] build: don't override ACLOCAL_FLAGS
- Date: Tue, 4 Sep 2012 15:54:40 +0000 (UTC)
commit d88ed01db77f0522632907cc537b60bf9c1545c3
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Tue Sep 4 11:51:37 2012 -0400
build: don't override ACLOCAL_FLAGS
Pass on the previous ACLOCAL_FLAGS when running autogen.sh
autogen.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index 88371f4..742c25e 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -5,7 +5,7 @@ srcdir=`dirname $0`
test -z "$srcdir" && srcdir=.
PKG_NAME="GNOME System Log"
-ACLOCAL_FLAGS="-I libgd"
+ACLOCAL_FLAGS="-I libgd $ACLOCAL_FLAGS"
(test -f $srcdir/configure.ac) || {
echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]