summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2010-12-08 17:51:13 -0500
committerRay Strode <rstrode@redhat.com>2010-12-08 17:51:13 -0500
commit65480ef0bef549a6a45bb36bf1174d112726d601 (patch)
tree13abea11fdfa04ac8cab65e4d467ca8be01bf2a0 /autogen.sh
parenta438138edc758cdee63a259cbe0d9a37acc3fdd8 (diff)
autogen: add support for ACLOCAL_FLAGS
It's not supported natively by aclocal, but used by convention.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index 0a9b9ee..b9df002 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,5 +1,8 @@
#!/bin/sh
+ACLOCAL="aclocal $ACLOCAL_FLAGS"
+export ACLOCAL
+
(cd $(dirname $0);
autoreconf --install --force --symlink --verbose &&
intltoolize --force &&