OSDN Git Service

fix incomplete font-lock after save
[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-snapshot1.
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-snapshot1'
580 PACKAGE_STRING='howm 1.4.8-snapshot1'
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-snapshot1 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-snapshot1:";;
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-snapshot1
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-snapshot1, 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   case $am_aux_dir in
1974   *\ * | *\     *)
1975     MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
1976   *)
1977     MISSING="\${SHELL} $am_aux_dir/missing" ;;
1978   esac
1979 fi
1980 # Use eval to expand $SHELL
1981 if eval "$MISSING --is-lightweight"; then
1982   am_missing_run="$MISSING "
1983 else
1984   am_missing_run=
1985   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
1986 $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
1987 fi
1988
1989 if test x"${install_sh+set}" != xset; then
1990   case $am_aux_dir in
1991   *\ * | *\     *)
1992     install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
1993   *)
1994     install_sh="\${SHELL} $am_aux_dir/install-sh"
1995   esac
1996 fi
1997
1998 # Installed binaries are usually stripped using 'strip' when the user
1999 # run "make install-strip".  However 'strip' might not be the right
2000 # tool to use in cross-compilation environments, therefore Automake
2001 # will honor the 'STRIP' environment variable to overrule this program.
2002 if test "$cross_compiling" != no; then
2003   if test -n "$ac_tool_prefix"; then
2004   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2005 set dummy ${ac_tool_prefix}strip; ac_word=$2
2006 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2007 $as_echo_n "checking for $ac_word... " >&6; }
2008 if ${ac_cv_prog_STRIP+:} false; then :
2009   $as_echo_n "(cached) " >&6
2010 else
2011   if test -n "$STRIP"; then
2012   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2013 else
2014 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2015 for as_dir in $PATH
2016 do
2017   IFS=$as_save_IFS
2018   test -z "$as_dir" && as_dir=.
2019     for ac_exec_ext in '' $ac_executable_extensions; do
2020   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2021     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2022     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2023     break 2
2024   fi
2025 done
2026   done
2027 IFS=$as_save_IFS
2028
2029 fi
2030 fi
2031 STRIP=$ac_cv_prog_STRIP
2032 if test -n "$STRIP"; then
2033   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
2034 $as_echo "$STRIP" >&6; }
2035 else
2036   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2037 $as_echo "no" >&6; }
2038 fi
2039
2040
2041 fi
2042 if test -z "$ac_cv_prog_STRIP"; then
2043   ac_ct_STRIP=$STRIP
2044   # Extract the first word of "strip", so it can be a program name with args.
2045 set dummy strip; ac_word=$2
2046 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2047 $as_echo_n "checking for $ac_word... " >&6; }
2048 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
2049   $as_echo_n "(cached) " >&6
2050 else
2051   if test -n "$ac_ct_STRIP"; then
2052   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2053 else
2054 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2055 for as_dir in $PATH
2056 do
2057   IFS=$as_save_IFS
2058   test -z "$as_dir" && as_dir=.
2059     for ac_exec_ext in '' $ac_executable_extensions; do
2060   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2061     ac_cv_prog_ac_ct_STRIP="strip"
2062     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2063     break 2
2064   fi
2065 done
2066   done
2067 IFS=$as_save_IFS
2068
2069 fi
2070 fi
2071 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2072 if test -n "$ac_ct_STRIP"; then
2073   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
2074 $as_echo "$ac_ct_STRIP" >&6; }
2075 else
2076   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2077 $as_echo "no" >&6; }
2078 fi
2079
2080   if test "x$ac_ct_STRIP" = x; then
2081     STRIP=":"
2082   else
2083     case $cross_compiling:$ac_tool_warned in
2084 yes:)
2085 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2086 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2087 ac_tool_warned=yes ;;
2088 esac
2089     STRIP=$ac_ct_STRIP
2090   fi
2091 else
2092   STRIP="$ac_cv_prog_STRIP"
2093 fi
2094
2095 fi
2096 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2097
2098 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
2099 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
2100 if test -z "$MKDIR_P"; then
2101   if ${ac_cv_path_mkdir+:} false; then :
2102   $as_echo_n "(cached) " >&6
2103 else
2104   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2105 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
2106 do
2107   IFS=$as_save_IFS
2108   test -z "$as_dir" && as_dir=.
2109     for ac_prog in mkdir gmkdir; do
2110          for ac_exec_ext in '' $ac_executable_extensions; do
2111            as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
2112            case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2113              'mkdir (GNU coreutils) '* | \
2114              'mkdir (coreutils) '* | \
2115              'mkdir (fileutils) '4.1*)
2116                ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
2117                break 3;;
2118            esac
2119          done
2120        done
2121   done
2122 IFS=$as_save_IFS
2123
2124 fi
2125
2126   test -d ./--version && rmdir ./--version
2127   if test "${ac_cv_path_mkdir+set}" = set; then
2128     MKDIR_P="$ac_cv_path_mkdir -p"
2129   else
2130     # As a last resort, use the slow shell script.  Don't cache a
2131     # value for MKDIR_P within a source directory, because that will
2132     # break other packages using the cache if that directory is
2133     # removed, or if the value is a relative name.
2134     MKDIR_P="$ac_install_sh -d"
2135   fi
2136 fi
2137 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
2138 $as_echo "$MKDIR_P" >&6; }
2139
2140 for ac_prog in gawk mawk nawk awk
2141 do
2142   # Extract the first word of "$ac_prog", so it can be a program name with args.
2143 set dummy $ac_prog; ac_word=$2
2144 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2145 $as_echo_n "checking for $ac_word... " >&6; }
2146 if ${ac_cv_prog_AWK+:} false; then :
2147   $as_echo_n "(cached) " >&6
2148 else
2149   if test -n "$AWK"; then
2150   ac_cv_prog_AWK="$AWK" # Let the user override the test.
2151 else
2152 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2153 for as_dir in $PATH
2154 do
2155   IFS=$as_save_IFS
2156   test -z "$as_dir" && as_dir=.
2157     for ac_exec_ext in '' $ac_executable_extensions; do
2158   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2159     ac_cv_prog_AWK="$ac_prog"
2160     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2161     break 2
2162   fi
2163 done
2164   done
2165 IFS=$as_save_IFS
2166
2167 fi
2168 fi
2169 AWK=$ac_cv_prog_AWK
2170 if test -n "$AWK"; then
2171   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2172 $as_echo "$AWK" >&6; }
2173 else
2174   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2175 $as_echo "no" >&6; }
2176 fi
2177
2178
2179   test -n "$AWK" && break
2180 done
2181
2182 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2183 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2184 set x ${MAKE-make}
2185 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2186 if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
2187   $as_echo_n "(cached) " >&6
2188 else
2189   cat >conftest.make <<\_ACEOF
2190 SHELL = /bin/sh
2191 all:
2192         @echo '@@@%%%=$(MAKE)=@@@%%%'
2193 _ACEOF
2194 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
2195 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2196   *@@@%%%=?*=@@@%%%*)
2197     eval ac_cv_prog_make_${ac_make}_set=yes;;
2198   *)
2199     eval ac_cv_prog_make_${ac_make}_set=no;;
2200 esac
2201 rm -f conftest.make
2202 fi
2203 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2204   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2205 $as_echo "yes" >&6; }
2206   SET_MAKE=
2207 else
2208   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2209 $as_echo "no" >&6; }
2210   SET_MAKE="MAKE=${MAKE-make}"
2211 fi
2212
2213 rm -rf .tst 2>/dev/null
2214 mkdir .tst 2>/dev/null
2215 if test -d .tst; then
2216   am__leading_dot=.
2217 else
2218   am__leading_dot=_
2219 fi
2220 rmdir .tst 2>/dev/null
2221
2222 # Check whether --enable-silent-rules was given.
2223 if test "${enable_silent_rules+set}" = set; then :
2224   enableval=$enable_silent_rules;
2225 fi
2226
2227 case $enable_silent_rules in # (((
2228   yes) AM_DEFAULT_VERBOSITY=0;;
2229    no) AM_DEFAULT_VERBOSITY=1;;
2230     *) AM_DEFAULT_VERBOSITY=1;;
2231 esac
2232 am_make=${MAKE-make}
2233 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
2234 $as_echo_n "checking whether $am_make supports nested variables... " >&6; }
2235 if ${am_cv_make_support_nested_variables+:} false; then :
2236   $as_echo_n "(cached) " >&6
2237 else
2238   if $as_echo 'TRUE=$(BAR$(V))
2239 BAR0=false
2240 BAR1=true
2241 V=1
2242 am__doit:
2243         @$(TRUE)
2244 .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
2245   am_cv_make_support_nested_variables=yes
2246 else
2247   am_cv_make_support_nested_variables=no
2248 fi
2249 fi
2250 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
2251 $as_echo "$am_cv_make_support_nested_variables" >&6; }
2252 if test $am_cv_make_support_nested_variables = yes; then
2253     AM_V='$(V)'
2254   AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
2255 else
2256   AM_V=$AM_DEFAULT_VERBOSITY
2257   AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
2258 fi
2259 AM_BACKSLASH='\'
2260
2261 if test "`cd $srcdir && pwd`" != "`pwd`"; then
2262   # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2263   # is not polluted with repeated "-I."
2264   am__isrc=' -I$(srcdir)'
2265   # test to see if srcdir already configured
2266   if test -f $srcdir/config.status; then
2267     as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
2268   fi
2269 fi
2270
2271 # test whether we have cygpath
2272 if test -z "$CYGPATH_W"; then
2273   if (cygpath --version) >/dev/null 2>/dev/null; then
2274     CYGPATH_W='cygpath -w'
2275   else
2276     CYGPATH_W=echo
2277   fi
2278 fi
2279
2280
2281 # Define the identity of the package.
2282  PACKAGE='howm'
2283  VERSION='1.4.8-snapshot1'
2284
2285
2286 cat >>confdefs.h <<_ACEOF
2287 #define PACKAGE "$PACKAGE"
2288 _ACEOF
2289
2290
2291 cat >>confdefs.h <<_ACEOF
2292 #define VERSION "$VERSION"
2293 _ACEOF
2294
2295 # Some tools Automake needs.
2296
2297 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
2298
2299
2300 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
2301
2302
2303 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
2304
2305
2306 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
2307
2308
2309 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2310
2311 # For better backward compatibility.  To be removed once Automake 1.9.x
2312 # dies out for good.  For more background, see:
2313 # <https://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
2314 # <https://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
2315 mkdir_p='$(MKDIR_P)'
2316
2317 # We need awk for the "check" target (and possibly the TAP driver).  The
2318 # system "awk" is bad on some platforms.
2319 # Always define AMTAR for backward compatibility.  Yes, it's still used
2320 # in the wild :-(  We should find a proper way to deprecate it ...
2321 AMTAR='$${TAR-tar}'
2322
2323
2324 # We'll loop over all known methods to create a tar archive until one works.
2325 _am_tools='gnutar  pax cpio none'
2326
2327 am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
2328
2329
2330
2331
2332
2333
2334 # POSIX will say in a future version that running "rm -f" with no argument
2335 # is OK; and we want to be able to make that assumption in our Makefile
2336 # recipes.  So use an aggressive probe to check that the usage we want is
2337 # actually supported "in the wild" to an acceptable degree.
2338 # See automake bug#10828.
2339 # To make any issue more visible, cause the running configure to be aborted
2340 # by default if the 'rm' program in use doesn't match our expectations; the
2341 # user can still override this though.
2342 if rm -f && rm -fr && rm -rf; then : OK; else
2343   cat >&2 <<'END'
2344 Oops!
2345
2346 Your 'rm' program seems unable to run without file operands specified
2347 on the command line, even when the '-f' option is present.  This is contrary
2348 to the behaviour of most rm programs out there, and not conforming with
2349 the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
2350
2351 Please tell bug-automake@gnu.org about your system, including the value
2352 of your $PATH and any error possibly output before this message.  This
2353 can help us improve future automake versions.
2354
2355 END
2356   if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
2357     echo 'Configuration will proceed anyway, since you have set the' >&2
2358     echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
2359     echo >&2
2360   else
2361     cat >&2 <<'END'
2362 Aborting the configuration process, to ensure you take notice of the issue.
2363
2364 You can download and install GNU coreutils to get an 'rm' implementation
2365 that behaves properly: <https://www.gnu.org/software/coreutils/>.
2366
2367 If you want to complete the configuration process using your problematic
2368 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
2369 to "yes", and re-run configure.
2370
2371 END
2372     as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
2373   fi
2374 fi
2375
2376
2377 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
2378 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
2379     # Check whether --enable-maintainer-mode was given.
2380 if test "${enable_maintainer_mode+set}" = set; then :
2381   enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
2382 else
2383   USE_MAINTAINER_MODE=no
2384 fi
2385
2386   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
2387 $as_echo "$USE_MAINTAINER_MODE" >&6; }
2388    if test $USE_MAINTAINER_MODE = yes; then
2389   MAINTAINER_MODE_TRUE=
2390   MAINTAINER_MODE_FALSE='#'
2391 else
2392   MAINTAINER_MODE_TRUE='#'
2393   MAINTAINER_MODE_FALSE=
2394 fi
2395
2396   MAINT=$MAINTAINER_MODE_TRUE
2397
2398
2399
2400 # Emacs set environment variable EMACS as t
2401 test "x$EMACS" = xt && unset EMACS
2402
2403 emacsen="emacs xemacs"
2404
2405 # Make sure we can run config.sub.
2406 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2407   as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2408
2409 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2410 $as_echo_n "checking build system type... " >&6; }
2411 if ${ac_cv_build+:} false; then :
2412   $as_echo_n "(cached) " >&6
2413 else
2414   ac_build_alias=$build_alias
2415 test "x$ac_build_alias" = x &&
2416   ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2417 test "x$ac_build_alias" = x &&
2418   as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
2419 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2420   as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2421
2422 fi
2423 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2424 $as_echo "$ac_cv_build" >&6; }
2425 case $ac_cv_build in
2426 *-*-*) ;;
2427 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
2428 esac
2429 build=$ac_cv_build
2430 ac_save_IFS=$IFS; IFS='-'
2431 set x $ac_cv_build
2432 shift
2433 build_cpu=$1
2434 build_vendor=$2
2435 shift; shift
2436 # Remember, the first character of IFS is used to create $*,
2437 # except with old shells:
2438 build_os=$*
2439 IFS=$ac_save_IFS
2440 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2441
2442
2443 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2444 $as_echo_n "checking host system type... " >&6; }
2445 if ${ac_cv_host+:} false; then :
2446   $as_echo_n "(cached) " >&6
2447 else
2448   if test "x$host_alias" = x; then
2449   ac_cv_host=$ac_cv_build
2450 else
2451   ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2452     as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2453 fi
2454
2455 fi
2456 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2457 $as_echo "$ac_cv_host" >&6; }
2458 case $ac_cv_host in
2459 *-*-*) ;;
2460 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
2461 esac
2462 host=$ac_cv_host
2463 ac_save_IFS=$IFS; IFS='-'
2464 set x $ac_cv_host
2465 shift
2466 host_cpu=$1
2467 host_vendor=$2
2468 shift; shift
2469 # Remember, the first character of IFS is used to create $*,
2470 # except with old shells:
2471 host_os=$*
2472 IFS=$ac_save_IFS
2473 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2474
2475
2476
2477 case "$host_os" in
2478 *cygwin*)
2479   with_bash=yes
2480   emacsen="$emacsen MeadowNT.exe Meadow95.exe Meadow.exe"
2481   ;;
2482 esac
2483
2484
2485 # Check whether --with-bash was given.
2486 if test "${with_bash+set}" = set; then :
2487   withval=$with_bash; case "$withval" in
2488 yes) SHELL=bash ;;
2489 no)  ;;
2490 *)   SHELL="$withval" ;;
2491 esac
2492 fi
2493
2494
2495
2496 # Check whether --with-xemacs was given.
2497 if test "${with_xemacs+set}" = set; then :
2498   withval=$with_xemacs; case "$withval" in
2499 yes) emacsen="xemacs" ;;
2500 no)  emacsen="emacs" ;;
2501 *)   EMACS="$withval" ;;
2502 esac
2503 fi
2504
2505
2506
2507 # Check whether --with-emacs was given.
2508 if test "${with_emacs+set}" = set; then :
2509   withval=$with_emacs; case "$withval" in
2510 yes) emacsen="emacs" ;;
2511 no)  emacsen="xemacs" ;;
2512 *)   EMACS="$withval" ;;
2513 esac
2514 fi
2515
2516
2517 if test -n "${with_xemacs+set}" && test -n "${with_emacs+set}"; then
2518   as_fn_error $? "specify one of --with-xemacs or --with-emacs" "$LINENO" 5
2519 fi
2520
2521 # Extract the first word of "cvs", so it can be a program name with args.
2522 set dummy cvs; ac_word=$2
2523 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2524 $as_echo_n "checking for $ac_word... " >&6; }
2525 if ${ac_cv_prog_CVS+:} false; then :
2526   $as_echo_n "(cached) " >&6
2527 else
2528   if test -n "$CVS"; then
2529   ac_cv_prog_CVS="$CVS" # Let the user override the test.
2530 else
2531 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2532 for as_dir in $PATH
2533 do
2534   IFS=$as_save_IFS
2535   test -z "$as_dir" && as_dir=.
2536     for ac_exec_ext in '' $ac_executable_extensions; do
2537   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2538     ac_cv_prog_CVS="cvs -z3"
2539     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2540     break 2
2541   fi
2542 done
2543   done
2544 IFS=$as_save_IFS
2545
2546   test -z "$ac_cv_prog_CVS" && ac_cv_prog_CVS=":"
2547 fi
2548 fi
2549 CVS=$ac_cv_prog_CVS
2550 if test -n "$CVS"; then
2551   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CVS" >&5
2552 $as_echo "$CVS" >&6; }
2553 else
2554   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2555 $as_echo "no" >&6; }
2556 fi
2557
2558
2559 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
2560 $as_echo_n "checking whether ln -s works... " >&6; }
2561 LN_S=$as_ln_s
2562 if test "$LN_S" = "ln -s"; then
2563   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2564 $as_echo "yes" >&6; }
2565 else
2566   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
2567 $as_echo "no, using $LN_S" >&6; }
2568 fi
2569
2570
2571 for ac_prog in ${emacsen}
2572 do
2573   # Extract the first word of "$ac_prog", so it can be a program name with args.
2574 set dummy $ac_prog; ac_word=$2
2575 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2576 $as_echo_n "checking for $ac_word... " >&6; }
2577 if ${ac_cv_prog_EMACS+:} false; then :
2578   $as_echo_n "(cached) " >&6
2579 else
2580   if test -n "$EMACS"; then
2581   ac_cv_prog_EMACS="$EMACS" # Let the user override the test.
2582 else
2583 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2584 for as_dir in $PATH
2585 do
2586   IFS=$as_save_IFS
2587   test -z "$as_dir" && as_dir=.
2588     for ac_exec_ext in '' $ac_executable_extensions; do
2589   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2590     ac_cv_prog_EMACS="$ac_prog"
2591     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2592     break 2
2593   fi
2594 done
2595   done
2596 IFS=$as_save_IFS
2597
2598 fi
2599 fi
2600 EMACS=$ac_cv_prog_EMACS
2601 if test -n "$EMACS"; then
2602   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $EMACS" >&5
2603 $as_echo "$EMACS" >&6; }
2604 else
2605   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2606 $as_echo "no" >&6; }
2607 fi
2608
2609
2610   test -n "$EMACS" && break
2611 done
2612 test -n "$EMACS" || EMACS="no"
2613
2614 if test "$EMACS" = "no"; then
2615   as_fn_error $? "cannot find emacs" "$LINENO" 5
2616 fi
2617
2618 { $as_echo "$as_me:${as_lineno-$LINENO}: checking detecting your emacs type" >&5
2619 $as_echo_n "checking detecting your emacs type... " >&6; }
2620 { ac_temp=./conftemp.$$
2621 ac_output=confout.$$
2622 rm -f $ac_temp $ac_output
2623 cat >$ac_temp <<\_ACEOF
2624 (defun ac-temp-func ()
2625 (princ (cond ((featurep 'xemacs) 'xemacs)
2626              ((>= emacs-major-version 21) 'emacs21)
2627              ((= emacs-major-version 20) 'emacs20)
2628              (t 'UNKNOWN)))
2629 (princ "\n") ; make sure the output has trailing newline.
2630 )
2631 _ACEOF
2632 $EMACS -batch -q -l $ac_temp -f ac-temp-func | sed -e '/^ *$/d' > $ac_output
2633 emacstype=`cat $ac_output`
2634 rm -f $ac_temp $ac_output; }
2635 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $emacstype" >&5
2636 $as_echo "$emacstype" >&6; }
2637
2638 if test -z "$emacstype" || test "$emacstype" = UNKNOWN; then
2639   as_fn_error $? "this package does not work on your emacs" "$LINENO" 5
2640 fi
2641
2642 # detect packagedir
2643
2644 # Check whether --with-packagedir was given.
2645 if test "${with_packagedir+set}" = set; then :
2646   withval=$with_packagedir;  { $as_echo "$as_me:${as_lineno-$LINENO}: checking where package files should go" >&5
2647 $as_echo_n "checking where package files should go... " >&6; }
2648 test "$emacstype" != xemacs && as_fn_error $? "packagedir only works with XEmacs" "$LINENO" 5
2649 case "$withval" in
2650 yes) { ac_temp=./conftemp.$$
2651 ac_output=confout.$$
2652 rm -f $ac_temp $ac_output
2653 cat >$ac_temp <<\_ACEOF
2654 (defun ac-temp-func ()
2655 (princ (expand-file-name "../site-packages" data-directory))
2656 (princ "\n") ; make sure the output has trailing newline.
2657 )
2658 _ACEOF
2659 $EMACS -batch -q -l $ac_temp -f ac-temp-func | sed -e '/^ *$/d' > $ac_output
2660 packagedir=`cat $ac_output`
2661 rm -f $ac_temp $ac_output; }
2662 ;;
2663 no)  unset packagedir ;;
2664 *)   packagedir="$withval" ;;
2665 esac
2666 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $packagedir" >&5
2667 $as_echo "$packagedir" >&6; }
2668 fi
2669
2670
2671
2672
2673 if test "$emacstype" = xemacs && test -n "$packagedir"; then
2674   lispdir='${packagedir}/lisp'
2675   docdir='${datadir}/howm/doc'
2676   extdir='${datadir}/howm/ext'
2677 fi
2678
2679
2680 # Check whether --with-lispdir was given.
2681 if test "${with_lispdir+set}" = set; then :
2682   withval=$with_lispdir;  lispdir="$withval"
2683     { $as_echo "$as_me:${as_lineno-$LINENO}: checking where .elc files should go" >&5
2684 $as_echo_n "checking where .elc files should go... " >&6; }
2685     { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lispdir" >&5
2686 $as_echo "$lispdir" >&6; }
2687 else
2688
2689   if test x${lispdir+set} != xset; then
2690     { $as_echo "$as_me:${as_lineno-$LINENO}: checking where .elc files should go" >&5
2691 $as_echo_n "checking where .elc files should go... " >&6; }
2692 if ${am_cv_lispdir+:} false; then :
2693   $as_echo_n "(cached) " >&6
2694 else
2695         { ac_temp=./conftemp.$$
2696 ac_output=confout.$$
2697 rm -f $ac_temp $ac_output
2698 cat >$ac_temp <<\_ACEOF
2699 (defun ac-temp-func ()
2700 (defvar result nil)
2701 (setq load-path (nreverse load-path))
2702 (while load-path
2703   (if (string-match "\\`\\(.+/site-lisp\\)/?\\'" (car load-path))
2704       (setq result (match-string 1 (car load-path))
2705             load-path nil)
2706     (setq load-path (cdr load-path))))
2707 (princ (or result (expand-file-name "../site-lisp" data-directory)))
2708 (princ "\n") ; make sure the output has trailing newline.
2709 )
2710 _ACEOF
2711 $EMACS -batch -q -l $ac_temp -f ac-temp-func | sed -e '/^ *$/d' > $ac_output
2712 am_cv_lispdir=`cat $ac_output`
2713 rm -f $ac_temp $ac_output; }
2714       if test -z "$am_cv_lispdir"; then
2715         am_cv_lispdir='${datadir}/emacs/site-lisp'
2716       fi
2717
2718 fi
2719 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_lispdir" >&5
2720 $as_echo "$am_cv_lispdir" >&6; }
2721     lispdir="$am_cv_lispdir"
2722   fi
2723
2724 fi
2725
2726
2727
2728
2729 # Check whether --with-howmdir was given.
2730 if test "${with_howmdir+set}" = set; then :
2731   withval=$with_howmdir;  howmdir="$withval"
2732 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where howm files should go" >&5
2733 $as_echo_n "checking where howm files should go... " >&6; }
2734 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $howmdir" >&5
2735 $as_echo "$howmdir" >&6; }
2736 else
2737
2738 if test -z "${howmdir}"; then
2739   { $as_echo "$as_me:${as_lineno-$LINENO}: checking where howm files should go" >&5
2740 $as_echo_n "checking where howm files should go... " >&6; }
2741 if ${ac_cv_howmdir+:} false; then :
2742   $as_echo_n "(cached) " >&6
2743 else
2744           ac_cv_howmdir='${lispdir}/howm'
2745
2746 fi
2747 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_howmdir" >&5
2748 $as_echo "$ac_cv_howmdir" >&6; }
2749   howmdir="$ac_cv_howmdir"
2750 fi
2751
2752 fi
2753
2754
2755
2756 # Check whether --with-docdir was given.
2757 if test "${with_docdir+set}" = set; then :
2758   withval=$with_docdir;  docdir="$withval"
2759 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where doc files should go" >&5
2760 $as_echo_n "checking where doc files should go... " >&6; }
2761 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $docdir" >&5
2762 $as_echo "$docdir" >&6; }
2763 else
2764
2765 if test -z "${docdir}"; then
2766   { $as_echo "$as_me:${as_lineno-$LINENO}: checking where doc files should go" >&5
2767 $as_echo_n "checking where doc files should go... " >&6; }
2768 if ${ac_cv_docdir+:} false; then :
2769   $as_echo_n "(cached) " >&6
2770 else
2771           ac_cv_docdir='${datadir}/howm/doc'
2772
2773 fi
2774 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_docdir" >&5
2775 $as_echo "$ac_cv_docdir" >&6; }
2776   docdir="$ac_cv_docdir"
2777 fi
2778
2779 fi
2780
2781
2782
2783 # Check whether --with-extdir was given.
2784 if test "${with_extdir+set}" = set; then :
2785   withval=$with_extdir;  extdir="$withval"
2786 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where ext files should go" >&5
2787 $as_echo_n "checking where ext files should go... " >&6; }
2788 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $extdir" >&5
2789 $as_echo "$extdir" >&6; }
2790 else
2791
2792 if test -z "${extdir}"; then
2793   { $as_echo "$as_me:${as_lineno-$LINENO}: checking where ext files should go" >&5
2794 $as_echo_n "checking where ext files should go... " >&6; }
2795 if ${ac_cv_extdir+:} false; then :
2796   $as_echo_n "(cached) " >&6
2797 else
2798           ac_cv_extdir='${datadir}/howm/ext'
2799
2800 fi
2801 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_extdir" >&5
2802 $as_echo "$ac_cv_extdir" >&6; }
2803   extdir="$ac_cv_extdir"
2804 fi
2805
2806 fi
2807
2808
2809
2810 # Check whether --with-endir was given.
2811 if test "${with_endir+set}" = set; then :
2812   withval=$with_endir;
2813 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: --with-endir is obsolete. no need. no effect." >&5
2814 $as_echo "$as_me: WARNING: --with-endir is obsolete. no need. no effect." >&2;}
2815
2816 fi
2817
2818
2819
2820 # Check whether --with-jadir was given.
2821 if test "${with_jadir+set}" = set; then :
2822   withval=$with_jadir;
2823 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: --with-jadir is obsolete. no need. no effect." >&5
2824 $as_echo "$as_me: WARNING: --with-jadir is obsolete. no need. no effect." >&2;}
2825
2826 fi
2827
2828
2829
2830
2831
2832
2833 # link files
2834 if test `cd ${srcdir}; pwd` != `pwd`; then
2835   ac_config_commands="$ac_config_commands link-lisp"
2836
2837 #  AC_CONFIG_LINKS(doc/howm.info:doc/howm.info)
2838 fi
2839
2840 ac_config_files="$ac_config_files Makefile doc/Makefile ext/Makefile sample/Makefile en/Makefile fr/Makefile ja/Makefile howm.el"
2841
2842 cat >confcache <<\_ACEOF
2843 # This file is a shell script that caches the results of configure
2844 # tests run on this system so they can be shared between configure
2845 # scripts and configure runs, see configure's option --config-cache.
2846 # It is not useful on other systems.  If it contains results you don't
2847 # want to keep, you may remove or edit it.
2848 #
2849 # config.status only pays attention to the cache file if you give it
2850 # the --recheck option to rerun configure.
2851 #
2852 # `ac_cv_env_foo' variables (set or unset) will be overridden when
2853 # loading this file, other *unset* `ac_cv_foo' will be assigned the
2854 # following values.
2855
2856 _ACEOF
2857
2858 # The following way of writing the cache mishandles newlines in values,
2859 # but we know of no workaround that is simple, portable, and efficient.
2860 # So, we kill variables containing newlines.
2861 # Ultrix sh set writes to stderr and can't be redirected directly,
2862 # and sets the high bit in the cache file unless we assign to the vars.
2863 (
2864   for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
2865     eval ac_val=\$$ac_var
2866     case $ac_val in #(
2867     *${as_nl}*)
2868       case $ac_var in #(
2869       *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2870 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2871       esac
2872       case $ac_var in #(
2873       _ | IFS | as_nl) ;; #(
2874       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2875       *) { eval $ac_var=; unset $ac_var;} ;;
2876       esac ;;
2877     esac
2878   done
2879
2880   (set) 2>&1 |
2881     case $as_nl`(ac_space=' '; set) 2>&1` in #(
2882     *${as_nl}ac_space=\ *)
2883       # `set' does not quote correctly, so add quotes: double-quote
2884       # substitution turns \\\\ into \\, and sed turns \\ into \.
2885       sed -n \
2886         "s/'/'\\\\''/g;
2887           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
2888       ;; #(
2889     *)
2890       # `set' quotes correctly as required by POSIX, so do not add quotes.
2891       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2892       ;;
2893     esac |
2894     sort
2895 ) |
2896   sed '
2897      /^ac_cv_env_/b end
2898      t clear
2899      :clear
2900      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
2901      t end
2902      s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
2903      :end' >>confcache
2904 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
2905   if test -w "$cache_file"; then
2906     if test "x$cache_file" != "x/dev/null"; then
2907       { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
2908 $as_echo "$as_me: updating cache $cache_file" >&6;}
2909       if test ! -f "$cache_file" || test -h "$cache_file"; then
2910         cat confcache >"$cache_file"
2911       else
2912         case $cache_file in #(
2913         */* | ?:*)
2914           mv -f confcache "$cache_file"$$ &&
2915           mv -f "$cache_file"$$ "$cache_file" ;; #(
2916         *)
2917           mv -f confcache "$cache_file" ;;
2918         esac
2919       fi
2920     fi
2921   else
2922     { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
2923 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
2924   fi
2925 fi
2926 rm -f confcache
2927
2928 test "x$prefix" = xNONE && prefix=$ac_default_prefix
2929 # Let make expand exec_prefix.
2930 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
2931
2932 # Transform confdefs.h into DEFS.
2933 # Protect against shell expansion while executing Makefile rules.
2934 # Protect against Makefile macro expansion.
2935 #
2936 # If the first sed substitution is executed (which looks for macros that
2937 # take arguments), then branch to the quote section.  Otherwise,
2938 # look for a macro that doesn't take arguments.
2939 ac_script='
2940 :mline
2941 /\\$/{
2942  N
2943  s,\\\n,,
2944  b mline
2945 }
2946 t clear
2947 :clear
2948 s/^[     ]*#[    ]*define[       ][      ]*\([^  (][^    (]*([^)]*)\)[   ]*\(.*\)/-D\1=\2/g
2949 t quote
2950 s/^[     ]*#[    ]*define[       ][      ]*\([^  ][^     ]*\)[   ]*\(.*\)/-D\1=\2/g
2951 t quote
2952 b any
2953 :quote
2954 s/[      `~#$^&*(){}\\|;'\''"<>?]/\\&/g
2955 s/\[/\\&/g
2956 s/\]/\\&/g
2957 s/\$/$$/g
2958 H
2959 :any
2960 ${
2961         g
2962         s/^\n//
2963         s/\n/ /g
2964         p
2965 }
2966 '
2967 DEFS=`sed -n "$ac_script" confdefs.h`
2968
2969
2970 ac_libobjs=
2971 ac_ltlibobjs=
2972 U=
2973 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
2974   # 1. Remove the extension, and $U if already installed.
2975   ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
2976   ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
2977   # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
2978   #    will be set to the directory where LIBOBJS objects are built.
2979   as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
2980   as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
2981 done
2982 LIBOBJS=$ac_libobjs
2983
2984 LTLIBOBJS=$ac_ltlibobjs
2985
2986
2987 { $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
2988 $as_echo_n "checking that generated files are newer than configure... " >&6; }
2989    if test -n "$am_sleep_pid"; then
2990      # Hide warnings about reused PIDs.
2991      wait $am_sleep_pid 2>/dev/null
2992    fi
2993    { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
2994 $as_echo "done" >&6; }
2995
2996 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
2997   as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
2998 Usually this means the macro was only invoked conditionally." "$LINENO" 5
2999 fi
3000
3001 : "${CONFIG_STATUS=./config.status}"
3002 ac_write_fail=0
3003 ac_clean_files_save=$ac_clean_files
3004 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
3005 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
3006 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
3007 as_write_fail=0
3008 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
3009 #! $SHELL
3010 # Generated by $as_me.
3011 # Run this file to recreate the current configuration.
3012 # Compiler output produced by configure, useful for debugging
3013 # configure, is in config.log if it exists.
3014
3015 debug=false
3016 ac_cs_recheck=false
3017 ac_cs_silent=false
3018
3019 SHELL=\${CONFIG_SHELL-$SHELL}
3020 export SHELL
3021 _ASEOF
3022 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
3023 ## -------------------- ##
3024 ## M4sh Initialization. ##
3025 ## -------------------- ##
3026
3027 # Be more Bourne compatible
3028 DUALCASE=1; export DUALCASE # for MKS sh
3029 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
3030   emulate sh
3031   NULLCMD=:
3032   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
3033   # is contrary to our usage.  Disable this feature.
3034   alias -g '${1+"$@"}'='"$@"'
3035   setopt NO_GLOB_SUBST
3036 else
3037   case `(set -o) 2>/dev/null` in #(
3038   *posix*) :
3039     set -o posix ;; #(
3040   *) :
3041      ;;
3042 esac
3043 fi
3044
3045
3046 as_nl='
3047 '
3048 export as_nl
3049 # Printing a long string crashes Solaris 7 /usr/bin/printf.
3050 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
3051 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
3052 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
3053 # Prefer a ksh shell builtin over an external printf program on Solaris,
3054 # but without wasting forks for bash or zsh.
3055 if test -z "$BASH_VERSION$ZSH_VERSION" \
3056     && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
3057   as_echo='print -r --'
3058   as_echo_n='print -rn --'
3059 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
3060   as_echo='printf %s\n'
3061   as_echo_n='printf %s'
3062 else
3063   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
3064     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
3065     as_echo_n='/usr/ucb/echo -n'
3066   else
3067     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
3068     as_echo_n_body='eval
3069       arg=$1;
3070       case $arg in #(
3071       *"$as_nl"*)
3072         expr "X$arg" : "X\\(.*\\)$as_nl";
3073         arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
3074       esac;
3075       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
3076     '
3077     export as_echo_n_body
3078     as_echo_n='sh -c $as_echo_n_body as_echo'
3079   fi
3080   export as_echo_body
3081   as_echo='sh -c $as_echo_body as_echo'
3082 fi
3083
3084 # The user is always right.
3085 if test "${PATH_SEPARATOR+set}" != set; then
3086   PATH_SEPARATOR=:
3087   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
3088     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
3089       PATH_SEPARATOR=';'
3090   }
3091 fi
3092
3093
3094 # IFS
3095 # We need space, tab and new line, in precisely that order.  Quoting is
3096 # there to prevent editors from complaining about space-tab.
3097 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
3098 # splitting by setting IFS to empty value.)
3099 IFS=" ""        $as_nl"
3100
3101 # Find who we are.  Look in the path if we contain no directory separator.
3102 as_myself=
3103 case $0 in #((
3104   *[\\/]* ) as_myself=$0 ;;
3105   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3106 for as_dir in $PATH
3107 do
3108   IFS=$as_save_IFS
3109   test -z "$as_dir" && as_dir=.
3110     test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
3111   done
3112 IFS=$as_save_IFS
3113
3114      ;;
3115 esac
3116 # We did not find ourselves, most probably we were run as `sh COMMAND'
3117 # in which case we are not to be found in the path.
3118 if test "x$as_myself" = x; then
3119   as_myself=$0
3120 fi
3121 if test ! -f "$as_myself"; then
3122   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
3123   exit 1
3124 fi
3125
3126 # Unset variables that we do not need and which cause bugs (e.g. in
3127 # pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
3128 # suppresses any "Segmentation fault" message there.  '((' could
3129 # trigger a bug in pdksh 5.2.14.
3130 for as_var in BASH_ENV ENV MAIL MAILPATH
3131 do eval test x\${$as_var+set} = xset \
3132   && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
3133 done
3134 PS1='$ '
3135 PS2='> '
3136 PS4='+ '
3137
3138 # NLS nuisances.
3139 LC_ALL=C
3140 export LC_ALL
3141 LANGUAGE=C
3142 export LANGUAGE
3143
3144 # CDPATH.
3145 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
3146
3147
3148 # as_fn_error STATUS ERROR [LINENO LOG_FD]
3149 # ----------------------------------------
3150 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
3151 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
3152 # script with STATUS, using 1 if that was 0.
3153 as_fn_error ()
3154 {
3155   as_status=$1; test $as_status -eq 0 && as_status=1
3156   if test "$4"; then
3157     as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
3158     $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
3159   fi
3160   $as_echo "$as_me: error: $2" >&2
3161   as_fn_exit $as_status
3162 } # as_fn_error
3163
3164
3165 # as_fn_set_status STATUS
3166 # -----------------------
3167 # Set $? to STATUS, without forking.
3168 as_fn_set_status ()
3169 {
3170   return $1
3171 } # as_fn_set_status
3172
3173 # as_fn_exit STATUS
3174 # -----------------
3175 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
3176 as_fn_exit ()
3177 {
3178   set +e
3179   as_fn_set_status $1
3180   exit $1
3181 } # as_fn_exit
3182
3183 # as_fn_unset VAR
3184 # ---------------
3185 # Portably unset VAR.
3186 as_fn_unset ()
3187 {
3188   { eval $1=; unset $1;}
3189 }
3190 as_unset=as_fn_unset
3191 # as_fn_append VAR VALUE
3192 # ----------------------
3193 # Append the text in VALUE to the end of the definition contained in VAR. Take
3194 # advantage of any shell optimizations that allow amortized linear growth over
3195 # repeated appends, instead of the typical quadratic growth present in naive
3196 # implementations.
3197 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
3198   eval 'as_fn_append ()
3199   {
3200     eval $1+=\$2
3201   }'
3202 else
3203   as_fn_append ()
3204   {
3205     eval $1=\$$1\$2
3206   }
3207 fi # as_fn_append
3208
3209 # as_fn_arith ARG...
3210 # ------------------
3211 # Perform arithmetic evaluation on the ARGs, and store the result in the
3212 # global $as_val. Take advantage of shells that can avoid forks. The arguments
3213 # must be portable across $(()) and expr.
3214 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
3215   eval 'as_fn_arith ()
3216   {
3217     as_val=$(( $* ))
3218   }'
3219 else
3220   as_fn_arith ()
3221   {
3222     as_val=`expr "$@" || test $? -eq 1`
3223   }
3224 fi # as_fn_arith
3225
3226
3227 if expr a : '\(a\)' >/dev/null 2>&1 &&
3228    test "X`expr 00001 : '.*\(...\)'`" = X001; then
3229   as_expr=expr
3230 else
3231   as_expr=false
3232 fi
3233
3234 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
3235   as_basename=basename
3236 else
3237   as_basename=false
3238 fi
3239
3240 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
3241   as_dirname=dirname
3242 else
3243   as_dirname=false
3244 fi
3245
3246 as_me=`$as_basename -- "$0" ||
3247 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
3248          X"$0" : 'X\(//\)$' \| \
3249          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
3250 $as_echo X/"$0" |
3251     sed '/^.*\/\([^/][^/]*\)\/*$/{
3252             s//\1/
3253             q
3254           }
3255           /^X\/\(\/\/\)$/{
3256             s//\1/
3257             q
3258           }
3259           /^X\/\(\/\).*/{
3260             s//\1/
3261             q
3262           }
3263           s/.*/./; q'`
3264
3265 # Avoid depending upon Character Ranges.
3266 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
3267 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
3268 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
3269 as_cr_digits='0123456789'
3270 as_cr_alnum=$as_cr_Letters$as_cr_digits
3271
3272 ECHO_C= ECHO_N= ECHO_T=
3273 case `echo -n x` in #(((((
3274 -n*)
3275   case `echo 'xy\c'` in
3276   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
3277   xy)  ECHO_C='\c';;
3278   *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
3279        ECHO_T=' ';;
3280   esac;;
3281 *)
3282   ECHO_N='-n';;
3283 esac
3284
3285 rm -f conf$$ conf$$.exe conf$$.file
3286 if test -d conf$$.dir; then
3287   rm -f conf$$.dir/conf$$.file
3288 else
3289   rm -f conf$$.dir
3290   mkdir conf$$.dir 2>/dev/null
3291 fi
3292 if (echo >conf$$.file) 2>/dev/null; then
3293   if ln -s conf$$.file conf$$ 2>/dev/null; then
3294     as_ln_s='ln -s'
3295     # ... but there are two gotchas:
3296     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
3297     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
3298     # In both cases, we have to default to `cp -pR'.
3299     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
3300       as_ln_s='cp -pR'
3301   elif ln conf$$.file conf$$ 2>/dev/null; then
3302     as_ln_s=ln
3303   else
3304     as_ln_s='cp -pR'
3305   fi
3306 else
3307   as_ln_s='cp -pR'
3308 fi
3309 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
3310 rmdir conf$$.dir 2>/dev/null
3311
3312
3313 # as_fn_mkdir_p
3314 # -------------
3315 # Create "$as_dir" as a directory, including parents if necessary.
3316 as_fn_mkdir_p ()
3317 {
3318
3319   case $as_dir in #(
3320   -*) as_dir=./$as_dir;;
3321   esac
3322   test -d "$as_dir" || eval $as_mkdir_p || {
3323     as_dirs=
3324     while :; do
3325       case $as_dir in #(
3326       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
3327       *) as_qdir=$as_dir;;
3328       esac
3329       as_dirs="'$as_qdir' $as_dirs"
3330       as_dir=`$as_dirname -- "$as_dir" ||
3331 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3332          X"$as_dir" : 'X\(//\)[^/]' \| \
3333          X"$as_dir" : 'X\(//\)$' \| \
3334          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
3335 $as_echo X"$as_dir" |
3336     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
3337             s//\1/
3338             q
3339           }
3340           /^X\(\/\/\)[^/].*/{
3341             s//\1/
3342             q
3343           }
3344           /^X\(\/\/\)$/{
3345             s//\1/
3346             q
3347           }
3348           /^X\(\/\).*/{
3349             s//\1/
3350             q
3351           }
3352           s/.*/./; q'`
3353       test -d "$as_dir" && break
3354     done
3355     test -z "$as_dirs" || eval "mkdir $as_dirs"
3356   } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
3357
3358
3359 } # as_fn_mkdir_p
3360 if mkdir -p . 2>/dev/null; then
3361   as_mkdir_p='mkdir -p "$as_dir"'
3362 else
3363   test -d ./-p && rmdir ./-p
3364   as_mkdir_p=false
3365 fi
3366
3367
3368 # as_fn_executable_p FILE
3369 # -----------------------
3370 # Test if FILE is an executable regular file.
3371 as_fn_executable_p ()
3372 {
3373   test -f "$1" && test -x "$1"
3374 } # as_fn_executable_p
3375 as_test_x='test -x'
3376 as_executable_p=as_fn_executable_p
3377
3378 # Sed expression to map a string onto a valid CPP name.
3379 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
3380
3381 # Sed expression to map a string onto a valid variable name.
3382 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
3383
3384
3385 exec 6>&1
3386 ## ----------------------------------- ##
3387 ## Main body of $CONFIG_STATUS script. ##
3388 ## ----------------------------------- ##
3389 _ASEOF
3390 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
3391
3392 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3393 # Save the log message, to keep $0 and so on meaningful, and to
3394 # report actual input values of CONFIG_FILES etc. instead of their
3395 # values after options handling.
3396 ac_log="
3397 This file was extended by howm $as_me 1.4.8-snapshot1, which was
3398 generated by GNU Autoconf 2.69.  Invocation command line was
3399
3400   CONFIG_FILES    = $CONFIG_FILES
3401   CONFIG_HEADERS  = $CONFIG_HEADERS
3402   CONFIG_LINKS    = $CONFIG_LINKS
3403   CONFIG_COMMANDS = $CONFIG_COMMANDS
3404   $ $0 $@
3405
3406 on `(hostname || uname -n) 2>/dev/null | sed 1q`
3407 "
3408
3409 _ACEOF
3410
3411 case $ac_config_files in *"
3412 "*) set x $ac_config_files; shift; ac_config_files=$*;;
3413 esac
3414
3415
3416
3417 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3418 # Files that config.status was made for.
3419 config_files="$ac_config_files"
3420 config_commands="$ac_config_commands"
3421
3422 _ACEOF
3423
3424 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3425 ac_cs_usage="\
3426 \`$as_me' instantiates files and other configuration actions
3427 from templates according to the current configuration.  Unless the files
3428 and actions are specified as TAGs, all are instantiated by default.
3429
3430 Usage: $0 [OPTION]... [TAG]...
3431
3432   -h, --help       print this help, then exit
3433   -V, --version    print version number and configuration settings, then exit
3434       --config     print configuration, then exit
3435   -q, --quiet, --silent
3436                    do not print progress messages
3437   -d, --debug      don't remove temporary files
3438       --recheck    update $as_me by reconfiguring in the same conditions
3439       --file=FILE[:TEMPLATE]
3440                    instantiate the configuration file FILE
3441
3442 Configuration files:
3443 $config_files
3444
3445 Configuration commands:
3446 $config_commands
3447
3448 Report bugs to the package provider."
3449
3450 _ACEOF
3451 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3452 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
3453 ac_cs_version="\\
3454 howm config.status 1.4.8-snapshot1
3455 configured by $0, generated by GNU Autoconf 2.69,
3456   with options \\"\$ac_cs_config\\"
3457
3458 Copyright (C) 2012 Free Software Foundation, Inc.
3459 This config.status script is free software; the Free Software Foundation
3460 gives unlimited permission to copy, distribute and modify it."
3461
3462 ac_pwd='$ac_pwd'
3463 srcdir='$srcdir'
3464 INSTALL='$INSTALL'
3465 MKDIR_P='$MKDIR_P'
3466 AWK='$AWK'
3467 test -n "\$AWK" || AWK=awk
3468 _ACEOF
3469
3470 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3471 # The default lists apply if the user does not specify any file.
3472 ac_need_defaults=:
3473 while test $# != 0
3474 do
3475   case $1 in
3476   --*=?*)
3477     ac_option=`expr "X$1" : 'X\([^=]*\)='`
3478     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
3479     ac_shift=:
3480     ;;
3481   --*=)
3482     ac_option=`expr "X$1" : 'X\([^=]*\)='`
3483     ac_optarg=
3484     ac_shift=:
3485     ;;
3486   *)
3487     ac_option=$1
3488     ac_optarg=$2
3489     ac_shift=shift
3490     ;;
3491   esac
3492
3493   case $ac_option in
3494   # Handling of the options.
3495   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
3496     ac_cs_recheck=: ;;
3497   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
3498     $as_echo "$ac_cs_version"; exit ;;
3499   --config | --confi | --conf | --con | --co | --c )
3500     $as_echo "$ac_cs_config"; exit ;;
3501   --debug | --debu | --deb | --de | --d | -d )
3502     debug=: ;;
3503   --file | --fil | --fi | --f )
3504     $ac_shift
3505     case $ac_optarg in
3506     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
3507     '') as_fn_error $? "missing file argument" ;;
3508     esac
3509     as_fn_append CONFIG_FILES " '$ac_optarg'"
3510     ac_need_defaults=false;;
3511   --he | --h |  --help | --hel | -h )
3512     $as_echo "$ac_cs_usage"; exit ;;
3513   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
3514   | -silent | --silent | --silen | --sile | --sil | --si | --s)
3515     ac_cs_silent=: ;;
3516
3517   # This is an error.
3518   -*) as_fn_error $? "unrecognized option: \`$1'
3519 Try \`$0 --help' for more information." ;;
3520
3521   *) as_fn_append ac_config_targets " $1"
3522      ac_need_defaults=false ;;
3523
3524   esac
3525   shift
3526 done
3527
3528 ac_configure_extra_args=
3529
3530 if $ac_cs_silent; then
3531   exec 6>/dev/null
3532   ac_configure_extra_args="$ac_configure_extra_args --silent"
3533 fi
3534
3535 _ACEOF
3536 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3537 if \$ac_cs_recheck; then
3538   set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
3539   shift
3540   \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
3541   CONFIG_SHELL='$SHELL'
3542   export CONFIG_SHELL
3543   exec "\$@"
3544 fi
3545
3546 _ACEOF
3547 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3548 exec 5>>config.log
3549 {
3550   echo
3551   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
3552 ## Running $as_me. ##
3553 _ASBOX
3554   $as_echo "$ac_log"
3555 } >&5
3556
3557 _ACEOF
3558 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3559 #
3560 # INIT-COMMANDS
3561 #
3562 howm_ln_s="${LN_S}"
3563
3564 _ACEOF
3565
3566 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3567
3568 # Handling of arguments.
3569 for ac_config_target in $ac_config_targets
3570 do
3571   case $ac_config_target in
3572     "link-lisp") CONFIG_COMMANDS="$CONFIG_COMMANDS link-lisp" ;;
3573     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
3574     "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
3575     "ext/Makefile") CONFIG_FILES="$CONFIG_FILES ext/Makefile" ;;
3576     "sample/Makefile") CONFIG_FILES="$CONFIG_FILES sample/Makefile" ;;
3577     "en/Makefile") CONFIG_FILES="$CONFIG_FILES en/Makefile" ;;
3578     "fr/Makefile") CONFIG_FILES="$CONFIG_FILES fr/Makefile" ;;
3579     "ja/Makefile") CONFIG_FILES="$CONFIG_FILES ja/Makefile" ;;
3580     "howm.el") CONFIG_FILES="$CONFIG_FILES howm.el" ;;
3581
3582   *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
3583   esac
3584 done
3585
3586
3587 # If the user did not use the arguments to specify the items to instantiate,
3588 # then the envvar interface is used.  Set only those that are not.
3589 # We use the long form for the default assignment because of an extremely
3590 # bizarre bug on SunOS 4.1.3.
3591 if $ac_need_defaults; then
3592   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
3593   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
3594 fi
3595
3596 # Have a temporary directory for convenience.  Make it in the build tree
3597 # simply because there is no reason against having it here, and in addition,
3598 # creating and moving files from /tmp can sometimes cause problems.
3599 # Hook for its removal unless debugging.
3600 # Note that there is a small window in which the directory will not be cleaned:
3601 # after its creation but before its name has been assigned to `$tmp'.
3602 $debug ||
3603 {
3604   tmp= ac_tmp=
3605   trap 'exit_status=$?
3606   : "${ac_tmp:=$tmp}"
3607   { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
3608 ' 0
3609   trap 'as_fn_exit 1' 1 2 13 15
3610 }
3611 # Create a (secure) tmp directory for tmp files.
3612
3613 {
3614   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
3615   test -d "$tmp"
3616 }  ||
3617 {
3618   tmp=./conf$$-$RANDOM
3619   (umask 077 && mkdir "$tmp")
3620 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
3621 ac_tmp=$tmp
3622
3623 # Set up the scripts for CONFIG_FILES section.
3624 # No need to generate them if there are no CONFIG_FILES.
3625 # This happens for instance with `./config.status config.h'.
3626 if test -n "$CONFIG_FILES"; then
3627
3628
3629 ac_cr=`echo X | tr X '\015'`
3630 # On cygwin, bash can eat \r inside `` if the user requested igncr.
3631 # But we know of no other shell where ac_cr would be empty at this
3632 # point, so we can use a bashism as a fallback.
3633 if test "x$ac_cr" = x; then
3634   eval ac_cr=\$\'\\r\'
3635 fi
3636 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
3637 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
3638   ac_cs_awk_cr='\\r'
3639 else
3640   ac_cs_awk_cr=$ac_cr
3641 fi
3642
3643 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
3644 _ACEOF
3645
3646
3647 {
3648   echo "cat >conf$$subs.awk <<_ACEOF" &&
3649   echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
3650   echo "_ACEOF"
3651 } >conf$$subs.sh ||
3652   as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
3653 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
3654 ac_delim='%!_!# '
3655 for ac_last_try in false false false false false :; do
3656   . ./conf$$subs.sh ||
3657     as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
3658
3659   ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
3660   if test $ac_delim_n = $ac_delim_num; then
3661     break
3662   elif $ac_last_try; then
3663     as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
3664   else
3665     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
3666   fi
3667 done
3668 rm -f conf$$subs.sh
3669
3670 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3671 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
3672 _ACEOF
3673 sed -n '
3674 h
3675 s/^/S["/; s/!.*/"]=/
3676 p
3677 g
3678 s/^[^!]*!//
3679 :repl
3680 t repl
3681 s/'"$ac_delim"'$//
3682 t delim
3683 :nl
3684 h
3685 s/\(.\{148\}\)..*/\1/
3686 t more1
3687 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
3688 p
3689 n
3690 b repl
3691 :more1
3692 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
3693 p
3694 g
3695 s/.\{148\}//
3696 t nl
3697 :delim
3698 h
3699 s/\(.\{148\}\)..*/\1/
3700 t more2
3701 s/["\\]/\\&/g; s/^/"/; s/$/"/
3702 p
3703 b
3704 :more2
3705 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
3706 p
3707 g
3708 s/.\{148\}//
3709 t delim
3710 ' <conf$$subs.awk | sed '
3711 /^[^""]/{
3712   N
3713   s/\n//
3714 }
3715 ' >>$CONFIG_STATUS || ac_write_fail=1
3716 rm -f conf$$subs.awk
3717 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3718 _ACAWK
3719 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
3720   for (key in S) S_is_set[key] = 1
3721   FS = "\a"
3722
3723 }
3724 {
3725   line = $ 0
3726   nfields = split(line, field, "@")
3727   substed = 0
3728   len = length(field[1])
3729   for (i = 2; i < nfields; i++) {
3730     key = field[i]
3731     keylen = length(key)
3732     if (S_is_set[key]) {
3733       value = S[key]
3734       line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
3735       len += length(value) + length(field[++i])
3736       substed = 1
3737     } else
3738       len += 1 + keylen
3739   }
3740
3741   print line
3742 }
3743
3744 _ACAWK
3745 _ACEOF
3746 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3747 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
3748   sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
3749 else
3750   cat
3751 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
3752   || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
3753 _ACEOF
3754
3755 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
3756 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
3757 # trailing colons and then remove the whole line if VPATH becomes empty
3758 # (actually we leave an empty line to preserve line numbers).
3759 if test "x$srcdir" = x.; then
3760   ac_vpsub='/^[  ]*VPATH[        ]*=[    ]*/{
3761 h
3762 s///
3763 s/^/:/
3764 s/[      ]*$/:/
3765 s/:\$(srcdir):/:/g
3766 s/:\${srcdir}:/:/g
3767 s/:@srcdir@:/:/g
3768 s/^:*//
3769 s/:*$//
3770 x
3771 s/\(=[   ]*\).*/\1/
3772 G
3773 s/\n//
3774 s/^[^=]*=[       ]*$//
3775 }'
3776 fi
3777
3778 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3779 fi # test -n "$CONFIG_FILES"
3780
3781
3782 eval set X "  :F $CONFIG_FILES      :C $CONFIG_COMMANDS"
3783 shift
3784 for ac_tag
3785 do
3786   case $ac_tag in
3787   :[FHLC]) ac_mode=$ac_tag; continue;;
3788   esac
3789   case $ac_mode$ac_tag in
3790   :[FHL]*:*);;
3791   :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
3792   :[FH]-) ac_tag=-:-;;
3793   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
3794   esac
3795   ac_save_IFS=$IFS
3796   IFS=:
3797   set x $ac_tag
3798   IFS=$ac_save_IFS
3799   shift
3800   ac_file=$1
3801   shift
3802
3803   case $ac_mode in
3804   :L) ac_source=$1;;
3805   :[FH])
3806     ac_file_inputs=
3807     for ac_f
3808     do
3809       case $ac_f in
3810       -) ac_f="$ac_tmp/stdin";;
3811       *) # Look for the file first in the build tree, then in the source tree
3812          # (if the path is not absolute).  The absolute path cannot be DOS-style,
3813          # because $ac_f cannot contain `:'.
3814          test -f "$ac_f" ||
3815            case $ac_f in
3816            [\\/$]*) false;;
3817            *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
3818            esac ||
3819            as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
3820       esac
3821       case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
3822       as_fn_append ac_file_inputs " '$ac_f'"
3823     done
3824
3825     # Let's still pretend it is `configure' which instantiates (i.e., don't
3826     # use $as_me), people would be surprised to read:
3827     #    /* config.h.  Generated by config.status.  */
3828     configure_input='Generated from '`
3829           $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
3830         `' by configure.'
3831     if test x"$ac_file" != x-; then
3832       configure_input="$ac_file.  $configure_input"
3833       { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
3834 $as_echo "$as_me: creating $ac_file" >&6;}
3835     fi
3836     # Neutralize special characters interpreted by sed in replacement strings.
3837     case $configure_input in #(
3838     *\&* | *\|* | *\\* )
3839        ac_sed_conf_input=`$as_echo "$configure_input" |
3840        sed 's/[\\\\&|]/\\\\&/g'`;; #(
3841     *) ac_sed_conf_input=$configure_input;;
3842     esac
3843
3844     case $ac_tag in
3845     *:-:* | *:-) cat >"$ac_tmp/stdin" \
3846       || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
3847     esac
3848     ;;
3849   esac
3850
3851   ac_dir=`$as_dirname -- "$ac_file" ||
3852 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3853          X"$ac_file" : 'X\(//\)[^/]' \| \
3854          X"$ac_file" : 'X\(//\)$' \| \
3855          X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
3856 $as_echo X"$ac_file" |
3857     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
3858             s//\1/
3859             q
3860           }
3861           /^X\(\/\/\)[^/].*/{
3862             s//\1/
3863             q
3864           }
3865           /^X\(\/\/\)$/{
3866             s//\1/
3867             q
3868           }
3869           /^X\(\/\).*/{
3870             s//\1/
3871             q
3872           }
3873           s/.*/./; q'`
3874   as_dir="$ac_dir"; as_fn_mkdir_p
3875   ac_builddir=.
3876
3877 case "$ac_dir" in
3878 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
3879 *)
3880   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
3881   # A ".." for each directory in $ac_dir_suffix.
3882   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
3883   case $ac_top_builddir_sub in
3884   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
3885   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
3886   esac ;;
3887 esac
3888 ac_abs_top_builddir=$ac_pwd
3889 ac_abs_builddir=$ac_pwd$ac_dir_suffix
3890 # for backward compatibility:
3891 ac_top_builddir=$ac_top_build_prefix
3892
3893 case $srcdir in
3894   .)  # We are building in place.
3895     ac_srcdir=.
3896     ac_top_srcdir=$ac_top_builddir_sub
3897     ac_abs_top_srcdir=$ac_pwd ;;
3898   [\\/]* | ?:[\\/]* )  # Absolute name.
3899     ac_srcdir=$srcdir$ac_dir_suffix;
3900     ac_top_srcdir=$srcdir
3901     ac_abs_top_srcdir=$srcdir ;;
3902   *) # Relative name.
3903     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
3904     ac_top_srcdir=$ac_top_build_prefix$srcdir
3905     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
3906 esac
3907 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
3908
3909
3910   case $ac_mode in
3911   :F)
3912   #
3913   # CONFIG_FILE
3914   #
3915
3916   case $INSTALL in
3917   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
3918   *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
3919   esac
3920   ac_MKDIR_P=$MKDIR_P
3921   case $MKDIR_P in
3922   [\\/$]* | ?:[\\/]* ) ;;
3923   */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
3924   esac
3925 _ACEOF
3926
3927 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3928 # If the template does not know about datarootdir, expand it.
3929 # FIXME: This hack should be removed a few years after 2.60.
3930 ac_datarootdir_hack=; ac_datarootdir_seen=
3931 ac_sed_dataroot='
3932 /datarootdir/ {
3933   p
3934   q
3935 }
3936 /@datadir@/p
3937 /@docdir@/p
3938 /@infodir@/p
3939 /@localedir@/p
3940 /@mandir@/p'
3941 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
3942 *datarootdir*) ac_datarootdir_seen=yes;;
3943 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
3944   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
3945 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
3946 _ACEOF
3947 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3948   ac_datarootdir_hack='
3949   s&@datadir@&$datadir&g
3950   s&@docdir@&$docdir&g
3951   s&@infodir@&$infodir&g
3952   s&@localedir@&$localedir&g
3953   s&@mandir@&$mandir&g
3954   s&\\\${datarootdir}&$datarootdir&g' ;;
3955 esac
3956 _ACEOF
3957
3958 # Neutralize VPATH when `$srcdir' = `.'.
3959 # Shell code in configure.ac might set extrasub.
3960 # FIXME: do we really want to maintain this feature?
3961 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3962 ac_sed_extra="$ac_vpsub
3963 $extrasub
3964 _ACEOF
3965 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3966 :t
3967 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
3968 s|@configure_input@|$ac_sed_conf_input|;t t
3969 s&@top_builddir@&$ac_top_builddir_sub&;t t
3970 s&@top_build_prefix@&$ac_top_build_prefix&;t t
3971 s&@srcdir@&$ac_srcdir&;t t
3972 s&@abs_srcdir@&$ac_abs_srcdir&;t t
3973 s&@top_srcdir@&$ac_top_srcdir&;t t
3974 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
3975 s&@builddir@&$ac_builddir&;t t
3976 s&@abs_builddir@&$ac_abs_builddir&;t t
3977 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
3978 s&@INSTALL@&$ac_INSTALL&;t t
3979 s&@MKDIR_P@&$ac_MKDIR_P&;t t
3980 $ac_datarootdir_hack
3981 "
3982 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
3983   >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
3984
3985 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
3986   { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
3987   { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' \
3988       "$ac_tmp/out"`; test -z "$ac_out"; } &&
3989   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
3990 which seems to be undefined.  Please make sure it is defined" >&5
3991 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
3992 which seems to be undefined.  Please make sure it is defined" >&2;}
3993
3994   rm -f "$ac_tmp/stdin"
3995   case $ac_file in
3996   -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
3997   *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
3998   esac \
3999   || as_fn_error $? "could not create $ac_file" "$LINENO" 5
4000  ;;
4001
4002
4003   :C)  { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
4004 $as_echo "$as_me: executing $ac_file commands" >&6;}
4005  ;;
4006   esac
4007
4008
4009   case $ac_file$ac_mode in
4010     "link-lisp":C)
4011     rm -f *.el
4012     ${howm_ln_s} ${ac_srcdir}/*.el .
4013    ;;
4014
4015   esac
4016 done # for ac_tag
4017
4018
4019 as_fn_exit 0
4020 _ACEOF
4021 ac_clean_files=$ac_clean_files_save
4022
4023 test $ac_write_fail = 0 ||
4024   as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
4025
4026
4027 # configure is writing to config.log, and then calls config.status.
4028 # config.status does its own redirection, appending to config.log.
4029 # Unfortunately, on DOS this fails, as config.log is still kept open
4030 # by configure, so config.status won't be able to write to it; its
4031 # output is simply discarded.  So we exec the FD to /dev/null,
4032 # effectively closing config.log, so it can be properly (re)opened and
4033 # appended to by config.status.  When coming back to configure, we
4034 # need to make the FD available again.
4035 if test "$no_create" != yes; then
4036   ac_cs_success=:
4037   ac_config_status_args=
4038   test "$silent" = yes &&
4039     ac_config_status_args="$ac_config_status_args --quiet"
4040   exec 5>/dev/null
4041   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
4042   exec 5>>config.log
4043   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
4044   # would make configure fail if this is the last instruction.
4045   $ac_cs_success || as_fn_exit 1
4046 fi
4047 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
4048   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
4049 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
4050 fi
4051