projects
/
tinc
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
1b8f891
)
Revert to only requiring autoconf 2.59.
author
Scott Lamb
<slamb@slamb.org>
Wed, 18 Jul 2007 16:40:29 +0000
(16:40 +0000)
committer
Scott Lamb
<slamb@slamb.org>
Wed, 18 Jul 2007 16:40:29 +0000
(16:40 +0000)
The new autoconf macros introduced at the same time (AC_GNU_SOURCE,
AC_FUNC_MALLOC, AC_FUNC_REALLOC) exist in the autoconf 2.59 documentation,
and autoconf 2.59 appears to still work. This is more convenient, as RHEL 5
ships with autoconf 2.59.
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index
f6a163b
..
2eed95b
100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-2,7
+2,7
@@
dnl Process this file with autoconf to produce a configure script.
dnl $Id$
dnl $Id$
-AC_PREREQ(2.
61
)
+AC_PREREQ(2.
59
)
AC_INIT
AC_CONFIG_SRCDIR([src/tincd.c])
AM_INIT_AUTOMAKE(tinc, 1.1-cvs)
AC_INIT
AC_CONFIG_SRCDIR([src/tincd.c])
AM_INIT_AUTOMAKE(tinc, 1.1-cvs)