X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=configure.in;h=d8f621e8646d2843b0410d4484632d95369a934e;hp=9a584b76b22414cc07ed7c502b0f1a1163434880;hb=66741978e16cc407e5c760621c34d1aabb753cd2;hpb=f2c2443bbcfd5e09518bd87f3fd8d4a727d73ae2 diff --git a/configure.in b/configure.in index 9a584b76..d8f621e8 100644 --- a/configure.in +++ b/configure.in @@ -1,11 +1,12 @@ dnl Process this file with autoconf to produce a configure script. -dnl $Id: configure.in,v 1.13.2.55 2002/08/24 12:54:55 guus Exp $ +dnl $Id: configure.in,v 1.13.2.57 2002/09/06 11:08:21 zarq Exp $ -AC_PREREQ(2.50) +AC_PREREQ(2.53) AC_INIT(src/tincd.c) AM_INIT_AUTOMAKE(tinc, 1.0-cvs) AM_CONFIG_HEADER(config.h) +AM_MAINTAINER_MODE dnl Include the macros from the m4/ directory AM_ACLOCAL_INCLUDE(m4)