blob: 4839ccf90ac83b3111e6e266f9c89494de81bbea (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
$NetBSD: patch-ag,v 1.1.1.1 1998/10/09 17:49:20 kim Exp $
--- configure.orig Tue Sep 22 19:46:09 1998
+++ configure Thu Oct 1 17:39:47 1998
@@ -636,11 +636,11 @@
REGEXLIB='' # -lregex
LIBREGEX='' # libregex.a
-if test "$libexecdir" = '${exec_prefix}/libexec'; then
- libexecdir='${bindir}'
- localstatedir='${prefix}'
-
-fi
+#if test "$libexecdir" = '${exec_prefix}/libexec'; then
+# libexecdir='${bindir}'
+# localstatedir='${prefix}'
+#
+#fi
case "$host_os" in
cygwin32)
|