diff options
author | Owen Taylor <otaylor@gtk.org> | 1998-06-11 03:19:39 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 1998-06-11 03:19:39 +0000 |
commit | 0895f5b6697fca5d8e00f60997f38faa6149cdca (patch) | |
tree | efef422204d2b4944483b2801ccf3533a388008e /autogen.sh | |
parent | 07d3d46f08f7d3e6c1d7d2778d43417db7c375e9 (diff) | |
download | gdk-pixbuf-0895f5b6697fca5d8e00f60997f38faa6149cdca.tar.gz |
Support ACLOCAL_FLAGS
Wed Jun 10 23:21:33 1998 Owen Taylor <otaylor@gtk.org>
* autogen.sh: Support ACLOCAL_FLAGS
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 9744b1524..f4a29b18c 100755 --- a/autogen.sh +++ b/autogen.sh @@ -41,7 +41,7 @@ if test -z "$*"; then echo "to pass any to it, please specify them on the $0 command line." fi -aclocal +aclocal $ACLOCAL_FLAGS automake autoconf ./configure "$@" |