From: Michael Tremer Date: Tue, 24 Sep 2024 15:01:20 +0000 (+0000) Subject: configure: Update to autoconf 2.71 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=14030acbd0dbb88daecfa30f9d22e405c0723eef;p=fireperf.git configure: Update to autoconf 2.71 Signed-off-by: Michael Tremer --- diff --git a/configure.ac b/configure.ac index aef73ae..3309551 100644 --- a/configure.ac +++ b/configure.ac @@ -1,9 +1,11 @@ -AC_PREREQ(2.60) -AC_INIT([fireperf], +AC_PREREQ([2.71]) +AC_INIT( + [fireperf], [0.2.0], [info@ipfire.org], [fireperf], - [https://www.ipfire.org/]) + [https://www.ipfire.org/] +) AC_CONFIG_SRCDIR([src/main.c]) AC_CONFIG_AUX_DIR([build-aux]) @@ -18,7 +20,7 @@ AM_INIT_AUTOMAKE([ dist-xz subdir-objects ]) -AC_PROG_CC_STDC +AC_PROG_CC AC_USE_SYSTEM_EXTENSIONS AC_SYS_LARGEFILE AC_CONFIG_MACRO_DIR([m4])