=================================================================== RCS file: /cvs/mandoc/configure,v retrieving revision 1.5 retrieving revision 1.10 diff -u -p -r1.5 -r1.10 --- mandoc/configure 2014/08/04 23:44:29 1.5 +++ mandoc/configure 2014/08/11 03:19:39 1.10 @@ -14,6 +14,8 @@ # ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +echo "/* RUNNING ./CONFIGURE - SHOULD BE USED ONLY VIA MAKE, READ INSTALL */" + set -e exec > config.h 2> config.log @@ -30,11 +32,14 @@ runtest() { cat config.h.pre echo echo "#define VERSION \"${VERSION}\"" +runtest dirent-namlen DIRENT_NAMLEN runtest fgetln FGETLN +runtest fts FTS runtest getsubopt GETSUBOPT runtest mmap MMAP -runtest ohash OHASH -lutil +runtest ohash OHASH "${DBLIB}" runtest reallocarray REALLOCARRAY +runtest sqlite3_errstr SQLITE3_ERRSTR "${DBLIB}" runtest strcasestr STRCASESTR runtest strlcat STRLCAT runtest strlcpy STRLCPY