summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorMichael Jennings <mej@kainx.org>2005-09-01 06:12:32 +0000
committerMichael Jennings <mej@kainx.org>2005-09-01 06:12:32 +0000
commit628edd9d6a838813f8f34845241b4c8d194b2791 (patch)
tree63b3ea2b1876646a2c41e050f2f0e78f6931fdb7 /autogen.sh
parentdf7dee0b3771d2b4fe7d5e38864c3848fe5da9bf (diff)
downloadeterm-628edd9d6a838813f8f34845241b4c8d194b2791.tar.gz
Thu Sep 1 02:12:29 2005 Michael Jennings (mej)
Fix abort stuff. ---------------------------------------------------------------------- SVN revision: 16449
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh8
1 files 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