X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=configure.ac;h=872e89ea923dad82c9c1d3de4959186e0e82599b;hb=9a548e0a9f08fe0fae6b7e99deade227d1210c99;hp=60138fc5cd0e4f9582c3da00f5e4508908b3f5ca;hpb=8f47022a866853da6477272b2c69855a1e2cff13;p=liboping.git diff --git a/configure.ac b/configure.ac index 60138fc..872e89e 100644 --- a/configure.ac +++ b/configure.ac @@ -23,9 +23,9 @@ AC_SUBST(LIBOPING_MINOR) AC_SUBST(LIBOPING_PATCH) # ABI version -LIBOPING_CURRENT=2 -LIBOPING_REVISION=11 -LIBOPING_AGE=2 +LIBOPING_CURRENT=3 +LIBOPING_REVISION=0 +LIBOPING_AGE=3 AC_SUBST(LIBOPING_CURRENT) AC_SUBST(LIBOPING_REVISION) AC_SUBST(LIBOPING_AGE) @@ -50,7 +50,8 @@ AC_ARG_VAR(PERL, [Perl interpreter command]) LT_INIT([dlopen]) # pkg-config interface -PKG_INSTALLDIR +# PKG_INSTALLDIR is only available for pkg-config >= 0.27 +m4_ifdef([PKG_INSTALLDIR], [PKG_INSTALLDIR], []) AC_ARG_WITH(pkgconfigdir, AC_HELP_STRING([--with-pkgconfigdir], [Use the specified pkgconfig dir (default is libdir/pkgconfig)]),