[xlibs-commit] Xfont ChangeLog,1.5,1.6 configure.ac,1.8,1.9

Eric Anholt xlibs-commit@pdx.freedesktop.org
Sat, 08 Nov 2003 19:08:06 -0800


Committed by: anholt

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

Modified Files:
	ChangeLog configure.ac 
Log Message:
Make the distribution name libXfont, not Xfont, matching other xlibs.
Use the new AC_INIT/AM_INIT_AUTOMAKE so that .tar.bz2 dists get made.


Index: ChangeLog
===================================================================
RCS file: /cvs/xlibs/Xfont/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- ChangeLog	1 Nov 2003 03:47:29 -0000	1.5
+++ ChangeLog	9 Nov 2003 03:08:03 -0000	1.6
@@ -1,3 +1,9 @@
+2003-11-08  Eric Anholt  <anholt@FreeBSD.org>
+
+	* configure.ac:
+	Make the distribution name libXfont, not Xfont, matching other xlibs.
+	Use the new AC_INIT/AM_INIT_AUTOMAKE so that .tar.bz2 dists get made.
+
 2003-10-31  Keith Packard  <keithp@keithp.com>
 
 	* bitmap/pcf.h:

Index: configure.ac
===================================================================
RCS file: /cvs/xlibs/Xfont/configure.ac,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- configure.ac	1 Nov 2003 09:11:49 -0000	1.8
+++ configure.ac	9 Nov 2003 03:08:03 -0000	1.9
@@ -23,16 +23,19 @@
 dnl
 dnl Process this file with autoconf to create configure.
 
-AC_PREREQ([2.50])
+AC_PREREQ([2.57])
 
-AC_INIT(xfont.pc.in)
+AC_INIT([libXfont],
+	0.0.1,
+	[keithp@keithp.com],
+	libXfont)
 dnl
 dnl This is the package version number, not the shared library
 dnl version.  This same version number must appear in Xfont.h
 dnl Yes, it is a pain to synchronize version numbers.  Unfortunately, it's
 dnl not possible to extract the version number here from Xfont.h
 dnl
-AM_INIT_AUTOMAKE(Xfont, 0.0.1)
+AM_INIT_AUTOMAKE([dist-bzip2])
 AM_CONFIG_HEADER(config.h)
 AC_CONFIG_AUX_DIR(.)
 AC_CONFIG_HEADERS([include/X11/fonts/fontconf.h])