blob: a5f6293aee9f4b1edad8a5f597f5b5308b2ae7cf (
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
|
$NetBSD: patch-an,v 1.1 2005/10/16 19:28:03 tonio Exp $
--- kkstrtext-0.1/configure.orig 2005-09-02 16:45:56.000000000 +0200
+++ kkstrtext-0.1/configure
@@ -387,13 +387,13 @@ EOF
;;
*)
- if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
- echo "configure: warning: $ac_option: invalid host type" 1>&2
- fi
- if test "x$nonopt" != xNONE; then
- { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
- fi
- nonopt="$ac_option"
+ #if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
+ # echo "configure: warning: $ac_option: invalid host type" 1>&2
+ #fi
+ #if test "x$nonopt" != xNONE; then
+ # { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
+ #fi
+ #nonopt="$ac_option"
;;
esac
|