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