X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;ds=sidebyside;f=configure.ac;fp=configure.ac;h=4c9a08f97c6e697a9400c85303b893b18a793b2b;hb=643819d2ba73e7686e804f6ad1665cbeb316433a;hp=04072f1025da2522932a0d45f2e3bd64987cbee8;hpb=9284310d8fcc4eb589a914e58425ddca801a7b03;p=innduct.git 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