projects
/
tinc
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
fbf8a47
)
Added AM_MAINTAINER_MODE
author
Ivo Timmermans
<ivo@lychnis.net>
Fri, 6 Sep 2002 11:08:21 +0000
(11:08 +0000)
committer
Ivo Timmermans
<ivo@lychnis.net>
Fri, 6 Sep 2002 11:08:21 +0000
(11:08 +0000)
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index
b530e0c
..
d8f621e
100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-1,11
+1,12
@@
dnl Process this file with autoconf to produce a configure script.
dnl Process this file with autoconf to produce a configure script.
-dnl $Id: configure.in,v 1.13.2.5
6 2002/09/04 19:57:53 guus
Exp $
+dnl $Id: configure.in,v 1.13.2.5
7 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)
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)
dnl Include the macros from the m4/ directory
AM_ACLOCAL_INCLUDE(m4)