X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=configure.in;h=d8f621e8646d2843b0410d4484632d95369a934e;hp=b530e0c4e05d0d0641ff12ab3d0265e9fe39e0d5;hb=fc7116a32b798589e7731db9f9db66345c8c3e01;hpb=fbf8a47879671541939cfdc6beb93b02b9eee303 diff --git a/configure.in b/configure.in index b530e0c4..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.56 2002/09/04 19:57:53 guus Exp $ +dnl $Id: configure.in,v 1.13.2.57 2002/09/06 11:08:21 zarq Exp $ 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)