Commit 484e89df authored by unknown's avatar unknown

typo fixed

parent 2cd14794
......@@ -6,7 +6,7 @@ die() { echo "$@"; exit 1; }
(cd storage/bdb/dist && sh s_all)
(cd storage/innobase && aclocal && autoheader && \
libtoolize --automake --force --copy && \
&& automake --force --add-missing --copy && autoconf)
automake --force --add-missing --copy && autoconf)
aclocal || die "Can't execute aclocal"
autoheader || die "Can't execute autoheader"
......
......@@ -10,7 +10,7 @@ make distclean
(cd storage/bdb/dist && sh s_all)
(cd storage/innobase && aclocal && autoheader && \
libtoolize --automake --force --copy && \
&& automake --force --add-missing --copy && autoconf)
automake --force --add-missing --copy && autoconf)
aclocal
autoheader
libtoolize --automake --force --copy
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment