X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=configure.ac;h=6415668b50560d6ec89af8ec192544c1c3775735;hp=79aaee63b3f159e20941f137b4b8d279823f7bf0;hb=c0abcee0da53a6b399c3d16a62830aaa9ae21349;hpb=7bf235513ca87b608bdddf6220e284213965e130 diff --git a/configure.ac b/configure.ac index 79aaee63..6415668b 100644 --- a/configure.ac +++ b/configure.ac @@ -23,6 +23,14 @@ fi AC_C_BIGENDIAN() +AC_PATH_PROG([gengetopt], [gengetopt]) +test -z "$gengetopt" && AC_MSG_ERROR( + [gengetopt is required to build this package]) + +AC_PATH_PROG([help2man], [help2man]) +test -z "$help2man" && AC_MSG_ERROR( + [help2man is required to build this package]) + AC_PROG_CC AC_PROG_CPP AC_PROG_INSTALL