Thu Sep 1 02:12:29 2005 Michael Jennings (mej)

Fix abort stuff.
----------------------------------------------------------------------


SVN revision: 16449
This commit is contained in:
Michael Jennings 2005-09-01 06:12:32 +00:00
parent df7dee0b37
commit 628edd9d6a
1 changed files with 4 additions and 4 deletions

View File

@ -61,10 +61,10 @@ export LIBTOOLIZE ACLOCAL AUTOCONF AUTOHEADER AUTOMAKE
# Run the stuff.
(set -x && $LIBTOOLIZE -c -f) || abort libtool
(set -x && $ACLOCAL -I . $ACLOCAL_FLAGS) || abort libtool
(set -x && $AUTOCONF) || abort libtool
(set -x && $AUTOHEADER) || abort libtool
(set -x && $AUTOMAKE -a -c) || abort libtool
(set -x && $ACLOCAL -I . $ACLOCAL_FLAGS) || abort aclocal
(set -x && $AUTOCONF) || abort autoconf
(set -x && $AUTOHEADER) || abort autoheader
(set -x && $AUTOMAKE -a -c) || abort automake
# Run configure.
if test x"$NOCONFIGURE" = x; then