From 643819d2ba73e7686e804f6ad1665cbeb316433a Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 27 Jan 2024 12:38:44 +0000 Subject: [PATCH] Run "autoupdate" --- configure.ac | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 04072f1..4c9a08f 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,7 @@ # and files which end up included in innduct are licence-compatible # with GPLv3. If not then please let me know. -Ian Jackson.) -AC_INIT([innduct], [1.0], [duct.c]) +AC_INIT([innduct],[1.0],[duct.c]) AC_CONFIG_AUX_DIR(autoconf-aux) AM_INIT_AUTOMAKE([]) @@ -31,4 +31,5 @@ AC_PROG_CC AC_CHECK_HEADERS(sys/inotify.h) AM_CONFIG_HEADER(config.h) -AC_OUTPUT(Makefile) +AC_CONFIG_FILES([Makefile]) +AC_OUTPUT -- 2.30.2