configure.ac   configure.ac 
skipping to change at line 30 skipping to change at line 30
# PERFORMANCE OF THIS SOFTWARE. # PERFORMANCE OF THIS SOFTWARE.
# #
# Initialize Autoconf # Initialize Autoconf
AC_PREREQ([2.60]) AC_PREREQ([2.60])
# #
# This is the package version number, not the shared library # This is the package version number, not the shared library
# version. This version number will be substituted into Xft.h # version. This version number will be substituted into Xft.h
# Please bump the minor library number at each release as well. # Please bump the minor library number at each release as well.
# #
AC_INIT([libXft], [2.3.1], AC_INIT([libXft], [2.3.2],
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [libXft] ) [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [libXft] )
AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_HEADERS([config.h]) AC_CONFIG_HEADERS([config.h])
# Initialize Automake # Initialize Automake
AM_INIT_AUTOMAKE([foreign dist-bzip2]) AM_INIT_AUTOMAKE([foreign dist-bzip2])
AM_MAINTAINER_MODE
# Initialize libtool # Initialize libtool
AC_PROG_LIBTOOL AC_PROG_LIBTOOL
# Require X.Org macros 1.8 or later for MAN_SUBSTS set by XORG_MANPAGE_SECT IONS # Require X.Org macros 1.8 or later for MAN_SUBSTS set by XORG_MANPAGE_SECT IONS
m4_ifndef([XORG_MACROS_VERSION], m4_ifndef([XORG_MACROS_VERSION],
[m4_fatal([must install xorg-macros 1.8 or later before running a utoconf/autogen])]) [m4_fatal([must install xorg-macros 1.8 or later before running a utoconf/autogen])])
XORG_MACROS_VERSION(1.8) XORG_MACROS_VERSION(1.8)
XORG_DEFAULT_OPTIONS XORG_DEFAULT_OPTIONS
 End of changes. 2 change blocks. 
2 lines changed or deleted 1 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/