From 8cb258d68a842af632236c6c4158af5e4aee78c6 Mon Sep 17 00:00:00 2001
From: fluxgen <fluxgen>
Date: Fri, 16 Jan 2004 10:28:15 +0000
Subject: added ACLOCAL_FLAGS

---
 autogen.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/autogen.sh b/autogen.sh
index 69607cc..1bf14e8 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -13,7 +13,7 @@ dothis() {
 
 libtoolize --copy --force --automake
 rm -f config.cache
-dothis aclocal -I .
+dothis aclocal -I . ${ACLOCAL_FLAGS}
 dothis autoheader
 dothis automake -a
 dothis autoconf
-- 
cgit v0.11.2