From fc7116a32b798589e7731db9f9db66345c8c3e01 Mon Sep 17 00:00:00 2001 From: Ivo Timmermans Date: Fri, 6 Sep 2002 11:08:21 +0000 Subject: [PATCH 1/1] Added AM_MAINTAINER_MODE --- configure.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) -- 2.20.1