From: Art Cancro Date: Wed, 27 Sep 2023 04:21:39 +0000 (-0400) Subject: do not require autoconf 2.71 wtf X-Git-Tag: v996~4 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=2e8bbc2fa480bf63fefd7bea29a34dfba000dd7c do not require autoconf 2.71 wtf --- diff --git a/libcitadel/configure.in b/libcitadel/configure.in index 80450857d..336eec5dc 100644 --- a/libcitadel/configure.in +++ b/libcitadel/configure.in @@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure script. dnl dnl Ensure that libcitadel is configured with autoconf 2.52 or newer -AC_PREREQ([2.71]) +AC_PREREQ([2.69]) AC_INIT([libcitadel],[m4_esyscmd_s(grep LIBCITADEL_VERSION lib/libcitadel.h | sed 's/[^0-9]*//g' )],[http://uncensored.citadel.org]) AC_CONFIG_SRCDIR(Makefile.in) AC_CONFIG_AUX_DIR(conftools)