commit:     7350b6ad6f0097a0c0e3f62e92a7b3ca5cd61d45
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed May  1 14:46:24 2013 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed May  1 14:46:24 2013 +0000
URL:        https://gitweb.gentoo.org/dev/ulm.git/commit/?id=7350b6ad

Fix build failure with automake 1.13.

 patchsets/motif/2.2.3/17_all_automake-1.13.patch | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

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
+ 

Reply via email to