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