]> git.pld-linux.org Git - packages/wv.git/blame - wv-ac25x.patch
- updated to 0.7.2, fixed mandir
[packages/wv.git] / wv-ac25x.patch
CommitLineData
8d793b29
JB
1--- wv-0.7.1/configure.ac.orig Sun Apr 28 13:41:33 2002
2+++ wv-0.7.1/configure.ac Sun Apr 28 13:44:30 2002
3@@ -688,19 +688,17 @@
4 dnl end of possible optimization tests
5
6 dnl check for getopt
7-AC_CHECK_FUNC(getopt_long, , [LIBOBJS="$LIBOBJS getopt1.o getopt.o"])
8+AC_CHECK_FUNC(getopt_long, , [AC_LIBOBJ([getopt1]); AC_LIBOBJ([getopt])])
9 dnl check for strerror
10-AC_CHECK_FUNC(strerror, , [LIBOBJS="$LIBOBJS strerror.o"])
11+AC_CHECK_FUNC(strerror, , [AC_LIBOBJ([strerror])])
12 dnl check for strcasecmp
13-AC_CHECK_FUNC(strcasecmp, , [LIBOBJS="$LIBOBJS strcasecmp.o"])
14+AC_CHECK_FUNC(strcasecmp, , [AC_LIBOBJ([strcasecmp])])
15 AC_EGREP_HEADER(strcasecmp,string.h,,AC_DEFINE(DEFINE_STRCASECMP,1,[Define this if strcasecmp must be defined]))
16 dnl check for memcpy, if not there we'll use bcopy
17 AC_CHECK_FUNCS(memcpy)
18 dnl check for mmap
19 AC_FUNC_MMAP
20
21-AC_SUBST(LIBOBJS)
22-
23 AH_BOTTOM([
24 #ifdef HAVE_UNISTD_H
25 #include <unistd.h>
26--- wv-0.7.1/help/man/GNUmakefile.am.orig Tue Jan 15 10:58:17 2002
27+++ wv-0.7.1/help/man/GNUmakefile.am Sun Apr 28 13:46:37 2002
28@@ -3,7 +3,7 @@
29 MANPAGES = wvWare.1 wvHtml.1 wvLatex.1 wvCleanLatex.1 wvDVI.1 wvPS.1 wvPDF.1 wvText.1 wvWml.1 wvAbw.1 wvRTF.1 \
30 wvMime.1 wvVersion.1 wvSummary.1
31
32-man_DATA = $(MANPAGES)
33+man_MANS = $(MANPAGES)
34
35 EXTRA_DIST = $(MANPAGES)
36
This page took 0.138205 seconds and 4 git commands to generate.