OSDN Git Service

update docs for 1.4.8
[howm/howm.git] / configure
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69 for howm 1.4.8-snapshot3.
4 #
5 #
6 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
7 #
8 #
9 # This configure script is free software; the Free Software Foundation
10 # gives unlimited permission to copy, distribute and modify it.
11 ## -------------------- ##
12 ## M4sh Initialization. ##
13 ## -------------------- ##
14
15 # Be more Bourne compatible
16 DUALCASE=1; export DUALCASE # for MKS sh
17 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
18   emulate sh
19   NULLCMD=:
20   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
21   # is contrary to our usage.  Disable this feature.
22   alias -g '${1+"$@"}'='"$@"'
23   setopt NO_GLOB_SUBST
24 else
25   case `(set -o) 2>/dev/null` in #(
26   *posix*) :
27     set -o posix ;; #(
28   *) :
29      ;;
30 esac
31 fi
32
33
34 as_nl='
35 '
36 export as_nl
37 # Printing a long string crashes Solaris 7 /usr/bin/printf.
38 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
39 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
40 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
41 # Prefer a ksh shell builtin over an external printf program on Solaris,
42 # but without wasting forks for bash or zsh.
43 if test -z "$BASH_VERSION$ZSH_VERSION" \
44     && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
45   as_echo='print -r --'
46   as_echo_n='print -rn --'
47 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
48   as_echo='printf %s\n'
49   as_echo_n='printf %s'
50 else
51   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
52     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
53     as_echo_n='/usr/ucb/echo -n'
54   else
55     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
56     as_echo_n_body='eval
57       arg=$1;
58       case $arg in #(
59       *"$as_nl"*)
60         expr "X$arg" : "X\\(.*\\)$as_nl";
61         arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
62       esac;
63       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
64     '
65     export as_echo_n_body
66     as_echo_n='sh -c $as_echo_n_body as_echo'
67   fi
68   export as_echo_body
69   as_echo='sh -c $as_echo_body as_echo'
70 fi
71
72 # The user is always right.
73 if test "${PATH_SEPARATOR+set}" != set; then
74   PATH_SEPARATOR=:
75   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
76     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
77       PATH_SEPARATOR=';'
78   }
79 fi
80
81
82 # IFS
83 # We need space, tab and new line, in precisely that order.  Quoting is
84 # there to prevent editors from complaining about space-tab.
85 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
86 # splitting by setting IFS to empty value.)
87 IFS=" ""        $as_nl"
88
89 # Find who we are.  Look in the path if we contain no directory separator.
90 as_myself=
91 case $0 in #((
92   *[\\/]* ) as_myself=$0 ;;
93   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
94 for as_dir in $PATH
95 do
96   IFS=$as_save_IFS
97   test -z "$as_dir" && as_dir=.
98     test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
99   done
100 IFS=$as_save_IFS
101
102      ;;
103 esac
104 # We did not find ourselves, most probably we were run as `sh COMMAND'
105 # in which case we are not to be found in the path.
106 if test "x$as_myself" = x; then
107   as_myself=$0
108 fi
109 if test ! -f "$as_myself"; then
110   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
111   exit 1
112 fi
113
114 # Unset variables that we do not need and which cause bugs (e.g. in
115 # pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
116 # suppresses any "Segmentation fault" message there.  '((' could
117 # trigger a bug in pdksh 5.2.14.
118 for as_var in BASH_ENV ENV MAIL MAILPATH
119 do eval test x\${$as_var+set} = xset \
120   && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
121 done
122 PS1='$ '
123 PS2='> '
124 PS4='+ '
125
126 # NLS nuisances.
127 LC_ALL=C
128 export LC_ALL
129 LANGUAGE=C
130 export LANGUAGE
131
132 # CDPATH.
133 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
134
135 # Use a proper internal environment variable to ensure we don't fall
136   # into an infinite loop, continuously re-executing ourselves.
137   if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
138     _as_can_reexec=no; export _as_can_reexec;
139     # We cannot yet assume a decent shell, so we have to provide a
140 # neutralization value for shells without unset; and this also
141 # works around shells that cannot unset nonexistent variables.
142 # Preserve -v and -x to the replacement shell.
143 BASH_ENV=/dev/null
144 ENV=/dev/null
145 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
146 case $- in # ((((
147   *v*x* | *x*v* ) as_opts=-vx ;;
148   *v* ) as_opts=-v ;;
149   *x* ) as_opts=-x ;;
150   * ) as_opts= ;;
151 esac
152 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
153 # Admittedly, this is quite paranoid, since all the known shells bail
154 # out after a failed `exec'.
155 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
156 as_fn_exit 255
157   fi
158   # We don't want this to propagate to other subprocesses.
159           { _as_can_reexec=; unset _as_can_reexec;}
160 if test "x$CONFIG_SHELL" = x; then
161   as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
162   emulate sh
163   NULLCMD=:
164   # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
165   # is contrary to our usage.  Disable this feature.
166   alias -g '\${1+\"\$@\"}'='\"\$@\"'
167   setopt NO_GLOB_SUBST
168 else
169   case \`(set -o) 2>/dev/null\` in #(
170   *posix*) :
171     set -o posix ;; #(
172   *) :
173      ;;
174 esac
175 fi
176 "
177   as_required="as_fn_return () { (exit \$1); }
178 as_fn_success () { as_fn_return 0; }
179 as_fn_failure () { as_fn_return 1; }
180 as_fn_ret_success () { return 0; }
181 as_fn_ret_failure () { return 1; }
182
183 exitcode=0
184 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
185 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
186 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
187 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
188 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
189
190 else
191   exitcode=1; echo positional parameters were not saved.
192 fi
193 test x\$exitcode = x0 || exit 1
194 test -x / || exit 1"
195   as_suggested="  as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
196   as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
197   eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
198   test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1"
199   if (eval "$as_required") 2>/dev/null; then :
200   as_have_required=yes
201 else
202   as_have_required=no
203 fi
204   if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
205
206 else
207   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
208 as_found=false
209 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
210 do
211   IFS=$as_save_IFS
212   test -z "$as_dir" && as_dir=.
213   as_found=:
214   case $as_dir in #(
215          /*)
216            for as_base in sh bash ksh sh5; do
217              # Try only shells that exist, to save several forks.
218              as_shell=$as_dir/$as_base
219              if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
220                     { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
221   CONFIG_SHELL=$as_shell as_have_required=yes
222                    if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
223   break 2
224 fi
225 fi
226            done;;
227        esac
228   as_found=false
229 done
230 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
231               { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
232   CONFIG_SHELL=$SHELL as_have_required=yes
233 fi; }
234 IFS=$as_save_IFS
235
236
237       if test "x$CONFIG_SHELL" != x; then :
238   export CONFIG_SHELL
239              # We cannot yet assume a decent shell, so we have to provide a
240 # neutralization value for shells without unset; and this also
241 # works around shells that cannot unset nonexistent variables.
242 # Preserve -v and -x to the replacement shell.
243 BASH_ENV=/dev/null
244 ENV=/dev/null
245 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
246 case $- in # ((((
247   *v*x* | *x*v* ) as_opts=-vx ;;
248   *v* ) as_opts=-v ;;
249   *x* ) as_opts=-x ;;
250   * ) as_opts= ;;
251 esac
252 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
253 # Admittedly, this is quite paranoid, since all the known shells bail
254 # out after a failed `exec'.
255 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
256 exit 255
257 fi
258
259     if test x$as_have_required = xno; then :
260   $as_echo "$0: This script requires a shell more modern than all"
261   $as_echo "$0: the shells that I found on your system."
262   if test x${ZSH_VERSION+set} = xset ; then
263     $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
264     $as_echo "$0: be upgraded to zsh 4.3.4 or later."
265   else
266     $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
267 $0: including any error possibly output before this
268 $0: message. Then install a modern shell, or manually run
269 $0: the script under such a shell if you do have one."
270   fi
271   exit 1
272 fi
273 fi
274 fi
275 SHELL=${CONFIG_SHELL-/bin/sh}
276 export SHELL
277 # Unset more variables known to interfere with behavior of common tools.
278 CLICOLOR_FORCE= GREP_OPTIONS=
279 unset CLICOLOR_FORCE GREP_OPTIONS
280
281 ## --------------------- ##
282 ## M4sh Shell Functions. ##
283 ## --------------------- ##
284 # as_fn_unset VAR
285 # ---------------
286 # Portably unset VAR.
287 as_fn_unset ()
288 {
289   { eval $1=; unset $1;}
290 }
291 as_unset=as_fn_unset
292
293 # as_fn_set_status STATUS
294 # -----------------------
295 # Set $? to STATUS, without forking.
296 as_fn_set_status ()
297 {
298   return $1
299 } # as_fn_set_status
300
301 # as_fn_exit STATUS
302 # -----------------
303 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
304 as_fn_exit ()
305 {
306   set +e
307   as_fn_set_status $1
308   exit $1
309 } # as_fn_exit
310
311 # as_fn_mkdir_p
312 # -------------
313 # Create "$as_dir" as a directory, including parents if necessary.
314 as_fn_mkdir_p ()
315 {
316
317   case $as_dir in #(
318   -*) as_dir=./$as_dir;;
319   esac
320   test -d "$as_dir" || eval $as_mkdir_p || {
321     as_dirs=
322     while :; do
323       case $as_dir in #(
324       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
325       *) as_qdir=$as_dir;;
326       esac
327       as_dirs="'$as_qdir' $as_dirs"
328       as_dir=`$as_dirname -- "$as_dir" ||
329 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
330          X"$as_dir" : 'X\(//\)[^/]' \| \
331          X"$as_dir" : 'X\(//\)$' \| \
332          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
333 $as_echo X"$as_dir" |
334     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
335             s//\1/
336             q
337           }
338           /^X\(\/\/\)[^/].*/{
339             s//\1/
340             q
341           }
342           /^X\(\/\/\)$/{
343             s//\1/
344             q
345           }
346           /^X\(\/\).*/{
347             s//\1/
348             q
349           }
350           s/.*/./; q'`
351       test -d "$as_dir" && break
352     done
353     test -z "$as_dirs" || eval "mkdir $as_dirs"
354   } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
355
356
357 } # as_fn_mkdir_p
358
359 # as_fn_executable_p FILE
360 # -----------------------
361 # Test if FILE is an executable regular file.
362 as_fn_executable_p ()
363 {
364   test -f "$1" && test -x "$1"
365 } # as_fn_executable_p
366 # as_fn_append VAR VALUE
367 # ----------------------
368 # Append the text in VALUE to the end of the definition contained in VAR. Take
369 # advantage of any shell optimizations that allow amortized linear growth over
370 # repeated appends, instead of the typical quadratic growth present in naive
371 # implementations.
372 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
373   eval 'as_fn_append ()
374   {
375     eval $1+=\$2
376   }'
377 else
378   as_fn_append ()
379   {
380     eval $1=\$$1\$2
381   }
382 fi # as_fn_append
383
384 # as_fn_arith ARG...
385 # ------------------
386 # Perform arithmetic evaluation on the ARGs, and store the result in the
387 # global $as_val. Take advantage of shells that can avoid forks. The arguments
388 # must be portable across $(()) and expr.
389 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
390   eval 'as_fn_arith ()
391   {
392     as_val=$(( $* ))
393   }'
394 else
395   as_fn_arith ()
396   {
397     as_val=`expr "$@" || test $? -eq 1`
398   }
399 fi # as_fn_arith
400
401
402 # as_fn_error STATUS ERROR [LINENO LOG_FD]
403 # ----------------------------------------
404 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
405 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
406 # script with STATUS, using 1 if that was 0.
407 as_fn_error ()
408 {
409   as_status=$1; test $as_status -eq 0 && as_status=1
410   if test "$4"; then
411     as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
412     $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
413   fi
414   $as_echo "$as_me: error: $2" >&2
415   as_fn_exit $as_status
416 } # as_fn_error
417
418 if expr a : '\(a\)' >/dev/null 2>&1 &&
419    test "X`expr 00001 : '.*\(...\)'`" = X001; then
420   as_expr=expr
421 else
422   as_expr=false
423 fi
424
425 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
426   as_basename=basename
427 else
428   as_basename=false
429 fi
430
431 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
432   as_dirname=dirname
433 else
434   as_dirname=false
435 fi
436
437 as_me=`$as_basename -- "$0" ||
438 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
439          X"$0" : 'X\(//\)$' \| \
440          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
441 $as_echo X/"$0" |
442     sed '/^.*\/\([^/][^/]*\)\/*$/{
443             s//\1/
444             q
445           }
446           /^X\/\(\/\/\)$/{
447             s//\1/
448             q
449           }
450           /^X\/\(\/\).*/{
451             s//\1/
452             q
453           }
454           s/.*/./; q'`
455
456 # Avoid depending upon Character Ranges.
457 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
458 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
459 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
460 as_cr_digits='0123456789'
461 as_cr_alnum=$as_cr_Letters$as_cr_digits
462
463
464   as_lineno_1=$LINENO as_lineno_1a=$LINENO
465   as_lineno_2=$LINENO as_lineno_2a=$LINENO
466   eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
467   test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
468   # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
469   sed -n '
470     p
471     /[$]LINENO/=
472   ' <$as_myself |
473     sed '
474       s/[$]LINENO.*/&-/
475       t lineno
476       b
477       :lineno
478       N
479       :loop
480       s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
481       t loop
482       s/-\n.*//
483     ' >$as_me.lineno &&
484   chmod +x "$as_me.lineno" ||
485     { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
486
487   # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
488   # already done that, so ensure we don't try to do so again and fall
489   # in an infinite loop.  This has already happened in practice.
490   _as_can_reexec=no; export _as_can_reexec
491   # Don't try to exec as it changes $[0], causing all sort of problems
492   # (the dirname of $[0] is not the place where we might find the
493   # original and so on.  Autoconf is especially sensitive to this).
494   . "./$as_me.lineno"
495   # Exit status is that of the last command.
496   exit
497 }
498
499 ECHO_C= ECHO_N= ECHO_T=
500 case `echo -n x` in #(((((
501 -n*)
502   case `echo 'xy\c'` in
503   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
504   xy)  ECHO_C='\c';;
505   *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
506        ECHO_T=' ';;
507   esac;;
508 *)
509   ECHO_N='-n';;
510 esac
511
512 rm -f conf$$ conf$$.exe conf$$.file
513 if test -d conf$$.dir; then
514   rm -f conf$$.dir/conf$$.file
515 else
516   rm -f conf$$.dir
517   mkdir conf$$.dir 2>/dev/null
518 fi
519 if (echo >conf$$.file) 2>/dev/null; then
520   if ln -s conf$$.file conf$$ 2>/dev/null; then
521     as_ln_s='ln -s'
522     # ... but there are two gotchas:
523     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
524     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
525     # In both cases, we have to default to `cp -pR'.
526     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
527       as_ln_s='cp -pR'
528   elif ln conf$$.file conf$$ 2>/dev/null; then
529     as_ln_s=ln
530   else
531     as_ln_s='cp -pR'
532   fi
533 else
534   as_ln_s='cp -pR'
535 fi
536 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
537 rmdir conf$$.dir 2>/dev/null
538
539 if mkdir -p . 2>/dev/null; then
540   as_mkdir_p='mkdir -p "$as_dir"'
541 else
542   test -d ./-p && rmdir ./-p
543   as_mkdir_p=false
544 fi
545
546 as_test_x='test -x'
547 as_executable_p=as_fn_executable_p
548
549 # Sed expression to map a string onto a valid CPP name.
550 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
551
552 # Sed expression to map a string onto a valid variable name.
553 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
554
555
556 test -n "$DJDIR" || exec 7<&0 </dev/null
557 exec 6>&1
558
559 # Name of the host.
560 # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
561 # so uname gets run too.
562 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
563
564 #
565 # Initializations.
566 #
567 ac_default_prefix=/usr/local
568 ac_clean_files=
569 ac_config_libobj_dir=.
570 LIBOBJS=
571 cross_compiling=no
572 subdirs=
573 MFLAGS=
574 MAKEFLAGS=
575
576 # Identity of this package.
577 PACKAGE_NAME='howm'
578 PACKAGE_TARNAME='howm'
579 PACKAGE_VERSION='1.4.8-snapshot3'
580 PACKAGE_STRING='howm 1.4.8-snapshot3'
581 PACKAGE_BUGREPORT=''
582 PACKAGE_URL=''
583
584 ac_subst_vars='LTLIBOBJS
585 LIBOBJS
586 extdir
587 howmdir
588 lispdir
589 packagedir
590 EMACS
591 LN_S
592 CVS
593 host_os
594 host_vendor
595 host_cpu
596 host
597 build_os
598 build_vendor
599 build_cpu
600 build
601 MAINT
602 MAINTAINER_MODE_FALSE
603 MAINTAINER_MODE_TRUE
604 AM_BACKSLASH
605 AM_DEFAULT_VERBOSITY
606 AM_DEFAULT_V
607 AM_V
608 am__untar
609 am__tar
610 AMTAR
611 am__leading_dot
612 SET_MAKE
613 AWK
614 mkdir_p
615 MKDIR_P
616 INSTALL_STRIP_PROGRAM
617 STRIP
618 install_sh
619 MAKEINFO
620 AUTOHEADER
621 AUTOMAKE
622 AUTOCONF
623 ACLOCAL
624 VERSION
625 PACKAGE
626 CYGPATH_W
627 am__isrc
628 INSTALL_DATA
629 INSTALL_SCRIPT
630 INSTALL_PROGRAM
631 target_alias
632 host_alias
633 build_alias
634 LIBS
635 ECHO_T
636 ECHO_N
637 ECHO_C
638 DEFS
639 mandir
640 localedir
641 libdir
642 psdir
643 pdfdir
644 dvidir
645 htmldir
646 infodir
647 docdir
648 oldincludedir
649 includedir
650 runstatedir
651 localstatedir
652 sharedstatedir
653 sysconfdir
654 datadir
655 datarootdir
656 libexecdir
657 sbindir
658 bindir
659 program_transform_name
660 prefix
661 exec_prefix
662 PACKAGE_URL
663 PACKAGE_BUGREPORT
664 PACKAGE_STRING
665 PACKAGE_VERSION
666 PACKAGE_TARNAME
667 PACKAGE_NAME
668 PATH_SEPARATOR
669 SHELL'
670 ac_subst_files=''
671 ac_user_opts='
672 enable_option_checking
673 enable_silent_rules
674 enable_maintainer_mode
675 with_bash
676 with_xemacs
677 with_emacs
678 with_packagedir
679 with_lispdir
680 with_howmdir
681 with_docdir
682 with_extdir
683 with_endir
684 with_jadir
685 '
686       ac_precious_vars='build_alias
687 host_alias
688 target_alias'
689
690
691 # Initialize some variables set by options.
692 ac_init_help=
693 ac_init_version=false
694 ac_unrecognized_opts=
695 ac_unrecognized_sep=
696 # The variables have the same names as the options, with
697 # dashes changed to underlines.
698 cache_file=/dev/null
699 exec_prefix=NONE
700 no_create=
701 no_recursion=
702 prefix=NONE
703 program_prefix=NONE
704 program_suffix=NONE
705 program_transform_name=s,x,x,
706 silent=
707 site=
708 srcdir=
709 verbose=
710 x_includes=NONE
711 x_libraries=NONE
712
713 # Installation directory options.
714 # These are left unexpanded so users can "make install exec_prefix=/foo"
715 # and all the variables that are supposed to be based on exec_prefix
716 # by default will actually change.
717 # Use braces instead of parens because sh, perl, etc. also accept them.
718 # (The list follows the same order as the GNU Coding Standards.)
719 bindir='${exec_prefix}/bin'
720 sbindir='${exec_prefix}/sbin'
721 libexecdir='${exec_prefix}/libexec'
722 datarootdir='${prefix}/share'
723 datadir='${datarootdir}'
724 sysconfdir='${prefix}/etc'
725 sharedstatedir='${prefix}/com'
726 localstatedir='${prefix}/var'
727 runstatedir='${localstatedir}/run'
728 includedir='${prefix}/include'
729 oldincludedir='/usr/include'
730 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
731 infodir='${datarootdir}/info'
732 htmldir='${docdir}'
733 dvidir='${docdir}'
734 pdfdir='${docdir}'
735 psdir='${docdir}'
736 libdir='${exec_prefix}/lib'
737 localedir='${datarootdir}/locale'
738 mandir='${datarootdir}/man'
739
740 ac_prev=
741 ac_dashdash=
742 for ac_option
743 do
744   # If the previous option needs an argument, assign it.
745   if test -n "$ac_prev"; then
746     eval $ac_prev=\$ac_option
747     ac_prev=
748     continue
749   fi
750
751   case $ac_option in
752   *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
753   *=)   ac_optarg= ;;
754   *)    ac_optarg=yes ;;
755   esac
756
757   # Accept the important Cygnus configure options, so we can diagnose typos.
758
759   case $ac_dashdash$ac_option in
760   --)
761     ac_dashdash=yes ;;
762
763   -bindir | --bindir | --bindi | --bind | --bin | --bi)
764     ac_prev=bindir ;;
765   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
766     bindir=$ac_optarg ;;
767
768   -build | --build | --buil | --bui | --bu)
769     ac_prev=build_alias ;;
770   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
771     build_alias=$ac_optarg ;;
772
773   -cache-file | --cache-file | --cache-fil | --cache-fi \
774   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
775     ac_prev=cache_file ;;
776   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
777   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
778     cache_file=$ac_optarg ;;
779
780   --config-cache | -C)
781     cache_file=config.cache ;;
782
783   -datadir | --datadir | --datadi | --datad)
784     ac_prev=datadir ;;
785   -datadir=* | --datadir=* | --datadi=* | --datad=*)
786     datadir=$ac_optarg ;;
787
788   -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
789   | --dataroo | --dataro | --datar)
790     ac_prev=datarootdir ;;
791   -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
792   | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
793     datarootdir=$ac_optarg ;;
794
795   -disable-* | --disable-*)
796     ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
797     # Reject names that are not valid shell variable names.
798     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
799       as_fn_error $? "invalid feature name: $ac_useropt"
800     ac_useropt_orig=$ac_useropt
801     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
802     case $ac_user_opts in
803       *"
804 "enable_$ac_useropt"
805 "*) ;;
806       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
807          ac_unrecognized_sep=', ';;
808     esac
809     eval enable_$ac_useropt=no ;;
810
811   -docdir | --docdir | --docdi | --doc | --do)
812     ac_prev=docdir ;;
813   -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
814     docdir=$ac_optarg ;;
815
816   -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
817     ac_prev=dvidir ;;
818   -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
819     dvidir=$ac_optarg ;;
820
821   -enable-* | --enable-*)
822     ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
823     # Reject names that are not valid shell variable names.
824     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
825       as_fn_error $? "invalid feature name: $ac_useropt"
826     ac_useropt_orig=$ac_useropt
827     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
828     case $ac_user_opts in
829       *"
830 "enable_$ac_useropt"
831 "*) ;;
832       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
833          ac_unrecognized_sep=', ';;
834     esac
835     eval enable_$ac_useropt=\$ac_optarg ;;
836
837   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
838   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
839   | --exec | --exe | --ex)
840     ac_prev=exec_prefix ;;
841   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
842   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
843   | --exec=* | --exe=* | --ex=*)
844     exec_prefix=$ac_optarg ;;
845
846   -gas | --gas | --ga | --g)
847     # Obsolete; use --with-gas.
848     with_gas=yes ;;
849
850   -help | --help | --hel | --he | -h)
851     ac_init_help=long ;;
852   -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
853     ac_init_help=recursive ;;
854   -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
855     ac_init_help=short ;;
856
857   -host | --host | --hos | --ho)
858     ac_prev=host_alias ;;
859   -host=* | --host=* | --hos=* | --ho=*)
860     host_alias=$ac_optarg ;;
861
862   -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
863     ac_prev=htmldir ;;
864   -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
865   | --ht=*)
866     htmldir=$ac_optarg ;;
867
868   -includedir | --includedir | --includedi | --included | --include \
869   | --includ | --inclu | --incl | --inc)
870     ac_prev=includedir ;;
871   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
872   | --includ=* | --inclu=* | --incl=* | --inc=*)
873     includedir=$ac_optarg ;;
874
875   -infodir | --infodir | --infodi | --infod | --info | --inf)
876     ac_prev=infodir ;;
877   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
878     infodir=$ac_optarg ;;
879
880   -libdir | --libdir | --libdi | --libd)
881     ac_prev=libdir ;;
882   -libdir=* | --libdir=* | --libdi=* | --libd=*)
883     libdir=$ac_optarg ;;
884
885   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
886   | --libexe | --libex | --libe)
887     ac_prev=libexecdir ;;
888   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
889   | --libexe=* | --libex=* | --libe=*)
890     libexecdir=$ac_optarg ;;
891
892   -localedir | --localedir | --localedi | --localed | --locale)
893     ac_prev=localedir ;;
894   -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
895     localedir=$ac_optarg ;;
896
897   -localstatedir | --localstatedir | --localstatedi | --localstated \
898   | --localstate | --localstat | --localsta | --localst | --locals)
899     ac_prev=localstatedir ;;
900   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
901   | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
902     localstatedir=$ac_optarg ;;
903
904   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
905     ac_prev=mandir ;;
906   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
907     mandir=$ac_optarg ;;
908
909   -nfp | --nfp | --nf)
910     # Obsolete; use --without-fp.
911     with_fp=no ;;
912
913   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
914   | --no-cr | --no-c | -n)
915     no_create=yes ;;
916
917   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
918   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
919     no_recursion=yes ;;
920
921   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
922   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
923   | --oldin | --oldi | --old | --ol | --o)
924     ac_prev=oldincludedir ;;
925   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
926   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
927   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
928     oldincludedir=$ac_optarg ;;
929
930   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
931     ac_prev=prefix ;;
932   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
933     prefix=$ac_optarg ;;
934
935   -program-prefix | --program-prefix | --program-prefi | --program-pref \
936   | --program-pre | --program-pr | --program-p)
937     ac_prev=program_prefix ;;
938   -program-prefix=* | --program-prefix=* | --program-prefi=* \
939   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
940     program_prefix=$ac_optarg ;;
941
942   -program-suffix | --program-suffix | --program-suffi | --program-suff \
943   | --program-suf | --program-su | --program-s)
944     ac_prev=program_suffix ;;
945   -program-suffix=* | --program-suffix=* | --program-suffi=* \
946   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
947     program_suffix=$ac_optarg ;;
948
949   -program-transform-name | --program-transform-name \
950   | --program-transform-nam | --program-transform-na \
951   | --program-transform-n | --program-transform- \
952   | --program-transform | --program-transfor \
953   | --program-transfo | --program-transf \
954   | --program-trans | --program-tran \
955   | --progr-tra | --program-tr | --program-t)
956     ac_prev=program_transform_name ;;
957   -program-transform-name=* | --program-transform-name=* \
958   | --program-transform-nam=* | --program-transform-na=* \
959   | --program-transform-n=* | --program-transform-=* \
960   | --program-transform=* | --program-transfor=* \
961   | --program-transfo=* | --program-transf=* \
962   | --program-trans=* | --program-tran=* \
963   | --progr-tra=* | --program-tr=* | --program-t=*)
964     program_transform_name=$ac_optarg ;;
965
966   -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
967     ac_prev=pdfdir ;;
968   -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
969     pdfdir=$ac_optarg ;;
970
971   -psdir | --psdir | --psdi | --psd | --ps)
972     ac_prev=psdir ;;
973   -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
974     psdir=$ac_optarg ;;
975
976   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
977   | -silent | --silent | --silen | --sile | --sil)
978     silent=yes ;;
979
980   -runstatedir | --runstatedir | --runstatedi | --runstated \
981   | --runstate | --runstat | --runsta | --runst | --runs \
982   | --run | --ru | --r)
983     ac_prev=runstatedir ;;
984   -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \
985   | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \
986   | --run=* | --ru=* | --r=*)
987     runstatedir=$ac_optarg ;;
988
989   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
990     ac_prev=sbindir ;;
991   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
992   | --sbi=* | --sb=*)
993     sbindir=$ac_optarg ;;
994
995   -sharedstatedir | --sharedstatedir | --sharedstatedi \
996   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
997   | --sharedst | --shareds | --shared | --share | --shar \
998   | --sha | --sh)
999     ac_prev=sharedstatedir ;;
1000   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1001   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1002   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1003   | --sha=* | --sh=*)
1004     sharedstatedir=$ac_optarg ;;
1005
1006   -site | --site | --sit)
1007     ac_prev=site ;;
1008   -site=* | --site=* | --sit=*)
1009     site=$ac_optarg ;;
1010
1011   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1012     ac_prev=srcdir ;;
1013   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1014     srcdir=$ac_optarg ;;
1015
1016   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1017   | --syscon | --sysco | --sysc | --sys | --sy)
1018     ac_prev=sysconfdir ;;
1019   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1020   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1021     sysconfdir=$ac_optarg ;;
1022
1023   -target | --target | --targe | --targ | --tar | --ta | --t)
1024     ac_prev=target_alias ;;
1025   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1026     target_alias=$ac_optarg ;;
1027
1028   -v | -verbose | --verbose | --verbos | --verbo | --verb)
1029     verbose=yes ;;
1030
1031   -version | --version | --versio | --versi | --vers | -V)
1032     ac_init_version=: ;;
1033
1034   -with-* | --with-*)
1035     ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1036     # Reject names that are not valid shell variable names.
1037     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1038       as_fn_error $? "invalid package name: $ac_useropt"
1039     ac_useropt_orig=$ac_useropt
1040     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1041     case $ac_user_opts in
1042       *"
1043 "with_$ac_useropt"
1044 "*) ;;
1045       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1046          ac_unrecognized_sep=', ';;
1047     esac
1048     eval with_$ac_useropt=\$ac_optarg ;;
1049
1050   -without-* | --without-*)
1051     ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1052     # Reject names that are not valid shell variable names.
1053     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1054       as_fn_error $? "invalid package name: $ac_useropt"
1055     ac_useropt_orig=$ac_useropt
1056     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1057     case $ac_user_opts in
1058       *"
1059 "with_$ac_useropt"
1060 "*) ;;
1061       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1062          ac_unrecognized_sep=', ';;
1063     esac
1064     eval with_$ac_useropt=no ;;
1065
1066   --x)
1067     # Obsolete; use --with-x.
1068     with_x=yes ;;
1069
1070   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1071   | --x-incl | --x-inc | --x-in | --x-i)
1072     ac_prev=x_includes ;;
1073   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1074   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1075     x_includes=$ac_optarg ;;
1076
1077   -x-libraries | --x-libraries | --x-librarie | --x-librari \
1078   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1079     ac_prev=x_libraries ;;
1080   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1081   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1082     x_libraries=$ac_optarg ;;
1083
1084   -*) as_fn_error $? "unrecognized option: \`$ac_option'
1085 Try \`$0 --help' for more information"
1086     ;;
1087
1088   *=*)
1089     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1090     # Reject names that are not valid shell variable names.
1091     case $ac_envvar in #(
1092       '' | [0-9]* | *[!_$as_cr_alnum]* )
1093       as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1094     esac
1095     eval $ac_envvar=\$ac_optarg
1096     export $ac_envvar ;;
1097
1098   *)
1099     # FIXME: should be removed in autoconf 3.0.
1100     $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1101     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1102       $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1103     : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1104     ;;
1105
1106   esac
1107 done
1108
1109 if test -n "$ac_prev"; then
1110   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1111   as_fn_error $? "missing argument to $ac_option"
1112 fi
1113
1114 if test -n "$ac_unrecognized_opts"; then
1115   case $enable_option_checking in
1116     no) ;;
1117     fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1118     *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1119   esac
1120 fi
1121
1122 # Check all directory arguments for consistency.
1123 for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
1124                 datadir sysconfdir sharedstatedir localstatedir includedir \
1125                 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1126                 libdir localedir mandir runstatedir
1127 do
1128   eval ac_val=\$$ac_var
1129   # Remove trailing slashes.
1130   case $ac_val in
1131     */ )
1132       ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1133       eval $ac_var=\$ac_val;;
1134   esac
1135   # Be sure to have absolute directory names.
1136   case $ac_val in
1137     [\\/$]* | ?:[\\/]* )  continue;;
1138     NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1139   esac
1140   as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1141 done
1142
1143 # There might be people who depend on the old broken behavior: `$host'
1144 # used to hold the argument of --host etc.
1145 # FIXME: To remove some day.
1146 build=$build_alias
1147 host=$host_alias
1148 target=$target_alias
1149
1150 # FIXME: To remove some day.
1151 if test "x$host_alias" != x; then
1152   if test "x$build_alias" = x; then
1153     cross_compiling=maybe
1154   elif test "x$build_alias" != "x$host_alias"; then
1155     cross_compiling=yes
1156   fi
1157 fi
1158
1159 ac_tool_prefix=
1160 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1161
1162 test "$silent" = yes && exec 6>/dev/null
1163
1164
1165 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1166 ac_ls_di=`ls -di .` &&
1167 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1168   as_fn_error $? "working directory cannot be determined"
1169 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1170   as_fn_error $? "pwd does not report name of working directory"
1171
1172
1173 # Find the source files, if location was not specified.
1174 if test -z "$srcdir"; then
1175   ac_srcdir_defaulted=yes
1176   # Try the directory containing this script, then the parent directory.
1177   ac_confdir=`$as_dirname -- "$as_myself" ||
1178 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1179          X"$as_myself" : 'X\(//\)[^/]' \| \
1180          X"$as_myself" : 'X\(//\)$' \| \
1181          X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1182 $as_echo X"$as_myself" |
1183     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1184             s//\1/
1185             q
1186           }
1187           /^X\(\/\/\)[^/].*/{
1188             s//\1/
1189             q
1190           }
1191           /^X\(\/\/\)$/{
1192             s//\1/
1193             q
1194           }
1195           /^X\(\/\).*/{
1196             s//\1/
1197             q
1198           }
1199           s/.*/./; q'`
1200   srcdir=$ac_confdir
1201   if test ! -r "$srcdir/$ac_unique_file"; then
1202     srcdir=..
1203   fi
1204 else
1205   ac_srcdir_defaulted=no
1206 fi
1207 if test ! -r "$srcdir/$ac_unique_file"; then
1208   test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1209   as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1210 fi
1211 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1212 ac_abs_confdir=`(
1213         cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1214         pwd)`
1215 # When building in place, set srcdir=.
1216 if test "$ac_abs_confdir" = "$ac_pwd"; then
1217   srcdir=.
1218 fi
1219 # Remove unnecessary trailing slashes from srcdir.
1220 # Double slashes in file names in object file debugging info
1221 # mess up M-x gdb in Emacs.
1222 case $srcdir in
1223 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1224 esac
1225 for ac_var in $ac_precious_vars; do
1226   eval ac_env_${ac_var}_set=\${${ac_var}+set}
1227   eval ac_env_${ac_var}_value=\$${ac_var}
1228   eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1229   eval ac_cv_env_${ac_var}_value=\$${ac_var}
1230 done
1231
1232 #
1233 # Report the --help message.
1234 #
1235 if test "$ac_init_help" = "long"; then
1236   # Omit some internal or obsolete options to make the list less imposing.
1237   # This message is too long to be a string in the A/UX 3.1 sh.
1238   cat <<_ACEOF
1239 \`configure' configures howm 1.4.8-snapshot3 to adapt to many kinds of systems.
1240
1241 Usage: $0 [OPTION]... [VAR=VALUE]...
1242
1243 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1244 VAR=VALUE.  See below for descriptions of some of the useful variables.
1245
1246 Defaults for the options are specified in brackets.
1247
1248 Configuration:
1249   -h, --help              display this help and exit
1250       --help=short        display options specific to this package
1251       --help=recursive    display the short help of all the included packages
1252   -V, --version           display version information and exit
1253   -q, --quiet, --silent   do not print \`checking ...' messages
1254       --cache-file=FILE   cache test results in FILE [disabled]
1255   -C, --config-cache      alias for \`--cache-file=config.cache'
1256   -n, --no-create         do not create output files
1257       --srcdir=DIR        find the sources in DIR [configure dir or \`..']
1258
1259 Installation directories:
1260   --prefix=PREFIX         install architecture-independent files in PREFIX
1261                           [$ac_default_prefix]
1262   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1263                           [PREFIX]
1264
1265 By default, \`make install' will install all the files in
1266 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1267 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1268 for instance \`--prefix=\$HOME'.
1269
1270 For better control, use the options below.
1271
1272 Fine tuning of the installation directories:
1273   --bindir=DIR            user executables [EPREFIX/bin]
1274   --sbindir=DIR           system admin executables [EPREFIX/sbin]
1275   --libexecdir=DIR        program executables [EPREFIX/libexec]
1276   --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
1277   --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
1278   --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
1279   --runstatedir=DIR       modifiable per-process data [LOCALSTATEDIR/run]
1280   --libdir=DIR            object code libraries [EPREFIX/lib]
1281   --includedir=DIR        C header files [PREFIX/include]
1282   --oldincludedir=DIR     C header files for non-gcc [/usr/include]
1283   --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
1284   --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
1285   --infodir=DIR           info documentation [DATAROOTDIR/info]
1286   --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
1287   --mandir=DIR            man documentation [DATAROOTDIR/man]
1288   --docdir=DIR            documentation root [DATAROOTDIR/doc/howm]
1289   --htmldir=DIR           html documentation [DOCDIR]
1290   --dvidir=DIR            dvi documentation [DOCDIR]
1291   --pdfdir=DIR            pdf documentation [DOCDIR]
1292   --psdir=DIR             ps documentation [DOCDIR]
1293 _ACEOF
1294
1295   cat <<\_ACEOF
1296
1297 Program names:
1298   --program-prefix=PREFIX            prepend PREFIX to installed program names
1299   --program-suffix=SUFFIX            append SUFFIX to installed program names
1300   --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
1301
1302 System types:
1303   --build=BUILD     configure for building on BUILD [guessed]
1304   --host=HOST       cross-compile to build programs to run on HOST [BUILD]
1305 _ACEOF
1306 fi
1307
1308 if test -n "$ac_init_help"; then
1309   case $ac_init_help in
1310      short | recursive ) echo "Configuration of howm 1.4.8-snapshot3:";;
1311    esac
1312   cat <<\_ACEOF
1313
1314 Optional Features:
1315   --disable-option-checking  ignore unrecognized --enable/--with options
1316   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1317   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1318   --enable-silent-rules   less verbose build output (undo: "make V=1")
1319   --disable-silent-rules  verbose build output (undo: "make V=0")
1320   --enable-maintainer-mode
1321                           enable make rules and dependencies not useful (and
1322                           sometimes confusing) to the casual installer
1323
1324 Optional Packages:
1325   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1326   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
1327   --with-bash             Use Bash to build
1328   --with-xemacs           Use XEmacs to build
1329   --with-emacs            Use Emacs to build
1330   --with-packagedir[=DIR] Use package directory
1331                           (With XEmacs, this option also sets
1332                            docdir, lispdir, etc...)
1333   --with-lispdir          Override the default lisp directory
1334   --with-howmdir=DIR      Override the default howm directory
1335   --with-docdir=DIR       Override the default docs directory
1336   --with-extdir=DIR       Override the default ext directory
1337   --with-endir=DIR        Obsolete. no need. no effect.
1338   --with-jadir=DIR        Obsolete. no need. no effect.
1339
1340 Report bugs to the package provider.
1341 _ACEOF
1342 ac_status=$?
1343 fi
1344
1345 if test "$ac_init_help" = "recursive"; then
1346   # If there are subdirs, report their specific --help.
1347   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1348     test -d "$ac_dir" ||
1349       { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1350       continue
1351     ac_builddir=.
1352
1353 case "$ac_dir" in
1354 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1355 *)
1356   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1357   # A ".." for each directory in $ac_dir_suffix.
1358   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1359   case $ac_top_builddir_sub in
1360   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1361   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1362   esac ;;
1363 esac
1364 ac_abs_top_builddir=$ac_pwd
1365 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1366 # for backward compatibility:
1367 ac_top_builddir=$ac_top_build_prefix
1368
1369 case $srcdir in
1370   .)  # We are building in place.
1371     ac_srcdir=.
1372     ac_top_srcdir=$ac_top_builddir_sub
1373     ac_abs_top_srcdir=$ac_pwd ;;
1374   [\\/]* | ?:[\\/]* )  # Absolute name.
1375     ac_srcdir=$srcdir$ac_dir_suffix;
1376     ac_top_srcdir=$srcdir
1377     ac_abs_top_srcdir=$srcdir ;;
1378   *) # Relative name.
1379     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1380     ac_top_srcdir=$ac_top_build_prefix$srcdir
1381     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1382 esac
1383 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1384
1385     cd "$ac_dir" || { ac_status=$?; continue; }
1386     # Check for guested configure.
1387     if test -f "$ac_srcdir/configure.gnu"; then
1388       echo &&
1389       $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1390     elif test -f "$ac_srcdir/configure"; then
1391       echo &&
1392       $SHELL "$ac_srcdir/configure" --help=recursive
1393     else
1394       $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1395     fi || ac_status=$?
1396     cd "$ac_pwd" || { ac_status=$?; break; }
1397   done
1398 fi
1399
1400 test -n "$ac_init_help" && exit $ac_status
1401 if $ac_init_version; then
1402   cat <<\_ACEOF
1403 howm configure 1.4.8-snapshot3
1404 generated by GNU Autoconf 2.69
1405
1406 Copyright (C) 2012 Free Software Foundation, Inc.
1407 This configure script is free software; the Free Software Foundation
1408 gives unlimited permission to copy, distribute and modify it.
1409 _ACEOF
1410   exit
1411 fi
1412
1413 ## ------------------------ ##
1414 ## Autoconf initialization. ##
1415 ## ------------------------ ##
1416 cat >config.log <<_ACEOF
1417 This file contains any messages produced by compilers while
1418 running configure, to aid debugging if configure makes a mistake.
1419
1420 It was created by howm $as_me 1.4.8-snapshot3, which was
1421 generated by GNU Autoconf 2.69.  Invocation command line was
1422
1423   $ $0 $@
1424
1425 _ACEOF
1426 exec 5>>config.log
1427 {
1428 cat <<_ASUNAME
1429 ## --------- ##
1430 ## Platform. ##
1431 ## --------- ##
1432
1433 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1434 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1435 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1436 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1437 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1438
1439 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1440 /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
1441
1442 /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
1443 /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
1444 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1445 /usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
1446 /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
1447 /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
1448 /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
1449
1450 _ASUNAME
1451
1452 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1453 for as_dir in $PATH
1454 do
1455   IFS=$as_save_IFS
1456   test -z "$as_dir" && as_dir=.
1457     $as_echo "PATH: $as_dir"
1458   done
1459 IFS=$as_save_IFS
1460
1461 } >&5
1462
1463 cat >&5 <<_ACEOF
1464
1465
1466 ## ----------- ##
1467 ## Core tests. ##
1468 ## ----------- ##
1469
1470 _ACEOF
1471
1472
1473 # Keep a trace of the command line.
1474 # Strip out --no-create and --no-recursion so they do not pile up.
1475 # Strip out --silent because we don't want to record it for future runs.
1476 # Also quote any args containing shell meta-characters.
1477 # Make two passes to allow for proper duplicate-argument suppression.
1478 ac_configure_args=
1479 ac_configure_args0=
1480 ac_configure_args1=
1481 ac_must_keep_next=false
1482 for ac_pass in 1 2
1483 do
1484   for ac_arg
1485   do
1486     case $ac_arg in
1487     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1488     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1489     | -silent | --silent | --silen | --sile | --sil)
1490       continue ;;
1491     *\'*)
1492       ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1493     esac
1494     case $ac_pass in
1495     1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
1496     2)
1497       as_fn_append ac_configure_args1 " '$ac_arg'"
1498       if test $ac_must_keep_next = true; then
1499         ac_must_keep_next=false # Got value, back to normal.
1500       else
1501         case $ac_arg in
1502           *=* | --config-cache | -C | -disable-* | --disable-* \
1503           | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1504           | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1505           | -with-* | --with-* | -without-* | --without-* | --x)
1506             case "$ac_configure_args0 " in
1507               "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1508             esac
1509             ;;
1510           -* ) ac_must_keep_next=true ;;
1511         esac
1512       fi
1513       as_fn_append ac_configure_args " '$ac_arg'"
1514       ;;
1515     esac
1516   done
1517 done
1518 { ac_configure_args0=; unset ac_configure_args0;}
1519 { ac_configure_args1=; unset ac_configure_args1;}
1520
1521 # When interrupted or exit'd, cleanup temporary files, and complete
1522 # config.log.  We remove comments because anyway the quotes in there
1523 # would cause problems or look ugly.
1524 # WARNING: Use '\'' to represent an apostrophe within the trap.
1525 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1526 trap 'exit_status=$?
1527   # Save into config.log some information that might help in debugging.
1528   {
1529     echo
1530
1531     $as_echo "## ---------------- ##
1532 ## Cache variables. ##
1533 ## ---------------- ##"
1534     echo
1535     # The following way of writing the cache mishandles newlines in values,
1536 (
1537   for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1538     eval ac_val=\$$ac_var
1539     case $ac_val in #(
1540     *${as_nl}*)
1541       case $ac_var in #(
1542       *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
1543 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1544       esac
1545       case $ac_var in #(
1546       _ | IFS | as_nl) ;; #(
1547       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1548       *) { eval $ac_var=; unset $ac_var;} ;;
1549       esac ;;
1550     esac
1551   done
1552   (set) 2>&1 |
1553     case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1554     *${as_nl}ac_space=\ *)
1555       sed -n \
1556         "s/'\''/'\''\\\\'\'''\''/g;
1557           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1558       ;; #(
1559     *)
1560       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1561       ;;
1562     esac |
1563     sort
1564 )
1565     echo
1566
1567     $as_echo "## ----------------- ##
1568 ## Output variables. ##
1569 ## ----------------- ##"
1570     echo
1571     for ac_var in $ac_subst_vars
1572     do
1573       eval ac_val=\$$ac_var
1574       case $ac_val in
1575       *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1576       esac
1577       $as_echo "$ac_var='\''$ac_val'\''"
1578     done | sort
1579     echo
1580
1581     if test -n "$ac_subst_files"; then
1582       $as_echo "## ------------------- ##
1583 ## File substitutions. ##
1584 ## ------------------- ##"
1585       echo
1586       for ac_var in $ac_subst_files
1587       do
1588         eval ac_val=\$$ac_var
1589         case $ac_val in
1590         *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1591         esac
1592         $as_echo "$ac_var='\''$ac_val'\''"
1593       done | sort
1594       echo
1595     fi
1596
1597     if test -s confdefs.h; then
1598       $as_echo "## ----------- ##
1599 ## confdefs.h. ##
1600 ## ----------- ##"
1601       echo
1602       cat confdefs.h
1603       echo
1604     fi
1605     test "$ac_signal" != 0 &&
1606       $as_echo "$as_me: caught signal $ac_signal"
1607     $as_echo "$as_me: exit $exit_status"
1608   } >&5
1609   rm -f core *.core core.conftest.* &&
1610     rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1611     exit $exit_status
1612 ' 0
1613 for ac_signal in 1 2 13 15; do
1614   trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
1615 done
1616 ac_signal=0
1617
1618 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1619 rm -f -r conftest* confdefs.h
1620
1621 $as_echo "/* confdefs.h */" > confdefs.h
1622
1623 # Predefined preprocessor variables.
1624
1625 cat >>confdefs.h <<_ACEOF
1626 #define PACKAGE_NAME "$PACKAGE_NAME"
1627 _ACEOF
1628
1629 cat >>confdefs.h <<_ACEOF
1630 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1631 _ACEOF
1632
1633 cat >>confdefs.h <<_ACEOF
1634 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1635 _ACEOF
1636
1637 cat >>confdefs.h <<_ACEOF
1638 #define PACKAGE_STRING "$PACKAGE_STRING"
1639 _ACEOF
1640
1641 cat >>confdefs.h <<_ACEOF
1642 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1643 _ACEOF
1644
1645 cat >>confdefs.h <<_ACEOF
1646 #define PACKAGE_URL "$PACKAGE_URL"
1647 _ACEOF
1648
1649
1650 # Let the site file select an alternate cache file if it wants to.
1651 # Prefer an explicitly selected file to automatically selected ones.
1652 ac_site_file1=NONE
1653 ac_site_file2=NONE
1654 if test -n "$CONFIG_SITE"; then
1655   # We do not want a PATH search for config.site.
1656   case $CONFIG_SITE in #((
1657     -*)  ac_site_file1=./$CONFIG_SITE;;
1658     */*) ac_site_file1=$CONFIG_SITE;;
1659     *)   ac_site_file1=./$CONFIG_SITE;;
1660   esac
1661 elif test "x$prefix" != xNONE; then
1662   ac_site_file1=$prefix/share/config.site
1663   ac_site_file2=$prefix/etc/config.site
1664 else
1665   ac_site_file1=$ac_default_prefix/share/config.site
1666   ac_site_file2=$ac_default_prefix/etc/config.site
1667 fi
1668 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
1669 do
1670   test "x$ac_site_file" = xNONE && continue
1671   if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
1672     { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
1673 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
1674     sed 's/^/| /' "$ac_site_file" >&5
1675     . "$ac_site_file" \
1676       || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1677 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1678 as_fn_error $? "failed to load site script $ac_site_file
1679 See \`config.log' for more details" "$LINENO" 5; }
1680   fi
1681 done
1682
1683 if test -r "$cache_file"; then
1684   # Some versions of bash will fail to source /dev/null (special files
1685   # actually), so we avoid doing that.  DJGPP emulates it as a regular file.
1686   if test /dev/null != "$cache_file" && test -f "$cache_file"; then
1687     { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
1688 $as_echo "$as_me: loading cache $cache_file" >&6;}
1689     case $cache_file in
1690       [\\/]* | ?:[\\/]* ) . "$cache_file";;
1691       *)                      . "./$cache_file";;
1692     esac
1693   fi
1694 else
1695   { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
1696 $as_echo "$as_me: creating cache $cache_file" >&6;}
1697   >$cache_file
1698 fi
1699
1700 # Check that the precious variables saved in the cache have kept the same
1701 # value.
1702 ac_cache_corrupted=false
1703 for ac_var in $ac_precious_vars; do
1704   eval ac_old_set=\$ac_cv_env_${ac_var}_set
1705   eval ac_new_set=\$ac_env_${ac_var}_set
1706   eval ac_old_val=\$ac_cv_env_${ac_var}_value
1707   eval ac_new_val=\$ac_env_${ac_var}_value
1708   case $ac_old_set,$ac_new_set in
1709     set,)
1710       { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1711 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1712       ac_cache_corrupted=: ;;
1713     ,set)
1714       { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
1715 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1716       ac_cache_corrupted=: ;;
1717     ,);;
1718     *)
1719       if test "x$ac_old_val" != "x$ac_new_val"; then
1720         # differences in whitespace do not lead to failure.
1721         ac_old_val_w=`echo x $ac_old_val`
1722         ac_new_val_w=`echo x $ac_new_val`
1723         if test "$ac_old_val_w" != "$ac_new_val_w"; then
1724           { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
1725 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1726           ac_cache_corrupted=:
1727         else
1728           { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
1729 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
1730           eval $ac_var=\$ac_old_val
1731         fi
1732         { $as_echo "$as_me:${as_lineno-$LINENO}:   former value:  \`$ac_old_val'" >&5
1733 $as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
1734         { $as_echo "$as_me:${as_lineno-$LINENO}:   current value: \`$ac_new_val'" >&5
1735 $as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
1736       fi;;
1737   esac
1738   # Pass precious variables to config.status.
1739   if test "$ac_new_set" = set; then
1740     case $ac_new_val in
1741     *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1742     *) ac_arg=$ac_var=$ac_new_val ;;
1743     esac
1744     case " $ac_configure_args " in
1745       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
1746       *) as_fn_append ac_configure_args " '$ac_arg'" ;;
1747     esac
1748   fi
1749 done
1750 if $ac_cache_corrupted; then
1751   { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1752 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1753   { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
1754 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1755   as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
1756 fi
1757 ## -------------------- ##
1758 ## Main body of script. ##
1759 ## -------------------- ##
1760
1761 ac_ext=c
1762 ac_cpp='$CPP $CPPFLAGS'
1763 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1764 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1765 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1766
1767
1768 am__api_version='1.16'
1769
1770 ac_aux_dir=
1771 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
1772   if test -f "$ac_dir/install-sh"; then
1773     ac_aux_dir=$ac_dir
1774     ac_install_sh="$ac_aux_dir/install-sh -c"
1775     break
1776   elif test -f "$ac_dir/install.sh"; then
1777     ac_aux_dir=$ac_dir
1778     ac_install_sh="$ac_aux_dir/install.sh -c"
1779     break
1780   elif test -f "$ac_dir/shtool"; then
1781     ac_aux_dir=$ac_dir
1782     ac_install_sh="$ac_aux_dir/shtool install -c"
1783     break
1784   fi
1785 done
1786 if test -z "$ac_aux_dir"; then
1787   as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
1788 fi
1789
1790 # These three variables are undocumented and unsupported,
1791 # and are intended to be withdrawn in a future Autoconf release.
1792 # They can cause serious problems if a builder's source tree is in a directory
1793 # whose full name contains unusual characters.
1794 ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
1795 ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
1796 ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
1797
1798
1799 # Find a good install program.  We prefer a C program (faster),
1800 # so one script is as good as another.  But avoid the broken or
1801 # incompatible versions:
1802 # SysV /etc/install, /usr/sbin/install
1803 # SunOS /usr/etc/install
1804 # IRIX /sbin/install
1805 # AIX /bin/install
1806 # AmigaOS /C/install, which installs bootblocks on floppy discs
1807 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1808 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
1809 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1810 # OS/2's system install, which has a completely different semantic
1811 # ./install, which can be erroneously created by make from ./install.sh.
1812 # Reject install programs that cannot install multiple files.
1813 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
1814 $as_echo_n "checking for a BSD-compatible install... " >&6; }
1815 if test -z "$INSTALL"; then
1816 if ${ac_cv_path_install+:} false; then :
1817   $as_echo_n "(cached) " >&6
1818 else
1819   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1820 for as_dir in $PATH
1821 do
1822   IFS=$as_save_IFS
1823   test -z "$as_dir" && as_dir=.
1824     # Account for people who put trailing slashes in PATH elements.
1825 case $as_dir/ in #((
1826   ./ | .// | /[cC]/* | \
1827   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
1828   ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
1829   /usr/ucb/* ) ;;
1830   *)
1831     # OSF1 and SCO ODT 3.0 have their own names for install.
1832     # Don't use installbsd from OSF since it installs stuff as root
1833     # by default.
1834     for ac_prog in ginstall scoinst install; do
1835       for ac_exec_ext in '' $ac_executable_extensions; do
1836         if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
1837           if test $ac_prog = install &&
1838             grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1839             # AIX install.  It has an incompatible calling convention.
1840             :
1841           elif test $ac_prog = install &&
1842             grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1843             # program-specific install script used by HP pwplus--don't use.
1844             :
1845           else
1846             rm -rf conftest.one conftest.two conftest.dir
1847             echo one > conftest.one
1848             echo two > conftest.two
1849             mkdir conftest.dir
1850             if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
1851               test -s conftest.one && test -s conftest.two &&
1852               test -s conftest.dir/conftest.one &&
1853               test -s conftest.dir/conftest.two
1854             then
1855               ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
1856               break 3
1857             fi
1858           fi
1859         fi
1860       done
1861     done
1862     ;;
1863 esac
1864
1865   done
1866 IFS=$as_save_IFS
1867
1868 rm -rf conftest.one conftest.two conftest.dir
1869
1870 fi
1871   if test "${ac_cv_path_install+set}" = set; then
1872     INSTALL=$ac_cv_path_install
1873   else
1874     # As a last resort, use the slow shell script.  Don't cache a
1875     # value for INSTALL within a source directory, because that will
1876     # break other packages using the cache if that directory is
1877     # removed, or if the value is a relative name.
1878     INSTALL=$ac_install_sh
1879   fi
1880 fi
1881 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
1882 $as_echo "$INSTALL" >&6; }
1883
1884 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1885 # It thinks the first close brace ends the variable substitution.
1886 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
1887
1888 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
1889
1890 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1891
1892 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
1893 $as_echo_n "checking whether build environment is sane... " >&6; }
1894 # Reject unsafe characters in $srcdir or the absolute working directory
1895 # name.  Accept space and tab only in the latter.
1896 am_lf='
1897 '
1898 case `pwd` in
1899   *[\\\"\#\$\&\'\`$am_lf]*)
1900     as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
1901 esac
1902 case $srcdir in
1903   *[\\\"\#\$\&\'\`$am_lf\ \     ]*)
1904     as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
1905 esac
1906
1907 # Do 'set' in a subshell so we don't clobber the current shell's
1908 # arguments.  Must try -L first in case configure is actually a
1909 # symlink; some systems play weird games with the mod time of symlinks
1910 # (eg FreeBSD returns the mod time of the symlink's containing
1911 # directory).
1912 if (
1913    am_has_slept=no
1914    for am_try in 1 2; do
1915      echo "timestamp, slept: $am_has_slept" > conftest.file
1916      set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
1917      if test "$*" = "X"; then
1918         # -L didn't work.
1919         set X `ls -t "$srcdir/configure" conftest.file`
1920      fi
1921      if test "$*" != "X $srcdir/configure conftest.file" \
1922         && test "$*" != "X conftest.file $srcdir/configure"; then
1923
1924         # If neither matched, then we have a broken ls.  This can happen
1925         # if, for instance, CONFIG_SHELL is bash and it inherits a
1926         # broken ls alias from the environment.  This has actually
1927         # happened.  Such a system could not be considered "sane".
1928         as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
1929   alias in your environment" "$LINENO" 5
1930      fi
1931      if test "$2" = conftest.file || test $am_try -eq 2; then
1932        break
1933      fi
1934      # Just in case.
1935      sleep 1
1936      am_has_slept=yes
1937    done
1938    test "$2" = conftest.file
1939    )
1940 then
1941    # Ok.
1942    :
1943 else
1944    as_fn_error $? "newly created file is older than distributed files!
1945 Check your system clock" "$LINENO" 5
1946 fi
1947 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
1948 $as_echo "yes" >&6; }
1949 # If we didn't sleep, we still need to ensure time stamps of config.status and
1950 # generated files are strictly newer.
1951 am_sleep_pid=
1952 if grep 'slept: no' conftest.file >/dev/null 2>&1; then
1953   ( sleep 1 ) &
1954   am_sleep_pid=$!
1955 fi
1956
1957 rm -f conftest.file
1958
1959 test "$program_prefix" != NONE &&
1960   program_transform_name="s&^&$program_prefix&;$program_transform_name"
1961 # Use a double $ so make ignores it.
1962 test "$program_suffix" != NONE &&
1963   program_transform_name="s&\$&$program_suffix&;$program_transform_name"
1964 # Double any \ or $.
1965 # By default was `s,x,x', remove it if useless.
1966 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
1967 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
1968
1969 # Expand $ac_aux_dir to an absolute path.
1970 am_aux_dir=`cd "$ac_aux_dir" && pwd`
1971
1972 if test x"${MISSING+set}" != xset; then
1973   MISSING="\${SHELL} '$am_aux_dir/missing'"
1974 fi
1975 # Use eval to expand $SHELL
1976 if eval "$MISSING --is-lightweight"; then
1977   am_missing_run="$MISSING "
1978 else
1979   am_missing_run=
1980   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
1981 $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
1982 fi
1983
1984 if test x"${install_sh+set}" != xset; then
1985   case $am_aux_dir in
1986   *\ * | *\     *)
1987     install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
1988   *)
1989     install_sh="\${SHELL} $am_aux_dir/install-sh"
1990   esac
1991 fi
1992
1993 # Installed binaries are usually stripped using 'strip' when the user
1994 # run "make install-strip".  However 'strip' might not be the right
1995 # tool to use in cross-compilation environments, therefore Automake
1996 # will honor the 'STRIP' environment variable to overrule this program.
1997 if test "$cross_compiling" != no; then
1998   if test -n "$ac_tool_prefix"; then
1999   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2000 set dummy ${ac_tool_prefix}strip; ac_word=$2
2001 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2002 $as_echo_n "checking for $ac_word... " >&6; }
2003 if ${ac_cv_prog_STRIP+:} false; then :
2004   $as_echo_n "(cached) " >&6
2005 else
2006   if test -n "$STRIP"; then
2007   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2008 else
2009 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2010 for as_dir in $PATH
2011 do
2012   IFS=$as_save_IFS
2013   test -z "$as_dir" && as_dir=.
2014     for ac_exec_ext in '' $ac_executable_extensions; do
2015   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2016     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2017     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2018     break 2
2019   fi
2020 done
2021   done
2022 IFS=$as_save_IFS
2023
2024 fi
2025 fi
2026 STRIP=$ac_cv_prog_STRIP
2027 if test -n "$STRIP"; then
2028   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
2029 $as_echo "$STRIP" >&6; }
2030 else
2031   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2032 $as_echo "no" >&6; }
2033 fi
2034
2035
2036 fi
2037 if test -z "$ac_cv_prog_STRIP"; then
2038   ac_ct_STRIP=$STRIP
2039   # Extract the first word of "strip", so it can be a program name with args.
2040 set dummy strip; ac_word=$2
2041 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2042 $as_echo_n "checking for $ac_word... " >&6; }
2043 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
2044   $as_echo_n "(cached) " >&6
2045 else
2046   if test -n "$ac_ct_STRIP"; then
2047   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2048 else
2049 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2050 for as_dir in $PATH
2051 do
2052   IFS=$as_save_IFS
2053   test -z "$as_dir" && as_dir=.
2054     for ac_exec_ext in '' $ac_executable_extensions; do
2055   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2056     ac_cv_prog_ac_ct_STRIP="strip"
2057     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2058     break 2
2059   fi
2060 done
2061   done
2062 IFS=$as_save_IFS
2063
2064 fi
2065 fi
2066 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2067 if test -n "$ac_ct_STRIP"; then
2068   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
2069 $as_echo "$ac_ct_STRIP" >&6; }
2070 else
2071   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2072 $as_echo "no" >&6; }
2073 fi
2074
2075   if test "x$ac_ct_STRIP" = x; then
2076     STRIP=":"
2077   else
2078     case $cross_compiling:$ac_tool_warned in
2079 yes:)
2080 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2081 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2082 ac_tool_warned=yes ;;
2083 esac
2084     STRIP=$ac_ct_STRIP
2085   fi
2086 else
2087   STRIP="$ac_cv_prog_STRIP"
2088 fi
2089
2090 fi
2091 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2092
2093 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
2094 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
2095 if test -z "$MKDIR_P"; then
2096   if ${ac_cv_path_mkdir+:} false; then :
2097   $as_echo_n "(cached) " >&6
2098 else
2099   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2100 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
2101 do
2102   IFS=$as_save_IFS
2103   test -z "$as_dir" && as_dir=.
2104     for ac_prog in mkdir gmkdir; do
2105          for ac_exec_ext in '' $ac_executable_extensions; do
2106            as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
2107            case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2108              'mkdir (GNU coreutils) '* | \
2109              'mkdir (coreutils) '* | \
2110              'mkdir (fileutils) '4.1*)
2111                ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
2112                break 3;;
2113            esac
2114          done
2115        done
2116   done
2117 IFS=$as_save_IFS
2118
2119 fi
2120
2121   test -d ./--version && rmdir ./--version
2122   if test "${ac_cv_path_mkdir+set}" = set; then
2123     MKDIR_P="$ac_cv_path_mkdir -p"
2124   else
2125     # As a last resort, use the slow shell script.  Don't cache a
2126     # value for MKDIR_P within a source directory, because that will
2127     # break other packages using the cache if that directory is
2128     # removed, or if the value is a relative name.
2129     MKDIR_P="$ac_install_sh -d"
2130   fi
2131 fi
2132 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
2133 $as_echo "$MKDIR_P" >&6; }
2134
2135 for ac_prog in gawk mawk nawk awk
2136 do
2137   # Extract the first word of "$ac_prog", so it can be a program name with args.
2138 set dummy $ac_prog; ac_word=$2
2139 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2140 $as_echo_n "checking for $ac_word... " >&6; }
2141 if ${ac_cv_prog_AWK+:} false; then :
2142   $as_echo_n "(cached) " >&6
2143 else
2144   if test -n "$AWK"; then
2145   ac_cv_prog_AWK="$AWK" # Let the user override the test.
2146 else
2147 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2148 for as_dir in $PATH
2149 do
2150   IFS=$as_save_IFS
2151   test -z "$as_dir" && as_dir=.
2152     for ac_exec_ext in '' $ac_executable_extensions; do
2153   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2154     ac_cv_prog_AWK="$ac_prog"
2155     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2156     break 2
2157   fi
2158 done
2159   done
2160 IFS=$as_save_IFS
2161
2162 fi
2163 fi
2164 AWK=$ac_cv_prog_AWK
2165 if test -n "$AWK"; then
2166   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2167 $as_echo "$AWK" >&6; }
2168 else
2169   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2170 $as_echo "no" >&6; }
2171 fi
2172
2173
2174   test -n "$AWK" && break
2175 done
2176
2177 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2178 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2179 set x ${MAKE-make}
2180 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2181 if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
2182   $as_echo_n "(cached) " >&6
2183 else
2184   cat >conftest.make <<\_ACEOF
2185 SHELL = /bin/sh
2186 all:
2187         @echo '@@@%%%=$(MAKE)=@@@%%%'
2188 _ACEOF
2189 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
2190 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2191   *@@@%%%=?*=@@@%%%*)
2192     eval ac_cv_prog_make_${ac_make}_set=yes;;
2193   *)
2194     eval ac_cv_prog_make_${ac_make}_set=no;;
2195 esac
2196 rm -f conftest.make
2197 fi
2198 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2199   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2200 $as_echo "yes" >&6; }
2201   SET_MAKE=
2202 else
2203   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2204 $as_echo "no" >&6; }
2205   SET_MAKE="MAKE=${MAKE-make}"
2206 fi
2207
2208 rm -rf .tst 2>/dev/null
2209 mkdir .tst 2>/dev/null
2210 if test -d .tst; then
2211   am__leading_dot=.
2212 else
2213   am__leading_dot=_
2214 fi
2215 rmdir .tst 2>/dev/null
2216
2217 # Check whether --enable-silent-rules was given.
2218 if test "${enable_silent_rules+set}" = set; then :
2219   enableval=$enable_silent_rules;
2220 fi
2221
2222 case $enable_silent_rules in # (((
2223   yes) AM_DEFAULT_VERBOSITY=0;;
2224    no) AM_DEFAULT_VERBOSITY=1;;
2225     *) AM_DEFAULT_VERBOSITY=1;;
2226 esac
2227 am_make=${MAKE-make}
2228 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
2229 $as_echo_n "checking whether $am_make supports nested variables... " >&6; }
2230 if ${am_cv_make_support_nested_variables+:} false; then :
2231   $as_echo_n "(cached) " >&6
2232 else
2233   if $as_echo 'TRUE=$(BAR$(V))
2234 BAR0=false
2235 BAR1=true
2236 V=1
2237 am__doit:
2238         @$(TRUE)
2239 .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
2240   am_cv_make_support_nested_variables=yes
2241 else
2242   am_cv_make_support_nested_variables=no
2243 fi
2244 fi
2245 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
2246 $as_echo "$am_cv_make_support_nested_variables" >&6; }
2247 if test $am_cv_make_support_nested_variables = yes; then
2248     AM_V='$(V)'
2249   AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
2250 else
2251   AM_V=$AM_DEFAULT_VERBOSITY
2252   AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
2253 fi
2254 AM_BACKSLASH='\'
2255
2256 if test "`cd $srcdir && pwd`" != "`pwd`"; then
2257   # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2258   # is not polluted with repeated "-I."
2259   am__isrc=' -I$(srcdir)'
2260   # test to see if srcdir already configured
2261   if test -f $srcdir/config.status; then
2262     as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
2263   fi
2264 fi
2265
2266 # test whether we have cygpath
2267 if test -z "$CYGPATH_W"; then
2268   if (cygpath --version) >/dev/null 2>/dev/null; then
2269     CYGPATH_W='cygpath -w'
2270   else
2271     CYGPATH_W=echo
2272   fi
2273 fi
2274
2275
2276 # Define the identity of the package.
2277  PACKAGE='howm'
2278  VERSION='1.4.8-snapshot3'
2279
2280
2281 cat >>confdefs.h <<_ACEOF
2282 #define PACKAGE "$PACKAGE"
2283 _ACEOF
2284
2285
2286 cat >>confdefs.h <<_ACEOF
2287 #define VERSION "$VERSION"
2288 _ACEOF
2289
2290 # Some tools Automake needs.
2291
2292 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
2293
2294
2295 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
2296
2297
2298 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
2299
2300
2301 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
2302
2303
2304 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2305
2306 # For better backward compatibility.  To be removed once Automake 1.9.x
2307 # dies out for good.  For more background, see:
2308 # <https://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
2309 # <https://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
2310 mkdir_p='$(MKDIR_P)'
2311
2312 # We need awk for the "check" target (and possibly the TAP driver).  The
2313 # system "awk" is bad on some platforms.
2314 # Always define AMTAR for backward compatibility.  Yes, it's still used
2315 # in the wild :-(  We should find a proper way to deprecate it ...
2316 AMTAR='$${TAR-tar}'
2317
2318
2319 # We'll loop over all known methods to create a tar archive until one works.
2320 _am_tools='gnutar  pax cpio none'
2321
2322 am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
2323
2324
2325
2326
2327
2328
2329 # POSIX will say in a future version that running "rm -f" with no argument
2330 # is OK; and we want to be able to make that assumption in our Makefile
2331 # recipes.  So use an aggressive probe to check that the usage we want is
2332 # actually supported "in the wild" to an acceptable degree.
2333 # See automake bug#10828.
2334 # To make any issue more visible, cause the running configure to be aborted
2335 # by default if the 'rm' program in use doesn't match our expectations; the
2336 # user can still override this though.
2337 if rm -f && rm -fr && rm -rf; then : OK; else
2338   cat >&2 <<'END'
2339 Oops!
2340
2341 Your 'rm' program seems unable to run without file operands specified
2342 on the command line, even when the '-f' option is present.  This is contrary
2343 to the behaviour of most rm programs out there, and not conforming with
2344 the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
2345
2346 Please tell bug-automake@gnu.org about your system, including the value
2347 of your $PATH and any error possibly output before this message.  This
2348 can help us improve future automake versions.
2349
2350 END
2351   if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
2352     echo 'Configuration will proceed anyway, since you have set the' >&2
2353     echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
2354     echo >&2
2355   else
2356     cat >&2 <<'END'
2357 Aborting the configuration process, to ensure you take notice of the issue.
2358
2359 You can download and install GNU coreutils to get an 'rm' implementation
2360 that behaves properly: <https://www.gnu.org/software/coreutils/>.
2361
2362 If you want to complete the configuration process using your problematic
2363 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
2364 to "yes", and re-run configure.
2365
2366 END
2367     as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
2368   fi
2369 fi
2370
2371
2372 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
2373 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
2374     # Check whether --enable-maintainer-mode was given.
2375 if test "${enable_maintainer_mode+set}" = set; then :
2376   enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
2377 else
2378   USE_MAINTAINER_MODE=no
2379 fi
2380
2381   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
2382 $as_echo "$USE_MAINTAINER_MODE" >&6; }
2383    if test $USE_MAINTAINER_MODE = yes; then
2384   MAINTAINER_MODE_TRUE=
2385   MAINTAINER_MODE_FALSE='#'
2386 else
2387   MAINTAINER_MODE_TRUE='#'
2388   MAINTAINER_MODE_FALSE=
2389 fi
2390
2391   MAINT=$MAINTAINER_MODE_TRUE
2392
2393
2394
2395 # Emacs set environment variable EMACS as t
2396 test "x$EMACS" = xt && unset EMACS
2397
2398 emacsen="emacs xemacs"
2399
2400 # Make sure we can run config.sub.
2401 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2402   as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2403
2404 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2405 $as_echo_n "checking build system type... " >&6; }
2406 if ${ac_cv_build+:} false; then :
2407   $as_echo_n "(cached) " >&6
2408 else
2409   ac_build_alias=$build_alias
2410 test "x$ac_build_alias" = x &&
2411   ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2412 test "x$ac_build_alias" = x &&
2413   as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
2414 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2415   as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2416
2417 fi
2418 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2419 $as_echo "$ac_cv_build" >&6; }
2420 case $ac_cv_build in
2421 *-*-*) ;;
2422 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
2423 esac
2424 build=$ac_cv_build
2425 ac_save_IFS=$IFS; IFS='-'
2426 set x $ac_cv_build
2427 shift
2428 build_cpu=$1
2429 build_vendor=$2
2430 shift; shift
2431 # Remember, the first character of IFS is used to create $*,
2432 # except with old shells:
2433 build_os=$*
2434 IFS=$ac_save_IFS
2435 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2436
2437
2438 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2439 $as_echo_n "checking host system type... " >&6; }
2440 if ${ac_cv_host+:} false; then :
2441   $as_echo_n "(cached) " >&6
2442 else
2443   if test "x$host_alias" = x; then
2444   ac_cv_host=$ac_cv_build
2445 else
2446   ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2447     as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2448 fi
2449
2450 fi
2451 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2452 $as_echo "$ac_cv_host" >&6; }
2453 case $ac_cv_host in
2454 *-*-*) ;;
2455 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
2456 esac
2457 host=$ac_cv_host
2458 ac_save_IFS=$IFS; IFS='-'
2459 set x $ac_cv_host
2460 shift
2461 host_cpu=$1
2462 host_vendor=$2
2463 shift; shift
2464 # Remember, the first character of IFS is used to create $*,
2465 # except with old shells:
2466 host_os=$*
2467 IFS=$ac_save_IFS
2468 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2469
2470
2471
2472 case "$host_os" in
2473 *cygwin*)
2474   with_bash=yes
2475   emacsen="$emacsen MeadowNT.exe Meadow95.exe Meadow.exe"
2476   ;;
2477 esac
2478
2479
2480 # Check whether --with-bash was given.
2481 if test "${with_bash+set}" = set; then :
2482   withval=$with_bash; case "$withval" in
2483 yes) SHELL=bash ;;
2484 no)  ;;
2485 *)   SHELL="$withval" ;;
2486 esac
2487 fi
2488
2489
2490
2491 # Check whether --with-xemacs was given.
2492 if test "${with_xemacs+set}" = set; then :
2493   withval=$with_xemacs; case "$withval" in
2494 yes) emacsen="xemacs" ;;
2495 no)  emacsen="emacs" ;;
2496 *)   EMACS="$withval" ;;
2497 esac
2498 fi
2499
2500
2501
2502 # Check whether --with-emacs was given.
2503 if test "${with_emacs+set}" = set; then :
2504   withval=$with_emacs; case "$withval" in
2505 yes) emacsen="emacs" ;;
2506 no)  emacsen="xemacs" ;;
2507 *)   EMACS="$withval" ;;
2508 esac
2509 fi
2510
2511
2512 if test -n "${with_xemacs+set}" && test -n "${with_emacs+set}"; then
2513   as_fn_error $? "specify one of --with-xemacs or --with-emacs" "$LINENO" 5
2514 fi
2515
2516 # Extract the first word of "cvs", so it can be a program name with args.
2517 set dummy cvs; ac_word=$2
2518 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2519 $as_echo_n "checking for $ac_word... " >&6; }
2520 if ${ac_cv_prog_CVS+:} false; then :
2521   $as_echo_n "(cached) " >&6
2522 else
2523   if test -n "$CVS"; then
2524   ac_cv_prog_CVS="$CVS" # Let the user override the test.
2525 else
2526 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2527 for as_dir in $PATH
2528 do
2529   IFS=$as_save_IFS
2530   test -z "$as_dir" && as_dir=.
2531     for ac_exec_ext in '' $ac_executable_extensions; do
2532   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2533     ac_cv_prog_CVS="cvs -z3"
2534     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2535     break 2
2536   fi
2537 done
2538   done
2539 IFS=$as_save_IFS
2540
2541   test -z "$ac_cv_prog_CVS" && ac_cv_prog_CVS=":"
2542 fi
2543 fi
2544 CVS=$ac_cv_prog_CVS
2545 if test -n "$CVS"; then
2546   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CVS" >&5
2547 $as_echo "$CVS" >&6; }
2548 else
2549   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2550 $as_echo "no" >&6; }
2551 fi
2552
2553
2554 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
2555 $as_echo_n "checking whether ln -s works... " >&6; }
2556 LN_S=$as_ln_s
2557 if test "$LN_S" = "ln -s"; then
2558   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2559 $as_echo "yes" >&6; }
2560 else
2561   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
2562 $as_echo "no, using $LN_S" >&6; }
2563 fi
2564
2565
2566 for ac_prog in ${emacsen}
2567 do
2568   # Extract the first word of "$ac_prog", so it can be a program name with args.
2569 set dummy $ac_prog; ac_word=$2
2570 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2571 $as_echo_n "checking for $ac_word... " >&6; }
2572 if ${ac_cv_prog_EMACS+:} false; then :
2573   $as_echo_n "(cached) " >&6
2574 else
2575   if test -n "$EMACS"; then
2576   ac_cv_prog_EMACS="$EMACS" # Let the user override the test.
2577 else
2578 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2579 for as_dir in $PATH
2580 do
2581   IFS=$as_save_IFS
2582   test -z "$as_dir" && as_dir=.
2583     for ac_exec_ext in '' $ac_executable_extensions; do
2584   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2585     ac_cv_prog_EMACS="$ac_prog"
2586     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2587     break 2
2588   fi
2589 done
2590   done
2591 IFS=$as_save_IFS
2592
2593 fi
2594 fi
2595 EMACS=$ac_cv_prog_EMACS
2596 if test -n "$EMACS"; then
2597   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $EMACS" >&5
2598 $as_echo "$EMACS" >&6; }
2599 else
2600   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2601 $as_echo "no" >&6; }
2602 fi
2603
2604
2605   test -n "$EMACS" && break
2606 done
2607 test -n "$EMACS" || EMACS="no"
2608
2609 if test "$EMACS" = "no"; then
2610   as_fn_error $? "cannot find emacs" "$LINENO" 5
2611 fi
2612
2613 { $as_echo "$as_me:${as_lineno-$LINENO}: checking detecting your emacs type" >&5
2614 $as_echo_n "checking detecting your emacs type... " >&6; }
2615 { ac_temp=./conftemp.$$
2616 ac_output=confout.$$
2617 rm -f $ac_temp $ac_output
2618 cat >$ac_temp <<\_ACEOF
2619 (defun ac-temp-func ()
2620 (princ (cond ((featurep 'xemacs) 'xemacs)
2621              ((>= emacs-major-version 21) 'emacs21)
2622              ((= emacs-major-version 20) 'emacs20)
2623              (t 'UNKNOWN)))
2624 (princ "\n") ; make sure the output has trailing newline.
2625 )
2626 _ACEOF
2627 $EMACS -batch -q -l $ac_temp -f ac-temp-func | sed -e '/^ *$/d' > $ac_output
2628 emacstype=`cat $ac_output`
2629 rm -f $ac_temp $ac_output; }
2630 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $emacstype" >&5
2631 $as_echo "$emacstype" >&6; }
2632
2633 if test -z "$emacstype" || test "$emacstype" = UNKNOWN; then
2634   as_fn_error $? "this package does not work on your emacs" "$LINENO" 5
2635 fi
2636
2637 # detect packagedir
2638
2639 # Check whether --with-packagedir was given.
2640 if test "${with_packagedir+set}" = set; then :
2641   withval=$with_packagedir;  { $as_echo "$as_me:${as_lineno-$LINENO}: checking where package files should go" >&5
2642 $as_echo_n "checking where package files should go... " >&6; }
2643 test "$emacstype" != xemacs && as_fn_error $? "packagedir only works with XEmacs" "$LINENO" 5
2644 case "$withval" in
2645 yes) { ac_temp=./conftemp.$$
2646 ac_output=confout.$$
2647 rm -f $ac_temp $ac_output
2648 cat >$ac_temp <<\_ACEOF
2649 (defun ac-temp-func ()
2650 (princ (expand-file-name "../site-packages" data-directory))
2651 (princ "\n") ; make sure the output has trailing newline.
2652 )
2653 _ACEOF
2654 $EMACS -batch -q -l $ac_temp -f ac-temp-func | sed -e '/^ *$/d' > $ac_output
2655 packagedir=`cat $ac_output`
2656 rm -f $ac_temp $ac_output; }
2657 ;;
2658 no)  unset packagedir ;;
2659 *)   packagedir="$withval" ;;
2660 esac
2661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $packagedir" >&5
2662 $as_echo "$packagedir" >&6; }
2663 fi
2664
2665
2666
2667
2668 if test "$emacstype" = xemacs && test -n "$packagedir"; then
2669   lispdir='${packagedir}/lisp'
2670   docdir='${datadir}/howm/doc'
2671   extdir='${datadir}/howm/ext'
2672 fi
2673
2674
2675 # Check whether --with-lispdir was given.
2676 if test "${with_lispdir+set}" = set; then :
2677   withval=$with_lispdir;  lispdir="$withval"
2678     { $as_echo "$as_me:${as_lineno-$LINENO}: checking where .elc files should go" >&5
2679 $as_echo_n "checking where .elc files should go... " >&6; }
2680     { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lispdir" >&5
2681 $as_echo "$lispdir" >&6; }
2682 else
2683
2684   if test x${lispdir+set} != xset; then
2685     { $as_echo "$as_me:${as_lineno-$LINENO}: checking where .elc files should go" >&5
2686 $as_echo_n "checking where .elc files should go... " >&6; }
2687 if ${am_cv_lispdir+:} false; then :
2688   $as_echo_n "(cached) " >&6
2689 else
2690         { ac_temp=./conftemp.$$
2691 ac_output=confout.$$
2692 rm -f $ac_temp $ac_output
2693 cat >$ac_temp <<\_ACEOF
2694 (defun ac-temp-func ()
2695 (defvar result nil)
2696 (setq load-path (nreverse load-path))
2697 (while load-path
2698   (if (string-match "\\`\\(.+/site-lisp\\)/?\\'" (car load-path))
2699       (setq result (match-string 1 (car load-path))
2700             load-path nil)
2701     (setq load-path (cdr load-path))))
2702 (princ (or result (expand-file-name "../site-lisp" data-directory)))
2703 (princ "\n") ; make sure the output has trailing newline.
2704 )
2705 _ACEOF
2706 $EMACS -batch -q -l $ac_temp -f ac-temp-func | sed -e '/^ *$/d' > $ac_output
2707 am_cv_lispdir=`cat $ac_output`
2708 rm -f $ac_temp $ac_output; }
2709       if test -z "$am_cv_lispdir"; then
2710         am_cv_lispdir='${datadir}/emacs/site-lisp'
2711       fi
2712
2713 fi
2714 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_lispdir" >&5
2715 $as_echo "$am_cv_lispdir" >&6; }
2716     lispdir="$am_cv_lispdir"
2717   fi
2718
2719 fi
2720
2721
2722
2723
2724 # Check whether --with-howmdir was given.
2725 if test "${with_howmdir+set}" = set; then :
2726   withval=$with_howmdir;  howmdir="$withval"
2727 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where howm files should go" >&5
2728 $as_echo_n "checking where howm files should go... " >&6; }
2729 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $howmdir" >&5
2730 $as_echo "$howmdir" >&6; }
2731 else
2732
2733 if test -z "${howmdir}"; then
2734   { $as_echo "$as_me:${as_lineno-$LINENO}: checking where howm files should go" >&5
2735 $as_echo_n "checking where howm files should go... " >&6; }
2736 if ${ac_cv_howmdir+:} false; then :
2737   $as_echo_n "(cached) " >&6
2738 else
2739           ac_cv_howmdir='${lispdir}/howm'
2740
2741 fi
2742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_howmdir" >&5
2743 $as_echo "$ac_cv_howmdir" >&6; }
2744   howmdir="$ac_cv_howmdir"
2745 fi
2746
2747 fi
2748
2749
2750
2751 # Check whether --with-docdir was given.
2752 if test "${with_docdir+set}" = set; then :
2753   withval=$with_docdir;  docdir="$withval"
2754 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where doc files should go" >&5
2755 $as_echo_n "checking where doc files should go... " >&6; }
2756 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $docdir" >&5
2757 $as_echo "$docdir" >&6; }
2758 else
2759
2760 if test -z "${docdir}"; then
2761   { $as_echo "$as_me:${as_lineno-$LINENO}: checking where doc files should go" >&5
2762 $as_echo_n "checking where doc files should go... " >&6; }
2763 if ${ac_cv_docdir+:} false; then :
2764   $as_echo_n "(cached) " >&6
2765 else
2766           ac_cv_docdir='${datadir}/howm/doc'
2767
2768 fi
2769 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_docdir" >&5
2770 $as_echo "$ac_cv_docdir" >&6; }
2771   docdir="$ac_cv_docdir"
2772 fi
2773
2774 fi
2775
2776
2777
2778 # Check whether --with-extdir was given.
2779 if test "${with_extdir+set}" = set; then :
2780   withval=$with_extdir;  extdir="$withval"
2781 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where ext files should go" >&5
2782 $as_echo_n "checking where ext files should go... " >&6; }
2783 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $extdir" >&5
2784 $as_echo "$extdir" >&6; }
2785 else
2786
2787 if test -z "${extdir}"; then
2788   { $as_echo "$as_me:${as_lineno-$LINENO}: checking where ext files should go" >&5
2789 $as_echo_n "checking where ext files should go... " >&6; }
2790 if ${ac_cv_extdir+:} false; then :
2791   $as_echo_n "(cached) " >&6
2792 else
2793           ac_cv_extdir='${datadir}/howm/ext'
2794
2795 fi
2796 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_extdir" >&5
2797 $as_echo "$ac_cv_extdir" >&6; }
2798   extdir="$ac_cv_extdir"
2799 fi
2800
2801 fi
2802
2803
2804
2805 # Check whether --with-endir was given.
2806 if test "${with_endir+set}" = set; then :
2807   withval=$with_endir;
2808 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: --with-endir is obsolete. no need. no effect." >&5
2809 $as_echo "$as_me: WARNING: --with-endir is obsolete. no need. no effect." >&2;}
2810
2811 fi
2812
2813
2814
2815 # Check whether --with-jadir was given.
2816 if test "${with_jadir+set}" = set; then :
2817   withval=$with_jadir;
2818 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: --with-jadir is obsolete. no need. no effect." >&5
2819 $as_echo "$as_me: WARNING: --with-jadir is obsolete. no need. no effect." >&2;}
2820
2821 fi
2822
2823
2824
2825
2826
2827
2828 # link files
2829 if test `cd ${srcdir}; pwd` != `pwd`; then
2830   ac_config_commands="$ac_config_commands link-lisp"
2831
2832 #  AC_CONFIG_LINKS(doc/howm.info:doc/howm.info)
2833 fi
2834
2835 ac_config_files="$ac_config_files Makefile doc/Makefile ext/Makefile sample/Makefile en/Makefile fr/Makefile ja/Makefile howm.el"
2836
2837 cat >confcache <<\_ACEOF
2838 # This file is a shell script that caches the results of configure
2839 # tests run on this system so they can be shared between configure
2840 # scripts and configure runs, see configure's option --config-cache.
2841 # It is not useful on other systems.  If it contains results you don't
2842 # want to keep, you may remove or edit it.
2843 #
2844 # config.status only pays attention to the cache file if you give it
2845 # the --recheck option to rerun configure.
2846 #
2847 # `ac_cv_env_foo' variables (set or unset) will be overridden when
2848 # loading this file, other *unset* `ac_cv_foo' will be assigned the
2849 # following values.
2850
2851 _ACEOF
2852
2853 # The following way of writing the cache mishandles newlines in values,
2854 # but we know of no workaround that is simple, portable, and efficient.
2855 # So, we kill variables containing newlines.
2856 # Ultrix sh set writes to stderr and can't be redirected directly,
2857 # and sets the high bit in the cache file unless we assign to the vars.
2858 (
2859   for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
2860     eval ac_val=\$$ac_var
2861     case $ac_val in #(
2862     *${as_nl}*)
2863       case $ac_var in #(
2864       *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2865 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2866       esac
2867       case $ac_var in #(
2868       _ | IFS | as_nl) ;; #(
2869       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2870       *) { eval $ac_var=; unset $ac_var;} ;;
2871       esac ;;
2872     esac
2873   done
2874
2875   (set) 2>&1 |
2876     case $as_nl`(ac_space=' '; set) 2>&1` in #(
2877     *${as_nl}ac_space=\ *)
2878       # `set' does not quote correctly, so add quotes: double-quote
2879       # substitution turns \\\\ into \\, and sed turns \\ into \.
2880       sed -n \
2881         "s/'/'\\\\''/g;
2882           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
2883       ;; #(
2884     *)
2885       # `set' quotes correctly as required by POSIX, so do not add quotes.
2886       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2887       ;;
2888     esac |
2889     sort
2890 ) |
2891   sed '
2892      /^ac_cv_env_/b end
2893      t clear
2894      :clear
2895      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
2896      t end
2897      s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
2898      :end' >>confcache
2899 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
2900   if test -w "$cache_file"; then
2901     if test "x$cache_file" != "x/dev/null"; then
2902       { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
2903 $as_echo "$as_me: updating cache $cache_file" >&6;}
2904       if test ! -f "$cache_file" || test -h "$cache_file"; then
2905         cat confcache >"$cache_file"
2906       else
2907         case $cache_file in #(
2908         */* | ?:*)
2909           mv -f confcache "$cache_file"$$ &&
2910           mv -f "$cache_file"$$ "$cache_file" ;; #(
2911         *)
2912           mv -f confcache "$cache_file" ;;
2913         esac
2914       fi
2915     fi
2916   else
2917     { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
2918 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
2919   fi
2920 fi
2921 rm -f confcache
2922
2923 test "x$prefix" = xNONE && prefix=$ac_default_prefix
2924 # Let make expand exec_prefix.
2925 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
2926
2927 # Transform confdefs.h into DEFS.
2928 # Protect against shell expansion while executing Makefile rules.
2929 # Protect against Makefile macro expansion.
2930 #
2931 # If the first sed substitution is executed (which looks for macros that
2932 # take arguments), then branch to the quote section.  Otherwise,
2933 # look for a macro that doesn't take arguments.
2934 ac_script='
2935 :mline
2936 /\\$/{
2937  N
2938  s,\\\n,,
2939  b mline
2940 }
2941 t clear
2942 :clear
2943 s/^[     ]*#[    ]*define[       ][      ]*\([^  (][^    (]*([^)]*)\)[   ]*\(.*\)/-D\1=\2/g
2944 t quote
2945 s/^[     ]*#[    ]*define[       ][      ]*\([^  ][^     ]*\)[   ]*\(.*\)/-D\1=\2/g
2946 t quote
2947 b any
2948 :quote
2949 s/[      `~#$^&*(){}\\|;'\''"<>?]/\\&/g
2950 s/\[/\\&/g
2951 s/\]/\\&/g
2952 s/\$/$$/g
2953 H
2954 :any
2955 ${
2956         g
2957         s/^\n//
2958         s/\n/ /g
2959         p
2960 }
2961 '
2962 DEFS=`sed -n "$ac_script" confdefs.h`
2963
2964
2965 ac_libobjs=
2966 ac_ltlibobjs=
2967 U=
2968 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
2969   # 1. Remove the extension, and $U if already installed.
2970   ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
2971   ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
2972   # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
2973   #    will be set to the directory where LIBOBJS objects are built.
2974   as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
2975   as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
2976 done
2977 LIBOBJS=$ac_libobjs
2978
2979 LTLIBOBJS=$ac_ltlibobjs
2980
2981
2982 { $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
2983 $as_echo_n "checking that generated files are newer than configure... " >&6; }
2984    if test -n "$am_sleep_pid"; then
2985      # Hide warnings about reused PIDs.
2986      wait $am_sleep_pid 2>/dev/null
2987    fi
2988    { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
2989 $as_echo "done" >&6; }
2990
2991 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
2992   as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
2993 Usually this means the macro was only invoked conditionally." "$LINENO" 5
2994 fi
2995
2996 : "${CONFIG_STATUS=./config.status}"
2997 ac_write_fail=0
2998 ac_clean_files_save=$ac_clean_files
2999 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
3000 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
3001 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
3002 as_write_fail=0
3003 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
3004 #! $SHELL
3005 # Generated by $as_me.
3006 # Run this file to recreate the current configuration.
3007 # Compiler output produced by configure, useful for debugging
3008 # configure, is in config.log if it exists.
3009
3010 debug=false
3011 ac_cs_recheck=false
3012 ac_cs_silent=false
3013
3014 SHELL=\${CONFIG_SHELL-$SHELL}
3015 export SHELL
3016 _ASEOF
3017 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
3018 ## -------------------- ##
3019 ## M4sh Initialization. ##
3020 ## -------------------- ##
3021
3022 # Be more Bourne compatible
3023 DUALCASE=1; export DUALCASE # for MKS sh
3024 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
3025   emulate sh
3026   NULLCMD=:
3027   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
3028   # is contrary to our usage.  Disable this feature.
3029   alias -g '${1+"$@"}'='"$@"'
3030   setopt NO_GLOB_SUBST
3031 else
3032   case `(set -o) 2>/dev/null` in #(
3033   *posix*) :
3034     set -o posix ;; #(
3035   *) :
3036      ;;
3037 esac
3038 fi
3039
3040
3041 as_nl='
3042 '
3043 export as_nl
3044 # Printing a long string crashes Solaris 7 /usr/bin/printf.
3045 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
3046 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
3047 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
3048 # Prefer a ksh shell builtin over an external printf program on Solaris,
3049 # but without wasting forks for bash or zsh.
3050 if test -z "$BASH_VERSION$ZSH_VERSION" \
3051     && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
3052   as_echo='print -r --'
3053   as_echo_n='print -rn --'
3054 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
3055   as_echo='printf %s\n'
3056   as_echo_n='printf %s'
3057 else
3058   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
3059     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
3060     as_echo_n='/usr/ucb/echo -n'
3061   else
3062     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
3063     as_echo_n_body='eval
3064       arg=$1;
3065       case $arg in #(
3066       *"$as_nl"*)
3067         expr "X$arg" : "X\\(.*\\)$as_nl";
3068         arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
3069       esac;
3070       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
3071     '
3072     export as_echo_n_body
3073     as_echo_n='sh -c $as_echo_n_body as_echo'
3074   fi
3075   export as_echo_body
3076   as_echo='sh -c $as_echo_body as_echo'
3077 fi
3078
3079 # The user is always right.
3080 if test "${PATH_SEPARATOR+set}" != set; then
3081   PATH_SEPARATOR=:
3082   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
3083     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
3084       PATH_SEPARATOR=';'
3085   }
3086 fi
3087
3088
3089 # IFS
3090 # We need space, tab and new line, in precisely that order.  Quoting is
3091 # there to prevent editors from complaining about space-tab.
3092 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
3093 # splitting by setting IFS to empty value.)
3094 IFS=" ""        $as_nl"
3095
3096 # Find who we are.  Look in the path if we contain no directory separator.
3097 as_myself=
3098 case $0 in #((
3099   *[\\/]* ) as_myself=$0 ;;
3100   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3101 for as_dir in $PATH
3102 do
3103   IFS=$as_save_IFS
3104   test -z "$as_dir" && as_dir=.
3105     test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
3106   done
3107 IFS=$as_save_IFS
3108
3109      ;;
3110 esac
3111 # We did not find ourselves, most probably we were run as `sh COMMAND'
3112 # in which case we are not to be found in the path.
3113 if test "x$as_myself" = x; then
3114   as_myself=$0
3115 fi
3116 if test ! -f "$as_myself"; then
3117   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
3118   exit 1
3119 fi
3120
3121 # Unset variables that we do not need and which cause bugs (e.g. in
3122 # pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
3123 # suppresses any "Segmentation fault" message there.  '((' could
3124 # trigger a bug in pdksh 5.2.14.
3125 for as_var in BASH_ENV ENV MAIL MAILPATH
3126 do eval test x\${$as_var+set} = xset \
3127   && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
3128 done
3129 PS1='$ '
3130 PS2='> '
3131 PS4='+ '
3132
3133 # NLS nuisances.
3134 LC_ALL=C
3135 export LC_ALL
3136 LANGUAGE=C
3137 export LANGUAGE
3138
3139 # CDPATH.
3140 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
3141
3142
3143 # as_fn_error STATUS ERROR [LINENO LOG_FD]
3144 # ----------------------------------------
3145 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
3146 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
3147 # script with STATUS, using 1 if that was 0.
3148 as_fn_error ()
3149 {
3150   as_status=$1; test $as_status -eq 0 && as_status=1
3151   if test "$4"; then
3152     as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
3153     $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
3154   fi
3155   $as_echo "$as_me: error: $2" >&2
3156   as_fn_exit $as_status
3157 } # as_fn_error
3158
3159
3160 # as_fn_set_status STATUS
3161 # -----------------------
3162 # Set $? to STATUS, without forking.
3163 as_fn_set_status ()
3164 {
3165   return $1
3166 } # as_fn_set_status
3167
3168 # as_fn_exit STATUS
3169 # -----------------
3170 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
3171 as_fn_exit ()
3172 {
3173   set +e
3174   as_fn_set_status $1
3175   exit $1
3176 } # as_fn_exit
3177
3178 # as_fn_unset VAR
3179 # ---------------
3180 # Portably unset VAR.
3181 as_fn_unset ()
3182 {
3183   { eval $1=; unset $1;}
3184 }
3185 as_unset=as_fn_unset
3186 # as_fn_append VAR VALUE
3187 # ----------------------
3188 # Append the text in VALUE to the end of the definition contained in VAR. Take
3189 # advantage of any shell optimizations that allow amortized linear growth over
3190 # repeated appends, instead of the typical quadratic growth present in naive
3191 # implementations.
3192 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
3193   eval 'as_fn_append ()
3194   {
3195     eval $1+=\$2
3196   }'
3197 else
3198   as_fn_append ()
3199   {
3200     eval $1=\$$1\$2
3201   }
3202 fi # as_fn_append
3203
3204 # as_fn_arith ARG...
3205 # ------------------
3206 # Perform arithmetic evaluation on the ARGs, and store the result in the
3207 # global $as_val. Take advantage of shells that can avoid forks. The arguments
3208 # must be portable across $(()) and expr.
3209 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
3210   eval 'as_fn_arith ()
3211   {
3212     as_val=$(( $* ))
3213   }'
3214 else
3215   as_fn_arith ()
3216   {
3217     as_val=`expr "$@" || test $? -eq 1`
3218   }
3219 fi # as_fn_arith
3220
3221
3222 if expr a : '\(a\)' >/dev/null 2>&1 &&
3223    test "X`expr 00001 : '.*\(...\)'`" = X001; then
3224   as_expr=expr
3225 else
3226   as_expr=false
3227 fi
3228
3229 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
3230   as_basename=basename
3231 else
3232   as_basename=false
3233 fi
3234
3235 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
3236   as_dirname=dirname
3237 else
3238   as_dirname=false
3239 fi
3240
3241 as_me=`$as_basename -- "$0" ||
3242 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
3243          X"$0" : 'X\(//\)$' \| \
3244          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
3245 $as_echo X/"$0" |
3246     sed '/^.*\/\([^/][^/]*\)\/*$/{
3247             s//\1/
3248             q
3249           }
3250           /^X\/\(\/\/\)$/{
3251             s//\1/
3252             q
3253           }
3254           /^X\/\(\/\).*/{
3255             s//\1/
3256             q
3257           }
3258           s/.*/./; q'`
3259
3260 # Avoid depending upon Character Ranges.
3261 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
3262 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
3263 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
3264 as_cr_digits='0123456789'
3265 as_cr_alnum=$as_cr_Letters$as_cr_digits
3266
3267 ECHO_C= ECHO_N= ECHO_T=
3268 case `echo -n x` in #(((((
3269 -n*)
3270   case `echo 'xy\c'` in
3271   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
3272   xy)  ECHO_C='\c';;
3273   *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
3274        ECHO_T=' ';;
3275   esac;;
3276 *)
3277   ECHO_N='-n';;
3278 esac
3279
3280 rm -f conf$$ conf$$.exe conf$$.file
3281 if test -d conf$$.dir; then
3282   rm -f conf$$.dir/conf$$.file
3283 else
3284   rm -f conf$$.dir
3285   mkdir conf$$.dir 2>/dev/null
3286 fi
3287 if (echo >conf$$.file) 2>/dev/null; then
3288   if ln -s conf$$.file conf$$ 2>/dev/null; then
3289     as_ln_s='ln -s'
3290     # ... but there are two gotchas:
3291     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
3292     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
3293     # In both cases, we have to default to `cp -pR'.
3294     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
3295       as_ln_s='cp -pR'
3296   elif ln conf$$.file conf$$ 2>/dev/null; then
3297     as_ln_s=ln
3298   else
3299     as_ln_s='cp -pR'
3300   fi
3301 else
3302   as_ln_s='cp -pR'
3303 fi
3304 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
3305 rmdir conf$$.dir 2>/dev/null
3306
3307
3308 # as_fn_mkdir_p
3309 # -------------
3310 # Create "$as_dir" as a directory, including parents if necessary.
3311 as_fn_mkdir_p ()
3312 {
3313
3314   case $as_dir in #(
3315   -*) as_dir=./$as_dir;;
3316   esac
3317   test -d "$as_dir" || eval $as_mkdir_p || {
3318     as_dirs=
3319     while :; do
3320       case $as_dir in #(
3321       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
3322       *) as_qdir=$as_dir;;
3323       esac
3324       as_dirs="'$as_qdir' $as_dirs"
3325       as_dir=`$as_dirname -- "$as_dir" ||
3326 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3327          X"$as_dir" : 'X\(//\)[^/]' \| \
3328          X"$as_dir" : 'X\(//\)$' \| \
3329          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
3330 $as_echo X"$as_dir" |
3331     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
3332             s//\1/
3333             q
3334           }
3335           /^X\(\/\/\)[^/].*/{
3336             s//\1/
3337             q
3338           }
3339           /^X\(\/\/\)$/{
3340             s//\1/
3341             q
3342           }
3343           /^X\(\/\).*/{
3344             s//\1/
3345             q
3346           }
3347           s/.*/./; q'`
3348       test -d "$as_dir" && break
3349     done
3350     test -z "$as_dirs" || eval "mkdir $as_dirs"
3351   } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
3352
3353
3354 } # as_fn_mkdir_p
3355 if mkdir -p . 2>/dev/null; then
3356   as_mkdir_p='mkdir -p "$as_dir"'
3357 else
3358   test -d ./-p && rmdir ./-p
3359   as_mkdir_p=false
3360 fi
3361
3362
3363 # as_fn_executable_p FILE
3364 # -----------------------
3365 # Test if FILE is an executable regular file.
3366 as_fn_executable_p ()
3367 {
3368   test -f "$1" && test -x "$1"
3369 } # as_fn_executable_p
3370 as_test_x='test -x'
3371 as_executable_p=as_fn_executable_p
3372
3373 # Sed expression to map a string onto a valid CPP name.
3374 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
3375
3376 # Sed expression to map a string onto a valid variable name.
3377 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
3378
3379
3380 exec 6>&1
3381 ## ----------------------------------- ##
3382 ## Main body of $CONFIG_STATUS script. ##
3383 ## ----------------------------------- ##
3384 _ASEOF
3385 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
3386
3387 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3388 # Save the log message, to keep $0 and so on meaningful, and to
3389 # report actual input values of CONFIG_FILES etc. instead of their
3390 # values after options handling.
3391 ac_log="
3392 This file was extended by howm $as_me 1.4.8-snapshot3, which was
3393 generated by GNU Autoconf 2.69.  Invocation command line was
3394
3395   CONFIG_FILES    = $CONFIG_FILES
3396   CONFIG_HEADERS  = $CONFIG_HEADERS
3397   CONFIG_LINKS    = $CONFIG_LINKS
3398   CONFIG_COMMANDS = $CONFIG_COMMANDS
3399   $ $0 $@
3400
3401 on `(hostname || uname -n) 2>/dev/null | sed 1q`
3402 "
3403
3404 _ACEOF
3405
3406 case $ac_config_files in *"
3407 "*) set x $ac_config_files; shift; ac_config_files=$*;;
3408 esac
3409
3410
3411
3412 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3413 # Files that config.status was made for.
3414 config_files="$ac_config_files"
3415 config_commands="$ac_config_commands"
3416
3417 _ACEOF
3418
3419 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3420 ac_cs_usage="\
3421 \`$as_me' instantiates files and other configuration actions
3422 from templates according to the current configuration.  Unless the files
3423 and actions are specified as TAGs, all are instantiated by default.
3424
3425 Usage: $0 [OPTION]... [TAG]...
3426
3427   -h, --help       print this help, then exit
3428   -V, --version    print version number and configuration settings, then exit
3429       --config     print configuration, then exit
3430   -q, --quiet, --silent
3431                    do not print progress messages
3432   -d, --debug      don't remove temporary files
3433       --recheck    update $as_me by reconfiguring in the same conditions
3434       --file=FILE[:TEMPLATE]
3435                    instantiate the configuration file FILE
3436
3437 Configuration files:
3438 $config_files
3439
3440 Configuration commands:
3441 $config_commands
3442
3443 Report bugs to the package provider."
3444
3445 _ACEOF
3446 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3447 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
3448 ac_cs_version="\\
3449 howm config.status 1.4.8-snapshot3
3450 configured by $0, generated by GNU Autoconf 2.69,
3451   with options \\"\$ac_cs_config\\"
3452
3453 Copyright (C) 2012 Free Software Foundation, Inc.
3454 This config.status script is free software; the Free Software Foundation
3455 gives unlimited permission to copy, distribute and modify it."
3456
3457 ac_pwd='$ac_pwd'
3458 srcdir='$srcdir'
3459 INSTALL='$INSTALL'
3460 MKDIR_P='$MKDIR_P'
3461 AWK='$AWK'
3462 test -n "\$AWK" || AWK=awk
3463 _ACEOF
3464
3465 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3466 # The default lists apply if the user does not specify any file.
3467 ac_need_defaults=:
3468 while test $# != 0
3469 do
3470   case $1 in
3471   --*=?*)
3472     ac_option=`expr "X$1" : 'X\([^=]*\)='`
3473     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
3474     ac_shift=:
3475     ;;
3476   --*=)
3477     ac_option=`expr "X$1" : 'X\([^=]*\)='`
3478     ac_optarg=
3479     ac_shift=:
3480     ;;
3481   *)
3482     ac_option=$1
3483     ac_optarg=$2
3484     ac_shift=shift
3485     ;;
3486   esac
3487
3488   case $ac_option in
3489   # Handling of the options.
3490   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
3491     ac_cs_recheck=: ;;
3492   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
3493     $as_echo "$ac_cs_version"; exit ;;
3494   --config | --confi | --conf | --con | --co | --c )
3495     $as_echo "$ac_cs_config"; exit ;;
3496   --debug | --debu | --deb | --de | --d | -d )
3497     debug=: ;;
3498   --file | --fil | --fi | --f )
3499     $ac_shift
3500     case $ac_optarg in
3501     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
3502     '') as_fn_error $? "missing file argument" ;;
3503     esac
3504     as_fn_append CONFIG_FILES " '$ac_optarg'"
3505     ac_need_defaults=false;;
3506   --he | --h |  --help | --hel | -h )
3507     $as_echo "$ac_cs_usage"; exit ;;
3508   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
3509   | -silent | --silent | --silen | --sile | --sil | --si | --s)
3510     ac_cs_silent=: ;;
3511
3512   # This is an error.
3513   -*) as_fn_error $? "unrecognized option: \`$1'
3514 Try \`$0 --help' for more information." ;;
3515
3516   *) as_fn_append ac_config_targets " $1"
3517      ac_need_defaults=false ;;
3518
3519   esac
3520   shift
3521 done
3522
3523 ac_configure_extra_args=
3524
3525 if $ac_cs_silent; then
3526   exec 6>/dev/null
3527   ac_configure_extra_args="$ac_configure_extra_args --silent"
3528 fi
3529
3530 _ACEOF
3531 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3532 if \$ac_cs_recheck; then
3533   set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
3534   shift
3535   \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
3536   CONFIG_SHELL='$SHELL'
3537   export CONFIG_SHELL
3538   exec "\$@"
3539 fi
3540
3541 _ACEOF
3542 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3543 exec 5>>config.log
3544 {
3545   echo
3546   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
3547 ## Running $as_me. ##
3548 _ASBOX
3549   $as_echo "$ac_log"
3550 } >&5
3551
3552 _ACEOF
3553 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3554 #
3555 # INIT-COMMANDS
3556 #
3557 howm_ln_s="${LN_S}"
3558
3559 _ACEOF
3560
3561 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3562
3563 # Handling of arguments.
3564 for ac_config_target in $ac_config_targets
3565 do
3566   case $ac_config_target in
3567     "link-lisp") CONFIG_COMMANDS="$CONFIG_COMMANDS link-lisp" ;;
3568     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
3569     "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
3570     "ext/Makefile") CONFIG_FILES="$CONFIG_FILES ext/Makefile" ;;
3571     "sample/Makefile") CONFIG_FILES="$CONFIG_FILES sample/Makefile" ;;
3572     "en/Makefile") CONFIG_FILES="$CONFIG_FILES en/Makefile" ;;
3573     "fr/Makefile") CONFIG_FILES="$CONFIG_FILES fr/Makefile" ;;
3574     "ja/Makefile") CONFIG_FILES="$CONFIG_FILES ja/Makefile" ;;
3575     "howm.el") CONFIG_FILES="$CONFIG_FILES howm.el" ;;
3576
3577   *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
3578   esac
3579 done
3580
3581
3582 # If the user did not use the arguments to specify the items to instantiate,
3583 # then the envvar interface is used.  Set only those that are not.
3584 # We use the long form for the default assignment because of an extremely
3585 # bizarre bug on SunOS 4.1.3.
3586 if $ac_need_defaults; then
3587   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
3588   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
3589 fi
3590
3591 # Have a temporary directory for convenience.  Make it in the build tree
3592 # simply because there is no reason against having it here, and in addition,
3593 # creating and moving files from /tmp can sometimes cause problems.
3594 # Hook for its removal unless debugging.
3595 # Note that there is a small window in which the directory will not be cleaned:
3596 # after its creation but before its name has been assigned to `$tmp'.
3597 $debug ||
3598 {
3599   tmp= ac_tmp=
3600   trap 'exit_status=$?
3601   : "${ac_tmp:=$tmp}"
3602   { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
3603 ' 0
3604   trap 'as_fn_exit 1' 1 2 13 15
3605 }
3606 # Create a (secure) tmp directory for tmp files.
3607
3608 {
3609   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
3610   test -d "$tmp"
3611 }  ||
3612 {
3613   tmp=./conf$$-$RANDOM
3614   (umask 077 && mkdir "$tmp")
3615 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
3616 ac_tmp=$tmp
3617
3618 # Set up the scripts for CONFIG_FILES section.
3619 # No need to generate them if there are no CONFIG_FILES.
3620 # This happens for instance with `./config.status config.h'.
3621 if test -n "$CONFIG_FILES"; then
3622
3623
3624 ac_cr=`echo X | tr X '\015'`
3625 # On cygwin, bash can eat \r inside `` if the user requested igncr.
3626 # But we know of no other shell where ac_cr would be empty at this
3627 # point, so we can use a bashism as a fallback.
3628 if test "x$ac_cr" = x; then
3629   eval ac_cr=\$\'\\r\'
3630 fi
3631 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
3632 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
3633   ac_cs_awk_cr='\\r'
3634 else
3635   ac_cs_awk_cr=$ac_cr
3636 fi
3637
3638 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
3639 _ACEOF
3640
3641
3642 {
3643   echo "cat >conf$$subs.awk <<_ACEOF" &&
3644   echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
3645   echo "_ACEOF"
3646 } >conf$$subs.sh ||
3647   as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
3648 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
3649 ac_delim='%!_!# '
3650 for ac_last_try in false false false false false :; do
3651   . ./conf$$subs.sh ||
3652     as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
3653
3654   ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
3655   if test $ac_delim_n = $ac_delim_num; then
3656     break
3657   elif $ac_last_try; then
3658     as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
3659   else
3660     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
3661   fi
3662 done
3663 rm -f conf$$subs.sh
3664
3665 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3666 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
3667 _ACEOF
3668 sed -n '
3669 h
3670 s/^/S["/; s/!.*/"]=/
3671 p
3672 g
3673 s/^[^!]*!//
3674 :repl
3675 t repl
3676 s/'"$ac_delim"'$//
3677 t delim
3678 :nl
3679 h
3680 s/\(.\{148\}\)..*/\1/
3681 t more1
3682 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
3683 p
3684 n
3685 b repl
3686 :more1
3687 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
3688 p
3689 g
3690 s/.\{148\}//
3691 t nl
3692 :delim
3693 h
3694 s/\(.\{148\}\)..*/\1/
3695 t more2
3696 s/["\\]/\\&/g; s/^/"/; s/$/"/
3697 p
3698 b
3699 :more2
3700 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
3701 p
3702 g
3703 s/.\{148\}//
3704 t delim
3705 ' <conf$$subs.awk | sed '
3706 /^[^""]/{
3707   N
3708   s/\n//
3709 }
3710 ' >>$CONFIG_STATUS || ac_write_fail=1
3711 rm -f conf$$subs.awk
3712 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3713 _ACAWK
3714 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
3715   for (key in S) S_is_set[key] = 1
3716   FS = "\a"
3717
3718 }
3719 {
3720   line = $ 0
3721   nfields = split(line, field, "@")
3722   substed = 0
3723   len = length(field[1])
3724   for (i = 2; i < nfields; i++) {
3725     key = field[i]
3726     keylen = length(key)
3727     if (S_is_set[key]) {
3728       value = S[key]
3729       line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
3730       len += length(value) + length(field[++i])
3731       substed = 1
3732     } else
3733       len += 1 + keylen
3734   }
3735
3736   print line
3737 }
3738
3739 _ACAWK
3740 _ACEOF
3741 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3742 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
3743   sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
3744 else
3745   cat
3746 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
3747   || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
3748 _ACEOF
3749
3750 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
3751 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
3752 # trailing colons and then remove the whole line if VPATH becomes empty
3753 # (actually we leave an empty line to preserve line numbers).
3754 if test "x$srcdir" = x.; then
3755   ac_vpsub='/^[  ]*VPATH[        ]*=[    ]*/{
3756 h
3757 s///
3758 s/^/:/
3759 s/[      ]*$/:/
3760 s/:\$(srcdir):/:/g
3761 s/:\${srcdir}:/:/g
3762 s/:@srcdir@:/:/g
3763 s/^:*//
3764 s/:*$//
3765 x
3766 s/\(=[   ]*\).*/\1/
3767 G
3768 s/\n//
3769 s/^[^=]*=[       ]*$//
3770 }'
3771 fi
3772
3773 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3774 fi # test -n "$CONFIG_FILES"
3775
3776
3777 eval set X "  :F $CONFIG_FILES      :C $CONFIG_COMMANDS"
3778 shift
3779 for ac_tag
3780 do
3781   case $ac_tag in
3782   :[FHLC]) ac_mode=$ac_tag; continue;;
3783   esac
3784   case $ac_mode$ac_tag in
3785   :[FHL]*:*);;
3786   :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
3787   :[FH]-) ac_tag=-:-;;
3788   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
3789   esac
3790   ac_save_IFS=$IFS
3791   IFS=:
3792   set x $ac_tag
3793   IFS=$ac_save_IFS
3794   shift
3795   ac_file=$1
3796   shift
3797
3798   case $ac_mode in
3799   :L) ac_source=$1;;
3800   :[FH])
3801     ac_file_inputs=
3802     for ac_f
3803     do
3804       case $ac_f in
3805       -) ac_f="$ac_tmp/stdin";;
3806       *) # Look for the file first in the build tree, then in the source tree
3807          # (if the path is not absolute).  The absolute path cannot be DOS-style,
3808          # because $ac_f cannot contain `:'.
3809          test -f "$ac_f" ||
3810            case $ac_f in
3811            [\\/$]*) false;;
3812            *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
3813            esac ||
3814            as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
3815       esac
3816       case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
3817       as_fn_append ac_file_inputs " '$ac_f'"
3818     done
3819
3820     # Let's still pretend it is `configure' which instantiates (i.e., don't
3821     # use $as_me), people would be surprised to read:
3822     #    /* config.h.  Generated by config.status.  */
3823     configure_input='Generated from '`
3824           $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
3825         `' by configure.'
3826     if test x"$ac_file" != x-; then
3827       configure_input="$ac_file.  $configure_input"
3828       { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
3829 $as_echo "$as_me: creating $ac_file" >&6;}
3830     fi
3831     # Neutralize special characters interpreted by sed in replacement strings.
3832     case $configure_input in #(
3833     *\&* | *\|* | *\\* )
3834        ac_sed_conf_input=`$as_echo "$configure_input" |
3835        sed 's/[\\\\&|]/\\\\&/g'`;; #(
3836     *) ac_sed_conf_input=$configure_input;;
3837     esac
3838
3839     case $ac_tag in
3840     *:-:* | *:-) cat >"$ac_tmp/stdin" \
3841       || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
3842     esac
3843     ;;
3844   esac
3845
3846   ac_dir=`$as_dirname -- "$ac_file" ||
3847 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3848          X"$ac_file" : 'X\(//\)[^/]' \| \
3849          X"$ac_file" : 'X\(//\)$' \| \
3850          X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
3851 $as_echo X"$ac_file" |
3852     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
3853             s//\1/
3854             q
3855           }
3856           /^X\(\/\/\)[^/].*/{
3857             s//\1/
3858             q
3859           }
3860           /^X\(\/\/\)$/{
3861             s//\1/
3862             q
3863           }
3864           /^X\(\/\).*/{
3865             s//\1/
3866             q
3867           }
3868           s/.*/./; q'`
3869   as_dir="$ac_dir"; as_fn_mkdir_p
3870   ac_builddir=.
3871
3872 case "$ac_dir" in
3873 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
3874 *)
3875   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
3876   # A ".." for each directory in $ac_dir_suffix.
3877   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
3878   case $ac_top_builddir_sub in
3879   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
3880   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
3881   esac ;;
3882 esac
3883 ac_abs_top_builddir=$ac_pwd
3884 ac_abs_builddir=$ac_pwd$ac_dir_suffix
3885 # for backward compatibility:
3886 ac_top_builddir=$ac_top_build_prefix
3887
3888 case $srcdir in
3889   .)  # We are building in place.
3890     ac_srcdir=.
3891     ac_top_srcdir=$ac_top_builddir_sub
3892     ac_abs_top_srcdir=$ac_pwd ;;
3893   [\\/]* | ?:[\\/]* )  # Absolute name.
3894     ac_srcdir=$srcdir$ac_dir_suffix;
3895     ac_top_srcdir=$srcdir
3896     ac_abs_top_srcdir=$srcdir ;;
3897   *) # Relative name.
3898     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
3899     ac_top_srcdir=$ac_top_build_prefix$srcdir
3900     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
3901 esac
3902 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
3903
3904
3905   case $ac_mode in
3906   :F)
3907   #
3908   # CONFIG_FILE
3909   #
3910
3911   case $INSTALL in
3912   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
3913   *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
3914   esac
3915   ac_MKDIR_P=$MKDIR_P
3916   case $MKDIR_P in
3917   [\\/$]* | ?:[\\/]* ) ;;
3918   */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
3919   esac
3920 _ACEOF
3921
3922 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3923 # If the template does not know about datarootdir, expand it.
3924 # FIXME: This hack should be removed a few years after 2.60.
3925 ac_datarootdir_hack=; ac_datarootdir_seen=
3926 ac_sed_dataroot='
3927 /datarootdir/ {
3928   p
3929   q
3930 }
3931 /@datadir@/p
3932 /@docdir@/p
3933 /@infodir@/p
3934 /@localedir@/p
3935 /@mandir@/p'
3936 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
3937 *datarootdir*) ac_datarootdir_seen=yes;;
3938 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
3939   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
3940 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
3941 _ACEOF
3942 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3943   ac_datarootdir_hack='
3944   s&@datadir@&$datadir&g
3945   s&@docdir@&$docdir&g
3946   s&@infodir@&$infodir&g
3947   s&@localedir@&$localedir&g
3948   s&@mandir@&$mandir&g
3949   s&\\\${datarootdir}&$datarootdir&g' ;;
3950 esac
3951 _ACEOF
3952
3953 # Neutralize VPATH when `$srcdir' = `.'.
3954 # Shell code in configure.ac might set extrasub.
3955 # FIXME: do we really want to maintain this feature?
3956 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3957 ac_sed_extra="$ac_vpsub
3958 $extrasub
3959 _ACEOF
3960 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3961 :t
3962 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
3963 s|@configure_input@|$ac_sed_conf_input|;t t
3964 s&@top_builddir@&$ac_top_builddir_sub&;t t
3965 s&@top_build_prefix@&$ac_top_build_prefix&;t t
3966 s&@srcdir@&$ac_srcdir&;t t
3967 s&@abs_srcdir@&$ac_abs_srcdir&;t t
3968 s&@top_srcdir@&$ac_top_srcdir&;t t
3969 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
3970 s&@builddir@&$ac_builddir&;t t
3971 s&@abs_builddir@&$ac_abs_builddir&;t t
3972 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
3973 s&@INSTALL@&$ac_INSTALL&;t t
3974 s&@MKDIR_P@&$ac_MKDIR_P&;t t
3975 $ac_datarootdir_hack
3976 "
3977 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
3978   >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
3979
3980 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
3981   { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
3982   { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' \
3983       "$ac_tmp/out"`; test -z "$ac_out"; } &&
3984   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
3985 which seems to be undefined.  Please make sure it is defined" >&5
3986 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
3987 which seems to be undefined.  Please make sure it is defined" >&2;}
3988
3989   rm -f "$ac_tmp/stdin"
3990   case $ac_file in
3991   -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
3992   *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
3993   esac \
3994   || as_fn_error $? "could not create $ac_file" "$LINENO" 5
3995  ;;
3996
3997
3998   :C)  { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
3999 $as_echo "$as_me: executing $ac_file commands" >&6;}
4000  ;;
4001   esac
4002
4003
4004   case $ac_file$ac_mode in
4005     "link-lisp":C)
4006     rm -f *.el
4007     ${howm_ln_s} ${ac_srcdir}/*.el .
4008    ;;
4009
4010   esac
4011 done # for ac_tag
4012
4013
4014 as_fn_exit 0
4015 _ACEOF
4016 ac_clean_files=$ac_clean_files_save
4017
4018 test $ac_write_fail = 0 ||
4019   as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
4020
4021
4022 # configure is writing to config.log, and then calls config.status.
4023 # config.status does its own redirection, appending to config.log.
4024 # Unfortunately, on DOS this fails, as config.log is still kept open
4025 # by configure, so config.status won't be able to write to it; its
4026 # output is simply discarded.  So we exec the FD to /dev/null,
4027 # effectively closing config.log, so it can be properly (re)opened and
4028 # appended to by config.status.  When coming back to configure, we
4029 # need to make the FD available again.
4030 if test "$no_create" != yes; then
4031   ac_cs_success=:
4032   ac_config_status_args=
4033   test "$silent" = yes &&
4034     ac_config_status_args="$ac_config_status_args --quiet"
4035   exec 5>/dev/null
4036   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
4037   exec 5>>config.log
4038   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
4039   # would make configure fail if this is the last instruction.
4040   $ac_cs_success || as_fn_exit 1
4041 fi
4042 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
4043   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
4044 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
4045 fi
4046