blob: 79ce7899bf18e6913f986cdd84914e779861a6ff (
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.5 1999/11/12 16:25:30 rh Exp $
--- configure.orig Fri Nov 12 17:22:01 1999
+++ configure Fri Nov 12 17:22:01 1999
@@ -644,11 +644,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|os2)
|