chiark / gitweb /
Update to work with jessie's automake (tested with automake 1.14)
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 5 Dec 2015 21:36:34 +0000 (21:36 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 5 Dec 2015 21:36:48 +0000 (21:36 +0000)
And provide autogen.sh

autogen.sh [new file with mode: 0755]
configure.ac [moved from configure.in with 95% similarity]

diff --git a/autogen.sh b/autogen.sh
new file mode 100755 (executable)
index 0000000..39441f7
--- /dev/null
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+autoreconf --install
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