summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Rice <tim@multitalents.net>2001-10-24 21:15:26 -0700
committerTim Rice <tim@multitalents.net>2001-10-24 21:15:26 -0700
commit8ad995fd07876b6ca38c7a94a1896935d167b589 (patch)
tree3ce5927792d405cc316e4710251db44936f1522c
parent3a78c845354096ffe3fb7275a763e67a5d45e797 (diff)
Use configure.ac instead of configure.in so older versions of autoconf
don't even try.
-rw-r--r--ChangeLog3
-rw-r--r--configure.ac (renamed from configure.in)3
2 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 7794b80b8..8b3a312d9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
120011024 120011024
2 - (bal) Should be 3.0p1 not 3.0p2. Corrected version.h already. 2 - (bal) Should be 3.0p1 not 3.0p2. Corrected version.h already.
3 - (tim) configure.in -> configure.ac
3 4
420011023 520011023
5 - (bal) Updated version to 3.0p1 in preparing for release. 6 - (bal) Updated version to 3.0p1 in preparing for release.
@@ -6755,4 +6756,4 @@
6755 - Wrote replacements for strlcpy and mkdtemp 6756 - Wrote replacements for strlcpy and mkdtemp
6756 - Released 1.0pre1 6757 - Released 1.0pre1
6757 6758
6758$Id: ChangeLog,v 1.1615 2001/10/24 21:06:07 mouring Exp $ 6759$Id: ChangeLog,v 1.1616 2001/10/25 04:15:26 tim Exp $
diff --git a/configure.in b/configure.ac
index 627401e20..185ed30ef 100644
--- a/configure.in
+++ b/configure.ac
@@ -1,4 +1,4 @@
1# $Id: configure.in,v 1.317 2001/10/24 05:36:55 tim Exp $ 1# $Id: configure.ac,v 1.1 2001/10/25 04:15:26 tim Exp $
2 2
3AC_INIT 3AC_INIT
4AC_CONFIG_SRCDIR([ssh.c]) 4AC_CONFIG_SRCDIR([ssh.c])
@@ -540,7 +540,6 @@ AC_ARG_WITH(tcp-wrappers,
540 else 540 else
541 CPPFLAGS="$CPPFLAGS -I${withval}" 541 CPPFLAGS="$CPPFLAGS -I${withval}"
542 fi 542 fi
543 TCPW_MSG="yes"
544 fi 543 fi
545 LIBS="-lwrap $LIBS" 544 LIBS="-lwrap $LIBS"
546 AC_MSG_CHECKING(for libwrap) 545 AC_MSG_CHECKING(for libwrap)