aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2021-04-26 10:42:13 +0200
committerMartin Schanzenbach <mschanzenbach@posteo.de>2021-04-26 10:42:13 +0200
commit7c05d03b76316a0ebb90689bfd569096aff083b5 (patch)
tree5cfe379f5465f66ee78afc9c4bb4e35991885e6c /configure.ac
parenteeff7e335b56ce14dd6bc04136b0eee223cf6363 (diff)
downloadgnunet-7c05d03b76316a0ebb90689bfd569096aff083b5.tar.gz
gnunet-7c05d03b76316a0ebb90689bfd569096aff083b5.zip
-do not require autotools >=2.71
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
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 @@
19# Process this file with autoconf to produce a configure script. 19# Process this file with autoconf to produce a configure script.
20# 20#
21# 21#
22AC_PREREQ([2.71]) 22AC_PREREQ([2.69])
23# Checks for programs. 23# Checks for programs.
24AC_INIT([gnunet],[0.14.1],[bug-gnunet@gnu.org]) 24AC_INIT([gnunet],[0.14.1],[bug-gnunet@gnu.org])
25AC_CONFIG_AUX_DIR([build-aux]) 25AC_CONFIG_AUX_DIR([build-aux])