This commit was generated by cvs2svn to compensate for changes in r4407,
[freeside.git] / rt / configure
1 #! /bin/sh
2 # From configure.ac Revision: 3070 .
3 # Guess values for system-dependent variables and create Makefiles.
4 # Generated by GNU Autoconf 2.59 for RT 3.4.4.
5 #
6 # Report bugs to <rt-bugs@fsck.com>.
7 #
8 # Copyright (C) 2003 Free Software Foundation, Inc.
9 # This configure script is free software; the Free Software Foundation
10 # gives unlimited permission to copy, distribute and modify it.
11 ## --------------------- ##
12 ## M4sh Initialization.  ##
13 ## --------------------- ##
14
15 # Be Bourne compatible
16 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
17   emulate sh
18   NULLCMD=:
19   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
20   # is contrary to our usage.  Disable this feature.
21   alias -g '${1+"$@"}'='"$@"'
22 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
23   set -o posix
24 fi
25 DUALCASE=1; export DUALCASE # for MKS sh
26
27 # Support unset when possible.
28 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
29   as_unset=unset
30 else
31   as_unset=false
32 fi
33
34
35 # Work around bugs in pre-3.0 UWIN ksh.
36 $as_unset ENV MAIL MAILPATH
37 PS1='$ '
38 PS2='> '
39 PS4='+ '
40
41 # NLS nuisances.
42 for as_var in \
43   LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
44   LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
45   LC_TELEPHONE LC_TIME
46 do
47   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
48     eval $as_var=C; export $as_var
49   else
50     $as_unset $as_var
51   fi
52 done
53
54 # Required to use basename.
55 if expr a : '\(a\)' >/dev/null 2>&1; then
56   as_expr=expr
57 else
58   as_expr=false
59 fi
60
61 if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
62   as_basename=basename
63 else
64   as_basename=false
65 fi
66
67
68 # Name of the executable.
69 as_me=`$as_basename "$0" ||
70 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
71          X"$0" : 'X\(//\)$' \| \
72          X"$0" : 'X\(/\)$' \| \
73          .     : '\(.\)' 2>/dev/null ||
74 echo X/"$0" |
75     sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
76           /^X\/\(\/\/\)$/{ s//\1/; q; }
77           /^X\/\(\/\).*/{ s//\1/; q; }
78           s/.*/./; q'`
79
80
81 # PATH needs CR, and LINENO needs CR and PATH.
82 # Avoid depending upon Character Ranges.
83 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
84 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
85 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
86 as_cr_digits='0123456789'
87 as_cr_alnum=$as_cr_Letters$as_cr_digits
88
89 # The user is always right.
90 if test "${PATH_SEPARATOR+set}" != set; then
91   echo "#! /bin/sh" >conf$$.sh
92   echo  "exit 0"   >>conf$$.sh
93   chmod +x conf$$.sh
94   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
95     PATH_SEPARATOR=';'
96   else
97     PATH_SEPARATOR=:
98   fi
99   rm -f conf$$.sh
100 fi
101
102
103   as_lineno_1=$LINENO
104   as_lineno_2=$LINENO
105   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
106   test "x$as_lineno_1" != "x$as_lineno_2" &&
107   test "x$as_lineno_3"  = "x$as_lineno_2"  || {
108   # Find who we are.  Look in the path if we contain no path at all
109   # relative or not.
110   case $0 in
111     *[\\/]* ) as_myself=$0 ;;
112     *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
113 for as_dir in $PATH
114 do
115   IFS=$as_save_IFS
116   test -z "$as_dir" && as_dir=.
117   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
118 done
119
120        ;;
121   esac
122   # We did not find ourselves, most probably we were run as `sh COMMAND'
123   # in which case we are not to be found in the path.
124   if test "x$as_myself" = x; then
125     as_myself=$0
126   fi
127   if test ! -f "$as_myself"; then
128     { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
129    { (exit 1); exit 1; }; }
130   fi
131   case $CONFIG_SHELL in
132   '')
133     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
134 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
135 do
136   IFS=$as_save_IFS
137   test -z "$as_dir" && as_dir=.
138   for as_base in sh bash ksh sh5; do
139          case $as_dir in
140          /*)
141            if ("$as_dir/$as_base" -c '
142   as_lineno_1=$LINENO
143   as_lineno_2=$LINENO
144   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
145   test "x$as_lineno_1" != "x$as_lineno_2" &&
146   test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
147              $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
148              $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
149              CONFIG_SHELL=$as_dir/$as_base
150              export CONFIG_SHELL
151              exec "$CONFIG_SHELL" "$0" ${1+"$@"}
152            fi;;
153          esac
154        done
155 done
156 ;;
157   esac
158
159   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
160   # uniformly replaced by the line number.  The first 'sed' inserts a
161   # line-number line before each line; the second 'sed' does the real
162   # work.  The second script uses 'N' to pair each line-number line
163   # with the numbered line, and appends trailing '-' during
164   # substitution so that $LINENO is not a special case at line end.
165   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
166   # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
167   sed '=' <$as_myself |
168     sed '
169       N
170       s,$,-,
171       : loop
172       s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
173       t loop
174       s,-$,,
175       s,^['$as_cr_digits']*\n,,
176     ' >$as_me.lineno &&
177   chmod +x $as_me.lineno ||
178     { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
179    { (exit 1); exit 1; }; }
180
181   # Don't try to exec as it changes $[0], causing all sort of problems
182   # (the dirname of $[0] is not the place where we might find the
183   # original and so on.  Autoconf is especially sensible to this).
184   . ./$as_me.lineno
185   # Exit status is that of the last command.
186   exit
187 }
188
189
190 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
191   *c*,-n*) ECHO_N= ECHO_C='
192 ' ECHO_T='      ' ;;
193   *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
194   *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
195 esac
196
197 if expr a : '\(a\)' >/dev/null 2>&1; then
198   as_expr=expr
199 else
200   as_expr=false
201 fi
202
203 rm -f conf$$ conf$$.exe conf$$.file
204 echo >conf$$.file
205 if ln -s conf$$.file conf$$ 2>/dev/null; then
206   # We could just check for DJGPP; but this test a) works b) is more generic
207   # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
208   if test -f conf$$.exe; then
209     # Don't use ln at all; we don't have any links
210     as_ln_s='cp -p'
211   else
212     as_ln_s='ln -s'
213   fi
214 elif ln conf$$.file conf$$ 2>/dev/null; then
215   as_ln_s=ln
216 else
217   as_ln_s='cp -p'
218 fi
219 rm -f conf$$ conf$$.exe conf$$.file
220
221 if mkdir -p . 2>/dev/null; then
222   as_mkdir_p=:
223 else
224   test -d ./-p && rmdir ./-p
225   as_mkdir_p=false
226 fi
227
228 as_executable_p="test -f"
229
230 # Sed expression to map a string onto a valid CPP name.
231 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
232
233 # Sed expression to map a string onto a valid variable name.
234 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
235
236
237 # IFS
238 # We need space, tab and new line, in precisely that order.
239 as_nl='
240 '
241 IFS="   $as_nl"
242
243 # CDPATH.
244 $as_unset CDPATH
245
246
247 # Name of the host.
248 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
249 # so uname gets run too.
250 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
251
252 exec 6>&1
253
254 #
255 # Initializations.
256 #
257 ac_default_prefix=/usr/local
258 ac_config_libobj_dir=.
259 cross_compiling=no
260 subdirs=
261 MFLAGS=
262 MAKEFLAGS=
263 SHELL=${CONFIG_SHELL-/bin/sh}
264
265 # Maximum number of lines to put in a shell here document.
266 # This variable seems obsolete.  It should probably be removed, and
267 # only ac_max_sed_lines should be used.
268 : ${ac_max_here_lines=38}
269
270 # Identity of this package.
271 PACKAGE_NAME='RT'
272 PACKAGE_TARNAME='rt'
273 PACKAGE_VERSION='3.4.4'
274 PACKAGE_STRING='RT 3.4.4'
275 PACKAGE_BUGREPORT='rt-bugs@fsck.com'
276
277 ac_unique_file="lib/RT.pm.in"
278 ac_default_prefix=/opt/rt3
279 ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS rt_version_major rt_version_minor rt_version_patch INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA PERL SPEEDY_BIN exp_prefix exp_exec_prefix exp_bindir exp_sbindir exp_sysconfdir exp_mandir exp_libdir exp_datadir htmldir exp_htmldir manualdir exp_manualdir exp_localstatedir logfiledir exp_logfiledir masonstatedir exp_masonstatedir sessionstatedir exp_sessionstatedir customdir exp_customdir custometcdir exp_custometcdir customhtmldir exp_customhtmldir customlexdir exp_customlexdir customlibdir exp_customlibdir rt_layout_name BIN_OWNER LIBS_OWNER LIBS_GROUP DB_TYPE DATABASE_ENV_PREF DB_HOST DB_PORT DB_RT_HOST DB_DBA DB_DATABASE DB_RT_USER DB_RT_PASS WEB_USER WEB_GROUP RTGROUP APACHECTL RT_DEVEL_MODE RT_VERSION_MAJOR RT_VERSION_MINOR RT_VERSION_PATCH RT_PATH RT_DOC_PATH RT_LOCAL_PATH RT_LIB_PATH RT_ETC_PATH CONFIG_FILE_PATH RT_BIN_PATH RT_SBIN_PATH RT_VAR_PATH RT_MAN_PATH MASON_DATA_PATH MASON_SESSION_PATH MASON_HTML_PATH LOCAL_ETC_PATH MASON_LOCAL_HTML_PATH LOCAL_LEXICON_PATH LOCAL_LIB_PATH DESTDIR RT_LOG_PATH LIBOBJS LTLIBOBJS'
280 ac_subst_files=''
281
282 # Initialize some variables set by options.
283 ac_init_help=
284 ac_init_version=false
285 # The variables have the same names as the options, with
286 # dashes changed to underlines.
287 cache_file=/dev/null
288 exec_prefix=NONE
289 no_create=
290 no_recursion=
291 prefix=NONE
292 program_prefix=NONE
293 program_suffix=NONE
294 program_transform_name=s,x,x,
295 silent=
296 site=
297 srcdir=
298 verbose=
299 x_includes=NONE
300 x_libraries=NONE
301
302 # Installation directory options.
303 # These are left unexpanded so users can "make install exec_prefix=/foo"
304 # and all the variables that are supposed to be based on exec_prefix
305 # by default will actually change.
306 # Use braces instead of parens because sh, perl, etc. also accept them.
307 bindir='${exec_prefix}/bin'
308 sbindir='${exec_prefix}/sbin'
309 libexecdir='${exec_prefix}/libexec'
310 datadir='${prefix}/share'
311 sysconfdir='${prefix}/etc'
312 sharedstatedir='${prefix}/com'
313 localstatedir='${prefix}/var'
314 libdir='${exec_prefix}/lib'
315 includedir='${prefix}/include'
316 oldincludedir='/usr/include'
317 infodir='${prefix}/info'
318 mandir='${prefix}/man'
319
320 ac_prev=
321 for ac_option
322 do
323   # If the previous option needs an argument, assign it.
324   if test -n "$ac_prev"; then
325     eval "$ac_prev=\$ac_option"
326     ac_prev=
327     continue
328   fi
329
330   ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
331
332   # Accept the important Cygnus configure options, so we can diagnose typos.
333
334   case $ac_option in
335
336   -bindir | --bindir | --bindi | --bind | --bin | --bi)
337     ac_prev=bindir ;;
338   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
339     bindir=$ac_optarg ;;
340
341   -build | --build | --buil | --bui | --bu)
342     ac_prev=build_alias ;;
343   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
344     build_alias=$ac_optarg ;;
345
346   -cache-file | --cache-file | --cache-fil | --cache-fi \
347   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
348     ac_prev=cache_file ;;
349   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
350   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
351     cache_file=$ac_optarg ;;
352
353   --config-cache | -C)
354     cache_file=config.cache ;;
355
356   -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
357     ac_prev=datadir ;;
358   -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
359   | --da=*)
360     datadir=$ac_optarg ;;
361
362   -disable-* | --disable-*)
363     ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
364     # Reject names that are not valid shell variable names.
365     expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
366       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
367    { (exit 1); exit 1; }; }
368     ac_feature=`echo $ac_feature | sed 's/-/_/g'`
369     eval "enable_$ac_feature=no" ;;
370
371   -enable-* | --enable-*)
372     ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
373     # Reject names that are not valid shell variable names.
374     expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
375       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
376    { (exit 1); exit 1; }; }
377     ac_feature=`echo $ac_feature | sed 's/-/_/g'`
378     case $ac_option in
379       *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
380       *) ac_optarg=yes ;;
381     esac
382     eval "enable_$ac_feature='$ac_optarg'" ;;
383
384   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
385   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
386   | --exec | --exe | --ex)
387     ac_prev=exec_prefix ;;
388   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
389   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
390   | --exec=* | --exe=* | --ex=*)
391     exec_prefix=$ac_optarg ;;
392
393   -gas | --gas | --ga | --g)
394     # Obsolete; use --with-gas.
395     with_gas=yes ;;
396
397   -help | --help | --hel | --he | -h)
398     ac_init_help=long ;;
399   -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
400     ac_init_help=recursive ;;
401   -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
402     ac_init_help=short ;;
403
404   -host | --host | --hos | --ho)
405     ac_prev=host_alias ;;
406   -host=* | --host=* | --hos=* | --ho=*)
407     host_alias=$ac_optarg ;;
408
409   -includedir | --includedir | --includedi | --included | --include \
410   | --includ | --inclu | --incl | --inc)
411     ac_prev=includedir ;;
412   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
413   | --includ=* | --inclu=* | --incl=* | --inc=*)
414     includedir=$ac_optarg ;;
415
416   -infodir | --infodir | --infodi | --infod | --info | --inf)
417     ac_prev=infodir ;;
418   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
419     infodir=$ac_optarg ;;
420
421   -libdir | --libdir | --libdi | --libd)
422     ac_prev=libdir ;;
423   -libdir=* | --libdir=* | --libdi=* | --libd=*)
424     libdir=$ac_optarg ;;
425
426   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
427   | --libexe | --libex | --libe)
428     ac_prev=libexecdir ;;
429   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
430   | --libexe=* | --libex=* | --libe=*)
431     libexecdir=$ac_optarg ;;
432
433   -localstatedir | --localstatedir | --localstatedi | --localstated \
434   | --localstate | --localstat | --localsta | --localst \
435   | --locals | --local | --loca | --loc | --lo)
436     ac_prev=localstatedir ;;
437   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
438   | --localstate=* | --localstat=* | --localsta=* | --localst=* \
439   | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
440     localstatedir=$ac_optarg ;;
441
442   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
443     ac_prev=mandir ;;
444   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
445     mandir=$ac_optarg ;;
446
447   -nfp | --nfp | --nf)
448     # Obsolete; use --without-fp.
449     with_fp=no ;;
450
451   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
452   | --no-cr | --no-c | -n)
453     no_create=yes ;;
454
455   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
456   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
457     no_recursion=yes ;;
458
459   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
460   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
461   | --oldin | --oldi | --old | --ol | --o)
462     ac_prev=oldincludedir ;;
463   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
464   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
465   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
466     oldincludedir=$ac_optarg ;;
467
468   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
469     ac_prev=prefix ;;
470   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
471     prefix=$ac_optarg ;;
472
473   -program-prefix | --program-prefix | --program-prefi | --program-pref \
474   | --program-pre | --program-pr | --program-p)
475     ac_prev=program_prefix ;;
476   -program-prefix=* | --program-prefix=* | --program-prefi=* \
477   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
478     program_prefix=$ac_optarg ;;
479
480   -program-suffix | --program-suffix | --program-suffi | --program-suff \
481   | --program-suf | --program-su | --program-s)
482     ac_prev=program_suffix ;;
483   -program-suffix=* | --program-suffix=* | --program-suffi=* \
484   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
485     program_suffix=$ac_optarg ;;
486
487   -program-transform-name | --program-transform-name \
488   | --program-transform-nam | --program-transform-na \
489   | --program-transform-n | --program-transform- \
490   | --program-transform | --program-transfor \
491   | --program-transfo | --program-transf \
492   | --program-trans | --program-tran \
493   | --progr-tra | --program-tr | --program-t)
494     ac_prev=program_transform_name ;;
495   -program-transform-name=* | --program-transform-name=* \
496   | --program-transform-nam=* | --program-transform-na=* \
497   | --program-transform-n=* | --program-transform-=* \
498   | --program-transform=* | --program-transfor=* \
499   | --program-transfo=* | --program-transf=* \
500   | --program-trans=* | --program-tran=* \
501   | --progr-tra=* | --program-tr=* | --program-t=*)
502     program_transform_name=$ac_optarg ;;
503
504   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
505   | -silent | --silent | --silen | --sile | --sil)
506     silent=yes ;;
507
508   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
509     ac_prev=sbindir ;;
510   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
511   | --sbi=* | --sb=*)
512     sbindir=$ac_optarg ;;
513
514   -sharedstatedir | --sharedstatedir | --sharedstatedi \
515   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
516   | --sharedst | --shareds | --shared | --share | --shar \
517   | --sha | --sh)
518     ac_prev=sharedstatedir ;;
519   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
520   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
521   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
522   | --sha=* | --sh=*)
523     sharedstatedir=$ac_optarg ;;
524
525   -site | --site | --sit)
526     ac_prev=site ;;
527   -site=* | --site=* | --sit=*)
528     site=$ac_optarg ;;
529
530   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
531     ac_prev=srcdir ;;
532   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
533     srcdir=$ac_optarg ;;
534
535   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
536   | --syscon | --sysco | --sysc | --sys | --sy)
537     ac_prev=sysconfdir ;;
538   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
539   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
540     sysconfdir=$ac_optarg ;;
541
542   -target | --target | --targe | --targ | --tar | --ta | --t)
543     ac_prev=target_alias ;;
544   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
545     target_alias=$ac_optarg ;;
546
547   -v | -verbose | --verbose | --verbos | --verbo | --verb)
548     verbose=yes ;;
549
550   -version | --version | --versio | --versi | --vers | -V)
551     ac_init_version=: ;;
552
553   -with-* | --with-*)
554     ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
555     # Reject names that are not valid shell variable names.
556     expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
557       { echo "$as_me: error: invalid package name: $ac_package" >&2
558    { (exit 1); exit 1; }; }
559     ac_package=`echo $ac_package| sed 's/-/_/g'`
560     case $ac_option in
561       *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
562       *) ac_optarg=yes ;;
563     esac
564     eval "with_$ac_package='$ac_optarg'" ;;
565
566   -without-* | --without-*)
567     ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
568     # Reject names that are not valid shell variable names.
569     expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
570       { echo "$as_me: error: invalid package name: $ac_package" >&2
571    { (exit 1); exit 1; }; }
572     ac_package=`echo $ac_package | sed 's/-/_/g'`
573     eval "with_$ac_package=no" ;;
574
575   --x)
576     # Obsolete; use --with-x.
577     with_x=yes ;;
578
579   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
580   | --x-incl | --x-inc | --x-in | --x-i)
581     ac_prev=x_includes ;;
582   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
583   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
584     x_includes=$ac_optarg ;;
585
586   -x-libraries | --x-libraries | --x-librarie | --x-librari \
587   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
588     ac_prev=x_libraries ;;
589   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
590   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
591     x_libraries=$ac_optarg ;;
592
593   -*) { echo "$as_me: error: unrecognized option: $ac_option
594 Try \`$0 --help' for more information." >&2
595    { (exit 1); exit 1; }; }
596     ;;
597
598   *=*)
599     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
600     # Reject names that are not valid shell variable names.
601     expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
602       { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
603    { (exit 1); exit 1; }; }
604     ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
605     eval "$ac_envvar='$ac_optarg'"
606     export $ac_envvar ;;
607
608   *)
609     # FIXME: should be removed in autoconf 3.0.
610     echo "$as_me: WARNING: you should use --build, --host, --target" >&2
611     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
612       echo "$as_me: WARNING: invalid host type: $ac_option" >&2
613     : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
614     ;;
615
616   esac
617 done
618
619 if test -n "$ac_prev"; then
620   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
621   { echo "$as_me: error: missing argument to $ac_option" >&2
622    { (exit 1); exit 1; }; }
623 fi
624
625 # Be sure to have absolute paths.
626 for ac_var in exec_prefix prefix
627 do
628   eval ac_val=$`echo $ac_var`
629   case $ac_val in
630     [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
631     *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
632    { (exit 1); exit 1; }; };;
633   esac
634 done
635
636 # Be sure to have absolute paths.
637 for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
638               localstatedir libdir includedir oldincludedir infodir mandir
639 do
640   eval ac_val=$`echo $ac_var`
641   case $ac_val in
642     [\\/$]* | ?:[\\/]* ) ;;
643     *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
644    { (exit 1); exit 1; }; };;
645   esac
646 done
647
648 # There might be people who depend on the old broken behavior: `$host'
649 # used to hold the argument of --host etc.
650 # FIXME: To remove some day.
651 build=$build_alias
652 host=$host_alias
653 target=$target_alias
654
655 # FIXME: To remove some day.
656 if test "x$host_alias" != x; then
657   if test "x$build_alias" = x; then
658     cross_compiling=maybe
659     echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
660     If a cross compiler is detected then cross compile mode will be used." >&2
661   elif test "x$build_alias" != "x$host_alias"; then
662     cross_compiling=yes
663   fi
664 fi
665
666 ac_tool_prefix=
667 test -n "$host_alias" && ac_tool_prefix=$host_alias-
668
669 test "$silent" = yes && exec 6>/dev/null
670
671
672 # Find the source files, if location was not specified.
673 if test -z "$srcdir"; then
674   ac_srcdir_defaulted=yes
675   # Try the directory containing this script, then its parent.
676   ac_confdir=`(dirname "$0") 2>/dev/null ||
677 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
678          X"$0" : 'X\(//\)[^/]' \| \
679          X"$0" : 'X\(//\)$' \| \
680          X"$0" : 'X\(/\)' \| \
681          .     : '\(.\)' 2>/dev/null ||
682 echo X"$0" |
683     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
684           /^X\(\/\/\)[^/].*/{ s//\1/; q; }
685           /^X\(\/\/\)$/{ s//\1/; q; }
686           /^X\(\/\).*/{ s//\1/; q; }
687           s/.*/./; q'`
688   srcdir=$ac_confdir
689   if test ! -r $srcdir/$ac_unique_file; then
690     srcdir=..
691   fi
692 else
693   ac_srcdir_defaulted=no
694 fi
695 if test ! -r $srcdir/$ac_unique_file; then
696   if test "$ac_srcdir_defaulted" = yes; then
697     { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
698    { (exit 1); exit 1; }; }
699   else
700     { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
701    { (exit 1); exit 1; }; }
702   fi
703 fi
704 (cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
705   { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
706    { (exit 1); exit 1; }; }
707 srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
708 ac_env_build_alias_set=${build_alias+set}
709 ac_env_build_alias_value=$build_alias
710 ac_cv_env_build_alias_set=${build_alias+set}
711 ac_cv_env_build_alias_value=$build_alias
712 ac_env_host_alias_set=${host_alias+set}
713 ac_env_host_alias_value=$host_alias
714 ac_cv_env_host_alias_set=${host_alias+set}
715 ac_cv_env_host_alias_value=$host_alias
716 ac_env_target_alias_set=${target_alias+set}
717 ac_env_target_alias_value=$target_alias
718 ac_cv_env_target_alias_set=${target_alias+set}
719 ac_cv_env_target_alias_value=$target_alias
720 ac_env_PERL_set=${PERL+set}
721 ac_env_PERL_value=$PERL
722 ac_cv_env_PERL_set=${PERL+set}
723 ac_cv_env_PERL_value=$PERL
724
725 #
726 # Report the --help message.
727 #
728 if test "$ac_init_help" = "long"; then
729   # Omit some internal or obsolete options to make the list less imposing.
730   # This message is too long to be a string in the A/UX 3.1 sh.
731   cat <<_ACEOF
732 \`configure' configures RT 3.4.4 to adapt to many kinds of systems.
733
734 Usage: $0 [OPTION]... [VAR=VALUE]...
735
736 To assign environment variables (e.g., CC, CFLAGS...), specify them as
737 VAR=VALUE.  See below for descriptions of some of the useful variables.
738
739 Defaults for the options are specified in brackets.
740
741 Configuration:
742   -h, --help              display this help and exit
743       --help=short        display options specific to this package
744       --help=recursive    display the short help of all the included packages
745   -V, --version           display version information and exit
746   -q, --quiet, --silent   do not print \`checking...' messages
747       --cache-file=FILE   cache test results in FILE [disabled]
748   -C, --config-cache      alias for \`--cache-file=config.cache'
749   -n, --no-create         do not create output files
750       --srcdir=DIR        find the sources in DIR [configure dir or \`..']
751
752 _ACEOF
753
754   cat <<_ACEOF
755 Installation directories:
756   --prefix=PREFIX         install architecture-independent files in PREFIX
757                           [$ac_default_prefix]
758   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
759                           [PREFIX]
760
761 By default, \`make install' will install all the files in
762 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
763 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
764 for instance \`--prefix=\$HOME'.
765
766 For better control, use the options below.
767
768 Fine tuning of the installation directories:
769   --bindir=DIR           user executables [EPREFIX/bin]
770   --sbindir=DIR          system admin executables [EPREFIX/sbin]
771   --libexecdir=DIR       program executables [EPREFIX/libexec]
772   --datadir=DIR          read-only architecture-independent data [PREFIX/share]
773   --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
774   --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
775   --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
776   --libdir=DIR           object code libraries [EPREFIX/lib]
777   --includedir=DIR       C header files [PREFIX/include]
778   --oldincludedir=DIR    C header files for non-gcc [/usr/include]
779   --infodir=DIR          info documentation [PREFIX/info]
780   --mandir=DIR           man documentation [PREFIX/man]
781 _ACEOF
782
783   cat <<\_ACEOF
784 _ACEOF
785 fi
786
787 if test -n "$ac_init_help"; then
788   case $ac_init_help in
789      short | recursive ) echo "Configuration of RT 3.4.4:";;
790    esac
791   cat <<\_ACEOF
792
793 Optional Features:
794   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
795   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
796   --enable-layout=LAYOUT  Use a specific directory layout (Default: RT3)
797
798 Optional Packages:
799   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
800   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
801   --with-speedycgi=/path/to/speedy
802                           path to your speedycgi binary, if it exists
803   --with-bin-owner=OWNER  user that will own RT binaries (default root)
804   --with-libs-owner=OWNER user that will own RT libraries (default root)
805   --with-libs-group=GROUP group that will own RT binaries (default bin)
806   --with-db-type=TYPE     sort of database RT will use (default: mysql)
807                           (mysql, Pg, Oracle, Informix and SQLite are valid)
808   --with-db-host=HOSTNAME FQDN of database server (default: localhost)
809   --with-db-port=PORT     port on which the database listens on
810   --with-db-rt-host=HOSTNAME
811                           FQDN of RT server which talks to the database server
812                           (default: localhost)
813   --with-db-dba=DBA       name of database administrator (default: root)
814   --with-db-database=DBNAME
815                           name of the database to use (default: rt3)
816   --with-db-rt-user=DBUSER
817                           name of database user (default: rt_user)
818   --with-db-rt-pass=PASSWORD
819                           password for database user (default: rt_pass)
820   --with-web-user=USER    user the web server runs as (default: www)
821   --with-web-group=GROUP  group the web server runs as (default: www)
822   --with-rt-group=GROUP   group to own all files (default: rt)
823   --with-my-user-group    set all users and groups to current user/group
824   --with-apachectl        instruct RT where to find your apachectl
825   --with-devel-mode       Turn on development aids that might hurt you in
826                           production
827
828 Some influential environment variables:
829   PERL        Perl interpreter command
830
831 Use these variables to override the choices made by `configure' or to help
832 it to find libraries and programs with nonstandard names/locations.
833
834 Report bugs to <rt-bugs@fsck.com>.
835 _ACEOF
836 fi
837
838 if test "$ac_init_help" = "recursive"; then
839   # If there are subdirs, report their specific --help.
840   ac_popdir=`pwd`
841   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
842     test -d $ac_dir || continue
843     ac_builddir=.
844
845 if test "$ac_dir" != .; then
846   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
847   # A "../" for each directory in $ac_dir_suffix.
848   ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
849 else
850   ac_dir_suffix= ac_top_builddir=
851 fi
852
853 case $srcdir in
854   .)  # No --srcdir option.  We are building in place.
855     ac_srcdir=.
856     if test -z "$ac_top_builddir"; then
857        ac_top_srcdir=.
858     else
859        ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
860     fi ;;
861   [\\/]* | ?:[\\/]* )  # Absolute path.
862     ac_srcdir=$srcdir$ac_dir_suffix;
863     ac_top_srcdir=$srcdir ;;
864   *) # Relative path.
865     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
866     ac_top_srcdir=$ac_top_builddir$srcdir ;;
867 esac
868
869 # Do not use `cd foo && pwd` to compute absolute paths, because
870 # the directories may not exist.
871 case `pwd` in
872 .) ac_abs_builddir="$ac_dir";;
873 *)
874   case "$ac_dir" in
875   .) ac_abs_builddir=`pwd`;;
876   [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
877   *) ac_abs_builddir=`pwd`/"$ac_dir";;
878   esac;;
879 esac
880 case $ac_abs_builddir in
881 .) ac_abs_top_builddir=${ac_top_builddir}.;;
882 *)
883   case ${ac_top_builddir}. in
884   .) ac_abs_top_builddir=$ac_abs_builddir;;
885   [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
886   *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
887   esac;;
888 esac
889 case $ac_abs_builddir in
890 .) ac_abs_srcdir=$ac_srcdir;;
891 *)
892   case $ac_srcdir in
893   .) ac_abs_srcdir=$ac_abs_builddir;;
894   [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
895   *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
896   esac;;
897 esac
898 case $ac_abs_builddir in
899 .) ac_abs_top_srcdir=$ac_top_srcdir;;
900 *)
901   case $ac_top_srcdir in
902   .) ac_abs_top_srcdir=$ac_abs_builddir;;
903   [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
904   *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
905   esac;;
906 esac
907
908     cd $ac_dir
909     # Check for guested configure; otherwise get Cygnus style configure.
910     if test -f $ac_srcdir/configure.gnu; then
911       echo
912       $SHELL $ac_srcdir/configure.gnu  --help=recursive
913     elif test -f $ac_srcdir/configure; then
914       echo
915       $SHELL $ac_srcdir/configure  --help=recursive
916     elif test -f $ac_srcdir/configure.ac ||
917            test -f $ac_srcdir/configure.in; then
918       echo
919       $ac_configure --help
920     else
921       echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
922     fi
923     cd "$ac_popdir"
924   done
925 fi
926
927 test -n "$ac_init_help" && exit 0
928 if $ac_init_version; then
929   cat <<\_ACEOF
930 RT configure 3.4.4
931 generated by GNU Autoconf 2.59
932
933 Copyright (C) 2003 Free Software Foundation, Inc.
934 This configure script is free software; the Free Software Foundation
935 gives unlimited permission to copy, distribute and modify it.
936 _ACEOF
937   exit 0
938 fi
939 exec 5>config.log
940 cat >&5 <<_ACEOF
941 This file contains any messages produced by compilers while
942 running configure, to aid debugging if configure makes a mistake.
943
944 It was created by RT $as_me 3.4.4, which was
945 generated by GNU Autoconf 2.59.  Invocation command line was
946
947   $ $0 $@
948
949 _ACEOF
950 {
951 cat <<_ASUNAME
952 ## --------- ##
953 ## Platform. ##
954 ## --------- ##
955
956 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
957 uname -m = `(uname -m) 2>/dev/null || echo unknown`
958 uname -r = `(uname -r) 2>/dev/null || echo unknown`
959 uname -s = `(uname -s) 2>/dev/null || echo unknown`
960 uname -v = `(uname -v) 2>/dev/null || echo unknown`
961
962 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
963 /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
964
965 /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
966 /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
967 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
968 hostinfo               = `(hostinfo) 2>/dev/null               || echo unknown`
969 /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
970 /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
971 /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
972
973 _ASUNAME
974
975 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
976 for as_dir in $PATH
977 do
978   IFS=$as_save_IFS
979   test -z "$as_dir" && as_dir=.
980   echo "PATH: $as_dir"
981 done
982
983 } >&5
984
985 cat >&5 <<_ACEOF
986
987
988 ## ----------- ##
989 ## Core tests. ##
990 ## ----------- ##
991
992 _ACEOF
993
994
995 # Keep a trace of the command line.
996 # Strip out --no-create and --no-recursion so they do not pile up.
997 # Strip out --silent because we don't want to record it for future runs.
998 # Also quote any args containing shell meta-characters.
999 # Make two passes to allow for proper duplicate-argument suppression.
1000 ac_configure_args=
1001 ac_configure_args0=
1002 ac_configure_args1=
1003 ac_sep=
1004 ac_must_keep_next=false
1005 for ac_pass in 1 2
1006 do
1007   for ac_arg
1008   do
1009     case $ac_arg in
1010     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1011     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1012     | -silent | --silent | --silen | --sile | --sil)
1013       continue ;;
1014     *" "*|*"    "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1015       ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1016     esac
1017     case $ac_pass in
1018     1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1019     2)
1020       ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1021       if test $ac_must_keep_next = true; then
1022         ac_must_keep_next=false # Got value, back to normal.
1023       else
1024         case $ac_arg in
1025           *=* | --config-cache | -C | -disable-* | --disable-* \
1026           | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1027           | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1028           | -with-* | --with-* | -without-* | --without-* | --x)
1029             case "$ac_configure_args0 " in
1030               "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1031             esac
1032             ;;
1033           -* ) ac_must_keep_next=true ;;
1034         esac
1035       fi
1036       ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1037       # Get rid of the leading space.
1038       ac_sep=" "
1039       ;;
1040     esac
1041   done
1042 done
1043 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1044 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1045
1046 # When interrupted or exit'd, cleanup temporary files, and complete
1047 # config.log.  We remove comments because anyway the quotes in there
1048 # would cause problems or look ugly.
1049 # WARNING: Be sure not to use single quotes in there, as some shells,
1050 # such as our DU 5.0 friend, will then `close' the trap.
1051 trap 'exit_status=$?
1052   # Save into config.log some information that might help in debugging.
1053   {
1054     echo
1055
1056     cat <<\_ASBOX
1057 ## ---------------- ##
1058 ## Cache variables. ##
1059 ## ---------------- ##
1060 _ASBOX
1061     echo
1062     # The following way of writing the cache mishandles newlines in values,
1063 {
1064   (set) 2>&1 |
1065     case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1066     *ac_space=\ *)
1067       sed -n \
1068         "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1069           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1070       ;;
1071     *)
1072       sed -n \
1073         "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1074       ;;
1075     esac;
1076 }
1077     echo
1078
1079     cat <<\_ASBOX
1080 ## ----------------- ##
1081 ## Output variables. ##
1082 ## ----------------- ##
1083 _ASBOX
1084     echo
1085     for ac_var in $ac_subst_vars
1086     do
1087       eval ac_val=$`echo $ac_var`
1088       echo "$ac_var='"'"'$ac_val'"'"'"
1089     done | sort
1090     echo
1091
1092     if test -n "$ac_subst_files"; then
1093       cat <<\_ASBOX
1094 ## ------------- ##
1095 ## Output files. ##
1096 ## ------------- ##
1097 _ASBOX
1098       echo
1099       for ac_var in $ac_subst_files
1100       do
1101         eval ac_val=$`echo $ac_var`
1102         echo "$ac_var='"'"'$ac_val'"'"'"
1103       done | sort
1104       echo
1105     fi
1106
1107     if test -s confdefs.h; then
1108       cat <<\_ASBOX
1109 ## ----------- ##
1110 ## confdefs.h. ##
1111 ## ----------- ##
1112 _ASBOX
1113       echo
1114       sed "/^$/d" confdefs.h | sort
1115       echo
1116     fi
1117     test "$ac_signal" != 0 &&
1118       echo "$as_me: caught signal $ac_signal"
1119     echo "$as_me: exit $exit_status"
1120   } >&5
1121   rm -f core *.core &&
1122   rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1123     exit $exit_status
1124      ' 0
1125 for ac_signal in 1 2 13 15; do
1126   trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1127 done
1128 ac_signal=0
1129
1130 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1131 rm -rf conftest* confdefs.h
1132 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
1133 echo >confdefs.h
1134
1135 # Predefined preprocessor variables.
1136
1137 cat >>confdefs.h <<_ACEOF
1138 #define PACKAGE_NAME "$PACKAGE_NAME"
1139 _ACEOF
1140
1141
1142 cat >>confdefs.h <<_ACEOF
1143 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1144 _ACEOF
1145
1146
1147 cat >>confdefs.h <<_ACEOF
1148 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1149 _ACEOF
1150
1151
1152 cat >>confdefs.h <<_ACEOF
1153 #define PACKAGE_STRING "$PACKAGE_STRING"
1154 _ACEOF
1155
1156
1157 cat >>confdefs.h <<_ACEOF
1158 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1159 _ACEOF
1160
1161
1162 # Let the site file select an alternate cache file if it wants to.
1163 # Prefer explicitly selected file to automatically selected ones.
1164 if test -z "$CONFIG_SITE"; then
1165   if test "x$prefix" != xNONE; then
1166     CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
1167   else
1168     CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1169   fi
1170 fi
1171 for ac_site_file in $CONFIG_SITE; do
1172   if test -r "$ac_site_file"; then
1173     { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1174 echo "$as_me: loading site script $ac_site_file" >&6;}
1175     sed 's/^/| /' "$ac_site_file" >&5
1176     . "$ac_site_file"
1177   fi
1178 done
1179
1180 if test -r "$cache_file"; then
1181   # Some versions of bash will fail to source /dev/null (special
1182   # files actually), so we avoid doing that.
1183   if test -f "$cache_file"; then
1184     { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1185 echo "$as_me: loading cache $cache_file" >&6;}
1186     case $cache_file in
1187       [\\/]* | ?:[\\/]* ) . $cache_file;;
1188       *)                      . ./$cache_file;;
1189     esac
1190   fi
1191 else
1192   { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1193 echo "$as_me: creating cache $cache_file" >&6;}
1194   >$cache_file
1195 fi
1196
1197 # Check that the precious variables saved in the cache have kept the same
1198 # value.
1199 ac_cache_corrupted=false
1200 for ac_var in `(set) 2>&1 |
1201                sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1202   eval ac_old_set=\$ac_cv_env_${ac_var}_set
1203   eval ac_new_set=\$ac_env_${ac_var}_set
1204   eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1205   eval ac_new_val="\$ac_env_${ac_var}_value"
1206   case $ac_old_set,$ac_new_set in
1207     set,)
1208       { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1209 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1210       ac_cache_corrupted=: ;;
1211     ,set)
1212       { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1213 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1214       ac_cache_corrupted=: ;;
1215     ,);;
1216     *)
1217       if test "x$ac_old_val" != "x$ac_new_val"; then
1218         { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1219 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1220         { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
1221 echo "$as_me:   former value:  $ac_old_val" >&2;}
1222         { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
1223 echo "$as_me:   current value: $ac_new_val" >&2;}
1224         ac_cache_corrupted=:
1225       fi;;
1226   esac
1227   # Pass precious variables to config.status.
1228   if test "$ac_new_set" = set; then
1229     case $ac_new_val in
1230     *" "*|*"    "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1231       ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1232     *) ac_arg=$ac_var=$ac_new_val ;;
1233     esac
1234     case " $ac_configure_args " in
1235       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
1236       *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1237     esac
1238   fi
1239 done
1240 if $ac_cache_corrupted; then
1241   { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1242 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1243   { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1244 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1245    { (exit 1); exit 1; }; }
1246 fi
1247
1248 ac_ext=c
1249 ac_cpp='$CPP $CPPFLAGS'
1250 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1251 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1252 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282 rt_version_major=3
1283
1284 rt_version_minor=4
1285
1286 rt_version_patch=4
1287
1288 test "x$rt_version_major" = 'x' && rt_version_major=0
1289 test "x$rt_version_minor" = 'x' && rt_version_minor=0
1290 test "x$rt_version_patch" = 'x' && rt_version_patch=0
1291
1292 ac_aux_dir=
1293 for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
1294   if test -f $ac_dir/install-sh; then
1295     ac_aux_dir=$ac_dir
1296     ac_install_sh="$ac_aux_dir/install-sh -c"
1297     break
1298   elif test -f $ac_dir/install.sh; then
1299     ac_aux_dir=$ac_dir
1300     ac_install_sh="$ac_aux_dir/install.sh -c"
1301     break
1302   elif test -f $ac_dir/shtool; then
1303     ac_aux_dir=$ac_dir
1304     ac_install_sh="$ac_aux_dir/shtool install -c"
1305     break
1306   fi
1307 done
1308 if test -z "$ac_aux_dir"; then
1309   { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
1310 echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
1311    { (exit 1); exit 1; }; }
1312 fi
1313 ac_config_guess="$SHELL $ac_aux_dir/config.guess"
1314 ac_config_sub="$SHELL $ac_aux_dir/config.sub"
1315 ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1316
1317 # Find a good install program.  We prefer a C program (faster),
1318 # so one script is as good as another.  But avoid the broken or
1319 # incompatible versions:
1320 # SysV /etc/install, /usr/sbin/install
1321 # SunOS /usr/etc/install
1322 # IRIX /sbin/install
1323 # AIX /bin/install
1324 # AmigaOS /C/install, which installs bootblocks on floppy discs
1325 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1326 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
1327 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1328 # OS/2's system install, which has a completely different semantic
1329 # ./install, which can be erroneously created by make from ./install.sh.
1330 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
1331 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
1332 if test -z "$INSTALL"; then
1333 if test "${ac_cv_path_install+set}" = set; then
1334   echo $ECHO_N "(cached) $ECHO_C" >&6
1335 else
1336   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1337 for as_dir in $PATH
1338 do
1339   IFS=$as_save_IFS
1340   test -z "$as_dir" && as_dir=.
1341   # Account for people who put trailing slashes in PATH elements.
1342 case $as_dir/ in
1343   ./ | .// | /cC/* | \
1344   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
1345   ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
1346   /usr/ucb/* ) ;;
1347   *)
1348     # OSF1 and SCO ODT 3.0 have their own names for install.
1349     # Don't use installbsd from OSF since it installs stuff as root
1350     # by default.
1351     for ac_prog in ginstall scoinst install; do
1352       for ac_exec_ext in '' $ac_executable_extensions; do
1353         if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
1354           if test $ac_prog = install &&
1355             grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1356             # AIX install.  It has an incompatible calling convention.
1357             :
1358           elif test $ac_prog = install &&
1359             grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1360             # program-specific install script used by HP pwplus--don't use.
1361             :
1362           else
1363             ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
1364             break 3
1365           fi
1366         fi
1367       done
1368     done
1369     ;;
1370 esac
1371 done
1372
1373
1374 fi
1375   if test "${ac_cv_path_install+set}" = set; then
1376     INSTALL=$ac_cv_path_install
1377   else
1378     # As a last resort, use the slow shell script.  We don't cache a
1379     # path for INSTALL within a source directory, because that will
1380     # break other packages using the cache if that directory is
1381     # removed, or if the path is relative.
1382     INSTALL=$ac_install_sh
1383   fi
1384 fi
1385 echo "$as_me:$LINENO: result: $INSTALL" >&5
1386 echo "${ECHO_T}$INSTALL" >&6
1387
1388 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1389 # It thinks the first close brace ends the variable substitution.
1390 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
1391
1392 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
1393
1394 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1395
1396
1397 # Extract the first word of "perl", so it can be a program name with args.
1398 set dummy perl; ac_word=$2
1399 echo "$as_me:$LINENO: checking for $ac_word" >&5
1400 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1401 if test "${ac_cv_path_PERL+set}" = set; then
1402   echo $ECHO_N "(cached) $ECHO_C" >&6
1403 else
1404   case $PERL in
1405   [\\/]* | ?:[\\/]*)
1406   ac_cv_path_PERL="$PERL" # Let the user override the test with a path.
1407   ;;
1408   *)
1409   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1410 for as_dir in $PATH
1411 do
1412   IFS=$as_save_IFS
1413   test -z "$as_dir" && as_dir=.
1414   for ac_exec_ext in '' $ac_executable_extensions; do
1415   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1416     ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext"
1417     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1418     break 2
1419   fi
1420 done
1421 done
1422
1423   test -z "$ac_cv_path_PERL" && ac_cv_path_PERL="not found"
1424   ;;
1425 esac
1426 fi
1427 PERL=$ac_cv_path_PERL
1428
1429 if test -n "$PERL"; then
1430   echo "$as_me:$LINENO: result: $PERL" >&5
1431 echo "${ECHO_T}$PERL" >&6
1432 else
1433   echo "$as_me:$LINENO: result: no" >&5
1434 echo "${ECHO_T}no" >&6
1435 fi
1436
1437 if test "$PERL" = 'not found'; then
1438         { { echo "$as_me:$LINENO: error: cannot use $PACKAGE_NAME without perl" >&5
1439 echo "$as_me: error: cannot use $PACKAGE_NAME without perl" >&2;}
1440    { (exit 1); exit 1; }; }
1441 fi
1442
1443
1444
1445 # Check whether --with-speedycgi or --without-speedycgi was given.
1446 if test "${with_speedycgi+set}" = set; then
1447   withval="$with_speedycgi"
1448   SPEEDY_BIN=$withval
1449 else
1450   SPEEDY_BIN=/usr/local/bin/speedy
1451 fi;
1452
1453
1454
1455
1456
1457 # Check whether --enable-layout or --disable-layout was given.
1458 if test "${enable_layout+set}" = set; then
1459   enableval="$enable_layout"
1460   LAYOUT=$enableval
1461 fi;
1462
1463 if test "x$LAYOUT" = "x"; then
1464         LAYOUT="RT3"
1465 fi
1466
1467         if test ! -f $srcdir/config.layout; then
1468                 { echo "$as_me:$LINENO: WARNING: Layout file $srcdir/config.layout not found" >&5
1469 echo "$as_me: WARNING: Layout file $srcdir/config.layout not found" >&2;}
1470                 rt_layout_name=no
1471         else
1472                 pldconf=./config.pld
1473                 $PERL  -0777 -p -e "\$layout = '$LAYOUT';"  -e '
1474                 s/.*<Layout\s+$layout>//gims;
1475                 s/\<\/Layout\>.*//s;
1476                 s/^#.*$//m;
1477                 s/^\s+//gim;
1478                 s/\s+$/\n/gim;
1479                 s/\+$/\/rt3/gim;
1480                 # m4 will not let us just use $srcdir/config.layout, we need $1
1481                 s/^\s*((?:bin|sbin|libexec|data|sysconf|sharedstate|localstate|lib|include|oldinclude|info|man)dir)\s*:\s*(.*)$/$1=$2/gim;
1482                 s/^\s*(.*?)\s*:\s*(.*)$/\(test "x\$$1" = "xNONE" || test "x\$$1" = "x") && $1=$2/gim;
1483                  ' < $srcdir/config.layout > $pldconf
1484
1485                 if test -s $pldconf; then
1486                         rt_layout_name=$LAYOUT
1487                         . $pldconf
1488
1489                         for var in prefix exec_prefix bindir sbindir \
1490                                  sysconfdir mandir libdir datadir htmldir \
1491                                  localstatedir logfiledir masonstatedir \
1492                                  sessionstatedir customdir custometcdir customhtmldir \
1493                                  customlexdir customlibdir manualdir; do
1494                                 eval "val=\"\$$var\""
1495                                 val=`echo $val | sed -e 's:\(.\)/*$:\1:'`
1496                                 val=`echo $val |
1497                                         sed -e 's:[\$]\([a-z_]*\):$\1:g'`
1498                                 eval "$var='$val'"
1499                         done
1500
1501                 else
1502                         rt_layout_name=no
1503                 fi
1504                 #rm $pldconf
1505         fi
1506
1507
1508         ap_last=''
1509         ap_cur='$prefix'
1510         while test "x${ap_cur}" != "x${ap_last}"; do
1511                 ap_last="${ap_cur}"
1512                 ap_cur=`eval "echo ${ap_cur}"`
1513         done
1514         exp_prefix="${ap_cur}"
1515
1516
1517
1518
1519
1520
1521         ap_last=''
1522         ap_cur='$exec_prefix'
1523         while test "x${ap_cur}" != "x${ap_last}"; do
1524                 ap_last="${ap_cur}"
1525                 ap_cur=`eval "echo ${ap_cur}"`
1526         done
1527         exp_exec_prefix="${ap_cur}"
1528
1529
1530
1531
1532
1533
1534         ap_last=''
1535         ap_cur='$bindir'
1536         while test "x${ap_cur}" != "x${ap_last}"; do
1537                 ap_last="${ap_cur}"
1538                 ap_cur=`eval "echo ${ap_cur}"`
1539         done
1540         exp_bindir="${ap_cur}"
1541
1542
1543
1544
1545
1546
1547         ap_last=''
1548         ap_cur='$sbindir'
1549         while test "x${ap_cur}" != "x${ap_last}"; do
1550                 ap_last="${ap_cur}"
1551                 ap_cur=`eval "echo ${ap_cur}"`
1552         done
1553         exp_sbindir="${ap_cur}"
1554
1555
1556
1557
1558
1559
1560         ap_last=''
1561         ap_cur='$sysconfdir'
1562         while test "x${ap_cur}" != "x${ap_last}"; do
1563                 ap_last="${ap_cur}"
1564                 ap_cur=`eval "echo ${ap_cur}"`
1565         done
1566         exp_sysconfdir="${ap_cur}"
1567
1568
1569
1570
1571
1572
1573         ap_last=''
1574         ap_cur='$mandir'
1575         while test "x${ap_cur}" != "x${ap_last}"; do
1576                 ap_last="${ap_cur}"
1577                 ap_cur=`eval "echo ${ap_cur}"`
1578         done
1579         exp_mandir="${ap_cur}"
1580
1581
1582
1583
1584
1585
1586         ap_last=''
1587         ap_cur='$libdir'
1588         while test "x${ap_cur}" != "x${ap_last}"; do
1589                 ap_last="${ap_cur}"
1590                 ap_cur=`eval "echo ${ap_cur}"`
1591         done
1592         exp_libdir="${ap_cur}"
1593
1594
1595
1596
1597
1598
1599         ap_last=''
1600         ap_cur='$datadir'
1601         while test "x${ap_cur}" != "x${ap_last}"; do
1602                 ap_last="${ap_cur}"
1603                 ap_cur=`eval "echo ${ap_cur}"`
1604         done
1605         exp_datadir="${ap_cur}"
1606
1607
1608
1609
1610
1611
1612         ap_last=''
1613         ap_cur='$htmldir'
1614         while test "x${ap_cur}" != "x${ap_last}"; do
1615                 ap_last="${ap_cur}"
1616                 ap_cur=`eval "echo ${ap_cur}"`
1617         done
1618         exp_htmldir="${ap_cur}"
1619
1620
1621
1622
1623
1624
1625         ap_last=''
1626         ap_cur='$manualdir'
1627         while test "x${ap_cur}" != "x${ap_last}"; do
1628                 ap_last="${ap_cur}"
1629                 ap_cur=`eval "echo ${ap_cur}"`
1630         done
1631         exp_manualdir="${ap_cur}"
1632
1633
1634
1635
1636
1637
1638         ap_last=''
1639         ap_cur='$localstatedir'
1640         while test "x${ap_cur}" != "x${ap_last}"; do
1641                 ap_last="${ap_cur}"
1642                 ap_cur=`eval "echo ${ap_cur}"`
1643         done
1644         exp_localstatedir="${ap_cur}"
1645
1646
1647
1648
1649
1650
1651         ap_last=''
1652         ap_cur='$logfiledir'
1653         while test "x${ap_cur}" != "x${ap_last}"; do
1654                 ap_last="${ap_cur}"
1655                 ap_cur=`eval "echo ${ap_cur}"`
1656         done
1657         exp_logfiledir="${ap_cur}"
1658
1659
1660
1661
1662
1663
1664         ap_last=''
1665         ap_cur='$masonstatedir'
1666         while test "x${ap_cur}" != "x${ap_last}"; do
1667                 ap_last="${ap_cur}"
1668                 ap_cur=`eval "echo ${ap_cur}"`
1669         done
1670         exp_masonstatedir="${ap_cur}"
1671
1672
1673
1674
1675
1676
1677         ap_last=''
1678         ap_cur='$sessionstatedir'
1679         while test "x${ap_cur}" != "x${ap_last}"; do
1680                 ap_last="${ap_cur}"
1681                 ap_cur=`eval "echo ${ap_cur}"`
1682         done
1683         exp_sessionstatedir="${ap_cur}"
1684
1685
1686
1687
1688
1689
1690         ap_last=''
1691         ap_cur='$customdir'
1692         while test "x${ap_cur}" != "x${ap_last}"; do
1693                 ap_last="${ap_cur}"
1694                 ap_cur=`eval "echo ${ap_cur}"`
1695         done
1696         exp_customdir="${ap_cur}"
1697
1698
1699
1700
1701
1702
1703         ap_last=''
1704         ap_cur='$custometcdir'
1705         while test "x${ap_cur}" != "x${ap_last}"; do
1706                 ap_last="${ap_cur}"
1707                 ap_cur=`eval "echo ${ap_cur}"`
1708         done
1709         exp_custometcdir="${ap_cur}"
1710
1711
1712
1713
1714
1715
1716         ap_last=''
1717         ap_cur='$customhtmldir'
1718         while test "x${ap_cur}" != "x${ap_last}"; do
1719                 ap_last="${ap_cur}"
1720                 ap_cur=`eval "echo ${ap_cur}"`
1721         done
1722         exp_customhtmldir="${ap_cur}"
1723
1724
1725
1726
1727
1728
1729         ap_last=''
1730         ap_cur='$customlexdir'
1731         while test "x${ap_cur}" != "x${ap_last}"; do
1732                 ap_last="${ap_cur}"
1733                 ap_cur=`eval "echo ${ap_cur}"`
1734         done
1735         exp_customlexdir="${ap_cur}"
1736
1737
1738
1739
1740
1741
1742         ap_last=''
1743         ap_cur='$customlibdir'
1744         while test "x${ap_cur}" != "x${ap_last}"; do
1745                 ap_last="${ap_cur}"
1746                 ap_cur=`eval "echo ${ap_cur}"`
1747         done
1748         exp_customlibdir="${ap_cur}"
1749
1750
1751
1752
1753
1754 echo "$as_me:$LINENO: checking for chosen layout" >&5
1755 echo $ECHO_N "checking for chosen layout... $ECHO_C" >&6
1756 if test "x$rt_layout_name" = "xno"; then
1757         if test "x$LAYOUT" = "xno"; then
1758                 echo "$as_me:$LINENO: result: none" >&5
1759 echo "${ECHO_T}none" >&6
1760         else
1761                 echo "$as_me:$LINENO: result: $LAYOUT" >&5
1762 echo "${ECHO_T}$LAYOUT" >&6
1763         fi
1764         { { echo "$as_me:$LINENO: error: a valid layout must be specified (or the default used)" >&5
1765 echo "$as_me: error: a valid layout must be specified (or the default used)" >&2;}
1766    { (exit 1); exit 1; }; }
1767 else
1768
1769         echo "$as_me:$LINENO: result: $rt_layout_name" >&5
1770 echo "${ECHO_T}$rt_layout_name" >&6
1771 fi
1772
1773
1774
1775 # ACRT_USER_EXISTS( users, variable, default )
1776 # - users is a list of users [www apache www-docs]
1777 #    from highest to lowest priority to high priority (i.e. first match)
1778 # - variable is what you set with the result
1779 #
1780
1781
1782
1783
1784
1785 # Check whether --with-bin-owner or --without-bin-owner was given.
1786 if test "${with_bin_owner+set}" = set; then
1787   withval="$with_bin_owner"
1788   BIN_OWNER=$withval
1789 else
1790   BIN_OWNER=root
1791 fi;
1792
1793
1794
1795 # Check whether --with-libs-owner or --without-libs-owner was given.
1796 if test "${with_libs_owner+set}" = set; then
1797   withval="$with_libs_owner"
1798   LIBS_OWNER=$withval
1799 else
1800   LIBS_OWNER=root
1801 fi;
1802
1803
1804
1805 # Check whether --with-libs-group or --without-libs-group was given.
1806 if test "${with_libs_group+set}" = set; then
1807   withval="$with_libs_group"
1808   LIBS_GROUP=$withval
1809 else
1810   LIBS_GROUP=bin
1811 fi;
1812
1813
1814
1815 # Check whether --with-db-type or --without-db-type was given.
1816 if test "${with_db_type+set}" = set; then
1817   withval="$with_db_type"
1818   DB_TYPE=$withval
1819 else
1820   DB_TYPE=mysql
1821 fi;
1822 if test "$DB_TYPE" != 'mysql' -a "$DB_TYPE" != 'Pg' -a "$DB_TYPE" != 'SQLite' -a "$DB_TYPE" != 'Oracle' -a "$DB_TYPE" != 'Informix' -a "$DB_TYPE" != 'Sybase' ; then
1823         { { echo "$as_me:$LINENO: error: Only Oracle, Informix, Pg, mysql and SQLite are valid db types" >&5
1824 echo "$as_me: error: Only Oracle, Informix, Pg, mysql and SQLite are valid db types" >&2;}
1825    { (exit 1); exit 1; }; }
1826 fi
1827
1828
1829 if test "$DB_TYPE" = 'Oracle'; then
1830         test "x$ORACLE_HOME" = 'x' && { { echo "$as_me:$LINENO: error: Please declare the ORACLE_HOME environment variable" >&5
1831 echo "$as_me: error: Please declare the ORACLE_HOME environment variable" >&2;}
1832    { (exit 1); exit 1; }; }
1833         DATABASE_ENV_PREF="\$ENV{'ORACLE_HOME'} = '$ORACLE_HOME';"
1834 fi
1835
1836 if test "$DB_TYPE" = 'Sybase'; then
1837         test "x$SYBASE" = 'x' && { { echo "$as_me:$LINENO: error: Please declare the SYBASE_HOME environment variable" >&5
1838 echo "$as_me: error: Please declare the SYBASE_HOME environment variable" >&2;}
1839    { (exit 1); exit 1; }; }
1840         DATABASE_ENV_PREF="\$ENV{'SYBASE'} = '$SYBASE';"
1841 fi
1842
1843
1844
1845 # Check whether --with-db-host or --without-db-host was given.
1846 if test "${with_db_host+set}" = set; then
1847   withval="$with_db_host"
1848   DB_HOST=$withval
1849 else
1850   DB_HOST=localhost
1851 fi;
1852
1853
1854
1855 # Check whether --with-db-port or --without-db-port was given.
1856 if test "${with_db_port+set}" = set; then
1857   withval="$with_db_port"
1858   DB_PORT=$withval
1859 else
1860   DB_PORT=
1861 fi;
1862
1863
1864
1865 # Check whether --with-db-rt-host or --without-db-rt-host was given.
1866 if test "${with_db_rt_host+set}" = set; then
1867   withval="$with_db_rt_host"
1868   DB_RT_HOST=$withval
1869 else
1870   DB_RT_HOST=localhost
1871 fi;
1872
1873
1874
1875 # Check whether --with-db-dba or --without-db-dba was given.
1876 if test "${with_db_dba+set}" = set; then
1877   withval="$with_db_dba"
1878   DB_DBA=$withval
1879 else
1880   DB_DBA=root
1881 fi;
1882
1883
1884
1885 # Check whether --with-db-database or --without-db-database was given.
1886 if test "${with_db_database+set}" = set; then
1887   withval="$with_db_database"
1888   DB_DATABASE=$withval
1889 else
1890   DB_DATABASE=rt3
1891 fi;
1892
1893
1894
1895 # Check whether --with-db-rt-user or --without-db-rt-user was given.
1896 if test "${with_db_rt_user+set}" = set; then
1897   withval="$with_db_rt_user"
1898   DB_RT_USER=$withval
1899 else
1900   DB_RT_USER=rt_user
1901 fi;
1902
1903
1904
1905 # Check whether --with-db-rt-pass or --without-db-rt-pass was given.
1906 if test "${with_db_rt_pass+set}" = set; then
1907   withval="$with_db_rt_pass"
1908   DB_RT_PASS=$withval
1909 else
1910   DB_RT_PASS=rt_pass
1911 fi;
1912
1913
1914
1915 # Check whether --with-web-user or --without-web-user was given.
1916 if test "${with_web_user+set}" = set; then
1917   withval="$with_web_user"
1918   WEB_USER=$withval
1919 else
1920
1921    WEB_USER=www
1922    for x in www www-data apache httpd nobody; do
1923     echo "$as_me:$LINENO: checking if user $x exists" >&5
1924 echo $ECHO_N "checking if user $x exists... $ECHO_C" >&6
1925      if  $PERL -e"exit( defined getpwnam('$x') ? 0 : 1)" ; then
1926    echo "$as_me:$LINENO: result: found" >&5
1927 echo "${ECHO_T}found" >&6; WEB_USER=$x ; break
1928 else
1929    echo "$as_me:$LINENO: result: not found" >&5
1930 echo "${ECHO_T}not found" >&6
1931 fi
1932
1933    done
1934
1935
1936 fi;
1937
1938
1939
1940 # Check whether --with-web-group or --without-web-group was given.
1941 if test "${with_web_group+set}" = set; then
1942   withval="$with_web_group"
1943   WEB_GROUP=$withval
1944 else
1945
1946    WEB_GROUP=www
1947    for x in www www-data apache httpd nogroup nobody; do
1948     echo "$as_me:$LINENO: checking if group $x exists" >&5
1949 echo $ECHO_N "checking if group $x exists... $ECHO_C" >&6
1950      if  $PERL -e"exit( defined getgrnam('$x') ? 0 : 1)" ; then
1951    echo "$as_me:$LINENO: result: found" >&5
1952 echo "${ECHO_T}found" >&6; WEB_GROUP=$x ; break
1953 else
1954    echo "$as_me:$LINENO: result: not found" >&5
1955 echo "${ECHO_T}not found" >&6
1956 fi
1957
1958    done
1959
1960 fi;
1961
1962
1963
1964 # Check whether --with-rt-group or --without-rt-group was given.
1965 if test "${with_rt_group+set}" = set; then
1966   withval="$with_rt_group"
1967   RTGROUP=$withval
1968 else
1969
1970    RTGROUP=rt
1971    for x in rt3 rt $WEB_GROUP; do
1972     echo "$as_me:$LINENO: checking if group $x exists" >&5
1973 echo $ECHO_N "checking if group $x exists... $ECHO_C" >&6
1974      if  $PERL -e"exit( defined getgrnam('$x') ? 0 : 1)" ; then
1975    echo "$as_me:$LINENO: result: found" >&5
1976 echo "${ECHO_T}found" >&6; RTGROUP=$x ; break
1977 else
1978    echo "$as_me:$LINENO: result: not found" >&5
1979 echo "${ECHO_T}not found" >&6
1980 fi
1981
1982    done
1983
1984 fi;
1985
1986
1987 my_group=$(groups|cut -f1 -d' ')
1988 my_user=${USER:-$LOGNAME}
1989
1990 # Check whether --with-my-user-group or --without-my-user-group was given.
1991 if test "${with_my_user_group+set}" = set; then
1992   withval="$with_my_user_group"
1993   RTGROUP=$my_group
1994             BIN_OWNER=$my_user
1995             LIBS_OWNER=$my_user
1996             LIBS_GROUP=$my_group
1997             WEB_USER=$my_user
1998             WEB_GROUP=$my_group
1999 fi;
2000
2001
2002
2003
2004 # Check whether --with-apachectl or --without-apachectl was given.
2005 if test "${with_apachectl+set}" = set; then
2006   withval="$with_apachectl"
2007   APACHECTL=$withval
2008 else
2009   APACHECTL=`which apachectl`
2010 fi;
2011
2012
2013
2014 # Check whether --with-devel-mode or --without-devel-mode was given.
2015 if test "${with_devel_mode+set}" = set; then
2016   withval="$with_devel_mode"
2017   RT_DEVEL_MODE="1"
2018 else
2019   RT_DEVEL_MODE="0"
2020 fi;
2021
2022
2023 RT_VERSION_MAJOR=${rt_version_major}
2024
2025 RT_VERSION_MINOR=${rt_version_minor}
2026
2027 RT_VERSION_PATCH=${rt_version_patch}
2028
2029
2030 RT_PATH=${exp_prefix}
2031
2032 RT_DOC_PATH=${exp_manualdir}
2033
2034 RT_LOCAL_PATH=${exp_customdir}
2035
2036 RT_LIB_PATH=${exp_libdir}
2037
2038 RT_ETC_PATH=${exp_sysconfdir}
2039
2040 CONFIG_FILE_PATH=${exp_sysconfdir}
2041
2042 RT_BIN_PATH=${exp_bindir}
2043
2044 RT_SBIN_PATH=${exp_sbindir}
2045
2046 RT_VAR_PATH=${exp_localstatedir}
2047
2048 RT_MAN_PATH=${exp_mandir}
2049
2050 MASON_DATA_PATH=${exp_masonstatedir}
2051
2052 MASON_SESSION_PATH=${exp_sessionstatedir}
2053
2054 MASON_HTML_PATH=${exp_htmldir}
2055
2056 LOCAL_ETC_PATH=${exp_custometcdir}
2057
2058 MASON_LOCAL_HTML_PATH=${exp_customhtmldir}
2059
2060 LOCAL_LEXICON_PATH=${exp_customlexdir}
2061
2062 LOCAL_LIB_PATH=${exp_customlibdir}
2063
2064 DESTDIR=${exp_prefix}
2065
2066 RT_LOG_PATH=${exp_logfiledir}
2067
2068
2069
2070                                                                                           ac_config_files="$ac_config_files sbin/rt-dump-database sbin/rt-setup-database sbin/rt-test-dependencies bin/mason_handler.fcgi bin/mason_handler.scgi bin/standalone_httpd bin/rt-crontool bin/rt-mailgate bin/rt"
2071
2072
2073                                                   ac_config_files="$ac_config_files Makefile etc/RT_Config.pm lib/RT.pm bin/mason_handler.svc bin/webmux.pl"
2074
2075 cat >confcache <<\_ACEOF
2076 # This file is a shell script that caches the results of configure
2077 # tests run on this system so they can be shared between configure
2078 # scripts and configure runs, see configure's option --config-cache.
2079 # It is not useful on other systems.  If it contains results you don't
2080 # want to keep, you may remove or edit it.
2081 #
2082 # config.status only pays attention to the cache file if you give it
2083 # the --recheck option to rerun configure.
2084 #
2085 # `ac_cv_env_foo' variables (set or unset) will be overridden when
2086 # loading this file, other *unset* `ac_cv_foo' will be assigned the
2087 # following values.
2088
2089 _ACEOF
2090
2091 # The following way of writing the cache mishandles newlines in values,
2092 # but we know of no workaround that is simple, portable, and efficient.
2093 # So, don't put newlines in cache variables' values.
2094 # Ultrix sh set writes to stderr and can't be redirected directly,
2095 # and sets the high bit in the cache file unless we assign to the vars.
2096 {
2097   (set) 2>&1 |
2098     case `(ac_space=' '; set | grep ac_space) 2>&1` in
2099     *ac_space=\ *)
2100       # `set' does not quote correctly, so add quotes (double-quote
2101       # substitution turns \\\\ into \\, and sed turns \\ into \).
2102       sed -n \
2103         "s/'/'\\\\''/g;
2104           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
2105       ;;
2106     *)
2107       # `set' quotes correctly as required by POSIX, so do not add quotes.
2108       sed -n \
2109         "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
2110       ;;
2111     esac;
2112 } |
2113   sed '
2114      t clear
2115      : clear
2116      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
2117      t end
2118      /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
2119      : end' >>confcache
2120 if diff $cache_file confcache >/dev/null 2>&1; then :; else
2121   if test -w $cache_file; then
2122     test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
2123     cat confcache >$cache_file
2124   else
2125     echo "not updating unwritable cache $cache_file"
2126   fi
2127 fi
2128 rm -f confcache
2129
2130 test "x$prefix" = xNONE && prefix=$ac_default_prefix
2131 # Let make expand exec_prefix.
2132 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
2133
2134 # VPATH may cause trouble with some makes, so we remove $(srcdir),
2135 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
2136 # trailing colons and then remove the whole line if VPATH becomes empty
2137 # (actually we leave an empty line to preserve line numbers).
2138 if test "x$srcdir" = x.; then
2139   ac_vpsub='/^[  ]*VPATH[        ]*=/{
2140 s/:*\$(srcdir):*/:/;
2141 s/:*\${srcdir}:*/:/;
2142 s/:*@srcdir@:*/:/;
2143 s/^\([^=]*=[     ]*\):*/\1/;
2144 s/:*$//;
2145 s/^[^=]*=[       ]*$//;
2146 }'
2147 fi
2148
2149 # Transform confdefs.h into DEFS.
2150 # Protect against shell expansion while executing Makefile rules.
2151 # Protect against Makefile macro expansion.
2152 #
2153 # If the first sed substitution is executed (which looks for macros that
2154 # take arguments), then we branch to the quote section.  Otherwise,
2155 # look for a macro that doesn't take arguments.
2156 cat >confdef2opt.sed <<\_ACEOF
2157 t clear
2158 : clear
2159 s,^[     ]*#[    ]*define[       ][      ]*\([^  (][^    (]*([^)]*)\)[   ]*\(.*\),-D\1=\2,g
2160 t quote
2161 s,^[     ]*#[    ]*define[       ][      ]*\([^  ][^     ]*\)[   ]*\(.*\),-D\1=\2,g
2162 t quote
2163 d
2164 : quote
2165 s,[      `~#$^&*(){}\\|;'"<>?],\\&,g
2166 s,\[,\\&,g
2167 s,\],\\&,g
2168 s,\$,$$,g
2169 p
2170 _ACEOF
2171 # We use echo to avoid assuming a particular line-breaking character.
2172 # The extra dot is to prevent the shell from consuming trailing
2173 # line-breaks from the sub-command output.  A line-break within
2174 # single-quotes doesn't work because, if this script is created in a
2175 # platform that uses two characters for line-breaks (e.g., DOS), tr
2176 # would break.
2177 ac_LF_and_DOT=`echo; echo .`
2178 DEFS=`sed -n -f confdef2opt.sed confdefs.h | tr "$ac_LF_and_DOT" ' .'`
2179 rm -f confdef2opt.sed
2180
2181
2182 ac_libobjs=
2183 ac_ltlibobjs=
2184 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
2185   # 1. Remove the extension, and $U if already installed.
2186   ac_i=`echo "$ac_i" |
2187          sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
2188   # 2. Add them.
2189   ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
2190   ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
2191 done
2192 LIBOBJS=$ac_libobjs
2193
2194 LTLIBOBJS=$ac_ltlibobjs
2195
2196
2197
2198 : ${CONFIG_STATUS=./config.status}
2199 ac_clean_files_save=$ac_clean_files
2200 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
2201 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
2202 echo "$as_me: creating $CONFIG_STATUS" >&6;}
2203 cat >$CONFIG_STATUS <<_ACEOF
2204 #! $SHELL
2205 # Generated by $as_me.
2206 # Run this file to recreate the current configuration.
2207 # Compiler output produced by configure, useful for debugging
2208 # configure, is in config.log if it exists.
2209
2210 debug=false
2211 ac_cs_recheck=false
2212 ac_cs_silent=false
2213 SHELL=\${CONFIG_SHELL-$SHELL}
2214 _ACEOF
2215
2216 cat >>$CONFIG_STATUS <<\_ACEOF
2217 ## --------------------- ##
2218 ## M4sh Initialization.  ##
2219 ## --------------------- ##
2220
2221 # Be Bourne compatible
2222 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
2223   emulate sh
2224   NULLCMD=:
2225   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
2226   # is contrary to our usage.  Disable this feature.
2227   alias -g '${1+"$@"}'='"$@"'
2228 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
2229   set -o posix
2230 fi
2231 DUALCASE=1; export DUALCASE # for MKS sh
2232
2233 # Support unset when possible.
2234 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
2235   as_unset=unset
2236 else
2237   as_unset=false
2238 fi
2239
2240
2241 # Work around bugs in pre-3.0 UWIN ksh.
2242 $as_unset ENV MAIL MAILPATH
2243 PS1='$ '
2244 PS2='> '
2245 PS4='+ '
2246
2247 # NLS nuisances.
2248 for as_var in \
2249   LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
2250   LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
2251   LC_TELEPHONE LC_TIME
2252 do
2253   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
2254     eval $as_var=C; export $as_var
2255   else
2256     $as_unset $as_var
2257   fi
2258 done
2259
2260 # Required to use basename.
2261 if expr a : '\(a\)' >/dev/null 2>&1; then
2262   as_expr=expr
2263 else
2264   as_expr=false
2265 fi
2266
2267 if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
2268   as_basename=basename
2269 else
2270   as_basename=false
2271 fi
2272
2273
2274 # Name of the executable.
2275 as_me=`$as_basename "$0" ||
2276 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
2277          X"$0" : 'X\(//\)$' \| \
2278          X"$0" : 'X\(/\)$' \| \
2279          .     : '\(.\)' 2>/dev/null ||
2280 echo X/"$0" |
2281     sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
2282           /^X\/\(\/\/\)$/{ s//\1/; q; }
2283           /^X\/\(\/\).*/{ s//\1/; q; }
2284           s/.*/./; q'`
2285
2286
2287 # PATH needs CR, and LINENO needs CR and PATH.
2288 # Avoid depending upon Character Ranges.
2289 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
2290 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
2291 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
2292 as_cr_digits='0123456789'
2293 as_cr_alnum=$as_cr_Letters$as_cr_digits
2294
2295 # The user is always right.
2296 if test "${PATH_SEPARATOR+set}" != set; then
2297   echo "#! /bin/sh" >conf$$.sh
2298   echo  "exit 0"   >>conf$$.sh
2299   chmod +x conf$$.sh
2300   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
2301     PATH_SEPARATOR=';'
2302   else
2303     PATH_SEPARATOR=:
2304   fi
2305   rm -f conf$$.sh
2306 fi
2307
2308
2309   as_lineno_1=$LINENO
2310   as_lineno_2=$LINENO
2311   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
2312   test "x$as_lineno_1" != "x$as_lineno_2" &&
2313   test "x$as_lineno_3"  = "x$as_lineno_2"  || {
2314   # Find who we are.  Look in the path if we contain no path at all
2315   # relative or not.
2316   case $0 in
2317     *[\\/]* ) as_myself=$0 ;;
2318     *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2319 for as_dir in $PATH
2320 do
2321   IFS=$as_save_IFS
2322   test -z "$as_dir" && as_dir=.
2323   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
2324 done
2325
2326        ;;
2327   esac
2328   # We did not find ourselves, most probably we were run as `sh COMMAND'
2329   # in which case we are not to be found in the path.
2330   if test "x$as_myself" = x; then
2331     as_myself=$0
2332   fi
2333   if test ! -f "$as_myself"; then
2334     { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
2335 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
2336    { (exit 1); exit 1; }; }
2337   fi
2338   case $CONFIG_SHELL in
2339   '')
2340     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2341 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
2342 do
2343   IFS=$as_save_IFS
2344   test -z "$as_dir" && as_dir=.
2345   for as_base in sh bash ksh sh5; do
2346          case $as_dir in
2347          /*)
2348            if ("$as_dir/$as_base" -c '
2349   as_lineno_1=$LINENO
2350   as_lineno_2=$LINENO
2351   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
2352   test "x$as_lineno_1" != "x$as_lineno_2" &&
2353   test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
2354              $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
2355              $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
2356              CONFIG_SHELL=$as_dir/$as_base
2357              export CONFIG_SHELL
2358              exec "$CONFIG_SHELL" "$0" ${1+"$@"}
2359            fi;;
2360          esac
2361        done
2362 done
2363 ;;
2364   esac
2365
2366   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
2367   # uniformly replaced by the line number.  The first 'sed' inserts a
2368   # line-number line before each line; the second 'sed' does the real
2369   # work.  The second script uses 'N' to pair each line-number line
2370   # with the numbered line, and appends trailing '-' during
2371   # substitution so that $LINENO is not a special case at line end.
2372   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
2373   # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
2374   sed '=' <$as_myself |
2375     sed '
2376       N
2377       s,$,-,
2378       : loop
2379       s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
2380       t loop
2381       s,-$,,
2382       s,^['$as_cr_digits']*\n,,
2383     ' >$as_me.lineno &&
2384   chmod +x $as_me.lineno ||
2385     { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
2386 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
2387    { (exit 1); exit 1; }; }
2388
2389   # Don't try to exec as it changes $[0], causing all sort of problems
2390   # (the dirname of $[0] is not the place where we might find the
2391   # original and so on.  Autoconf is especially sensible to this).
2392   . ./$as_me.lineno
2393   # Exit status is that of the last command.
2394   exit
2395 }
2396
2397
2398 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
2399   *c*,-n*) ECHO_N= ECHO_C='
2400 ' ECHO_T='      ' ;;
2401   *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
2402   *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
2403 esac
2404
2405 if expr a : '\(a\)' >/dev/null 2>&1; then
2406   as_expr=expr
2407 else
2408   as_expr=false
2409 fi
2410
2411 rm -f conf$$ conf$$.exe conf$$.file
2412 echo >conf$$.file
2413 if ln -s conf$$.file conf$$ 2>/dev/null; then
2414   # We could just check for DJGPP; but this test a) works b) is more generic
2415   # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
2416   if test -f conf$$.exe; then
2417     # Don't use ln at all; we don't have any links
2418     as_ln_s='cp -p'
2419   else
2420     as_ln_s='ln -s'
2421   fi
2422 elif ln conf$$.file conf$$ 2>/dev/null; then
2423   as_ln_s=ln
2424 else
2425   as_ln_s='cp -p'
2426 fi
2427 rm -f conf$$ conf$$.exe conf$$.file
2428
2429 if mkdir -p . 2>/dev/null; then
2430   as_mkdir_p=:
2431 else
2432   test -d ./-p && rmdir ./-p
2433   as_mkdir_p=false
2434 fi
2435
2436 as_executable_p="test -f"
2437
2438 # Sed expression to map a string onto a valid CPP name.
2439 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
2440
2441 # Sed expression to map a string onto a valid variable name.
2442 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
2443
2444
2445 # IFS
2446 # We need space, tab and new line, in precisely that order.
2447 as_nl='
2448 '
2449 IFS="   $as_nl"
2450
2451 # CDPATH.
2452 $as_unset CDPATH
2453
2454 exec 6>&1
2455
2456 # Open the log real soon, to keep \$[0] and so on meaningful, and to
2457 # report actual input values of CONFIG_FILES etc. instead of their
2458 # values after options handling.  Logging --version etc. is OK.
2459 exec 5>>config.log
2460 {
2461   echo
2462   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
2463 ## Running $as_me. ##
2464 _ASBOX
2465 } >&5
2466 cat >&5 <<_CSEOF
2467
2468 This file was extended by RT $as_me 3.4.4, which was
2469 generated by GNU Autoconf 2.59.  Invocation command line was
2470
2471   CONFIG_FILES    = $CONFIG_FILES
2472   CONFIG_HEADERS  = $CONFIG_HEADERS
2473   CONFIG_LINKS    = $CONFIG_LINKS
2474   CONFIG_COMMANDS = $CONFIG_COMMANDS
2475   $ $0 $@
2476
2477 _CSEOF
2478 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
2479 echo >&5
2480 _ACEOF
2481
2482 # Files that config.status was made for.
2483 if test -n "$ac_config_files"; then
2484   echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
2485 fi
2486
2487 if test -n "$ac_config_headers"; then
2488   echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
2489 fi
2490
2491 if test -n "$ac_config_links"; then
2492   echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
2493 fi
2494
2495 if test -n "$ac_config_commands"; then
2496   echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
2497 fi
2498
2499 cat >>$CONFIG_STATUS <<\_ACEOF
2500
2501 ac_cs_usage="\
2502 \`$as_me' instantiates files from templates according to the
2503 current configuration.
2504
2505 Usage: $0 [OPTIONS] [FILE]...
2506
2507   -h, --help       print this help, then exit
2508   -V, --version    print version number, then exit
2509   -q, --quiet      do not print progress messages
2510   -d, --debug      don't remove temporary files
2511       --recheck    update $as_me by reconfiguring in the same conditions
2512   --file=FILE[:TEMPLATE]
2513                    instantiate the configuration file FILE
2514
2515 Configuration files:
2516 $config_files
2517
2518 Report bugs to <bug-autoconf@gnu.org>."
2519 _ACEOF
2520
2521 cat >>$CONFIG_STATUS <<_ACEOF
2522 ac_cs_version="\\
2523 RT config.status 3.4.4
2524 configured by $0, generated by GNU Autoconf 2.59,
2525   with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
2526
2527 Copyright (C) 2003 Free Software Foundation, Inc.
2528 This config.status script is free software; the Free Software Foundation
2529 gives unlimited permission to copy, distribute and modify it."
2530 srcdir=$srcdir
2531 INSTALL="$INSTALL"
2532 _ACEOF
2533
2534 cat >>$CONFIG_STATUS <<\_ACEOF
2535 # If no file are specified by the user, then we need to provide default
2536 # value.  By we need to know if files were specified by the user.
2537 ac_need_defaults=:
2538 while test $# != 0
2539 do
2540   case $1 in
2541   --*=*)
2542     ac_option=`expr "x$1" : 'x\([^=]*\)='`
2543     ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
2544     ac_shift=:
2545     ;;
2546   -*)
2547     ac_option=$1
2548     ac_optarg=$2
2549     ac_shift=shift
2550     ;;
2551   *) # This is not an option, so the user has probably given explicit
2552      # arguments.
2553      ac_option=$1
2554      ac_need_defaults=false;;
2555   esac
2556
2557   case $ac_option in
2558   # Handling of the options.
2559 _ACEOF
2560 cat >>$CONFIG_STATUS <<\_ACEOF
2561   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
2562     ac_cs_recheck=: ;;
2563   --version | --vers* | -V )
2564     echo "$ac_cs_version"; exit 0 ;;
2565   --he | --h)
2566     # Conflict between --help and --header
2567     { { echo "$as_me:$LINENO: error: ambiguous option: $1
2568 Try \`$0 --help' for more information." >&5
2569 echo "$as_me: error: ambiguous option: $1
2570 Try \`$0 --help' for more information." >&2;}
2571    { (exit 1); exit 1; }; };;
2572   --help | --hel | -h )
2573     echo "$ac_cs_usage"; exit 0 ;;
2574   --debug | --d* | -d )
2575     debug=: ;;
2576   --file | --fil | --fi | --f )
2577     $ac_shift
2578     CONFIG_FILES="$CONFIG_FILES $ac_optarg"
2579     ac_need_defaults=false;;
2580   --header | --heade | --head | --hea )
2581     $ac_shift
2582     CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
2583     ac_need_defaults=false;;
2584   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2585   | -silent | --silent | --silen | --sile | --sil | --si | --s)
2586     ac_cs_silent=: ;;
2587
2588   # This is an error.
2589   -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
2590 Try \`$0 --help' for more information." >&5
2591 echo "$as_me: error: unrecognized option: $1
2592 Try \`$0 --help' for more information." >&2;}
2593    { (exit 1); exit 1; }; } ;;
2594
2595   *) ac_config_targets="$ac_config_targets $1" ;;
2596
2597   esac
2598   shift
2599 done
2600
2601 ac_configure_extra_args=
2602
2603 if $ac_cs_silent; then
2604   exec 6>/dev/null
2605   ac_configure_extra_args="$ac_configure_extra_args --silent"
2606 fi
2607
2608 _ACEOF
2609 cat >>$CONFIG_STATUS <<_ACEOF
2610 if \$ac_cs_recheck; then
2611   echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
2612   exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
2613 fi
2614
2615 _ACEOF
2616
2617
2618
2619
2620
2621 cat >>$CONFIG_STATUS <<\_ACEOF
2622 for ac_config_target in $ac_config_targets
2623 do
2624   case "$ac_config_target" in
2625   # Handling of arguments.
2626   "sbin/rt-dump-database" ) CONFIG_FILES="$CONFIG_FILES sbin/rt-dump-database" ;;
2627   "sbin/rt-setup-database" ) CONFIG_FILES="$CONFIG_FILES sbin/rt-setup-database" ;;
2628   "sbin/rt-test-dependencies" ) CONFIG_FILES="$CONFIG_FILES sbin/rt-test-dependencies" ;;
2629   "bin/mason_handler.fcgi" ) CONFIG_FILES="$CONFIG_FILES bin/mason_handler.fcgi" ;;
2630   "bin/mason_handler.scgi" ) CONFIG_FILES="$CONFIG_FILES bin/mason_handler.scgi" ;;
2631   "bin/standalone_httpd" ) CONFIG_FILES="$CONFIG_FILES bin/standalone_httpd" ;;
2632   "bin/rt-crontool" ) CONFIG_FILES="$CONFIG_FILES bin/rt-crontool" ;;
2633   "bin/rt-mailgate" ) CONFIG_FILES="$CONFIG_FILES bin/rt-mailgate" ;;
2634   "bin/rt" ) CONFIG_FILES="$CONFIG_FILES bin/rt" ;;
2635   "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
2636   "etc/RT_Config.pm" ) CONFIG_FILES="$CONFIG_FILES etc/RT_Config.pm" ;;
2637   "lib/RT.pm" ) CONFIG_FILES="$CONFIG_FILES lib/RT.pm" ;;
2638   "bin/mason_handler.svc" ) CONFIG_FILES="$CONFIG_FILES bin/mason_handler.svc" ;;
2639   "bin/webmux.pl" ) CONFIG_FILES="$CONFIG_FILES bin/webmux.pl" ;;
2640   *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
2641 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
2642    { (exit 1); exit 1; }; };;
2643   esac
2644 done
2645
2646 # If the user did not use the arguments to specify the items to instantiate,
2647 # then the envvar interface is used.  Set only those that are not.
2648 # We use the long form for the default assignment because of an extremely
2649 # bizarre bug on SunOS 4.1.3.
2650 if $ac_need_defaults; then
2651   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
2652 fi
2653
2654 # Have a temporary directory for convenience.  Make it in the build tree
2655 # simply because there is no reason to put it here, and in addition,
2656 # creating and moving files from /tmp can sometimes cause problems.
2657 # Create a temporary directory, and hook for its removal unless debugging.
2658 $debug ||
2659 {
2660   trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
2661   trap '{ (exit 1); exit 1; }' 1 2 13 15
2662 }
2663
2664 # Create a (secure) tmp directory for tmp files.
2665
2666 {
2667   tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
2668   test -n "$tmp" && test -d "$tmp"
2669 }  ||
2670 {
2671   tmp=./confstat$$-$RANDOM
2672   (umask 077 && mkdir $tmp)
2673 } ||
2674 {
2675    echo "$me: cannot create a temporary directory in ." >&2
2676    { (exit 1); exit 1; }
2677 }
2678
2679 _ACEOF
2680
2681 cat >>$CONFIG_STATUS <<_ACEOF
2682
2683 #
2684 # CONFIG_FILES section.
2685 #
2686
2687 # No need to generate the scripts if there are no CONFIG_FILES.
2688 # This happens for instance when ./config.status config.h
2689 if test -n "\$CONFIG_FILES"; then
2690   # Protect against being on the right side of a sed subst in config.status.
2691   sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
2692    s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
2693 s,@SHELL@,$SHELL,;t t
2694 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
2695 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
2696 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
2697 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
2698 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
2699 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
2700 s,@exec_prefix@,$exec_prefix,;t t
2701 s,@prefix@,$prefix,;t t
2702 s,@program_transform_name@,$program_transform_name,;t t
2703 s,@bindir@,$bindir,;t t
2704 s,@sbindir@,$sbindir,;t t
2705 s,@libexecdir@,$libexecdir,;t t
2706 s,@datadir@,$datadir,;t t
2707 s,@sysconfdir@,$sysconfdir,;t t
2708 s,@sharedstatedir@,$sharedstatedir,;t t
2709 s,@localstatedir@,$localstatedir,;t t
2710 s,@libdir@,$libdir,;t t
2711 s,@includedir@,$includedir,;t t
2712 s,@oldincludedir@,$oldincludedir,;t t
2713 s,@infodir@,$infodir,;t t
2714 s,@mandir@,$mandir,;t t
2715 s,@build_alias@,$build_alias,;t t
2716 s,@host_alias@,$host_alias,;t t
2717 s,@target_alias@,$target_alias,;t t
2718 s,@DEFS@,$DEFS,;t t
2719 s,@ECHO_C@,$ECHO_C,;t t
2720 s,@ECHO_N@,$ECHO_N,;t t
2721 s,@ECHO_T@,$ECHO_T,;t t
2722 s,@LIBS@,$LIBS,;t t
2723 s,@rt_version_major@,$rt_version_major,;t t
2724 s,@rt_version_minor@,$rt_version_minor,;t t
2725 s,@rt_version_patch@,$rt_version_patch,;t t
2726 s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
2727 s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
2728 s,@INSTALL_DATA@,$INSTALL_DATA,;t t
2729 s,@PERL@,$PERL,;t t
2730 s,@SPEEDY_BIN@,$SPEEDY_BIN,;t t
2731 s,@exp_prefix@,$exp_prefix,;t t
2732 s,@exp_exec_prefix@,$exp_exec_prefix,;t t
2733 s,@exp_bindir@,$exp_bindir,;t t
2734 s,@exp_sbindir@,$exp_sbindir,;t t
2735 s,@exp_sysconfdir@,$exp_sysconfdir,;t t
2736 s,@exp_mandir@,$exp_mandir,;t t
2737 s,@exp_libdir@,$exp_libdir,;t t
2738 s,@exp_datadir@,$exp_datadir,;t t
2739 s,@htmldir@,$htmldir,;t t
2740 s,@exp_htmldir@,$exp_htmldir,;t t
2741 s,@manualdir@,$manualdir,;t t
2742 s,@exp_manualdir@,$exp_manualdir,;t t
2743 s,@exp_localstatedir@,$exp_localstatedir,;t t
2744 s,@logfiledir@,$logfiledir,;t t
2745 s,@exp_logfiledir@,$exp_logfiledir,;t t
2746 s,@masonstatedir@,$masonstatedir,;t t
2747 s,@exp_masonstatedir@,$exp_masonstatedir,;t t
2748 s,@sessionstatedir@,$sessionstatedir,;t t
2749 s,@exp_sessionstatedir@,$exp_sessionstatedir,;t t
2750 s,@customdir@,$customdir,;t t
2751 s,@exp_customdir@,$exp_customdir,;t t
2752 s,@custometcdir@,$custometcdir,;t t
2753 s,@exp_custometcdir@,$exp_custometcdir,;t t
2754 s,@customhtmldir@,$customhtmldir,;t t
2755 s,@exp_customhtmldir@,$exp_customhtmldir,;t t
2756 s,@customlexdir@,$customlexdir,;t t
2757 s,@exp_customlexdir@,$exp_customlexdir,;t t
2758 s,@customlibdir@,$customlibdir,;t t
2759 s,@exp_customlibdir@,$exp_customlibdir,;t t
2760 s,@rt_layout_name@,$rt_layout_name,;t t
2761 s,@BIN_OWNER@,$BIN_OWNER,;t t
2762 s,@LIBS_OWNER@,$LIBS_OWNER,;t t
2763 s,@LIBS_GROUP@,$LIBS_GROUP,;t t
2764 s,@DB_TYPE@,$DB_TYPE,;t t
2765 s,@DATABASE_ENV_PREF@,$DATABASE_ENV_PREF,;t t
2766 s,@DB_HOST@,$DB_HOST,;t t
2767 s,@DB_PORT@,$DB_PORT,;t t
2768 s,@DB_RT_HOST@,$DB_RT_HOST,;t t
2769 s,@DB_DBA@,$DB_DBA,;t t
2770 s,@DB_DATABASE@,$DB_DATABASE,;t t
2771 s,@DB_RT_USER@,$DB_RT_USER,;t t
2772 s,@DB_RT_PASS@,$DB_RT_PASS,;t t
2773 s,@WEB_USER@,$WEB_USER,;t t
2774 s,@WEB_GROUP@,$WEB_GROUP,;t t
2775 s,@RTGROUP@,$RTGROUP,;t t
2776 s,@APACHECTL@,$APACHECTL,;t t
2777 s,@RT_DEVEL_MODE@,$RT_DEVEL_MODE,;t t
2778 s,@RT_VERSION_MAJOR@,$RT_VERSION_MAJOR,;t t
2779 s,@RT_VERSION_MINOR@,$RT_VERSION_MINOR,;t t
2780 s,@RT_VERSION_PATCH@,$RT_VERSION_PATCH,;t t
2781 s,@RT_PATH@,$RT_PATH,;t t
2782 s,@RT_DOC_PATH@,$RT_DOC_PATH,;t t
2783 s,@RT_LOCAL_PATH@,$RT_LOCAL_PATH,;t t
2784 s,@RT_LIB_PATH@,$RT_LIB_PATH,;t t
2785 s,@RT_ETC_PATH@,$RT_ETC_PATH,;t t
2786 s,@CONFIG_FILE_PATH@,$CONFIG_FILE_PATH,;t t
2787 s,@RT_BIN_PATH@,$RT_BIN_PATH,;t t
2788 s,@RT_SBIN_PATH@,$RT_SBIN_PATH,;t t
2789 s,@RT_VAR_PATH@,$RT_VAR_PATH,;t t
2790 s,@RT_MAN_PATH@,$RT_MAN_PATH,;t t
2791 s,@MASON_DATA_PATH@,$MASON_DATA_PATH,;t t
2792 s,@MASON_SESSION_PATH@,$MASON_SESSION_PATH,;t t
2793 s,@MASON_HTML_PATH@,$MASON_HTML_PATH,;t t
2794 s,@LOCAL_ETC_PATH@,$LOCAL_ETC_PATH,;t t
2795 s,@MASON_LOCAL_HTML_PATH@,$MASON_LOCAL_HTML_PATH,;t t
2796 s,@LOCAL_LEXICON_PATH@,$LOCAL_LEXICON_PATH,;t t
2797 s,@LOCAL_LIB_PATH@,$LOCAL_LIB_PATH,;t t
2798 s,@DESTDIR@,$DESTDIR,;t t
2799 s,@RT_LOG_PATH@,$RT_LOG_PATH,;t t
2800 s,@LIBOBJS@,$LIBOBJS,;t t
2801 s,@LTLIBOBJS@,$LTLIBOBJS,;t t
2802 CEOF
2803
2804 _ACEOF
2805
2806   cat >>$CONFIG_STATUS <<\_ACEOF
2807   # Split the substitutions into bite-sized pieces for seds with
2808   # small command number limits, like on Digital OSF/1 and HP-UX.
2809   ac_max_sed_lines=48
2810   ac_sed_frag=1 # Number of current file.
2811   ac_beg=1 # First line for current file.
2812   ac_end=$ac_max_sed_lines # Line after last line for current file.
2813   ac_more_lines=:
2814   ac_sed_cmds=
2815   while $ac_more_lines; do
2816     if test $ac_beg -gt 1; then
2817       sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
2818     else
2819       sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
2820     fi
2821     if test ! -s $tmp/subs.frag; then
2822       ac_more_lines=false
2823     else
2824       # The purpose of the label and of the branching condition is to
2825       # speed up the sed processing (if there are no `@' at all, there
2826       # is no need to browse any of the substitutions).
2827       # These are the two extra sed commands mentioned above.
2828       (echo ':t
2829   /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
2830       if test -z "$ac_sed_cmds"; then
2831         ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
2832       else
2833         ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
2834       fi
2835       ac_sed_frag=`expr $ac_sed_frag + 1`
2836       ac_beg=$ac_end
2837       ac_end=`expr $ac_end + $ac_max_sed_lines`
2838     fi
2839   done
2840   if test -z "$ac_sed_cmds"; then
2841     ac_sed_cmds=cat
2842   fi
2843 fi # test -n "$CONFIG_FILES"
2844
2845 _ACEOF
2846 cat >>$CONFIG_STATUS <<\_ACEOF
2847 for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
2848   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
2849   case $ac_file in
2850   - | *:- | *:-:* ) # input from stdin
2851         cat >$tmp/stdin
2852         ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
2853         ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
2854   *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
2855         ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
2856   * )   ac_file_in=$ac_file.in ;;
2857   esac
2858
2859   # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
2860   ac_dir=`(dirname "$ac_file") 2>/dev/null ||
2861 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2862          X"$ac_file" : 'X\(//\)[^/]' \| \
2863          X"$ac_file" : 'X\(//\)$' \| \
2864          X"$ac_file" : 'X\(/\)' \| \
2865          .     : '\(.\)' 2>/dev/null ||
2866 echo X"$ac_file" |
2867     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
2868           /^X\(\/\/\)[^/].*/{ s//\1/; q; }
2869           /^X\(\/\/\)$/{ s//\1/; q; }
2870           /^X\(\/\).*/{ s//\1/; q; }
2871           s/.*/./; q'`
2872   { if $as_mkdir_p; then
2873     mkdir -p "$ac_dir"
2874   else
2875     as_dir="$ac_dir"
2876     as_dirs=
2877     while test ! -d "$as_dir"; do
2878       as_dirs="$as_dir $as_dirs"
2879       as_dir=`(dirname "$as_dir") 2>/dev/null ||
2880 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2881          X"$as_dir" : 'X\(//\)[^/]' \| \
2882          X"$as_dir" : 'X\(//\)$' \| \
2883          X"$as_dir" : 'X\(/\)' \| \
2884          .     : '\(.\)' 2>/dev/null ||
2885 echo X"$as_dir" |
2886     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
2887           /^X\(\/\/\)[^/].*/{ s//\1/; q; }
2888           /^X\(\/\/\)$/{ s//\1/; q; }
2889           /^X\(\/\).*/{ s//\1/; q; }
2890           s/.*/./; q'`
2891     done
2892     test ! -n "$as_dirs" || mkdir $as_dirs
2893   fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
2894 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
2895    { (exit 1); exit 1; }; }; }
2896
2897   ac_builddir=.
2898
2899 if test "$ac_dir" != .; then
2900   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
2901   # A "../" for each directory in $ac_dir_suffix.
2902   ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
2903 else
2904   ac_dir_suffix= ac_top_builddir=
2905 fi
2906
2907 case $srcdir in
2908   .)  # No --srcdir option.  We are building in place.
2909     ac_srcdir=.
2910     if test -z "$ac_top_builddir"; then
2911        ac_top_srcdir=.
2912     else
2913        ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
2914     fi ;;
2915   [\\/]* | ?:[\\/]* )  # Absolute path.
2916     ac_srcdir=$srcdir$ac_dir_suffix;
2917     ac_top_srcdir=$srcdir ;;
2918   *) # Relative path.
2919     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
2920     ac_top_srcdir=$ac_top_builddir$srcdir ;;
2921 esac
2922
2923 # Do not use `cd foo && pwd` to compute absolute paths, because
2924 # the directories may not exist.
2925 case `pwd` in
2926 .) ac_abs_builddir="$ac_dir";;
2927 *)
2928   case "$ac_dir" in
2929   .) ac_abs_builddir=`pwd`;;
2930   [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
2931   *) ac_abs_builddir=`pwd`/"$ac_dir";;
2932   esac;;
2933 esac
2934 case $ac_abs_builddir in
2935 .) ac_abs_top_builddir=${ac_top_builddir}.;;
2936 *)
2937   case ${ac_top_builddir}. in
2938   .) ac_abs_top_builddir=$ac_abs_builddir;;
2939   [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
2940   *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
2941   esac;;
2942 esac
2943 case $ac_abs_builddir in
2944 .) ac_abs_srcdir=$ac_srcdir;;
2945 *)
2946   case $ac_srcdir in
2947   .) ac_abs_srcdir=$ac_abs_builddir;;
2948   [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
2949   *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
2950   esac;;
2951 esac
2952 case $ac_abs_builddir in
2953 .) ac_abs_top_srcdir=$ac_top_srcdir;;
2954 *)
2955   case $ac_top_srcdir in
2956   .) ac_abs_top_srcdir=$ac_abs_builddir;;
2957   [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
2958   *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
2959   esac;;
2960 esac
2961
2962
2963   case $INSTALL in
2964   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
2965   *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
2966   esac
2967
2968   # Let's still pretend it is `configure' which instantiates (i.e., don't
2969   # use $as_me), people would be surprised to read:
2970   #    /* config.h.  Generated by config.status.  */
2971   if test x"$ac_file" = x-; then
2972     configure_input=
2973   else
2974     configure_input="$ac_file.  "
2975   fi
2976   configure_input=$configure_input"Generated from `echo $ac_file_in |
2977                                      sed 's,.*/,,'` by configure."
2978
2979   # First look for the input files in the build tree, otherwise in the
2980   # src tree.
2981   ac_file_inputs=`IFS=:
2982     for f in $ac_file_in; do
2983       case $f in
2984       -) echo $tmp/stdin ;;
2985       [\\/$]*)
2986          # Absolute (can't be DOS-style, as IFS=:)
2987          test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
2988 echo "$as_me: error: cannot find input file: $f" >&2;}
2989    { (exit 1); exit 1; }; }
2990          echo "$f";;
2991       *) # Relative
2992          if test -f "$f"; then
2993            # Build tree
2994            echo "$f"
2995          elif test -f "$srcdir/$f"; then
2996            # Source tree
2997            echo "$srcdir/$f"
2998          else
2999            # /dev/null tree
3000            { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
3001 echo "$as_me: error: cannot find input file: $f" >&2;}
3002    { (exit 1); exit 1; }; }
3003          fi;;
3004       esac
3005     done` || { (exit 1); exit 1; }
3006
3007   if test x"$ac_file" != x-; then
3008     { echo "$as_me:$LINENO: creating $ac_file" >&5
3009 echo "$as_me: creating $ac_file" >&6;}
3010     rm -f "$ac_file"
3011   fi
3012 _ACEOF
3013 cat >>$CONFIG_STATUS <<_ACEOF
3014   sed "$ac_vpsub
3015 $extrasub
3016 _ACEOF
3017 cat >>$CONFIG_STATUS <<\_ACEOF
3018 :t
3019 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
3020 s,@configure_input@,$configure_input,;t t
3021 s,@srcdir@,$ac_srcdir,;t t
3022 s,@abs_srcdir@,$ac_abs_srcdir,;t t
3023 s,@top_srcdir@,$ac_top_srcdir,;t t
3024 s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
3025 s,@builddir@,$ac_builddir,;t t
3026 s,@abs_builddir@,$ac_abs_builddir,;t t
3027 s,@top_builddir@,$ac_top_builddir,;t t
3028 s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
3029 s,@INSTALL@,$ac_INSTALL,;t t
3030 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
3031   rm -f $tmp/stdin
3032   if test x"$ac_file" != x-; then
3033     mv $tmp/out $ac_file
3034   else
3035     cat $tmp/out
3036     rm -f $tmp/out
3037   fi
3038
3039   # Run the commands associated with the file.
3040   case $ac_file in
3041     sbin/rt-dump-database ) chmod ug+x $ac_file
3042                 ;;
3043     sbin/rt-setup-database ) chmod ug+x $ac_file
3044                 ;;
3045     sbin/rt-test-dependencies ) chmod ug+x $ac_file
3046                 ;;
3047     bin/mason_handler.fcgi ) chmod ug+x $ac_file
3048                 ;;
3049     bin/mason_handler.scgi ) chmod ug+x $ac_file
3050                 ;;
3051     bin/standalone_httpd ) chmod ug+x $ac_file
3052                 ;;
3053     bin/rt-crontool ) chmod ug+x $ac_file
3054                 ;;
3055     bin/rt-mailgate ) chmod ug+x $ac_file
3056                 ;;
3057     bin/rt ) chmod ug+x $ac_file
3058                 ;;
3059   esac
3060 done
3061 _ACEOF
3062
3063 cat >>$CONFIG_STATUS <<\_ACEOF
3064
3065 { (exit 0); exit 0; }
3066 _ACEOF
3067 chmod +x $CONFIG_STATUS
3068 ac_clean_files=$ac_clean_files_save
3069
3070
3071 # configure is writing to config.log, and then calls config.status.
3072 # config.status does its own redirection, appending to config.log.
3073 # Unfortunately, on DOS this fails, as config.log is still kept open
3074 # by configure, so config.status won't be able to write to it; its
3075 # output is simply discarded.  So we exec the FD to /dev/null,
3076 # effectively closing config.log, so it can be properly (re)opened and
3077 # appended to by config.status.  When coming back to configure, we
3078 # need to make the FD available again.
3079 if test "$no_create" != yes; then
3080   ac_cs_success=:
3081   ac_config_status_args=
3082   test "$silent" = yes &&
3083     ac_config_status_args="$ac_config_status_args --quiet"
3084   exec 5>/dev/null
3085   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
3086   exec 5>>config.log
3087   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
3088   # would make configure fail if this is the last instruction.
3089   $ac_cs_success || { (exit 1); exit 1; }
3090 fi
3091