X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=configure.in;h=332415084efa1bf3333b9e06e94c3e2863b59aeb;hp=b75d90adce93c0935b696fe4e4c16856cffe6a53;hb=d5e802dfcd023357fab97705cfaaf52dff1d4bbf;hpb=2f180f0a2a126bd3da1b5bf3466ee1ed247cf91e diff --git a/configure.in b/configure.in index b75d90ad..33241508 100644 --- a/configure.in +++ b/configure.in @@ -1,8 +1,6 @@ dnl Process this file with autoconf to produce a configure script. dnl -dnl $Id: configure.in,v 1.213 2017/05/25 11:17:11 fabiankeil Exp $ -dnl -dnl Written by and Copyright (C) 2001-2017 the +dnl Written by and Copyright (C) 2001-2018 the dnl Privoxy team. https://www.privoxy.org/ dnl dnl Based on the Internet Junkbuster originally written @@ -83,7 +81,7 @@ CODE_STATUS="UNRELEASED" dnl Timestamp (date +%s) used by the mtree-spec target. dnl Should be updated before releases but forgetting it isn't critical. -SOURCE_DATE_EPOCH=1494070262 +SOURCE_DATE_EPOCH=1540830839 dnl CODE_STATUS can be "alpha", "beta", "stable" or "UNRELEASED", dnl and will be used for CGI output. Increment version number and @@ -308,6 +306,9 @@ if test $target_type = mingw; then WIN_ONLY= CFLAGS="$CFLAGS -DWINVER=0x501" SPECIAL_CFLAGS="-mwindows" +dnl from the cygwin FAQ: The regular setup allows you to use the -mwindows option +dnl to include a set of the basic libraries user32, gdi32 and comdlg32. +dnl (and also make your program a GUI program instead of a console program) PTHREAD_LIB=-lpthread echo "Using mingw32 (Win32 GUI)" else @@ -349,7 +350,7 @@ fi AC_SUBST(RPM_BASE) dnl Check for jade, so we can build the documentation -AC_CHECK_PROGS(JADEBIN,jade openjade,false) +AC_CHECK_PROGS(JADEBIN,openjade jade,false) AC_SUBST(JADEBIN) dnl Check for man2html for docs. @@ -699,19 +700,6 @@ case "$host" in ;; esac -dnl ================================================================= -dnl AmigaOS specific -dnl ================================================================= - -AMIGAOS_ONLY=# - -case "$host" in -*-amigaos) AMIGAOS_ONLY= -;; -esac - -AC_SUBST(AMIGAOS_ONLY) - dnl ================================================================= dnl Haiku specific dnl ================================================================= @@ -793,6 +781,7 @@ AC_CHECK_FUNCS([ \ memchr \ memmove \ memset \ + nanosleep \ poll \ putenv \ random \