[gtk+/gtk-2-24] Fix build
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/gtk-2-24] Fix build
- Date: Sun, 6 Oct 2013 04:48:58 +0000 (UTC)
commit b1813c9c792586e48535a3b20563242e3b71cacf
Author: Matthias Clasen <mclasen redhat com>
Date: Sun Oct 6 00:48:50 2013 -0400
Fix build
autogen.sh | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index 72d5563..fba2472 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -51,7 +51,7 @@ fi
if automake-1.14 --version < /dev/null > /dev/null 2>&1 ; then
AUTOMAKE=automake-1.14
ACLOCAL=aclocal-1.14
-if automake-1.13 --version < /dev/null > /dev/null 2>&1 ; then
+else if automake-1.13 --version < /dev/null > /dev/null 2>&1 ; then
AUTOMAKE=automake-1.13
ACLOCAL=aclocal-1.13
else if automake-1.12 --version < /dev/null > /dev/null 2>&1 ; then
@@ -68,7 +68,7 @@ else if automake-1.7 --version < /dev/null > /dev/null 2>&1 ; then
ACLOCAL=aclocal-1.7
else
echo
- echo "You must have automake 1.7.x, 1,10.x, 1.11.x, 1.12.x or 1.13.x"
+ echo "You must have automake 1.7.x, 1,10.x, 1.11.x, 1.12.x, 1.13.x or 1.14.x"
echo "installed to compile $PROJECT."
echo "Install the appropriate package for your distribution,"
echo "or get the source tarball at http://ftp.gnu.org/gnu/automake/"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]