User: james
Date: 05/03/31 19:11:16
Modified: xemacs ChangeLog configure.ac
Log:
Apply Aidan's Intrinsic.h. fix to configure.ac, as reported by Robert D. Royar.
Revision Changes Path
1.450 +5 -0 XEmacs/xemacs/ChangeLog
Index: ChangeLog
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/ChangeLog,v
retrieving revision 1.449
retrieving revision 1.450
diff -u -p -r1.449 -r1.450
--- ChangeLog 2005/03/30 19:51:27 1.449
+++ ChangeLog 2005/03/31 17:11:11 1.450
@@ -1,3 +1,8 @@
+2005-03-31 Jerry James <james(a)xemacs.org>
+
+ * configure.ac: Aidan's 2005-03-30 patch, but against
+ configure.ac.
+
2005-03-30 Aidan Kehoe <kehoea(a)parhasard.net>
* configure: #include <X11/Intrinsic.h.> -> #include
1.8 +1 -1 XEmacs/xemacs/configure.ac
Index: configure.ac
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/configure.ac,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- configure.ac 2005/03/27 04:21:08 1.7
+++ configure.ac 2005/03/31 17:11:12 1.8
@@ -3942,7 +3942,7 @@ if test "$with_x11" = "yes" -a "$detect_
#if HAVE_X11_XFUNCPROTO_H
#include <X11/Xfuncproto.h>
#endif
-#include <X11/Intrinsic.h.>
+#include <X11/Intrinsic.h>
])
dnl Is the variant specific header directory directly under include?
Show replies by date