[xlibs-commit] XRes ChangeLog,1.3,1.4 configure.ac,1.3,1.4

Eric Anholt xlibs-commit@pdx.freedesktop.org
Sun, 09 Nov 2003 21:35:59 -0800


Committed by: anholt

Update of /cvs/xlibs/XRes
In directory pdx:/home/anholt/xlibs/XRes

Modified Files:
	ChangeLog configure.ac 
Log Message:
Make bzip2 distribution.


Index: ChangeLog
===================================================================
RCS file: /cvs/xlibs/XRes/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- ChangeLog	29 Oct 2003 06:26:32 -0000	1.3
+++ ChangeLog	10 Nov 2003 05:35:57 -0000	1.4
@@ -1,3 +1,8 @@
+2003-11-09  Eric Anholt  <anholt@FreeBSD.org>
+
+	* configure.ac:
+	Make bzip2 distribution.
+
 2003-10-28  Keith Packard  <keithp@keithp.com>
 
 	* Makefile.am:

Index: configure.ac
===================================================================
RCS file: /cvs/xlibs/XRes/configure.ac,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- configure.ac	1 Nov 2003 09:11:49 -0000	1.3
+++ configure.ac	10 Nov 2003 05:35:57 -0000	1.4
@@ -33,7 +33,7 @@
 dnl protocol, so XRes version l.n.m corresponds to protocol version l.n
 dnl
 AC_INIT(libXres, 1.0.1, [keithp@keithp.com], libXres)
-AM_INIT_AUTOMAKE(xres, 1.0.1)
+AM_INIT_AUTOMAKE([dist-bzip2])
 AM_CONFIG_HEADER(config.h)
 AC_CONFIG_AUX_DIR(.)