From 628edd9d6a838813f8f34845241b4c8d194b2791 Mon Sep 17 00:00:00 2001 From: Michael Jennings Date: Thu, 1 Sep 2005 06:12:32 +0000 Subject: [PATCH] Thu Sep 1 02:12:29 2005 Michael Jennings (mej) Fix abort stuff. ---------------------------------------------------------------------- SVN revision: 16449 --- autogen.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/autogen.sh b/autogen.sh index 7b383a8..4daec4d 100755 --- a/autogen.sh +++ b/autogen.sh @@ -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