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