Skip to content

Commit

Permalink
autogen.sh: On some platforms, the m4 is created earlier.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gary Lowell committed Oct 15, 2012
1 parent d28ba52 commit f525534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autogen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ autoconf
autoheader
automake -a --add-missing -Wall
( cd src/gtest && autoreconf -fvi; )
( cd src/leveldb && mkdir m4 && autoreconf -fvi; )
( cd src/leveldb && mkdir -p m4 && autoreconf -fvi; )
exit

0 comments on commit f525534

Please sign in to comment.