X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=configure.ac;h=fbd2ecb565586d8bec2e4902f02615dd0de87031;hb=ab1f063390f55e14a8de87f21c4fad199eb908a6;hp=6b33018855a4aac2f5b6d18b779cece643136087;hpb=b2e9fb99ab288e8817302851743ed1a3cddd384b;p=elogind.git diff --git a/configure.ac b/configure.ac index 6b3301885..fbd2ecb56 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ AC_PREREQ(2.63) -AC_INIT([systemd],[32],[systemd-devel@lists.freedesktop.org]) +AC_INIT([systemd],[33],[systemd-devel@lists.freedesktop.org]) AC_CONFIG_SRCDIR([src/main.c]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_HEADERS([config.h]) @@ -62,6 +62,9 @@ AC_PROG_GCC_TRADITIONAL AC_CHECK_TOOL(OBJCOPY, objcopy) AC_CHECK_TOOL(STRINGS, strings) AC_CHECK_TOOL(GPERF, gperf) +if test -z "$GPERF" ; then + AC_MSG_ERROR([*** gperf not found]) +fi CC_CHECK_CFLAGS_APPEND([ \ -pipe \