do not require autoconf 2.71 wtf
authorArt Cancro <ajc@citadel.org>
Wed, 27 Sep 2023 04:21:39 +0000 (00:21 -0400)
committerArt Cancro <ajc@citadel.org>
Wed, 27 Sep 2023 04:21:39 +0000 (00:21 -0400)
libcitadel/configure.in

index 80450857d8280b6715aea18cb0e10f3ebe27cff1..336eec5dc022faa9f7569c4acdb324656d00082c 100644 (file)
@@ -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)