1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/x11-wm/fvwm-themes/files/patch-configure.in
Will Andrews 5610846958 Add fvwm-themes 0.4.1, themes for the Fvwm2 window manager.
PR:		24805
Submitted by:	Oyvind Albrigtsen
2001-04-07 07:52:32 +00:00

12 lines
296 B
Plaintext

--- configure.in.orig Fri Feb 2 15:35:13 2001
+++ configure.in Fri Feb 2 15:35:41 2001
@@ -39,7 +39,7 @@
fi
# we check for FvwmM4 below
-AC_PATH_PROG(M4, m4)
+AC_PATH_PROG(M4, gm4)
if test -z "$M4"; then
AC_MSG_WARN(m4 is not found; you will have a few problems using this package!)
fi