From: Ian Jackson Date: Sat, 27 Jan 2024 12:38:44 +0000 (+0000) Subject: Run "autoupdate" X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=643819d2ba73e7686e804f6ad1665cbeb316433a;p=innduct.git Run "autoupdate" --- 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