diff options
author | Ivan Maidanski <ivmai@mail.ru> | 2012-03-05 20:15:14 +0400 |
---|---|---|
committer | Ivan Maidanski <ivmai@mail.ru> | 2012-03-05 20:15:14 +0400 |
commit | 1c169eb58bb2ec7cb044618a5423f030386935cc (patch) | |
tree | e6e9bee0ed918e7dc358ae583213d381c4f60667 /configure.ac | |
parent | 6bda079ea30dcdfd39f590e6c759f4f956e56efe (diff) | |
download | libatomic_ops-1c169eb58bb2ec7cb044618a5423f030386935cc.tar.gz |
configure: Require automake 2.61 instead of 2.63
* configure.ac (AC_PREREQ): Use value of 2.63 (relax requirement to
enable autoreconf on current Mac OS X).
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 40d29dd..c76a348 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.63) +AC_PREREQ(2.61) AC_CANONICAL_TARGET([]) AC_CONFIG_SRCDIR(src/atomic_ops.c) AC_CONFIG_MACRO_DIR([m4]) |