From: Ivan Maidanski Date: Mon, 20 Feb 2012 04:36:50 +0000 (+0400) Subject: configure: Require automake 2.63 (widely spread) instead of 2.64 X-Git-Tag: gc7_3alpha2~105 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c16239856021e3ce3073360a83ca0790fbd51bf5;p=gc configure: Require automake 2.63 (widely spread) instead of 2.64 * configure.ac (AC_PREREQ): Use value of 2.63 (instead of 2.64). --- diff --git a/configure.ac b/configure.ac index bda5f428..6822bad8 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ AC_INIT(gc,7.3alpha1,gc@linux.hpl.hp.com) AC_CONFIG_SRCDIR(gcj_mlc.c) AC_CONFIG_MACRO_DIR([m4]) AC_CANONICAL_TARGET -AC_PREREQ(2.64) +AC_PREREQ(2.63) AC_REVISION($Revision: 1.69 $) GC_SET_VERSION AM_INIT_AUTOMAKE([foreign dist-bzip2 nostdinc])