Merge from vendor branch TNF:
[pkgsrc.git] / devel / maketool / patches / patch-ac
1 $NetBSD$
2
3 --- configure.in.orig   Sat Nov 13 19:25:31 1999
4 +++ configure.in        Sun Nov 21 14:08:05 1999
5 @@ -22,10 +22,10 @@
6  dnl
7  
8  AC_INIT(main.c)
9 -sinclude(/usr/share/aclocal/gettext.m4)dnl
10 -sinclude(/usr/share/aclocal/lcmessage.m4)dnl
11 -sinclude(/usr/share/aclocal/progtest.m4)dnl
12 -sinclude(/usr/share/aclocal/gtk.m4)dnl
13 +sinclude(/usr/pkg/share/aclocal/gettext.m4)dnl
14 +sinclude(/usr/pkg/share/aclocal/lcmessage.m4)dnl
15 +sinclude(/usr/pkg/share/aclocal/progtest.m4)dnl
16 +sinclude(/usr/X11R6/share/aclocal/gtk.m4)dnl
17  AC_CONFIG_HEADER(config.h)
18  
19  PACKAGE=maketool
20 @@ -56,13 +56,13 @@
21  DOCDIR=/usr/doc
22  AC_MSG_CHECKING(for presence of $DOCDIR)
23  changequote(,)dnl
24 -if test -d $DOCDIR ; then
25 -  USRDOC=
26 -  AC_MSG_RESULT(yes)
27 -else
28 +#if test -d $DOCDIR ; then
29 +#  USRDOC=
30 +#  AC_MSG_RESULT(yes)
31 +#else
32    USRDOC="#USRDOC#"
33    AC_MSG_RESULT(no)
34 -fi
35 +#fi
36  changequote([,])dnl
37  AC_SUBST(USRDOC)
38