[gnome-font-viewer] build: don't override ACLOCAL_FLAGS



commit d8b3011685e82bdbec5d6393c1b6d40fd65c5926
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Tue Sep 4 12:02:15 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 3972c79..a0b5dc6 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -5,7 +5,7 @@ srcdir=`dirname $0`
 test -z "$srcdir" && srcdir=.
 
 PKG_NAME="GNOME Font Viewer"
-ACLOCAL_FLAGS="-I libgd"
+ACLOCAL_FLAGS="-I libgd $ACLOCAL_FLAGS"
 
 (test -f $srcdir/configure.ac \
   && test -f $srcdir/src/font-view.c) || {



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