aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJody Goldberg <jody@src.gnome.org>2001-08-02 23:43:54 +0800
committerJody Goldberg <jody@src.gnome.org>2001-08-02 23:43:54 +0800
commitea4315435238149d387701ed2940bf8c97d4d319 (patch)
tree1146629346288dfbb3e10f3560c80c89372828b4
parent121e5ccbef65715653ba9d70b894a973e71fb927 (diff)
downloadgsoc2013-evolution-ea4315435238149d387701ed2940bf8c97d4d319.tar
gsoc2013-evolution-ea4315435238149d387701ed2940bf8c97d4d319.tar.gz
gsoc2013-evolution-ea4315435238149d387701ed2940bf8c97d4d319.tar.bz2
gsoc2013-evolution-ea4315435238149d387701ed2940bf8c97d4d319.tar.lz
gsoc2013-evolution-ea4315435238149d387701ed2940bf8c97d4d319.tar.xz
gsoc2013-evolution-ea4315435238149d387701ed2940bf8c97d4d319.tar.zst
gsoc2013-evolution-ea4315435238149d387701ed2940bf8c97d4d319.zip
Revert mistaken commit
svn path=/trunk/; revision=11575
-rw-r--r--macros/autogen.sh6
1 files changed, 3 insertions, 3 deletions
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