]> git.pld-linux.org Git - packages/fvwm.git/blame - fvwm-enable-m4.patch
- orphaned, outdated
[packages/fvwm.git] / fvwm-enable-m4.patch
CommitLineData
5f79d754
JR
1diff -ur fvwm-1.24r.orig/configure.h fvwm-1.24r/configure.h
2--- fvwm-1.24r.orig/configure.h Wed Jun 21 00:50:03 2000
3+++ fvwm-1.24r/configure.h Wed Jun 21 01:15:12 2000
4@@ -69,7 +69,7 @@
5 * undefine(`include') to fix that one. Some version of m4
6 * seem to give good error messages, others don't?
7 ***************************************************************************/
8-/* #define M4 */
9+#define M4
10
11 /***************************************************************************
12 *#define NO_PAGER
13diff -ur fvwm-1.24r.orig/fvwm/configure.c fvwm-1.24r/fvwm/configure.c
14--- fvwm-1.24r.orig/fvwm/configure.c Wed Jun 21 00:50:03 2000
15+++ fvwm-1.24r/fvwm/configure.c Wed Jun 21 01:17:42 2000
16@@ -1985,7 +1985,7 @@
17 } else {
18 strcpy(tmp_name, "/tmp");
19 }
20- strcat(tmp_name, "/fvwmrcXXXXX");
21+ strcat(tmp_name, "/fvwmrcXXXXXX");
22 mktemp(tmp_name);
23
24 if (*tmp_name == '\0')
25@@ -2005,7 +2005,7 @@
26 * open a pipe to the command.
27 */
28
29- sprintf(options, "%s %s %s >& %s\n",
30+ sprintf(options, "%s %s %s > %s\n",
31 m4_prog,
32 ((m4_prefix == 0) ? "" : "--prefix-builtins"),
33 m4_options, tmp_name);
This page took 0.08492 seconds and 4 git commands to generate.