From f8fe0ad29cbc860452b12aee51aeebe2c34450a1 Mon Sep 17 00:00:00 2001 From: Stig Bakken Date: Wed, 21 Apr 1999 14:07:07 +0000 Subject: [PATCH] move automake back to before autoconf --- buildconf | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/buildconf b/buildconf index 99957a764b..0cf6006bdf 100755 --- a/buildconf +++ b/buildconf @@ -11,6 +11,10 @@ else echo created or modified aclocal.m4 fi +autoheader + +automake --add-missing --include-deps + mv configure configure.old 2>/dev/null autoconf if cmp configure.old configure > /dev/null 2>&1; then @@ -20,8 +24,5 @@ else echo created or modified configure fi -autoheader -automake --add-missing --include-deps - cd libzend; ./buildconf -- 2.50.1