]> git.pld-linux.org Git - packages/XmHTML.git/blob - XmHTML-am.patch
- (my) typo.
[packages/XmHTML.git] / XmHTML-am.patch
1 diff -Nur XmHTML-1.1.7.orig/configure.in XmHTML-1.1.7/configure.in
2 --- XmHTML-1.1.7.orig/configure.in      Wed Feb  3 17:19:48 1999
3 +++ XmHTML-1.1.7/configure.in   Sat Mar 17 22:55:03 2001
4 @@ -712,32 +712,12 @@
5  fi
6  ])
7  
8 -AC_DEFUN(AM_MAINTAINER_MODE,
9 -[AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
10 -  dnl maintainer-mode is disabled by default
11 -  AC_ARG_ENABLE(maintainer-mode,
12 -[  --enable-maintainer-mode enable make rules and dependencies not useful
13 -                          (and sometimes confusing) to the casual installer],
14 -      USE_MAINTAINER_MODE=$enableval,
15 -      USE_MAINTAINER_MODE=no)
16 -  AC_MSG_RESULT($USE_MAINTAINER_MODE)
17 -  if test $USE_MAINTAINER_MODE = yes; then
18 -    MAINT=
19 -  else
20 -    MAINT='#M#'
21 -  fi
22 -  AC_SUBST(MAINT)dnl
23 -]
24 -)
25 -
26  dnl
27  dnl End of special macros.
28  dnl
29  
30 -AM_CYGWIN32
31 -AM_EMX
32 +AC_CYGWIN
33  AM_WITH_DMALLOC
34 -AM_MAINTAINER_MODE
35  
36  AC_MSG_CHECKING(compiler flags)
37  dnl
38 diff -Nur XmHTML-1.1.7.orig/include/config.h.in XmHTML-1.1.7/include/config.h.in
39 --- XmHTML-1.1.7.orig/include/config.h.in       Wed Feb  3 17:18:32 1999
40 +++ XmHTML-1.1.7/include/config.h.in    Sat Mar 17 22:56:34 2001
41 @@ -66,7 +66,9 @@
42  #undef TIME_WITH_SYS_TIME
43  
44  /* LessTif & automake/autoconf */
45 +#if 0
46  #undef VERSION
47 +#endif
48  
49  #undef WITH_DMALLOC
50  
51 diff -Nur XmHTML-1.1.7.orig/lib/Makefile.am XmHTML-1.1.7/lib/Makefile.am
52 --- XmHTML-1.1.7.orig/lib/Makefile.am   Wed Feb  3 17:26:57 1999
53 +++ XmHTML-1.1.7/lib/Makefile.am        Sat Mar 17 22:55:03 2001
54 @@ -7,14 +7,14 @@
55  
56  lib_LTLIBRARIES=libXmHTML.la
57  
58 -libXmHTML_la_LDFLAGS=
59 +libXmHTML_la_LDFLAGS=-L/usr/X11R6/lib -lXm -lX11 -lXext -lXt -lXpm -ljpeg -lpng -lz
60  libXmHTML_la_SOURCES= \
61         XmHTML.c Balloon.c XmImage.c fonts.c callbacks.c events.c frames.c \
62         forms.c StringUtil.c parse.c format.c layout.c paint.c colors.c \
63         images.c readBitmap.c readFLG.c readGIF.c readGIFplc.c readXPM.c \
64         readJPEG.c readJPEGplc.c readPNG.c map.c XCC.c quantize.c \
65         LZWStream.c plc.c error.c strings.c textsel.c output.c motif.c \
66 -       public.c warnings.c private.c stack.c
67 +       public.c warnings.c private.c stack.c psoutput.c
68  
69  if NLIBJPEG
70  JPEGINC =
This page took 0.129976 seconds and 3 git commands to generate.