diff options
author | Simon Josefsson <simon@josefsson.org> | 2006-09-18 09:21:13 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2006-09-18 09:21:13 +0000 |
commit | 90cfcf3499a3753f5e52e8d6a222ac6af43b7e87 (patch) | |
tree | 1f54d02805b4e610a01e6ee34ae57ab1f377ae3a /configure.in | |
parent | 7a59114d5867b0d3a5a132206be33364a9d41251 (diff) | |
download | gnutls-90cfcf3499a3753f5e52e8d6a222ac6af43b7e87.tar.gz |
Gnulib seems to require autoconf 2.60? Bump it.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 83f196c30f..63632bf43e 100644 --- a/configure.in +++ b/configure.in @@ -21,7 +21,7 @@ dnl Process this file with autoconf to produce a configure script. # Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. AC_INIT(gnutls, [1.5.1], [bug-gnutls@gnu.org]) -AC_PREREQ(2.59) +AC_PREREQ(2.60) AC_CANONICAL_TARGET |