blob: 8c8c1650f48e091a1661d1ee797fa4f515802430 (
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-ab,v 1.3 2002/03/23 04:54:14 fredb Exp $
--- configure.orig Wed Mar 28 13:46:14 2001
+++ configure
@@ -4007,7 +4007,7 @@
for ac_hdr in argz.h limits.h locale.h nl_types.h malloc.h string.h \
-unistd.h sys/param.h
+unistd.h sys/param.h sys/wait.h
do
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
@@ -4940,6 +4940,11 @@
+
+# NetBSD: set DATADIRNAME to "share"
+DATADIRNAME="share"
+INTLDEPS=
+INTLLIBS="-lintl"
for ac_hdr in dlfcn.h dl.h
do
|