libXfont 1.2.6

This commit is contained in:
matthieu 2006-12-16 21:44:25 +00:00
parent 9cab71a0f5
commit 8ae8ea3af8
2 changed files with 30 additions and 3 deletions

View File

@ -1,3 +1,30 @@
commit 2e4ae1b524a0149479c46f3f12a9ce2413092442
Author: Daniel Stone <daniel@fooishbar.org>
Date: Sat Dec 16 00:53:43 2006 +0200
bump to 1.2.6
commit facc7ce4892eab4353fff0f45d2d3fd6be7d3e3d
Author: Daniel Stone <daniel@fooishbar.org>
Date: Sat Dec 16 00:53:32 2006 +0200
build Type1 by default
Build Type1 by default, instead of needing to explicitly enable it.
commit 257db35656d5bf9385080e1d173260f0076f849c
Author: Daniel Stone <daniel@fooishbar.org>
Date: Sat Dec 16 00:53:07 2006 +0200
don't distribute fontconf.h
Since fontconf.h is a generated file, don't distribute it.
commit ab0f05dcfb5537ba5aec7e48ddb713d4fdba7e75
Author: Daniel Stone <daniel@fooishbar.org>
Date: Wed Dec 6 18:53:54 2006 +0200
Makefile.am: make ChangeLog hook safer
Make ChangeLog hook as safe as possible.
commit da20e256b786eaa6357e3d55baa9e90e38f14614 commit da20e256b786eaa6357e3d55baa9e90e38f14614
Author: Daniel Stone <daniel@fooishbar.org> Author: Daniel Stone <daniel@fooishbar.org>
Date: Fri Dec 1 01:05:59 2006 +0200 Date: Fri Dec 1 01:05:59 2006 +0200

View File

@ -1,5 +1,5 @@
dnl dnl
dnl $Id: configure.ac,v 1.1.1.2 2006/12/16 18:23:10 matthieu Exp $ dnl $Id: configure.ac,v 1.1.1.3 2006/12/16 21:44:25 matthieu Exp $
dnl dnl
dnl Copyright © 2003 Keith Packard dnl Copyright © 2003 Keith Packard
dnl dnl
@ -26,7 +26,7 @@ dnl Process this file with autoconf to create configure.
AC_PREREQ([2.57]) AC_PREREQ([2.57])
AC_INIT([libXfont], AC_INIT([libXfont],
1.2.5, 1.2.6,
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
libXfont) libXfont)
dnl dnl
@ -106,7 +106,7 @@ AC_SUBST(FREETYPE_LIBS)
AC_SUBST(FREETYPE_CFLAGS) AC_SUBST(FREETYPE_CFLAGS)
AC_SUBST(FREETYPE_REQUIRES) AC_SUBST(FREETYPE_REQUIRES)
AC_ARG_ENABLE(type1, [ --enable-type1 ], [XFONT_TYPE1=$enableval], [XFONT_TYPE1=no]) AC_ARG_ENABLE(type1, [ --enable-type1 ], [XFONT_TYPE1=$enableval], [XFONT_TYPE1=yes])
if test "x$XFONT_TYPE1" = xyes; then if test "x$XFONT_TYPE1" = xyes; then
AC_DEFINE(XFONT_TYPE1,1,[Support IBM Type 1 rasterizer for Type1 font files]) AC_DEFINE(XFONT_TYPE1,1,[Support IBM Type 1 rasterizer for Type1 font files])
XFONT_FONTFILE=yes XFONT_FONTFILE=yes