summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2013-05-01 14:46:24 +0000
committerUlrich Müller <ulm@gentoo.org>2013-05-01 14:46:24 +0000
commit7350b6ad6f0097a0c0e3f62e92a7b3ca5cd61d45 (patch)
treee889b64dae1793b1bda6870bddaf9dbb7df55a55
parentCheck for NULL pointer in response from conversation function. (diff)
downloadulm-7350b6ad6f0097a0c0e3f62e92a7b3ca5cd61d45.tar.gz
ulm-7350b6ad6f0097a0c0e3f62e92a7b3ca5cd61d45.tar.bz2
ulm-7350b6ad6f0097a0c0e3f62e92a7b3ca5cd61d45.zip
Fix build failure with automake 1.13.openmotif-2.2.3-patches-5
-rw-r--r--patchsets/motif/2.2.3/17_all_automake-1.13.patch18
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
+