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