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