X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=configure.ac;h=17b7351e3eabd1ece46ffaf636a456a60b2f1a78;hb=93d6c28365c4a5c378e0bc4687e5c4cb694396b9;hp=4d241ea7bb9f013559639f908fa2784ef4681912;hpb=dd9360e9c96c004c7c5f7eabed2e2b23dac80ccd;p=awesomized%2Flibmemcached diff --git a/configure.ac b/configure.ac index 4d241ea7..17b7351e 100644 --- a/configure.ac +++ b/configure.ac @@ -9,6 +9,7 @@ # the COPYING file in this directory for full text. m4_include([version.m4]) + AC_PREREQ([2.61]) AC_INIT([libmemcached],VERSION_NUMBER,[http://libmemcached.org/]) @@ -49,6 +50,7 @@ AC_SUBST([MEMCACHED_LIBRARY_VERSION]) AX_HEX_VERSION([LIBMEMCACHED],[$VERSION]) AX_HEX_VERSION([LIBHASHKIT],[1.0.0]) +AC_SUBST([RPM_RELEASE],[1]) m4_include([libhashkit/include.m4]) @@ -122,6 +124,9 @@ AC_CHECK_PROGS([PERL],[perl]) AC_CHECK_PROGS([VALGRIND],['valgrind']) AC_CHECK_PROGS([WINE],['wine']) AC_CHECK_PROGS([YACC],['bison --warnings=all'],[:]) +AC_CHECK_PROGS([RPMBUILD],[rpmbuild --nocheck]) +AC_CHECK_PROGS([RPMDEV_SETUPTREE],[rpmdev-setuptree]) +AC_CHECK_PROGS([RPM],[rpm]) AC_PROG_AWK AC_PROG_MKDIR_P AC_PROG_SED