blob: 3ad1d1a6954178dd6f24dc1f3ca463246ce4deb2 (
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
26
27
28
29
30
31
32
33
34
35
36
37
38
|
$NetBSD: patch-ac,v 1.2 2000/01/03 23:36:19 fredb Exp $
--- configure.in.orig Sat Nov 13 19:25:31 1999
+++ configure.in Sun Nov 21 14:08:05 1999
@@ -22,10 +22,10 @@
dnl
AC_INIT(main.c)
-sinclude(/usr/share/aclocal/gettext.m4)dnl
-sinclude(/usr/share/aclocal/lcmessage.m4)dnl
-sinclude(/usr/share/aclocal/progtest.m4)dnl
-sinclude(/usr/share/aclocal/gtk.m4)dnl
+sinclude(/usr/pkg/share/aclocal/gettext.m4)dnl
+sinclude(/usr/pkg/share/aclocal/lcmessage.m4)dnl
+sinclude(/usr/pkg/share/aclocal/progtest.m4)dnl
+sinclude(/usr/X11R6/share/aclocal/gtk.m4)dnl
AC_CONFIG_HEADER(config.h)
PACKAGE=maketool
@@ -56,13 +56,13 @@
DOCDIR=/usr/doc
AC_MSG_CHECKING(for presence of $DOCDIR)
changequote(,)dnl
-if test -d $DOCDIR ; then
- USRDOC=
- AC_MSG_RESULT(yes)
-else
+#if test -d $DOCDIR ; then
+# USRDOC=
+# AC_MSG_RESULT(yes)
+#else
USRDOC="#USRDOC#"
AC_MSG_RESULT(no)
-fi
+#fi
changequote([,])dnl
AC_SUBST(USRDOC)
|