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