[dconf] Honour ACLOCAL_FLAGS



commit 66c5e449ecfcc5777ef9bffb6095eb6ebde33c05
Author: Ryan Lortie <desrt desrt ca>
Date:   Wed May 19 17:47:02 2010 -0400

    Honour ACLOCAL_FLAGS

 autogen.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index 857505a..541a488 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -10,7 +10,7 @@ if [ "$1" = "clean" ]; then
 fi
 
 libtoolize --automake
-aclocal
+aclocal ${ACLOCAL_FLAGS}
 automake --add-missing --foreign
 autoconf
 



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