Skip to content

Commit

Permalink
m4 is not a directory in the root.
Browse files Browse the repository at this point in the history
  • Loading branch information
sbryant committed Sep 21, 2012
1 parent e7801c7 commit 2bb75dc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions autogen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ toplevel_check $srcfile
if test -f acinclude.m4; then rm acinclude.m4; fi

tool_run "$libtoolize" "--copy --force"
tool_run "$aclocal" "-I m4 -I common/m4 $ACLOCAL_FLAGS"
tool_run "$aclocal" "-I common/m4 $ACLOCAL_FLAGS"
tool_run "$autoheader"

# touch the stamp-h.in build stamp so we don't re-run autoheader in maintainer mode
Expand Down Expand Up @@ -96,4 +96,3 @@ echo ./configure $CONFIGURE_DEF_OPT $CONFIGURE_EXT_OPT
}

echo "Now type 'make' to compile $package."

0 comments on commit 2bb75dc

Please sign in to comment.