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