summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorTobias Mueller <tobiasmue@gnome.org>2011-03-31 19:06:47 +0200
committerRichard Hughes <richard@hughsie.com>2011-03-31 19:45:24 +0100
commit2cec4b7878c874a44b135a26da4a8ca68902403c (patch)
treeb82ef972d9034cc0550219bd65243ea8263311aa /autogen.sh
parentb458ef8250d01d8372d09574a8143fc86298cd8a (diff)
downloadupower-2cec4b7878c874a44b135a26da4a8ca68902403c.tar.gz
Do not overwrite aclocal flags in autogen, fixes b.fd.o #35261
Signed-off-by: Richard Hughes <richard@hughsie.com>
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 092cfa8..5194515 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,7 +1,7 @@
#!/bin/sh
# Run this to generate all the initial makefiles, etc.
-ACLOCAL_FLAGS="-I m4"
+ACLOCAL_FLAGS="-I m4 ${ACLOCAL_FLAGS}"
touch ChangeLog