diff options
author | Benjamin Otte <otte@gnome.org> | 2004-05-17 00:38:59 +0000 |
---|---|---|
committer | Benjamin Otte <otte@gnome.org> | 2004-05-17 00:38:59 +0000 |
commit | 064f3dbadc765d307d529fca22b8aabf505af8da (patch) | |
tree | be2a449a3c6b1f06d2e6972b3c20580a14655b71 /autogen.sh | |
parent | 040213e475986286bd54d2fa7d7dd7a9fd295550 (diff) | |
download | gstreamer-plugins-base-064f3dbadc765d307d529fca22b8aabf505af8da.tar.gz |
whoops, checked in too much
Original commit message from CVS:
whoops, checked in too much
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 529db45ae..8977a618e 100755 --- a/autogen.sh +++ b/autogen.sh @@ -72,7 +72,7 @@ fi tool_run "$autopoint --force" patch -p0 < common/gettext.patch -tool_run "$aclocal" "-I m4 -I common/m4 -I . $ACLOCAL_FLAGS" +tool_run "$aclocal" "-I m4 -I common/m4 $ACLOCAL_FLAGS" tool_run "$libtoolize" "--copy --force" tool_run "$autoheader" |