]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Use configure.ac instead of configure.in so older versions of autoconf
authorTim Rice <tim@multitalents.net>
Thu, 25 Oct 2001 04:15:26 +0000 (21:15 -0700)
committerTim Rice <tim@multitalents.net>
Thu, 25 Oct 2001 04:15:26 +0000 (21:15 -0700)
don't even try.

ChangeLog
configure.ac [moved from configure.in with 99% similarity]

index 7794b80b87e40c298ed9f7cb557e04f586bba4bb..8b3a312d921b7aab3c2fdf4d8f037bef40478886 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
 20011024
  - (bal) Should be 3.0p1 not 3.0p2.  Corrected version.h already.
+ - (tim) configure.in -> configure.ac
 
 20011023
  - (bal) Updated version to 3.0p1 in preparing for release.
  - Wrote replacements for strlcpy and mkdtemp
  - Released 1.0pre1
 
-$Id: ChangeLog,v 1.1615 2001/10/24 21:06:07 mouring Exp $
+$Id: ChangeLog,v 1.1616 2001/10/25 04:15:26 tim Exp $
similarity index 99%
rename from configure.in
rename to configure.ac
index 627401e20c1af67eeaedbd697ea5ab7d6325dad3..185ed30ef2c6c3abe74a65d1b34f4d0d39a162ac 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: configure.in,v 1.317 2001/10/24 05:36:55 tim Exp $
+# $Id: configure.ac,v 1.1 2001/10/25 04:15:26 tim Exp $
 
 AC_INIT
 AC_CONFIG_SRCDIR([ssh.c])
@@ -540,7 +540,6 @@ AC_ARG_WITH(tcp-wrappers,
                                else
                                        CPPFLAGS="$CPPFLAGS -I${withval}"
                                fi
-                                       TCPW_MSG="yes"
                        fi
                        LIBS="-lwrap $LIBS"
                        AC_MSG_CHECKING(for libwrap)