X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=configure.ac;h=e2208225fe6c97dc23377cc58554f02bf4b3e8f9;hb=841cc138ef9153d376d11d219450298dd80a60c7;hp=de0a8b0cb2fe5a85882071df399008bd6681d7f3;hpb=6d493d2cd86d7f0217a06d20789ea06f244389c6;p=liboping.git diff --git a/configure.ac b/configure.ac index de0a8b0..e220822 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.65]) -AC_INIT([liboping],[1.6.2]) +AC_INIT([liboping],[1.6.2],[ff@octo.it],,[http://github.com/octo/liboping/]) AC_CONFIG_SRCDIR([src/liboping.c]) AC_CONFIG_HEADERS([src/config.h]) AC_CONFIG_MACRO_DIR([m4]) @@ -45,6 +45,9 @@ AC_ARG_VAR(PERL, [Perl interpreter command]) # configure libtool LT_INIT([dlopen]) +# pkg-config interface +PKG_INSTALLDIR + # Checks for header files. AC_HEADER_STDC AC_HEADER_TIME