X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/779e5b002e216565108cdb4ad9598e1af650f004..90d642804ca96ba640d2c2fbd0620b69670ee827:/configure.in?ds=sidebyside diff --git a/configure.in b/configure.in index 4d9a6ce15..f1bbbdf38 100644 --- a/configure.in +++ b/configure.in @@ -9,6 +9,9 @@ dnl some of the more populare bsd/sysv ones (like select). You'll also dnl need a C++ compiler that is semi-standard conformant, exceptions are dnl not used but STL is. +dnl 'make -f Makefile startup' will generate the configure file from +dnl configure.in correctly and can be run at any time + AC_INIT(configure.in) AC_CONFIG_AUX_DIR(buildlib) AC_CONFIG_HEADER(include/config.h:buildlib/config.h.in) @@ -103,4 +106,7 @@ dnl Check for debiandoc AC_CHECK_PROG(DEBIANDOC_HTML,debiandoc2html,"yes","") AC_CHECK_PROG(DEBIANDOC_TEXT,debiandoc2text,"yes","") +dnl Check for YODL +AC_CHECK_PROG(YODL_MAN,yodl2man,"yes","") + AC_OUTPUT(environment.mak:buildlib/environment.mak.in makefile:buildlib/makefile.in,make dirs)