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