[Xcb-commit] xcb ChangeLog,1.76,1.77 configure.ac,1.13,1.14
Jamey Sharp
xcb-commit at lists.freedesktop.org
Wed Dec 28 11:34:54 PST 2005
- Previous message: [Xcb-commit] xcb/src Makefile.am, 1.25, 1.26 xcb_out.c, 1.8,
1.9 xcb_xlib.c, NONE, 1.1 xcbint.h, 1.22, 1.23 xcbxlib.h, NONE, 1.1
- Next message: [Xcb-commit] xcb-proto/src/extensions xv.xml,1.7,1.8
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvs/xcb/xcb
In directory gabe:/tmp/cvs-serv6436
Modified Files:
ChangeLog configure.ac
Log Message:
Replace obsolete AC_OUTPUT(...) call with AC_CONFIG_FILES(...)
and the no-argument AC_OUTPUT macro.
Index: configure.ac
===================================================================
RCS file: /cvs/xcb/xcb/configure.ac,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- configure.ac 30 Sep 2005 05:39:00 -0000 1.13
+++ configure.ac 28 Dec 2005 19:34:52 -0000 1.14
@@ -78,4 +78,7 @@
-Wstrict-prototypes -Wmissing-declarations -Wnested-externs"
AC_SUBST(CDEBUGFLAGS)
-AC_OUTPUT([Makefile src/Makefile tests/Makefile xcb.pc])
+AC_CONFIG_FILES([Makefile src/Makefile tests/Makefile])
+AC_CONFIG_FILES([xcb.pc])
+
+AC_OUTPUT
Index: ChangeLog
===================================================================
RCS file: /cvs/xcb/xcb/ChangeLog,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -d -r1.76 -r1.77
--- ChangeLog 24 Dec 2005 10:30:15 -0000 1.76
+++ ChangeLog 28 Dec 2005 19:34:52 -0000 1.77
@@ -1,3 +1,9 @@
+2005-12-28 Jamey Sharp <jamey at minilop.net>
+
+ * configure.ac:
+ Replace obsolete AC_OUTPUT(...) call with AC_CONFIG_FILES(...)
+ and the no-argument AC_OUTPUT macro.
+
2005-12-24 Jamey Sharp <jamey at minilop.net>
* src/xcb_xlib.c, src/xcbxlib.h, src/Makefile.am:
- Previous message: [Xcb-commit] xcb/src Makefile.am, 1.25, 1.26 xcb_out.c, 1.8,
1.9 xcb_xlib.c, NONE, 1.1 xcbint.h, 1.22, 1.23 xcbxlib.h, NONE, 1.1
- Next message: [Xcb-commit] xcb-proto/src/extensions xv.xml,1.7,1.8
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the xcb-commit
mailing list