[xlibs-commit] ResourceExt ChangeLog,1.1,1.2 configure.ac,1.1,1.2

Eric Anholt xlibs-commit@pdx.freedesktop.org
Sat, 08 Nov 2003 16:53:44 -0800


Committed by: anholt

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

Modified Files:
	ChangeLog configure.ac 
Log Message:
Fix the distribution to be resourceext, not randr.


Index: ChangeLog
===================================================================
RCS file: /cvs/xlibs/ResourceExt/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ChangeLog	1 Oct 2003 06:58:10 -0000	1.1
+++ ChangeLog	9 Nov 2003 00:53:40 -0000	1.2
@@ -0,0 +1,4 @@
+2003-11-08  Eric Anholt  <anholt@FreeBSD.org>
+
+	* configure.ac:
+	Fix the distribution to be resourceext, not randr.

Index: configure.ac
===================================================================
RCS file: /cvs/xlibs/ResourceExt/configure.ac,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- configure.ac	1 Oct 2003 02:39:40 -0000	1.1
+++ configure.ac	9 Nov 2003 00:53:40 -0000	1.2
@@ -24,7 +24,7 @@
 dnl Process this file with autoconf to create configure.
 
 AC_PREREQ([2.57])
-AC_INIT([resourceext], [1.0], [keithp@keithp.com], randr)
+AC_INIT([resourceext], [1.0], [keithp@keithp.com], resourceext)
 AM_INIT_AUTOMAKE([dist-bzip2])
 AM_MAINTAINER_MODE