diff options
author | Martin Schanzenbach <mschanzenbach@posteo.de> | 2021-04-26 10:42:13 +0200 |
---|---|---|
committer | Martin Schanzenbach <mschanzenbach@posteo.de> | 2021-04-26 10:42:13 +0200 |
commit | 7c05d03b76316a0ebb90689bfd569096aff083b5 (patch) | |
tree | 5cfe379f5465f66ee78afc9c4bb4e35991885e6c | |
parent | eeff7e335b56ce14dd6bc04136b0eee223cf6363 (diff) |
-do not require autotools >=2.71
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index b82a72fec..fc04139a5 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ # Process this file with autoconf to produce a configure script. # # -AC_PREREQ([2.71]) +AC_PREREQ([2.69]) # Checks for programs. AC_INIT([gnunet],[0.14.1],[bug-gnunet@gnu.org]) AC_CONFIG_AUX_DIR([build-aux]) |