chiark / gitweb /
Run "autoupdate"
[innduct.git] / configure.ac
index 04072f1025da2522932a0d45f2e3bd64987cbee8..4c9a08f97c6e697a9400c85303b893b18a793b2b 100644 (file)
@@ -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