summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAliaksey Kandratsenka <alk@tut.by>2013-08-29 18:51:48 +0300
committerAliaksey Kandratsenka <alk@tut.by>2013-08-29 19:40:51 +0300
commit43809080931127037ce6e748f37a28ce7489387d (patch)
tree17c82d85d9de931364d517959797c40429bab879
parent7a178d472737d988583bade3f0345201651cd43f (diff)
downloadgperftools-43809080931127037ce6e748f37a28ce7489387d.tar.gz
lowered autoconf requirement
Autoconf 2.59 works. And most notably it will not affect our releases which are all prepared with newer autoconf.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 20f2431..3d929de 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
## In general, the safest way to proceed is to run ./autogen.sh
# make sure we're interpreted by some minimal autoconf
-AC_PREREQ([2.68])
+AC_PREREQ([2.59])
AC_INIT([gperftools],[2.1],[google-perftools@googlegroups.com])
# Update this value for every release! (A:B:C will map to foo.so.(A-C).C.B)