[gnio] Pass $ACLOCAL_FLAGS to aclocal



commit bde0168bd33ee7b8d8028effa8cb2fb5b2df6cd6
Author: Alexander Larsson <alexl redhat com>
Date:   Wed Apr 29 12:45:10 2009 +0200

    Pass $ACLOCAL_FLAGS to aclocal
---
 autogen.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/autogen.sh b/autogen.sh
index 0ba78ab..76aa79d 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -13,7 +13,7 @@ fi
 
 gtkdocize --flavour no-tmpl --docdir docs/reference
 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]