Let image pattern ignore cache busters (thanks, anonymous)
[privoxy.git] / configure.in
1 dnl Process this file with autoconf to produce a configure script.
2 dnl 
3 dnl $Id: configure.in,v 1.68.2.3 2002/08/06 11:29:36 oes Exp $
4 dnl 
5 dnl Written by and Copyright (C) 2001, 2002 the SourceForge
6 dnl Privoxy team. http://www.privoxy.org/
7 dnl
8 dnl Based on the Internet Junkbuster originally written
9 dnl by and Copyright (C) 1997 Anonymous Coders and 
10 dnl Junkbusters Corporation.  http://www.junkbusters.com
11 dnl
12 dnl This program is free software; you can redistribute it 
13 dnl and/or modify it under the terms of the GNU General
14 dnl Public License as published by the Free Software
15 dnl Foundation; either version 2 of the License, or (at
16 dnl your option) any later version.
17 dnl 
18 dnl This program is distributed in the hope that it will
19 dnl be useful, but WITHOUT ANY WARRANTY; without even the
20 dnl implied warranty of MERCHANTABILITY or FITNESS FOR A
21 dnl PARTICULAR PURPOSE.  See the GNU General Public
22 dnl License for more details.
23 dnl 
24 dnl The GNU General Public License should be included with
25 dnl this file.  If not, you can view it at
26 dnl http://www.gnu.org/copyleft/gpl.html
27 dnl or write to the Free Software Foundation, Inc., 59
28 dnl Temple Place - Suite 330, Boston, MA  02111-1307, USA.
29 dnl 
30 dnl $Log: configure.in,v $
31 dnl Revision 1.68.2.3  2002/08/06 11:29:36  oes
32 dnl Fixed detection/inclusion of pcre.h, which is in a pcre subdir on RH
33 dnl
34 dnl Revision 1.68.2.2  2002/07/30 19:36:09  hal9
35 dnl Bump version to 2.9.17.
36 dnl
37 dnl Revision 1.68.2.1  2002/07/26 15:21:12  oes
38 dnl  Bumped version number for 2.9.16 freeze
39 dnl
40 dnl Revision 1.68  2002/05/25 16:54:54  jongfoster
41 dnl Detect if the compiler supports -pthread.
42 dnl Hopefully this will fix bug 560442.  (I don't have a HP PA-RISC
43 dnl machine to test this!)
44 dnl
45 dnl Revision 1.67  2002/05/03 14:33:59  oes
46 dnl Generate doc/soucre/ldp.dsl
47 dnl
48 dnl Revision 1.66  2002/05/03 00:41:56  oes
49 dnl Set version to 2.9.15 to comply with new versioning scheme
50 dnl
51 dnl Revision 1.65  2002/04/25 19:13:57  morcego
52 dnl Removed RPM release number declaration on configure.in
53 dnl Changed makefile to use given value for RPM_PACKAGEV when on uploading
54 dnl targets (will produce an error, explaining who to do it, if no value
55 dnl if provided).
56 dnl
57 dnl Revision 1.64  2002/04/22 16:32:31  morcego
58 dnl configure.in, *.spec: Bumping release to 2 (2.9.14-2)
59 dnl -rh.spec: uid and gid are now macros
60 dnl -suse.spec: Changing the header Copyright to License (Copyright is
61 dnl             deprecable)
62 dnl
63 dnl Revision 1.63  2002/04/11 11:00:21  oes
64 dnl Applied Moritz' fix for socklen_t on Solaris
65 dnl
66 dnl Revision 1.62  2002/04/11 10:09:20  oes
67 dnl Version 2.9.14
68 dnl
69 dnl Revision 1.61  2002/04/10 18:14:45  morcego
70 dnl - (privoxy-rh.spec only) Relisting template files on the %%files section
71 dnl - (configure.in, privoxy-rh.spec) Bumped package release to 5
72 dnl
73 dnl Revision 1.60  2002/04/09 16:38:49  oes
74 dnl Added detection of missing config.h.in
75 dnl
76 dnl Revision 1.59  2002/04/06 20:23:55  jongfoster
77 dnl Removing unnessacery tests (C++, ranlib)
78 dnl
79 dnl Revision 1.58  2002/04/04 20:49:20  swa
80 dnl attempt to consolidate the
81 dnl different dokbook versions.
82 dnl
83 dnl Revision 1.57  2002/04/04 00:36:36  gliptak
84 dnl always use pcre for matching
85 dnl
86 dnl Revision 1.56  2002/04/03 22:28:03  gliptak
87 dnl Removed references to gnu_regex
88 dnl
89 dnl Revision 1.55  2002/04/03 03:54:38  gliptak
90 dnl Checking pcre version
91 dnl
92 dnl Revision 1.54  2002/04/01 00:54:24  gliptak
93 dnl More changes needed around regex support.
94 dnl
95 dnl Revision 1.53  2002/03/29 20:09:01  swa
96 dnl al's patch
97 dnl
98 dnl Revision 1.52  2002/03/29 19:51:40  gliptak
99 dnl Correcting compile problem with Debian
100 dnl
101 dnl Revision 1.51  2002/03/28 20:43:00  swa
102 dnl set make correctly
103 dnl
104 dnl Revision 1.50  2002/03/27 03:03:45  hal9
105 dnl Add test for man2html
106 dnl
107 dnl Revision 1.49  2002/03/27 02:19:52  david__schmidt
108 dnl More Mac OSX support:
109 dnl - Get rid of extraneous, noisy -pthread warnings
110 dnl - Define unix so we get oes' unix-tagged changes
111 dnl
112 dnl Revision 1.48  2002/03/26 22:29:54  swa
113 dnl we have a new homepage!
114 dnl
115 dnl Revision 1.47  2002/03/26 16:41:00  hal9
116 dnl Upped RPM Release to 3 (need to build new RH packages)
117 dnl
118 dnl Revision 1.46  2002/03/24 18:55:06  jongfoster
119 dnl Making Docbook work under Windows
120 dnl
121 dnl Revision 1.45  2002/03/24 14:19:55  swa
122 dnl set rpm package release in configure.in. nowhere else.
123 dnl
124 dnl Revision 1.44  2002/03/24 13:25:43  swa
125 dnl name change related issues
126 dnl
127 dnl Revision 1.43  2002/03/24 12:56:21  swa
128 dnl name change related issues.
129 dnl
130 dnl Revision 1.42  2002/03/22 18:11:37  jongfoster
131 dnl Bumping version number to 2.9.12
132 dnl
133 dnl Revision 1.41  2002/03/19 19:30:04  morcego
134 dnl - Fixing stylesheet checking on configure. If it is found, no further checks
135 dnl   should be done
136 dnl
137 dnl - configure will now check for db2html or docbook2html (should work now
138 dnl   on SuSe without the docbktls package)
139 dnl
140 dnl Revision 1.40  2002/03/09 14:33:30  oes
141 dnl Fixing the (harmless) AC_CHECK_FILE warnings
142 dnl
143 dnl Revision 1.39  2002/03/08 16:46:13  oes
144 dnl Added --enable-no-gifs
145 dnl
146 dnl Revision 1.38  2002/03/08 14:13:50  morcego
147 dnl Fixing configure, to remove a command not found error.
148 dnl
149 dnl Revision 1.37  2002/03/08 12:58:21  oes
150 dnl Tiny bugfix in AC_ARG_WITH(debug)
151 dnl
152 dnl Revision 1.36  2002/03/06 23:50:36  morcego
153 dnl Will not test for a text browser if we are not using docbook.
154 dnl
155 dnl Revision 1.35  2002/03/06 21:55:52  morcego
156 dnl New configure option: --with-docbook=(yes|no|directory)
157 dnl Preliminary new platform detection code included. Will work with the
158 dnl old one for now. No use just trowing it away
159 dnl
160 dnl Revision 1.34  2002/03/06 20:57:00  morcego
161 dnl Fixing detection of stylesheets on SuSe.
162 dnl
163 dnl Revision 1.33  2002/03/05 17:31:11  morcego
164 dnl Search for docbook.dsl. Should solve portability problems for SuSe.
165 dnl
166 dnl Revision 1.32  2002/03/05 14:07:43  morcego
167 dnl configure now detects rpm topdir, and change GNUmakefile acordingly
168 dnl    (based on sugestion by Sarantis Paskalis)
169 dnl
170 dnl Revision 1.31  2002/03/05 13:43:28  morcego
171 dnl Checking for text browser, so redhat-dok can work.
172 dnl
173 dnl Revision 1.30  2002/03/04 17:58:01  oes
174 dnl Deleted _DEBUG and PID_FILE_PATH
175 dnl
176 dnl Revision 1.29  2002/02/28 14:20:53  oes
177 dnl Fixed detection of gethost*_r functions on Solaris
178 dnl
179 dnl Revision 1.28  2002/02/27 15:02:38  oes
180 dnl Incremented version number
181 dnl
182 dnl Revision 1.27  2002/01/10 12:35:18  oes
183 dnl Added cross-compile defaults to the AC_CHECK_SIZEOF macros
184 dnl to silence autoconf warnings. Numbers are for Intel/Linux.
185 dnl Is there a better way?
186 dnl
187 dnl Revision 1.26  2002/01/09 14:29:49  oes
188 dnl - Added AC_CHECK_FUNC tests for the availability of
189 dnl   gethostbyname_r, gethostbyaddr_r, gmtime_r and
190 dnl   localtime_r, as well as AC_TRY_COMPILE tests to
191 dnl   determine their signatures.
192 dnl
193 dnl - Fixed a bug with the init of CFLAGS that was
194 dnl   reported by barsnick
195 dnl
196 dnl Revision 1.25  2002/01/04 15:27:18  oes
197 dnl Changed quoting of CODE_STATUS for use in make
198 dnl
199 dnl Revision 1.24  2001/12/30 14:07:31  steudten
200 dnl - Add signal handling (unix)
201 dnl - Add SIGHUP handler (unix)
202 dnl - Add creation of pidfile (unix)
203 dnl - Add action 'top' in rc file (RH)
204 dnl - Add entry 'SIGNALS' to manpage
205 dnl - Add exit message to logfile (unix)
206 dnl
207 dnl Revision 1.23  2001/12/09 20:24:42  david__schmidt
208 dnl Change from "alpha" to "beta" in configure.in
209 dnl
210 dnl Revision 1.22  2001/12/01 11:24:01  jongfoster
211 dnl Renaming Makefile.in to GNUmakefile.in so that non-GNU versions of
212 dnl make break in a more obvious way.
213 dnl
214 dnl Revision 1.21  2001/11/30 21:35:54  jongfoster
215 dnl Bumping version number to 2.9.10
216 dnl
217 dnl Revision 1.20  2001/10/23 21:24:09  jongfoster
218 dnl Support for FEATURE_CGI_EDIT_ACTIONS
219 dnl
220 dnl Revision 1.19  2001/10/07 15:33:14  oes
221 dnl Removed FEATURE_DENY_GZIP
222 dnl Bumped up version number
223 dnl
224 dnl Revision 1.18  2001/09/13 13:10:24  steudten
225 dnl
226 dnl PreWork for Debug Interface.
227 dnl Add new option "--with-debug" to enable debugging (flags aso.)
228 dnl
229 dnl Revision 1.17  2001/09/12 23:44:55  david__schmidt
230 dnl Mac OSX (Darwin) support added.
231 dnl
232 dnl Revision 1.16  2001/09/12 22:55:45  joergs
233 dnl AmigaOS support added.
234 dnl
235 dnl Revision 1.15  2001/09/12 17:28:59  david__schmidt
236 dnl
237 dnl OS/2 port: update autoconf'd support for the platform.
238 dnl
239 dnl Revision 1.14  2001/07/30 22:12:11  jongfoster
240 dnl Fixing Solaris build (I hope) and tidying up #defines:
241 dnl - All feature #defines are now of the form FEATURE_xxx
242 dnl - Permanently turned off WIN_GUI_EDIT
243 dnl - Permanently turned on WEBDAV and SPLIT_PROXY_ARGS
244 dnl
245 dnl Revision 1.13  2001/07/29 17:09:17  jongfoster
246 dnl Major changes to build system in order to fix these bugs:
247 dnl - pthreads under Linux was broken - changed -lpthread to -pthread
248 dnl - Compiling in MinGW32 mode under CygWin now correctly detects
249 dnl   which shared libraries are available
250 dnl - Solaris support (?) (Not tested under Solaris yet)
251 dnl
252 dnl Revision 1.12  2001/07/25 19:16:27  oes
253 dnl Bumping version number to 2.9.8
254 dnl
255 dnl Revision 1.11  2001/07/21 18:00:07  jongfoster
256 dnl Bumping version number to 2.9.7
257 dnl
258 dnl Revision 1.10  2001/07/18 17:25:04  oes
259 dnl Fixed a typo
260 dnl
261 dnl Revision 1.9  2001/07/15 19:45:13  jongfoster
262 dnl Added support for linking with POSIX threads library
263 dnl
264 dnl Revision 1.8  2001/07/15 17:54:29  jongfoster
265 dnl Renaming #define STATIC to STATIC_PCRE
266 dnl Adding new #define FEATURE_PTHREAD that will be used to enable
267 dnl POSIX threads support.
268 dnl
269 dnl Revision 1.7  2001/07/13 13:58:05  oes
270 dnl    Completely reorganized the selection scheme for
271 dnl    pcre, pcreposix, pcrs and gnu_regex:
272 dnl
273 dnl    The presence of shared pcre, pcreposix or pcrs
274 dnl    libraried is now autodetected. Additionally, the
275 dnl    user can enforce using the built-in static variants
276 dnl    by specifying --disable-dynamic-(pcre|pcrs).
277 dnl    Care is taken to avoid that pcre is dyn, while pcreposix
278 dnl    is static, if both are used and that pcrs is static if
279 dnl    pcrs is.
280 dnl
281 dnl    The choice between pcre, gnu or no regex for actionsfile
282 dnl    URL matching is now via
283 dnl    --(enable|disable)-regex-matching[=(gnu|pcre|no)] with the
284 dnl    default being pcre.
285 dnl
286 dnl Revision 1.6  2001/06/29 21:56:40  oes
287 dnl Version -> 2.9.5
288 dnl
289 dnl Revision 1.5  2001/06/29 13:26:27  oes
290 dnl Introduced #define CODE_STATUS
291 dnl
292 dnl Revision 1.4  2001/05/29 09:50:24  jongfoster
293 dnl Unified blocklist/imagelist/permissionslist.
294 dnl File format is still under discussion, but the internal changes
295 dnl are (mostly) done.
296 dnl
297 dnl Also modified interceptor behaviour:
298 dnl - We now intercept all URLs beginning with one of the following
299 dnl   prefixes (and *only* these prefixes):
300 dnl     * http://i.j.b/
301 dnl     * http://ijbswa.sf.net/config/
302 dnl     * http://ijbswa.sourceforge.net/config/
303 dnl - New interceptors "home page" - go to http://i.j.b/ to see it.
304 dnl - Internal changes so that intercepted and fast redirect pages
305 dnl   are not replaced with an image.
306 dnl - Interceptors now have the option to send a binary page direct
307 dnl   to the client. (i.e. ijb-send-banner uses this)
308 dnl - Implemented show-url-info interceptor.  (Which is why I needed
309 dnl   the above interceptors changes - a typical URL is
310 dnl   "http://i.j.b/show-url-info?url=www.somesite.com/banner.gif".
311 dnl   The previous mechanism would not have intercepted that, and
312 dnl   if it had been intercepted then it then it would have replaced
313 dnl   it with an image.)
314 dnl
315 dnl Revision 1.3  2001/05/22 18:46:04  oes
316 dnl
317 dnl - Enabled filtering banners by size rather than URL
318 dnl   by adding patterns that replace all standard banner
319 dnl   sizes with the "Junkbuster" gif to the re_filterfile
320 dnl
321 dnl - Enabled filtering WebBugs by providing a pattern
322 dnl   which kills all 1x1 images
323 dnl
324 dnl - Added support for PCRE_UNGREEDY behaviour to pcrs,
325 dnl   which is selected by the (nonstandard and therefore
326 dnl   capital) letter 'U' in the option string.
327 dnl   It causes the quantifiers to be ungreedy by default.
328 dnl   Appending a ? turns back to greedy (!).
329 dnl
330 dnl - Added a new interceptor ijb-send-banner, which
331 dnl   sends back the "Junkbuster" gif. Without imagelist or
332 dnl   MSIE detection support, or if tinygif = 1, or the
333 dnl   URL isn't recognized as an imageurl, a lame HTML
334 dnl   explanation is sent instead.
335 dnl
336 dnl - Added new feature, which permits blocking remote
337 dnl   script redirects and firing back a local redirect
338 dnl   to the browser.
339 dnl   The feature is conditionally compiled, i.e. it
340 dnl   can be disabled with --disable-fast-redirects,
341 dnl   plus it must be activated by a "fast-redirects"
342 dnl   line in the config file, has its own log level
343 dnl   and of course wants to be displayed by show-proxy-args
344 dnl   Note: Boy, all the #ifdefs in 1001 locations and
345 dnl   all the fumbling with configure.in and acconfig.h
346 dnl   were *way* more work than the feature itself :-(
347 dnl
348 dnl - Because a generic redirect template was needed for
349 dnl   this, tinygif = 3 now uses the same.
350 dnl
351 dnl - Moved GIFs, and other static HTTP response templates
352 dnl   to project.h
353 dnl
354 dnl - Some minor fixes
355 dnl
356 dnl - Removed some >400 CRs again (Jon, you really worked
357 dnl   a lot! ;-)
358 dnl
359 dnl Revision 1.2  2001/05/20 01:21:20  jongfoster
360 dnl Version 2.9.4 checkin.
361 dnl - Merged popupfile and cookiefile, and added control over PCRS
362 dnl   filtering, in new "permissionsfile".
363 dnl - Implemented LOG_LEVEL_FATAL, so that if there is a configuration
364 dnl   file error you now get a message box (in the Win32 GUI) rather
365 dnl   than the program exiting with no explanation.
366 dnl - Made killpopup use the PCRS MIME-type checking and HTTP-header
367 dnl   skipping.
368 dnl - Removed tabs from "config"
369 dnl - Moved duplicated url parsing code in "loaders.c" to a new funcition.
370 dnl - Bumped up version number.
371 dnl
372 dnl Revision 1.1.1.1  2001/05/15 13:58:50  oes
373 dnl Initial import of version 2.9.3 source tree
374 dnl
375 dnl 
376
377
378 dnl =================================================================
379 dnl AutoConf Initialization
380 dnl =================================================================
381
382 AC_REVISION($Revision: 1.68.2.3 $)
383 AC_INIT(jcc.c)
384
385 if test ! -f config.h.in; then
386    echo "You need to run autoheader first. "
387    echo -n "Shall I do this for you now? (y/n) "
388    read answer
389    if test $answer != "y"; then
390       exit 1
391    else
392       autoheader
393   fi
394 fi  
395
396 AC_CONFIG_HEADER([config.h])
397 AC_CANONICAL_HOST
398
399 dodk=auto
400 DKPREFIX=none
401 AC_ARG_WITH(docbook, dnl
402   --with-docbook=[[yes|no|directory]]   
403                            Enable docbook documentation creation 
404                            (default = yes, for gnu and linux),[dnl
405 case "$with_docbook" in
406 yes) dodk=yes;;
407 no) dodk=no;;
408 *) 
409         dodk=no
410         DKPREFIX=$withval
411         ;;
412 esac
413 ])
414 DB2HTML=false
415 AC_ARG_WITH(db2html, dnl
416   --with-db2html=<path/executable>
417                           Set the location of the docbook to html converter
418                           (default = search),[dnl
419 DB2HTML=$withval
420 ])
421
422 dnl =================================================================
423 dnl Application version number
424 dnl =================================================================
425
426 VERSION_MAJOR=2
427 VERSION_MINOR=9
428 VERSION_POINT=20
429 CODE_STATUS="beta"
430
431 dnl CODE_STATUS can be "alpha", "beta", or "stable", and will be
432 dnl used for CGI output
433
434 dnl =================================================================
435 dnl Substitute the version numbers
436 dnl =================================================================
437
438 AC_SUBST(VERSION_MAJOR)
439 AC_SUBST(VERSION_MINOR)
440 AC_SUBST(VERSION_POINT)
441 AC_SUBST(CODE_STATUS)
442
443 dnl
444 AC_DEFINE_UNQUOTED(VERSION_MAJOR,${VERSION_MAJOR})
445 AC_DEFINE_UNQUOTED(VERSION_MINOR,${VERSION_MINOR})
446 AC_DEFINE_UNQUOTED(VERSION_POINT,${VERSION_POINT})
447 AC_DEFINE_UNQUOTED(VERSION,"${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_POINT}")
448 AC_DEFINE_UNQUOTED(CODE_STATUS,"${CODE_STATUS}")
449
450 dnl =================================================================
451 dnl Checks for programs needed to build.
452 dnl =================================================================
453 AC_PROG_CC
454 AC_PROG_CPP
455 AC_PROG_INSTALL
456 AC_PROG_LN_S
457 AC_PROG_MAKE_SET
458
459 AC_CHECK_PROG(GDB,gdb,yes,no)
460
461 dnl =================================================================
462 dnl debug, gcc and gdb support 
463 dnl =================================================================
464
465 AC_ARG_WITH(debug,
466         [  --with-debug            Enable debug mode],
467         [
468                 if test "x$withval" != "xno" ; then
469                     if test $ac_cv_prog_cc_g = yes; then
470                       if test "$GCC" = yes; then
471                         if test "$GDB"; then
472                           CFLAGS="-ggdb"
473                         else
474                           CFLAGS="-g"
475                         fi
476                         CFLAGS="$CFLAGS -Wshadow  -Wconversion"
477                       else
478                         CFLAGS="-g"
479                       fi
480                    fi
481                 fi
482         ],
483         [
484             if test "X$CFLAGS" = "X"; then # if CFLAGS are unset
485               if test "$GCC" = yes; then
486                 CFLAGS="-O2"
487               else
488                 CFLAGS=
489               fi
490             fi
491         ]
492 )
493
494 AC_ARG_WITH(user,
495         [  --with-user=privoxy            Set user under which privoxy run],
496         [
497                 if test "x$withval" != "xyes"; then
498                     USER=$with_user;
499                   else
500                    AC_MSG_ERROR(We need a user if you give me this parameter)
501                 fi
502         ],
503         [
504           USER=privoxy;
505         ]
506 )
507 AC_SUBST(USER)
508
509 AC_ARG_WITH(group,
510         [  --with-group=privoxy         Set group for privoxy],
511         [
512                 if test "x$withval" != "xyes"; then
513                     GROUP=$with_group;
514                   else
515                    AC_MSG_ERROR(We need a group if you give me this parameter)
516                 fi
517         ],
518         [
519           GROUP=privoxy;
520         ]
521 )
522 AC_SUBST(GROUP)
523 dnl =================================================================
524 dnl additional gcc flags
525 dnl =================================================================
526 dnl 
527 if test "$GCC"; then
528   CFLAGS="-pipe $CFLAGS"
529 fi
530
531
532 dnl =================================================================
533 dnl Build type
534 dnl =================================================================
535 dnl
536 dnl Must do this first.
537 dnl
538 dnl Reason: This sets CFLAGS in order to switch the Cygwin compiler
539 dnl into Cygwin or MinGW32 modes.  Depending on the mode selected,
540 dnl the compiler will use completely different sets of library
541 dnl and include files.
542 dnl 
543 dnl =================================================================
544
545 AC_MINGW32
546 AC_CYGWIN
547
548 if test "$MINGW32" = "yes"; then
549   target_type=mingw
550 else
551   if test "$CYGWIN" = "yes"; then
552     target_type=cygwin
553   else
554     target_type=unix
555   fi
556 fi
557
558 if test $dodk = auto; then
559         dodk=no
560         if test $target_type = unix; then
561                 case "$host_os" in
562                 linux* | gnu*)
563                         dodk=yes
564                 ;;
565                 esac
566         fi
567 fi
568
569 dnl Decide what to do based on target_type
570 dnl Note: PTHREAD_LIB is always set, even if pthread is disabled.
571 dnl This is because we don't know yet whether pthread is enabled.
572
573 AC_ARG_ENABLE(mingw32,
574 [  --enable-mingw32        Use mingw32 for a Windows GUI],
575 [if test $enableval = yes; then
576   target_type=mingw
577 fi])
578
579 if test $target_type = mingw; then
580   WIN_ONLY=
581   SPECIAL_CFLAGS="-mwindows -mno-cygwin"
582   PTHREAD_LIB=-lpthreadGC
583   echo "Using mingw32 (Win32 GUI)"
584 else
585   WIN_ONLY=#
586   if test $target_type = cygwin; then
587     SPECIAL_CFLAGS="-mno-win32"
588     PTHREAD_LIB=
589     echo "Using Cygnus (Win32 command line)"
590   else
591     SPECIAL_CFLAGS=
592     PTHREAD_LIB=-lpthread
593   fi
594 fi
595 AC_SUBST(WIN_ONLY)
596
597 dnl Checking which text html browser we have avaliable
598 if test $dodk != no; then
599         AC_CHECK_PROGS(WDUMP,w3m lynx links,false)
600         if test "$WDUMP" = false; then
601                 AC_MSG_ERROR(You need some kind of text browser to continue \(w3m, lynx and links are supported\))
602         fi
603         if test $DB2HTML = false; then
604                 dnl We need to clean the variable, otherwise AC_CHECK_PROGS
605                 dnl will fail   
606                 DB2HTML=""
607                 AC_CHECK_PROGS(DB2HTML,db2html docbook2html,false)
608         fi
609 fi
610 AC_SUBST(WDUMP)
611 AC_SUBST(DB2HTML)
612
613 dnl If we use rpm, we need to check where %_topdir is
614 AC_CHECK_PROGS(RPMBIN,rpm,false)
615 if test $RPMBIN != false; then
616                 RPM_BASE=`rpm --eval "%{_topdir}"`
617                 if test "$RPM_BASE" = ""; then
618                         RPM_BASE=/usr/src/redhat
619                 fi
620 fi
621 AC_SUBST(RPM_BASE)
622
623 dnl Check for jade, so we can build the documentation
624 AC_CHECK_PROGS(JADEBIN,jade openjade,false)
625 AC_SUBST(JADEBIN)
626
627 dnl Check for man2html for docs.
628 AC_CHECK_PROGS(MAN2HTML,man2html,false)
629 AC_SUBST(MAN2HTML)
630
631 dnl Set doc status flag for conditional content inclusions
632 DOC_STATUS=p-not-stable
633 if  test $CODE_STATUS = stable; then
634      DOC_STATUS="p-stable"
635 fi
636 AC_SUBST(DOC_STATUS)
637
638 dnl Checking for the docbook.dsl stylesheet file
639 dnl It is still not portable (directory slash)
640 JADECAT=""
641 if test $dodk = yes; then
642   if test $DKPREFIX = none; then
643     for i in /usr/share/sgml/docbook/dsssl-stylesheets /usr/share/sgml/docbkdsl /usr/share/sgml/docbook-dsssl; do
644       echo -n "checking for $i/html/docbook.dsl..."
645       if test -f $i/html/docbook.dsl; then
646         echo "yes"
647         DKPREFIX=$i
648         break
649       else
650         echo "no"
651       fi
652     done
653 # where are the catalogs?
654     for i in /usr/share/sgml/CATALOG.docbk30 /usr/share/sgml/CATALOG.docbk31; do
655       echo -n "checking for $i..."
656       if test -f $i; then
657         echo "yes"
658         JADECAT="$JADECAT -c $i"
659       else
660         echo "no"
661       fi
662     done
663   fi
664 fi
665 AC_SUBST(JADECAT)
666 AC_SUBST(DKPREFIX)
667
668 dnl Save old CFLAGS so we can restore them later, then add SPECIAL_CFLAGS
669 old_CFLAGS_nospecial=$CFLAGS
670 CFLAGS="$CFLAGS $SPECIAL_CFLAGS"
671
672 # Hack to force AutoConf to use the CFLAGS we just set
673 dnl Warning: This may break with a future version of Autoconf
674 dnl          Tested with autoconf 2.13
675 ac_cpp='$CPP $CPPFLAGS $SPECIAL_CFLAGS'
676 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
677 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
678
679
680 dnl =================================================================
681 dnl Thread support
682 dnl =================================================================
683
684 AC_CHECK_HEADER(pthread.h, [have_pthread=yes], [have_pthread=no])
685
686 AC_ARG_ENABLE(pthread,
687 [  --disable-pthread       Don't use POSIX threads (pthreads)],
688 [if test $enableval = no; then
689   # Disable pthreads
690   have_pthread=no
691 fi])
692
693 if test $have_pthread = yes; then
694   PTHREAD_ONLY=
695   AC_DEFINE(FEATURE_PTHREAD)
696   echo Using POSIX threads
697   if test "$GCC" = "yes"; then
698     # Set a GCC specific switch:
699     if test "$target_type" = "unix"; then
700       ac_jgf_save_CFLAGS=$CFLAGS
701       CFLAGS="$CFLAGS -pthread"
702       AC_TRY_LINK([#include <pthread.h>],
703         [void *p = pthread_create;],
704         [
705           # This compiler switch makes GCC on Linux thread-safe
706           # However, it's not supported on most other OS.
707           PTHREAD_LIB=
708           SPECIAL_CFLAGS="-pthread"
709         ])
710       CFLAGS=$ac_jgf_save_CFLAGS
711     fi
712   fi
713 else
714   PTHREAD_ONLY=#
715   echo Using native threads
716 fi
717
718 AC_SUBST(PTHREAD_ONLY)
719
720 dnl =================================================================
721 dnl Support for thread-safe versions of gethostbyaddr, gethostbyname,
722 dnl gmtime and localtime
723 dnl =================================================================
724
725 dnl Next line needed to find the gethost*_r functions on Solaris
726 AC_CHECK_LIB(nsl, gethostbyname)
727
728 AC_CHECK_FUNC(gethostbyaddr_r, [
729   AC_MSG_CHECKING([signature of gethostbyaddr_r])
730   AC_TRY_COMPILE([
731 #   include <netdb.h>
732   ], [
733     struct hostent *h, *hp;
734     char *a, *b;
735     int l, bl, t, e;
736     (void) gethostbyaddr_r(a, l, t, h, b, bl, &hp, &e)
737   ], [
738     AC_DEFINE(HAVE_GETHOSTBYADDR_R_8_ARGS)
739     AC_MSG_RESULT([8 args])
740   ], [
741     AC_TRY_COMPILE([
742 #     include <netdb.h>
743     ], [
744       struct hostent *h;
745       char *a, *b;
746       int l, bl, t, e;
747       (void) gethostbyaddr_r(a, l, t, h, b, bl, &e)
748     ], [
749       AC_DEFINE(HAVE_GETHOSTBYADDR_R_7_ARGS)
750       AC_MSG_RESULT([7 args])
751     ], [
752       AC_TRY_COMPILE([
753 #       include <netdb.h>
754       ], [
755         struct hostent_data *d;
756         struct hostent *h;
757         char a,
758         int l, t;
759         (void) gethostbyaddr_r(a, l, t, h, d)
760       ], [
761         AC_DEFINE(HAVE_GETHOSTBYADDR_R_5_ARGS)
762         AC_MSG_RESULT([5 args])
763       ], [
764         AC_MSG_RESULT(unrecognised)
765       ])
766     ])
767   ])
768 ], [
769   AC_MSG_RESULT(no)
770 ])
771
772 AC_CHECK_FUNC(gethostbyname_r, [
773   AC_MSG_CHECKING([signature of gethostbyname_r])
774   AC_TRY_COMPILE([
775 #   include <netdb.h>
776   ], [
777     struct hostent *h, *r;
778     char *n, *b;
779     int bl, e;
780     (void) gethostbyname_r(n, h, b, bl, &r, &e)
781   ], [
782     AC_DEFINE(HAVE_GETHOSTBYNAME_R_6_ARGS)
783     AC_MSG_RESULT([6 args])
784   ], [
785     AC_TRY_COMPILE([
786 #     include <netdb.h>
787     ], [
788       struct hostent *h;
789       char *n, *b;
790       int bl, e;
791       (void) gethostbyname_r(n, h, b, bl, &e)
792     ], [
793       AC_DEFINE(HAVE_GETHOSTBYNAME_R_5_ARGS)
794       AC_MSG_RESULT([5 args])
795     ], [
796       AC_TRY_COMPILE([
797 #       include <netdb.h>
798       ], [
799         struct hostent_data *d;
800         struct hostent *h;
801         char *n,
802         (void) gethostbyname_r(n, h, d)
803       ], [
804         AC_DEFINE(HAVE_GETHOSTBYNAME_R_3_ARGS)
805         AC_MSG_RESULT([3 args])
806       ], [
807         AC_MSG_RESULT(unrecognised)
808       ])
809     ])
810   ])
811 ], [
812   AC_MSG_RESULT(no)
813 ])
814
815 AC_CHECK_FUNC(gmtime_r, [
816   AC_MSG_CHECKING([signature of gmtime_r])
817   AC_TRY_COMPILE([
818 #   include <time.h>
819   ], [
820     struct time *t;
821     struct tm *tm;
822     (void) gmtime_r(t, tm)
823   ], [
824     AC_MSG_RESULT(ok)
825     AC_DEFINE(HAVE_GMTIME_R)
826   ], [
827     AC_MSG_RESULT(unrecognised)
828   ])
829 ], [
830   AC_MSG_RESULT(no)
831 ])
832
833 AC_CHECK_FUNC(localtime_r, [
834   AC_MSG_CHECKING([signature of localtime_r])
835   AC_TRY_COMPILE([
836 #   include <time.h>
837   ], [
838     struct time *t;
839     struct tm *tm;
840     (void) localtime_r(t, tm)
841   ], [
842     AC_MSG_RESULT(ok)
843     AC_DEFINE(HAVE_LOCALTIME_R)
844   ], [
845     AC_MSG_RESULT(unrecognised)
846   ])
847 ], [
848   AC_MSG_RESULT(no)
849 ])
850
851 dnl =================================================================
852 dnl Solaris specific
853 dnl FIXME: Not tested on Solaris yet...
854 dnl ISFIXED: Have tested it on Solaris, but there are other ways to
855 dnl     make these checks generic, e.g.:
856 dnl AC_CHECK_FUNC(getsockopt, , AC_CHECK_LIB(socket, getsockopt))
857 dnl     (Moritz Barsnick <moritz@barsnick.net>)
858 dnl =================================================================
859
860
861 SOCKET_LIB=
862
863 case "$host" in
864 *-solaris*) SOCKET_LIB="-lsocket -lnsl"
865             AC_DEFINE(__EXTENSIONS__)
866             if test "$GCC" = "yes"; then
867               # Set a GCC specific switch:
868               # This compiler switch makes Solaris thread-safe
869               PTHREAD_LIB=
870               SPECIAL_CFLAGS="-pthreads"
871             else
872               # What do we do without GCC? Guess this:
873               SPECIAL_CFLAGS="-D_REENTRANT"
874             fi
875 ;;
876 esac
877
878 AC_SUBST(SOCKET_LIB)
879
880 dnl =================================================================
881 dnl Solaris problem, and others perhaps (socklen_t is undefined)
882 dnl =================================================================
883
884 AC_MSG_CHECKING([for socklen_t])
885 AC_EGREP_HEADER(socklen_t, sys/socket.h, AC_MSG_RESULT([yes]),
886         AC_MSG_RESULT([no])
887         AC_DEFINE(socklen_t,int,
888                 [ Define to 'int' if <sys/socket.h> doesn't have it. ]))
889
890
891 dnl =================================================================
892 dnl OS/2 specific
893 dnl =================================================================
894
895 case "$host" in
896 *-os2-emx*) SOCKET_LIB=-lsocket
897 ;;
898 esac
899
900 AC_SUBST(SOCKET_LIB)
901
902 dnl =================================================================
903 dnl Mac OSX specific
904 dnl =================================================================
905     
906 case "$host" in
907 *-apple-darwin*) SPECIAL_CFLAGS="-Dunix"
908 ;;  
909 esac
910
911 dnl =================================================================
912 dnl AmigaOS specific
913 dnl =================================================================
914
915 AMIGAOS_ONLY=#
916
917 case "$host" in
918 *-amigaos) AMIGAOS_ONLY=
919 ;;
920 esac
921
922 AC_SUBST(AMIGAOS_ONLY)
923
924 dnl =================================================================
925 dnl Check for standard compiler stuff
926 dnl =================================================================
927
928 AC_EXEEXT
929 AC_OBJEXT
930 AC_HEADER_STDC
931 AC_HEADER_DIRENT
932 AC_C_CONST
933 AC_TYPE_SIZE_T
934 AC_TYPE_PID_T
935 AC_HEADER_TIME
936 AC_STRUCT_TM
937 AC_CHECK_SIZEOF(int, 4)
938 AC_CHECK_SIZEOF(char *, 4)
939 AC_CHECK_SIZEOF(long, 4)
940 AC_CHECK_SIZEOF(long long, 8)
941 AC_CHECK_SIZEOF(size_t, 4)
942
943 dnl Checks for header files.
944 dnl AC_HEADER_SYS_WAIT
945 dnl AC_CHECK_HEADERS(fcntl.h limits.h malloc.h sys/time.h unistd.h)
946 AC_CHECK_HEADERS([OS.h arpa/inet.h errno.h fcntl.h limits.h locale.h netdb.h netinet/in.h stddef.h stdlib.h string.h sys/ioctl.h sys/socket.h sys/time.h sys/timeb.h sys/wait.h unistd.h])
947
948 dnl Checks for library functions.
949 dnl AC_TYPE_SIGNAL
950 dnl AC_CHECK_FUNC(strstr)
951 dnl bcopy and memmove are for PCRE
952 AC_CHECK_FUNCS([strerror bcopy memmove])
953 AC_PROG_GCC_TRADITIONAL
954 dnl uncommenting does not work for swa. suse linux
955 dnl AC_FUNC_MALLOC
956 AC_FUNC_SETPGRP
957 AC_TYPE_SIGNAL
958 dnl uncommenting does not work for swa. suse linux
959 dnl AC_FUNC_STAT
960 AC_CHECK_FUNCS([atexit getcwd gethostbyaddr gethostbyname inet_ntoa localtime_r memchr memmove memset regcomp select setlocale socket strchr strdup strerror strftime strstr strtoul])
961
962
963 dnl =================================================================
964 dnl Checks for libraries.
965 dnl =================================================================
966 dnl Note: Some systems may have the library but not the system header
967 dnl       file, so we must check for both.
968 dnl       Also check for correct version
969 AC_CHECK_LIB(pcre, pcre_compile, [
970    AC_CHECK_HEADER(pcre.h, [
971       AC_EGREP_HEADER(pcre_fullinfo, pcre.h, [have_pcre=yes], [AC_MSG_WARN([[pcre old version installed]]); have_pcre=no])
972    ], [
973       AC_CHECK_HEADER(pcre/pcre.h, [
974          AC_EGREP_HEADER(pcre_fullinfo, pcre/pcre.h, [have_pcre=yes]; [AC_DEFINE(PCRE_H_IN_SUBDIR)], [AC_MSG_WARN([[pcre old version installed]]); have_pcre=no])
975       ], [have_pcre=no])
976    ])
977 ], [have_pcre=no])
978  
979 AC_CHECK_LIB(pcreposix, regcomp, [
980    AC_CHECK_HEADER(pcreposix.h, [
981       AC_EGREP_HEADER(pcreposix_regerror, pcreposix.h, [AC_MSG_WARN([[pcreposix old version installed]]); have_pcreposix=no], [have_pcreposix=yes])
982    ], [
983       AC_CHECK_HEADER(pcre/pcreposix.h, [
984          AC_EGREP_HEADER(pcreposix_regerror, pcre/pcreposix.h, [AC_MSG_WARN([[pcreposix old version installed]]); have_pcreposix=no], [have_pcreposix=yes]; [AC_DEFINE(PCREPOSIX_H_IN_SUBDIR)])
985       ], [have_pcreposix=no])
986    ])
987 ], [have_pcreposix=no], -lpcre) 
988
989 AC_CHECK_LIB(pcrs, pcrs_compile, [AC_CHECK_HEADER(pcrs.h, [have_pcrs=yes], [have_pcrs=no])], [have_pcrs=no], -lpcre)
990
991 dnl =================================================================
992 dnl Always defined
993 dnl =================================================================
994
995 AC_DEFINE(__MT__)
996
997 dnl =================================================================
998 dnl Features
999 dnl =================================================================
1000
1001 AC_ARG_ENABLE(toggle,
1002 [  --disable-toggle         Don't support temporary disable],
1003 [if test $enableval = yes; then
1004   AC_DEFINE(FEATURE_TOGGLE)
1005 fi],AC_DEFINE(FEATURE_TOGGLE))
1006
1007 AC_ARG_ENABLE(force,
1008 [  --disable-force          Don't allow single-page disable],
1009 [if test $enableval = yes; then
1010   AC_DEFINE(FEATURE_FORCE_LOAD)
1011 fi],AC_DEFINE(FEATURE_FORCE_LOAD))
1012
1013 AC_ARG_ENABLE(fast-redirects,
1014 [  --disable-fast-redirects Don't support fast redirects],
1015 [if test $enableval = yes; then
1016   AC_DEFINE(FEATURE_FAST_REDIRECTS)
1017 fi], AC_DEFINE(FEATURE_FAST_REDIRECTS))
1018
1019 AC_ARG_ENABLE(killpopup,
1020 [  --disable-killpopup      Never block popups],
1021 [if test $enableval = yes; then
1022   AC_DEFINE(FEATURE_KILL_POPUPS)
1023 fi],AC_DEFINE(FEATURE_KILL_POPUPS))
1024
1025 AC_ARG_ENABLE(stats,
1026 [  --disable-stats          Don't keep statistics],
1027 [if test $enableval = yes; then
1028   AC_DEFINE(FEATURE_STATISTICS)
1029 fi],AC_DEFINE(FEATURE_STATISTICS))
1030
1031 AC_ARG_ENABLE(ie-images,
1032 [  --disable-ie-images      Don't auto-detect whether a request from MS Internet
1033                            Explorer is for an image or HTML.],
1034 [if test $enableval = yes; then
1035   AC_DEFINE(FEATURE_IMAGE_DETECT_MSIE)
1036 fi],
1037 AC_DEFINE(FEATURE_IMAGE_DETECT_MSIE))
1038
1039 AC_ARG_ENABLE(image-blocking,
1040 [  --disable-image-blocking Don't try to figure out whether a request is 
1041                            for an image or HTML - assume HTML.],
1042 [if test $enableval = yes; then
1043   AC_DEFINE(FEATURE_IMAGE_BLOCKING)
1044 fi],
1045 AC_DEFINE(FEATURE_IMAGE_BLOCKING))
1046
1047 AC_ARG_ENABLE(acl-files,
1048 [  --disable-acl-files      Prevents the use of ACL files to control access to
1049                            the proxy by IP address.],
1050 [if test $enableval = yes; then
1051   AC_DEFINE(FEATURE_ACL)
1052 fi],
1053 AC_DEFINE(FEATURE_ACL))
1054
1055 AC_ARG_ENABLE(trust-files,
1056 [  --disable-trust-files    Prevents the use of trust files.],
1057 [if test $enableval = yes; then
1058   AC_DEFINE(FEATURE_TRUST)
1059 fi],
1060 AC_DEFINE(FEATURE_TRUST))
1061
1062 AC_ARG_ENABLE(jar-files,
1063 [  --disable-jar-files      Prevents the use of jar files to capture cookies.],
1064 [if test $enableval = yes; then
1065   AC_DEFINE(FEATURE_COOKIE_JAR)
1066 fi],
1067 AC_DEFINE(FEATURE_COOKIE_JAR))
1068
1069 AC_ARG_ENABLE(editor,
1070 [  --disable-editor         Prevents the use of the web-based actions file
1071                            editor and web-based temporary disable setting.],
1072 [if test $enableval = yes; then
1073   AC_DEFINE(FEATURE_CGI_EDIT_ACTIONS)
1074 fi],
1075 AC_DEFINE(FEATURE_CGI_EDIT_ACTIONS))
1076
1077 AC_ARG_ENABLE(no-gifs,
1078 [  --enable-no-gifs         Use politically correct PNG format instead of GIF
1079                            for built-in images. May not work with all browsers.],
1080 [if test $enableval = yes; then
1081   AC_DEFINE(FEATURE_NO_GIFS)
1082 fi])
1083
1084
1085 dnl pcre/pcrs is needed for CGI anyway, so
1086 dnl the choice is only between static and
1087 dnl dynamic:
1088
1089 AC_ARG_ENABLE(dynamic-pcre,
1090 [  --disable-dynamic-pcre        Use the built-in, static pcre, even if
1091                                 libpcre is available],
1092 [ if test $enableval = "no"; then have_pcre=no; fi ])
1093
1094 AC_ARG_ENABLE(dynamic-pcrs,
1095 [  --disable-dynamic-pcrs        Use the built-in, static pcrs, even if
1096                                 libpcrs is available],
1097 [ if test $enableval = "no"; then have_pcrs=no; fi ])
1098
1099
1100 # If we have libpcre and either we also have pcreposix or
1101 # we don't need pcreposix, then link pcre dynamically; else
1102 # build it and link statically
1103 #
1104 if test $have_pcre = "yes"; then
1105   echo "using libpcre"
1106   pcre_dyn=yes
1107   STATIC_PCRE_ONLY=#
1108   LIBS="$LIBS -lpcre -lpcreposix"
1109 else
1110   echo "using built-in static pcre"
1111   pcre_dyn=no
1112   AC_DEFINE(STATIC_PCRE)
1113   STATIC_PCRE_ONLY=
1114 fi
1115
1116 # If we have libpcrs and pcre is linked dynamically
1117 # then also link pcrs dynamically, else build and link
1118 # pcrs statically
1119 #
1120 if test $have_pcrs = "yes" -a $pcre_dyn = "yes"; then
1121   echo "using libpcrs"
1122   STATIC_PCRS_ONLY=#
1123   LIBS="$LIBS -lpcrs"
1124 else
1125   echo "using built-in static pcrs"
1126   AC_DEFINE(STATIC_PCRS)
1127   STATIC_PCRS_ONLY=
1128 fi
1129
1130 AC_SUBST(STATIC_PCRE_ONLY)
1131 AC_SUBST(STATIC_PCRS_ONLY)
1132
1133 dnl =================================================================
1134 dnl Final cleanup and output
1135 dnl =================================================================
1136
1137 dnl Remove the SPECIAL_CFLAGS stuff from CFLAGS, and add it seperately
1138 dnl in the Makefile
1139 CFLAGS=$old_CFLAGS_nospecial
1140 AC_SUBST(SPECIAL_CFLAGS)
1141
1142 AC_SUBST(PTHREAD_LIB)
1143
1144 AC_OUTPUT(GNUmakefile doc/source/ldp.dsl)