blob: 12aa68c9eab1165c23f86dfe5ac9427622ffb5d8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
$NetBSD: patch-ad,v 1.1 2002/01/03 13:47:58 wiz Exp $
--- configure.orig Tue Oct 2 00:33:45 2001
+++ configure
@@ -589,21 +589,6 @@
echo "$ac_t""no" 1>&6
fi
-echo $ac_n "checking configure up to date""... $ac_c" 1>&6
-echo "configure:594: checking configure up to date" >&5
-for i in `ls -tr ${srcdir}/configure ${srcdir}/configure.in ${srcdir}/Makefile.in` ; do
- newest=$i
-done
-if test "$srcdir/configure" = "$newest" ; then
- echo "$ac_t""yes" 1>&6
-else
- echo "$ac_t""no" 1>&6
-fi
-if test $found = "no" -a "$newest" != "$srcdir/configure" ; then
- echo "configure: warning: $srcdir/configure appears to be old ($srcdir/configure.in and/or $srcdir/Makefile.in are newer) and the autoconf program to fix this situation was not found. If you've no idea what this means, enter the command \"touch $srcdir/configure\" and restart $srcdir/configure." 1>&2
- exit
-fi
-
ac_aux_dir=
for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
if test -f $ac_dir/install-sh; then
|