diff options
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, 0 insertions, 24 deletions
diff --git a/x11-wm/fvwm-themes/files/patch-configure b/x11-wm/fvwm-themes/files/patch-configure deleted file mode 100644 index ed7947629981..000000000000 --- a/x11-wm/fvwm-themes/files/patch-configure +++ /dev/null @@ -1,13 +0,0 @@ ---- 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 deleted file mode 100644 index a846cde137eb..000000000000 --- a/x11-wm/fvwm-themes/files/patch-configure.in +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 |