From ea4315435238149d387701ed2940bf8c97d4d319 Mon Sep 17 00:00:00 2001 From: Jody Goldberg Date: Thu, 2 Aug 2001 15:43:54 +0000 Subject: Revert mistaken commit svn path=/trunk/; revision=11575 --- macros/autogen.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'macros') diff --git a/macros/autogen.sh b/macros/autogen.sh index 718d3d9498..bcf985f846 100644 --- a/macros/autogen.sh +++ b/macros/autogen.sh @@ -9,7 +9,7 @@ if [ -n "$GNOME2_PATH" ]; then export PATH fi -(autoconf2.50 --version) < /dev/null > /dev/null 2>&1 || { +(autoconf --version) < /dev/null > /dev/null 2>&1 || { echo echo "**Error**: You must have \`autoconf' installed to compile $PKG_NAME." echo "Download the appropriate package for your distribution," @@ -176,8 +176,8 @@ do echo "Running automake --gnu $am_opt ..." automake --add-missing --gnu $am_opt || { echo "**Error**: automake failed."; exit 1; } - echo "Running autoconf2.50 ..." - autoconf2.50 || { echo "**Error**: autoconf failed."; exit 1; } + echo "Running autoconf ..." + autoconf || { echo "**Error**: autoconf failed."; exit 1; } ) || exit 1 fi done -- cgit v1.2.3