X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/779e5b002e216565108cdb4ad9598e1af650f004..83d89a9f6a641adccce898eb0bc675d94bc46465:/configure.in diff --git a/configure.in b/configure.in index 4d9a6ce15..100784474 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)