diff options
author | Emmanuele Bassi <ebassi@linux.intel.com> | 2010-11-11 12:03:24 +0000 |
---|---|---|
committer | Emmanuele Bassi <ebassi@linux.intel.com> | 2010-11-11 12:03:24 +0000 |
commit | 6735f80b4b43b4c63dd0e3b982a5032509596a5d (patch) | |
tree | 7ef9c9b347201b9e1c4f69f88c26f31a84b290e4 /autogen.sh | |
parent | 6c53c9c84985aa8e83de1cf00e3feb9205e9f779 (diff) | |
download | clutter-6735f80b4b43b4c63dd0e3b982a5032509596a5d.tar.gz |
build: Sanitize the hack for ACLOCAL_FLAGS
Move the ACLOCAL_FLAGS hack we have to use with jhbuild and autoreconf
inside the ACLOCAL_AMFLAGS declaration in Makefile.am, and leave
autogen.sh alone.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh index 86e518099..e84eda17c 100755 --- a/autogen.sh +++ b/autogen.sh @@ -63,7 +63,7 @@ fi rm -rf autom4te.cache gtkdocize || exit $? -autoreconf -vfi -I $srcdir/build/autotools ${ACLOCAL_FLAGS} || exit $? +autoreconf -vfi || exit $? cd $ORIGDIR || exit $? if test -z "$NOCONFIGURE"; then |