blob: 238718aba859f87209affb52dd405ddff99eca21 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
$NetBSD: patch-ac,v 1.1.1.1 2002/06/04 08:47:00 uebayasi Exp $
--- configure.orig Tue Nov 27 22:21:17 2001
+++ configure
@@ -7666,7 +7666,7 @@
fi
done
- if test $found = n; then
+ if test $found = y; then
echo $ac_n "checking for gettext in -lintl""... $ac_c" 1>&6
echo "configure:7672: checking for gettext in -lintl" >&5
ac_lib_var=`echo intl'_'gettext | sed 'y%./+-%__p_%'`
@@ -8759,7 +8759,7 @@
cin/gb/Makefile \
etc/Makefile \
po/Makefile \
- doc/man/Makefile"}
+ man/Makefile"}
EOF
cat >> $CONFIG_STATUS <<\EOF
for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
|