diff options
author | marha <marha@users.sourceforge.net> | 2013-02-07 10:45:44 +0100 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2013-02-07 10:45:44 +0100 |
commit | cbcf519f983c24f5d315b4abc194e5d147dc0ab7 (patch) | |
tree | 3f9cafad0ae5ba278eb444c4ec85f53155e7050d /fontconfig/configure.ac | |
parent | 012567f7279756f1fcc4aee30e5e72f0938fe3da (diff) | |
parent | 956c20498738c242726b5a42ed28db8572a90bed (diff) | |
download | vcxsrv-cbcf519f983c24f5d315b4abc194e5d147dc0ab7.tar.gz vcxsrv-cbcf519f983c24f5d315b4abc194e5d147dc0ab7.tar.bz2 vcxsrv-cbcf519f983c24f5d315b4abc194e5d147dc0ab7.zip |
Merge remote-tracking branch 'origin/released'
* origin/released:
mesa fontconfig git update 7 Feb 2013
Diffstat (limited to 'fontconfig/configure.ac')
-rw-r--r-- | fontconfig/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fontconfig/configure.ac b/fontconfig/configure.ac index da19759e4..81e02ee1e 100644 --- a/fontconfig/configure.ac +++ b/fontconfig/configure.ac @@ -34,7 +34,7 @@ dnl version. This same version number must appear in fontconfig/fontconfig.h dnl Yes, it is a pain to synchronize version numbers. Unfortunately, it's dnl not possible to extract the version number here from fontconfig.h AC_INIT([fontconfig], [2.10.91], [https://bugs.freedesktop.org/enger_bug.cgi?product=fontconfig]) -AM_INIT_AUTOMAKE +AM_INIT_AUTOMAKE([1.11 parallel-tests dist-bzip2]) m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])]) dnl libtool versioning |