summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Rühsen <tim.ruehsen@gmx.de>2019-01-02 10:02:11 +0100
committerTim Rühsen <tim.ruehsen@gmx.de>2019-01-02 10:02:11 +0100
commit7ddd1ccf35ee1aa4560b716ced71676e4a3717dc (patch)
treeedf07559546477dd14c2f1754b8aeb8af1995a6a
parent62918a62ef6f1d647a370b11070a990943c9870a (diff)
downloadgnutls-7ddd1ccf35ee1aa4560b716ced71676e4a3717dc.tar.gz
Update required autoconf version to 2.63
This fixes the bootstrap error with the latest gnulib: gnulib/gnulib-tool: *** minimum supported autoconf version is 2.63. Try adding AC_PREREQ([2.63]) to your configure.ac. gnulib/gnulib-tool: *** Stop. ./bootstrap: gnulib-tool failed Signed-off-by: Tim Rühsen <tim.ruehsen@gmx.de>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 2530a805c2..a2267b8671 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,7 +20,7 @@ dnl Process this file with autoconf to produce a configure script.
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301
# USA
-AC_PREREQ(2.61)
+AC_PREREQ(2.63)
AC_INIT([GnuTLS], [3.6.5], [bugs@gnutls.org])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIRS([m4 src/gl/m4 src/libopts/m4 lib/unistring/m4])