diff options
Diffstat (limited to 'patchsets/motif/2.2.3/17_all_automake-1.13.patch')
-rw-r--r-- | patchsets/motif/2.2.3/17_all_automake-1.13.patch | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/patchsets/motif/2.2.3/17_all_automake-1.13.patch b/patchsets/motif/2.2.3/17_all_automake-1.13.patch new file mode 100644 index 0000000..595e9d5 --- /dev/null +++ b/patchsets/motif/2.2.3/17_all_automake-1.13.patch @@ -0,0 +1,18 @@ +http://bugs.motifzone.net/show_bug.cgi?id=1595 + +--- openMotif-2.2.3-orig/configure.in ++++ openMotif-2.2.3/configure.in +@@ -23,12 +23,11 @@ + dnl + dnl AC_DISABLE_STATIC + +-AM_CONFIG_HEADER(include/config.h) ++AC_CONFIG_HEADERS(include/config.h) + + dnl Checks for programs. + AC_PROG_CC + AC_PROG_CPP +-AM_PROG_CC_STDC + AM_PROG_LIBTOOL + AC_EXEEXT + |