From: Ivan Maidanski Date: Fri, 17 Feb 2012 15:15:41 +0000 (+0400) Subject: configure: Require automake 2.63 (widely spread) instead of 2.64 X-Git-Tag: libatomic_ops-7_3alpha2~25 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ab67ba6a4452c2f19ada9ff53ee36ccdd9012feb;p=libatomic_ops 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 cc9685e..40d29dd 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # Process this file with autoconf to produce a configure script. AC_INIT([libatomic_ops],[7.3alpha1],gc@linux.hpl.hp.com) -AC_PREREQ(2.64) +AC_PREREQ(2.63) AC_CANONICAL_TARGET([]) AC_CONFIG_SRCDIR(src/atomic_ops.c) AC_CONFIG_MACRO_DIR([m4])