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 | 27a875e4b03d7ba05f184018e5a2a6c2ec65c35f (patch) | |
tree | 2051e4928194057f4fd0768e3168d94d0187a6f7 /autogen.sh | |
parent | d995685d9c0080f00f8690f747df3c9407da603e (diff) |
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" |