diff options
author | Smith, Elliot <elliot.smith@intel.com> | 2010-03-18 21:21:55 +0200 |
---|---|---|
committer | Ross Burton <ross@linux.intel.com> | 2010-03-18 20:16:25 +0000 |
commit | 1a5f4f322f775b290d9795369d3bb2857e5d147c (patch) | |
tree | ded94a76bf94577f80f91f34cba26f1223ca5dd1 /autogen.sh | |
parent | b06e6b74452ba7bce565f3f08798144f31f20859 (diff) |
Add aclocal flags, so build will work under jhbuild (and still work normally too)
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 $@ |