1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/databases/gnats/files/patch-aa
Paul Traina 9bc3066d3f Upgrade to 3.101-beta.
WARNING: the gnats database and dist files have moved
	 from lib/gnats to share/gnats
1997-02-17 04:12:44 +00:00

26 lines
634 B
Plaintext

Use the FSF m4 instead of the BSD m4, because the BSD m4 is reporting problems
processing config.c.in.
--- Makefile.in Mon Dec 2 14:45:56 1996
+++ Makefile.in Sun Feb 16 19:33:40 1997
@@ -104,7 +104,7 @@
M4 = `if [ -f $$r/m4/m4 ] ; \
then echo $$r/m4/m4 ; \
- else echo m4 ; fi`
+ else echo gm4 ; fi`
MAKEINFO = `if [ -f $$r/texinfo/makeinfo/makeinfo ] ; \
then echo $$r/texinfo/makeinfo/makeinfo ; \
--- gnats/Makefile.in Mon Dec 2 14:45:57 1996
+++ gnats/Makefile.in Sun Feb 16 19:32:25 1997
@@ -126,7 +126,7 @@
LIBS = @LIBS@
KRBINCLUDE = @KRBINCLUDE@
-M4 = m4
+M4 = gm4
MAKEINFO = makeinfo
TEXI2DVI = texi2dvi