X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;ds=sidebyside;f=configure.in;h=b7749bf23d87bfa5576ac5b17791dd123ce635bc;hb=2e44cbe1b9bf466718167e9e05077743df36ab21;hp=2b0c1827b0f0d752362deca79d7ed382ed3969a4;hpb=36ae1d9563cff4966b293f816cf9eb25c8ebb857;p=fontconfig.git diff --git a/configure.in b/configure.in index 2b0c182..b7749bf 100644 --- a/configure.in +++ b/configure.in @@ -34,6 +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 AM_INIT_AUTOMAKE(fontconfig, 2.7.3) +m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])]) AM_MAINTAINER_MODE dnl libtool versioning @@ -42,7 +43,7 @@ dnl bump revision when fixing bugs dnl bump current and age, reset revision to zero when adding APIs dnl bump current, leave age, reset revision to zero when changing/removing APIS LIBT_CURRENT=5 -LIBT_REVISION=3 +LIBT_REVISION=4 AC_SUBST(LIBT_CURRENT) AC_SUBST(LIBT_REVISION) LIBT_AGE=4