summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index c65509d..e595b13 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,9 +1,9 @@
AC_PREREQ(2.59)
AC_INIT(ax25-tools, 0.0.10-rc2, linux-hams@vger.kernel.org)
AC_CONFIG_SRCDIR(ax25/ax25d.c)
-AM_INIT_AUTOMAKE
+AM_INIT_AUTOMAKE([1.7])
-AM_CONFIG_HEADER(config.h)
+AC_CONFIG_HEADERS(config.h)
dnl Checks for programs.
AC_PROG_AWK