chiark / gitweb /
Update to work with jessie's automake (tested with automake 1.14)
[innduct.git] / configure.ac
similarity index 95%
rename from configure.in
rename to configure.ac
index c802424013d9d737abe58771eb69ddce43a6cb5f..04072f1025da2522932a0d45f2e3bd64987cbee8 100644 (file)
@@ -22,9 +22,9 @@
 #  and files which end up included in innduct are licence-compatible
 #  with GPLv3.  If not then please let me know.  -Ian Jackson.)
 
-AC_INIT(duct.c)
+AC_INIT([innduct], [1.0], [duct.c])
 AC_CONFIG_AUX_DIR(autoconf-aux)
-AM_INIT_AUTOMAKE(innduct, 1.0)
+AM_INIT_AUTOMAKE([])
 
 AC_PROG_CC