]> git.wh0rd.org - fontconfig.git/blobdiff - configure.in
Handle Japanese fonts better. (debian bug #435971)
[fontconfig.git] / configure.in
index 2029510bb97ee9630daa2dffa402428c2fc3d694..5e3392fb1e055f876f403c4c642c58080f0c59c4 100644 (file)
@@ -33,7 +33,7 @@ dnl This is the package version number, not the shared library
 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
-AM_INIT_AUTOMAKE(fontconfig, 2.4.1)
+AM_INIT_AUTOMAKE(fontconfig, 2.4.2)
 AM_MAINTAINER_MODE
 
 dnl libtool versioning
@@ -510,7 +510,7 @@ default_docs="yes"
 # Check if docs exist or can be created
 #
 if test x$HASDOCBOOK = xno; then
-       if test -f doc/fonts-conf.5; then
+       if test -f $srcdir/doc/fonts-conf.5; then
                :
        else
                default_docs="no"