summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJody Goldberg <jody@src.gnome.org>2001-08-02 15:43:54 +0000
committerJody Goldberg <jody@src.gnome.org>2001-08-02 15:43:54 +0000
commitd0abbc40848c4d2ce9e5dd1c0101927d0412f409 (patch)
treee59010349517c7048cd0de8865128fb8a1f1165b
parent8669d6d39ebd1cd9094e2e7b80b6c7df151861ed (diff)
downloadshared-mime-info-d0abbc40848c4d2ce9e5dd1c0101927d0412f409.tar.gz
Revert mistaken commit
svn path=/trunk/; revision=1895
-rw-r--r--macros/autogen.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/macros/autogen.sh b/macros/autogen.sh
index 718d3d94..bcf985f8 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