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