diff options
author | Will Andrews <will@FreeBSD.org> | 2001-04-07 07:52:32 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-04-07 07:52:32 +0000 |
commit | 56108469586d2be2faea76cfb047b2c4716ea541 (patch) | |
tree | bdda124d4233590d058bd5c7563effdd4c8769ce /x11-wm/fvwm-themes/files | |
parent | 12a5cfcdb961fd36c9750b365130cfe0d883de94 (diff) |
Notes
Diffstat (limited to 'x11-wm/fvwm-themes/files')
-rw-r--r-- | x11-wm/fvwm-themes/files/patch-configure | 13 | ||||
-rw-r--r-- | x11-wm/fvwm-themes/files/patch-configure.in | 11 |
2 files changed, 24 insertions, 0 deletions
diff --git a/x11-wm/fvwm-themes/files/patch-configure b/x11-wm/fvwm-themes/files/patch-configure new file mode 100644 index 000000000000..ed7947629981 --- /dev/null +++ b/x11-wm/fvwm-themes/files/patch-configure @@ -0,0 +1,13 @@ +--- configure.orig Fri Feb 2 15:35:13 2001 ++++ configure Fri Feb 2 15:35:41 2001 +@@ -944,8 +944,8 @@ + fi + + # we check for FvwmM4 below +-# Extract the first word of "m4", so it can be a program name with args. +-set dummy m4; ac_word=$2 ++# Extract the first word of "gm4", so it can be a program name with args. ++set dummy gm4; ac_word=$2 + echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 + echo "configure:951: checking for $ac_word" >&5 + if eval "test \"`echo '$''{'ac_cv_path_M4'+set}'`\" = set"; then diff --git a/x11-wm/fvwm-themes/files/patch-configure.in b/x11-wm/fvwm-themes/files/patch-configure.in new file mode 100644 index 000000000000..a846cde137eb --- /dev/null +++ b/x11-wm/fvwm-themes/files/patch-configure.in @@ -0,0 +1,11 @@ +--- 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 |