1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/japanese/groff/files/patch-ag
Chris Piazza 8f97f27620 Update to jgroff-0.100 based on groff-1.15
PR:		18494
Submitted by:	maintainer
2000-05-19 07:36:36 +00:00

16 lines
252 B
Plaintext

--- aclocal.m4.orig Tue Dec 14 22:18:56 1999
+++ aclocal.m4 Wed Apr 26 19:36:35 2000
@@ -424,7 +424,11 @@
g=g
else
AC_MSG_RESULT(no)
- g=
+ if test "x$program_prefix" != xNONE; then
+ g="$program_prefix"
+ else
+ g=
+ fi
fi
AC_SUBST(g)
])dnl