mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-11 05:22:40 -04:00
14 lines
379 B
Plaintext
14 lines
379 B
Plaintext
$NetBSD: patch-ab,v 1.2 2007/11/14 18:44:46 drochner Exp $
|
|
|
|
--- configure.orig 2007-10-08 17:11:23.000000000 +0200
|
|
+++ configure
|
|
@@ -2070,7 +2070,7 @@ echo "$as_me: error: Please run bootstra
|
|
{ (exit 1); exit 1; }; }
|
|
exit -1
|
|
fi
|
|
-rm -f config.h >&/dev/null
|
|
+rm -f config.h >/dev/null
|
|
touch config.h
|
|
ac_aux_dir=
|
|
for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
|