Modernize the configure script a bit.
authorGuus Sliepen <guus@tinc-vpn.org>
Wed, 1 May 2013 09:46:40 +0000 (11:46 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Wed, 1 May 2013 09:46:40 +0000 (11:46 +0200)
configure.ac [moved from configure.in with 98% similarity]

similarity index 98%
rename from configure.in
rename to configure.ac
index a59482a..ae2117b 100644 (file)
@@ -1,10 +1,10 @@
 dnl Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.61)
-AC_INIT
+AC_INIT([tinc], [1.1pre7])
 AC_CONFIG_SRCDIR([src/tincd.c])
 AC_GNU_SOURCE
-AM_INIT_AUTOMAKE(tinc, 1.1pre7)
+AM_INIT_AUTOMAKE([check-news dist-bzip2 std-options subdir-objects])
 AC_CONFIG_HEADERS([config.h])
 AM_MAINTAINER_MODE