summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorSmith, Elliot <elliot.smith@intel.com>2010-03-18 21:21:55 +0200
committerRoss Burton <ross@linux.intel.com>2010-03-18 20:16:25 +0000
commit1a5f4f322f775b290d9795369d3bb2857e5d147c (patch)
treeded94a76bf94577f80f91f34cba26f1223ca5dd1 /autogen.sh
parentb06e6b74452ba7bce565f3f08798144f31f20859 (diff)
downloadlibrest-1a5f4f322f775b290d9795369d3bb2857e5d147c.tar.gz
Add aclocal flags, so build will work under jhbuild (and still work normally too)
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 7e5f237..a591bfd 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,3 +1,3 @@
#!/bin/sh
gtkdocize --flavour no-tmpl || exit 1
-autoreconf -v -i && ./configure $@
+ACLOCAL="${ACLOCAL-aclocal} $ACLOCAL_FLAGS" autoreconf -v -i && ./configure $@