X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=configure.ac;h=c5379b1407b9dca173517d07e4d0861665e9148b;hb=e8b555a39bf1b41a0123f3e69b7190501cffa454;hp=693dd13bec773bc34aaf0007e224eb832866cc11;hpb=9a8a158a2b7f2125e24dc387db49fe0c1c19d83c;p=paraslash.git diff --git a/configure.ac b/configure.ac index 693dd13b..c5379b14 100644 --- a/configure.ac +++ b/configure.ac @@ -33,10 +33,12 @@ AC_PATH_PROG([help2man], [help2man]) test -z "$help2man" && AC_MSG_ERROR( [help2man is required to build this package]) +AC_PATH_PROG([install], [install]) +test -z "$install" && AC_MSG_ERROR( + [The install program is required to build this package]) + AC_PROG_CC AC_PROG_CPP -AC_PROG_INSTALL -AC_SUBST(install_sh, [$INSTALL]) AC_HEADER_DIRENT AC_HEADER_STDC