X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=configure.in;h=5e3392fb1e055f876f403c4c642c58080f0c59c4;hb=fa9a7448d83da498b3494fd0ff7d756569f94425;hp=2029510bb97ee9630daa2dffa402428c2fc3d694;hpb=72ffe6536a6825a32095c8185aff836a12326ac5;p=fontconfig.git diff --git a/configure.in b/configure.in index 2029510..5e3392f 100644 --- a/configure.in +++ b/configure.in @@ -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"