X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=configure.ac;h=cc88cf83d85bd005a11feb8ed72c4741ee5322b9;hp=8904281235c49caaef2211d008f399c80de19e26;hb=a4c69582ab4ea52ff5bfdb4e09c424d36f5585af;hpb=e01b2ffa28b6770cd8771860e1e05b9c75beabd9 diff --git a/configure.ac b/configure.ac index 89042812..cc88cf83 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