diff options
author | marha <marha@users.sourceforge.net> | 2009-10-12 19:43:36 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2009-10-12 19:43:36 +0000 |
commit | 821ad28aad2f8c3cf4bbef9c8ac053943603cc67 (patch) | |
tree | 741a72dab536c86c7c3d815d93574d1404b42a51 /xorg-server/fonts.src/font-util/configure.ac | |
parent | f18b881b547c558dca584d68d45ace998fa49d18 (diff) | |
parent | 0c5e1ab504b4e8c56974a234bd440e9fa2f1f941 (diff) | |
download | vcxsrv-821ad28aad2f8c3cf4bbef9c8ac053943603cc67.tar.gz vcxsrv-821ad28aad2f8c3cf4bbef9c8ac053943603cc67.tar.bz2 vcxsrv-821ad28aad2f8c3cf4bbef9c8ac053943603cc67.zip |
svn merge ^/branches/released .
Diffstat (limited to 'xorg-server/fonts.src/font-util/configure.ac')
-rw-r--r-- | xorg-server/fonts.src/font-util/configure.ac | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/xorg-server/fonts.src/font-util/configure.ac b/xorg-server/fonts.src/font-util/configure.ac index bc8b1362b..f3b63c33b 100644 --- a/xorg-server/fonts.src/font-util/configure.ac +++ b/xorg-server/fonts.src/font-util/configure.ac @@ -22,7 +22,7 @@ dnl dnl Process this file with autoconf to create configure. AC_PREREQ([2.57]) -AC_INIT(font-util, [1.1.0], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], font-util) +AC_INIT(font-util, [1.1.1], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], font-util) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AM_MAINTAINER_MODE @@ -42,9 +42,8 @@ fontrootdir='${datadir}/fonts/X11' AC_ARG_WITH(fontrootdir, [AC_HELP_STRING([--with-fontrootdir=DIR], [Path to parent of font subdirectories [DATADIR/fonts/X11]])], [fontrootdir="${withval}"]) -FONTROOTDIR="${fontrootdir}" -AC_SUBST(FONTROOTDIR) -AC_MSG_RESULT([${FONTROOTDIR}]) +AC_SUBST(fontrootdir) +AC_MSG_RESULT([${fontrootdir}]) mapdir='${fontrootdir}/util' AC_ARG_WITH(mapdir, [AC_HELP_STRING([--with-mapdir=DIR], |