aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Walters2002-04-29 23:03:27 +0000
committerColin Walters2002-04-29 23:03:27 +0000
commit8799b3e4501875a08f7e83d2d0cb7f5a679b501b (patch)
tree8109f1a307f4130123aeafb171d606a3fab8dc9f
parentf31a4f64aa3769cd9a022adbef43666462b8a7cd (diff)
downloademacs-8799b3e4501875a08f7e83d2d0cb7f5a679b501b.tar.gz
emacs-8799b3e4501875a08f7e83d2d0cb7f5a679b501b.zip
Regenerated.
-rwxr-xr-xconfigure421
1 files changed, 173 insertions, 248 deletions
diff --git a/configure b/configure
index 91d1446c38c..2d81a9c66f6 100755
--- a/configure
+++ b/configure
@@ -1,11 +1,19 @@
1#! /bin/sh 1#! /bin/sh
2# Guess values for system-dependent variables and create Makefiles. 2# Guess values for system-dependent variables and create Makefiles.
3# Generated by GNU Autoconf 2.53a. 3# Generated by GNU Autoconf 2.53.
4# 4#
5# Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002 5# Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
6# Free Software Foundation, Inc. 6# Free Software Foundation, Inc.
7# This configure script is free software; the Free Software Foundation 7# This configure script is free software; the Free Software Foundation
8# gives unlimited permission to copy, distribute and modify it. 8# gives unlimited permission to copy, distribute and modify it.
9
10if expr a : '\(a\)' >/dev/null 2>&1; then
11 as_expr=expr
12else
13 as_expr=false
14fi
15
16
9## --------------------- ## 17## --------------------- ##
10## M4sh Initialization. ## 18## M4sh Initialization. ##
11## --------------------- ## 19## --------------------- ##
@@ -14,9 +22,6 @@
14if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 22if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
15 emulate sh 23 emulate sh
16 NULLCMD=: 24 NULLCMD=:
17 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
18 # is contrary to our usage. Disable this feature.
19 alias -g '${1+"$@"}'='"$@"'
20elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then 25elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
21 set -o posix 26 set -o posix
22fi 27fi
@@ -55,22 +60,8 @@ fi
55 { LC_MESSAGES=C; export LC_MESSAGES; } 60 { LC_MESSAGES=C; export LC_MESSAGES; }
56 61
57 62
58# Required to use basename.
59if expr a : '\(a\)' >/dev/null 2>&1; then
60 as_expr=expr
61else
62 as_expr=false
63fi
64
65if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
66 as_basename=basename
67else
68 as_basename=false
69fi
70
71
72# Name of the executable. 63# Name of the executable.
73as_me=`$as_basename "$0" || 64as_me=`(basename "$0") 2>/dev/null ||
74$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ 65$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
75 X"$0" : 'X\(//\)$' \| \ 66 X"$0" : 'X\(//\)$' \| \
76 X"$0" : 'X\(/\)$' \| \ 67 X"$0" : 'X\(/\)$' \| \
@@ -81,7 +72,6 @@ echo X/"$0" |
81 /^X\/\(\/\).*/{ s//\1/; q; } 72 /^X\/\(\/\).*/{ s//\1/; q; }
82 s/.*/./; q'` 73 s/.*/./; q'`
83 74
84
85# PATH needs CR, and LINENO needs CR and PATH. 75# PATH needs CR, and LINENO needs CR and PATH.
86# Avoid depending upon Character Ranges. 76# Avoid depending upon Character Ranges.
87as_cr_letters='abcdefghijklmnopqrstuvwxyz' 77as_cr_letters='abcdefghijklmnopqrstuvwxyz'
@@ -148,8 +138,6 @@ do
148 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` 138 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
149 test "x$as_lineno_1" != "x$as_lineno_2" && 139 test "x$as_lineno_1" != "x$as_lineno_2" &&
150 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then 140 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
151 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
152 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
153 CONFIG_SHELL=$as_dir/$as_base 141 CONFIG_SHELL=$as_dir/$as_base
154 export CONFIG_SHELL 142 export CONFIG_SHELL
155 exec "$CONFIG_SHELL" "$0" ${1+"$@"} 143 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
@@ -222,12 +210,6 @@ else
222fi 210fi
223rm -f conf$$ conf$$.exe conf$$.file 211rm -f conf$$ conf$$.exe conf$$.file
224 212
225if mkdir -p . 2>/dev/null; then
226 as_mkdir_p=:
227else
228 as_mkdir_p=false
229fi
230
231as_executable_p="test -f" 213as_executable_p="test -f"
232 214
233# Sed expression to map a string onto a valid CPP name. 215# Sed expression to map a string onto a valid CPP name.
@@ -926,7 +908,7 @@ esac
926# Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be 908# Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
927# absolute. 909# absolute.
928ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd` 910ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
929ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd` 911ac_abs_top_builddir=`cd "$ac_dir" && cd $ac_top_builddir && pwd`
930ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd` 912ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
931ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd` 913ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
932 914
@@ -966,7 +948,7 @@ This file contains any messages produced by compilers while
966running configure, to aid debugging if configure makes a mistake. 948running configure, to aid debugging if configure makes a mistake.
967 949
968It was created by $as_me, which was 950It was created by $as_me, which was
969generated by GNU Autoconf 2.53a. Invocation command line was 951generated by GNU Autoconf 2.53. Invocation command line was
970 952
971 $ $0 $@ 953 $ $0 $@
972 954
@@ -1235,8 +1217,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
1235 1217
1236 1218
1237 1219
1238 1220ac_config_headers="$ac_config_headers src/config.h:src/config.in"
1239 ac_config_headers="$ac_config_headers src/config.h:src/config.in"
1240 1221
1241 1222
1242test "$program_prefix" != NONE && 1223test "$program_prefix" != NONE &&
@@ -1266,17 +1247,21 @@ gamedir=yes
1266# Check whether --with-game-dir or --without-game-dir was given. 1247# Check whether --with-game-dir or --without-game-dir was given.
1267if test "${with_game_dir+set}" = set; then 1248if test "${with_game_dir+set}" = set; then
1268 withval="$with_game_dir" 1249 withval="$with_game_dir"
1269 if test "$withval" = yes; then 1250
1270 gamedir="${localstatedir}/games/emacs" 1251 gamedir="$withval"
1271 else
1272 if test "$withval" = no; then
1273 gamedir=no
1274 else
1275 gamedir="$withval"
1276 fi
1277 fi
1278 1252
1279fi; 1253fi;
1254if test "$gamedir" = yes; then
1255 gamedir="${localstatedir}/games/emacs"
1256fi
1257eval tgamedir=\"$gamedir\"
1258if test "$gamedir" != no; then
1259
1260cat >>confdefs.h <<_ACEOF
1261#define HAVE_SHARED_GAME_DIR "$tgamedir"
1262_ACEOF
1263
1264fi
1280 1265
1281gameuser=games 1266gameuser=games
1282 1267
@@ -2934,7 +2919,7 @@ for ac_file in `ls a_out.exe a.exe conftest.exe 2>/dev/null;
2934 ls a.out conftest 2>/dev/null; 2919 ls a.out conftest 2>/dev/null;
2935 ls a.* conftest.* 2>/dev/null`; do 2920 ls a.* conftest.* 2>/dev/null`; do
2936 case $ac_file in 2921 case $ac_file in
2937 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;; 2922 *.$ac_ext | *.o | *.obj | *.xcoff | *.tds | *.d | *.pdb | *.xSYM ) ;;
2938 a.out ) # We found the default executable, but exeext='' is most 2923 a.out ) # We found the default executable, but exeext='' is most
2939 # certainly right. 2924 # certainly right.
2940 break;; 2925 break;;
@@ -3008,7 +2993,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3008# `rm'. 2993# `rm'.
3009for ac_file in `(ls conftest.exe; ls conftest; ls conftest.*) 2>/dev/null`; do 2994for ac_file in `(ls conftest.exe; ls conftest; ls conftest.*) 2>/dev/null`; do
3010 case $ac_file in 2995 case $ac_file in
3011 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;; 2996 *.$ac_ext | *.o | *.obj | *.xcoff | *.tds | *.d | *.pdb ) ;;
3012 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 2997 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3013 export ac_cv_exeext 2998 export ac_cv_exeext
3014 break;; 2999 break;;
@@ -3059,7 +3044,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3059 (exit $ac_status); }; then 3044 (exit $ac_status); }; then
3060 for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do 3045 for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
3061 case $ac_file in 3046 case $ac_file in
3062 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;; 3047 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb ) ;;
3063 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` 3048 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3064 break;; 3049 break;;
3065 esac 3050 esac
@@ -3192,103 +3177,6 @@ else
3192 CFLAGS= 3177 CFLAGS=
3193 fi 3178 fi
3194fi 3179fi
3195echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
3196echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
3197if test "${ac_cv_prog_cc_stdc+set}" = set; then
3198 echo $ECHO_N "(cached) $ECHO_C" >&6
3199else
3200 ac_cv_prog_cc_stdc=no
3201ac_save_CC=$CC
3202cat >conftest.$ac_ext <<_ACEOF
3203#line $LINENO "configure"
3204#include "confdefs.h"
3205#include <stdarg.h>
3206#include <stdio.h>
3207#include <sys/types.h>
3208#include <sys/stat.h>
3209/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3210struct buf { int x; };
3211FILE * (*rcsopen) (struct buf *, struct stat *, int);
3212static char *e (p, i)
3213 char **p;
3214 int i;
3215{
3216 return p[i];
3217}
3218static char *f (char * (*g) (char **, int), char **p, ...)
3219{
3220 char *s;
3221 va_list v;
3222 va_start (v,p);
3223 s = g (p, va_arg (v,int));
3224 va_end (v);
3225 return s;
3226}
3227int test (int i, double x);
3228struct s1 {int (*f) (int a);};
3229struct s2 {int (*f) (double a);};
3230int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3231int argc;
3232char **argv;
3233#ifdef F77_DUMMY_MAIN
3234# ifdef __cplusplus
3235 extern "C"
3236# endif
3237 int F77_DUMMY_MAIN() { return 1; }
3238#endif
3239int
3240main ()
3241{
3242return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3243 ;
3244 return 0;
3245}
3246_ACEOF
3247# Don't try gcc -ansi; that turns off useful extensions and
3248# breaks some systems' header files.
3249# AIX -qlanglvl=ansi
3250# Ultrix and OSF/1 -std1
3251# HP-UX 10.20 and later -Ae
3252# HP-UX older versions -Aa -D_HPUX_SOURCE
3253# SVR4 -Xc -D__EXTENSIONS__
3254for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3255do
3256 CC="$ac_save_CC $ac_arg"
3257 rm -f conftest.$ac_objext
3258if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3259 (eval $ac_compile) 2>&5
3260 ac_status=$?
3261 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3262 (exit $ac_status); } &&
3263 { ac_try='test -s conftest.$ac_objext'
3264 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3265 (eval $ac_try) 2>&5
3266 ac_status=$?
3267 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3268 (exit $ac_status); }; }; then
3269 ac_cv_prog_cc_stdc=$ac_arg
3270break
3271else
3272 echo "$as_me: failed program was:" >&5
3273cat conftest.$ac_ext >&5
3274fi
3275rm -f conftest.$ac_objext
3276done
3277rm -f conftest.$ac_ext conftest.$ac_objext
3278CC=$ac_save_CC
3279
3280fi
3281
3282case "x$ac_cv_prog_cc_stdc" in
3283 x|xno)
3284 echo "$as_me:$LINENO: result: none needed" >&5
3285echo "${ECHO_T}none needed" >&6 ;;
3286 *)
3287 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
3288echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
3289 CC="$CC $ac_cv_prog_cc_stdc" ;;
3290esac
3291
3292# Some people use a C++ compiler to compile C. Since we use `exit', 3180# Some people use a C++ compiler to compile C. Since we use `exit',
3293# in C++ we need to declare it. In case someone uses the same compiler 3181# in C++ we need to declare it. In case someone uses the same compiler
3294# for both compiling C and C++ we need to have the C++ compiler decide 3182# for both compiling C and C++ we need to have the C++ compiler decide
@@ -5724,6 +5612,103 @@ fi
5724 5612
5725 5613
5726 5614
5615echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
5616echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
5617if test "${ac_cv_prog_cc_stdc+set}" = set; then
5618 echo $ECHO_N "(cached) $ECHO_C" >&6
5619else
5620 ac_cv_prog_cc_stdc=no
5621ac_save_CC=$CC
5622cat >conftest.$ac_ext <<_ACEOF
5623#line $LINENO "configure"
5624#include "confdefs.h"
5625#include <stdarg.h>
5626#include <stdio.h>
5627#include <sys/types.h>
5628#include <sys/stat.h>
5629/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
5630struct buf { int x; };
5631FILE * (*rcsopen) (struct buf *, struct stat *, int);
5632static char *e (p, i)
5633 char **p;
5634 int i;
5635{
5636 return p[i];
5637}
5638static char *f (char * (*g) (char **, int), char **p, ...)
5639{
5640 char *s;
5641 va_list v;
5642 va_start (v,p);
5643 s = g (p, va_arg (v,int));
5644 va_end (v);
5645 return s;
5646}
5647int test (int i, double x);
5648struct s1 {int (*f) (int a);};
5649struct s2 {int (*f) (double a);};
5650int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
5651int argc;
5652char **argv;
5653#ifdef F77_DUMMY_MAIN
5654# ifdef __cplusplus
5655 extern "C"
5656# endif
5657 int F77_DUMMY_MAIN() { return 1; }
5658#endif
5659int
5660main ()
5661{
5662return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
5663 ;
5664 return 0;
5665}
5666_ACEOF
5667# Don't try gcc -ansi; that turns off useful extensions and
5668# breaks some systems' header files.
5669# AIX -qlanglvl=ansi
5670# Ultrix and OSF/1 -std1
5671# HP-UX 10.20 and later -Ae
5672# HP-UX older versions -Aa -D_HPUX_SOURCE
5673# SVR4 -Xc -D__EXTENSIONS__
5674for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
5675do
5676 CC="$ac_save_CC $ac_arg"
5677 rm -f conftest.$ac_objext
5678if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5679 (eval $ac_compile) 2>&5
5680 ac_status=$?
5681 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5682 (exit $ac_status); } &&
5683 { ac_try='test -s conftest.$ac_objext'
5684 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5685 (eval $ac_try) 2>&5
5686 ac_status=$?
5687 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5688 (exit $ac_status); }; }; then
5689 ac_cv_prog_cc_stdc=$ac_arg
5690break
5691else
5692 echo "$as_me: failed program was:" >&5
5693cat conftest.$ac_ext >&5
5694fi
5695rm -f conftest.$ac_objext
5696done
5697rm -f conftest.$ac_ext conftest.$ac_objext
5698CC=$ac_save_CC
5699
5700fi
5701
5702case "x$ac_cv_prog_cc_stdc" in
5703 x|xno)
5704 echo "$as_me:$LINENO: result: none needed" >&5
5705echo "${ECHO_T}none needed" >&6 ;;
5706 *)
5707 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
5708echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
5709 CC="$CC $ac_cv_prog_cc_stdc" ;;
5710esac
5711
5727echo "$as_me:$LINENO: checking for function prototypes" >&5 5712echo "$as_me:$LINENO: checking for function prototypes" >&5
5728echo $ECHO_N "checking for function prototypes... $ECHO_C" >&6 5713echo $ECHO_N "checking for function prototypes... $ECHO_C" >&6
5729if test "$ac_cv_prog_cc_stdc" != no; then 5714if test "$ac_cv_prog_cc_stdc" != no; then
@@ -6036,30 +6021,6 @@ _ACEOF
6036fi 6021fi
6037 6022
6038 6023
6039if test "$gamedir" = no; then :
6040else
6041 echo "$as_me:$LINENO: checking for access to game group \"$gameuser\"" >&5
6042echo $ECHO_N "checking for access to game group \"$gameuser\"... $ECHO_C" >&6
6043 rm -f conf$$chown.file
6044 touch conf$$chown.file
6045 if chown "$gameuser" conf$$chown.file 1>/dev/null 2>&1; then
6046 echo "$as_me:$LINENO: result: yes" >&5
6047echo "${ECHO_T}yes" >&6
6048 if test "$gamedir" = "yes"; then
6049 gamedir="${localstatedir}/games/emacs"
6050 fi
6051 eval tgamedir=\"$gamedir\"
6052
6053cat >>confdefs.h <<_ACEOF
6054#define HAVE_SHARED_GAME_DIR "$tgamedir"
6055_ACEOF
6056
6057 else
6058 echo "$as_me:$LINENO: result: no" >&5
6059echo "${ECHO_T}no" >&6
6060 gamedir=no
6061 fi
6062fi
6063#### Choose a window system. 6024#### Choose a window system.
6064 6025
6065echo "$as_me:$LINENO: checking for X" >&5 6026echo "$as_me:$LINENO: checking for X" >&5
@@ -9971,8 +9932,7 @@ else
9971 ac_cv_prog_liblockfile="$liblockfile" # Let the user override the test. 9932 ac_cv_prog_liblockfile="$liblockfile" # Let the user override the test.
9972else 9933else
9973as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 9934as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9974as_dummy="/usr/lib:/lib:/usr/local/lib:$LD_LIBRARY_PATH" 9935for as_dir in /usr/lib:/lib:/usr/local/lib:$LD_LIBRARY_PATH
9975for as_dir in $as_dummy
9976do 9936do
9977 IFS=$as_save_IFS 9937 IFS=$as_save_IFS
9978 test -z "$as_dir" && as_dir=. 9938 test -z "$as_dir" && as_dir=.
@@ -16156,8 +16116,8 @@ fi
16156rm -f conftest* 16116rm -f conftest*
16157 16117
16158 16118
16159 ac_config_files="$ac_config_files Makefile lib-src/Makefile.c:lib-src/Makefile.in oldXMenu/Makefile man/Makefile lwlib/Makefile src/Makefile.c:src/Makefile.in lisp/Makefile lispref/Makefile lispintro/Makefile leim/Makefile" 16119ac_config_files="$ac_config_files Makefile lib-src/Makefile.c:lib-src/Makefile.in oldXMenu/Makefile man/Makefile lwlib/Makefile src/Makefile.c:src/Makefile.in lisp/Makefile lispref/Makefile lispintro/Makefile leim/Makefile"
16160 ac_config_commands="$ac_config_commands default" 16120ac_config_commands="$ac_config_commands default"
16161cat >confcache <<\_ACEOF 16121cat >confcache <<\_ACEOF
16162# This file is a shell script that caches the results of configure 16122# This file is a shell script that caches the results of configure
16163# tests run on this system so they can be shared between configure 16123# tests run on this system so they can be shared between configure
@@ -16252,6 +16212,7 @@ SHELL=\${CONFIG_SHELL-$SHELL}
16252_ACEOF 16212_ACEOF
16253 16213
16254cat >>$CONFIG_STATUS <<\_ACEOF 16214cat >>$CONFIG_STATUS <<\_ACEOF
16215
16255## --------------------- ## 16216## --------------------- ##
16256## M4sh Initialization. ## 16217## M4sh Initialization. ##
16257## --------------------- ## 16218## --------------------- ##
@@ -16260,9 +16221,6 @@ cat >>$CONFIG_STATUS <<\_ACEOF
16260if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 16221if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
16261 emulate sh 16222 emulate sh
16262 NULLCMD=: 16223 NULLCMD=:
16263 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
16264 # is contrary to our usage. Disable this feature.
16265 alias -g '${1+"$@"}'='"$@"'
16266elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then 16224elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
16267 set -o posix 16225 set -o posix
16268fi 16226fi
@@ -16301,22 +16259,8 @@ fi
16301 { LC_MESSAGES=C; export LC_MESSAGES; } 16259 { LC_MESSAGES=C; export LC_MESSAGES; }
16302 16260
16303 16261
16304# Required to use basename.
16305if expr a : '\(a\)' >/dev/null 2>&1; then
16306 as_expr=expr
16307else
16308 as_expr=false
16309fi
16310
16311if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
16312 as_basename=basename
16313else
16314 as_basename=false
16315fi
16316
16317
16318# Name of the executable. 16262# Name of the executable.
16319as_me=`$as_basename "$0" || 16263as_me=`(basename "$0") 2>/dev/null ||
16320$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ 16264$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
16321 X"$0" : 'X\(//\)$' \| \ 16265 X"$0" : 'X\(//\)$' \| \
16322 X"$0" : 'X\(/\)$' \| \ 16266 X"$0" : 'X\(/\)$' \| \
@@ -16327,7 +16271,6 @@ echo X/"$0" |
16327 /^X\/\(\/\).*/{ s//\1/; q; } 16271 /^X\/\(\/\).*/{ s//\1/; q; }
16328 s/.*/./; q'` 16272 s/.*/./; q'`
16329 16273
16330
16331# PATH needs CR, and LINENO needs CR and PATH. 16274# PATH needs CR, and LINENO needs CR and PATH.
16332# Avoid depending upon Character Ranges. 16275# Avoid depending upon Character Ranges.
16333as_cr_letters='abcdefghijklmnopqrstuvwxyz' 16276as_cr_letters='abcdefghijklmnopqrstuvwxyz'
@@ -16395,8 +16338,6 @@ do
16395 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` 16338 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
16396 test "x$as_lineno_1" != "x$as_lineno_2" && 16339 test "x$as_lineno_1" != "x$as_lineno_2" &&
16397 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then 16340 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
16398 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
16399 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
16400 CONFIG_SHELL=$as_dir/$as_base 16341 CONFIG_SHELL=$as_dir/$as_base
16401 export CONFIG_SHELL 16342 export CONFIG_SHELL
16402 exec "$CONFIG_SHELL" "$0" ${1+"$@"} 16343 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
@@ -16470,12 +16411,6 @@ else
16470fi 16411fi
16471rm -f conf$$ conf$$.exe conf$$.file 16412rm -f conf$$ conf$$.exe conf$$.file
16472 16413
16473if mkdir -p . 2>/dev/null; then
16474 as_mkdir_p=:
16475else
16476 as_mkdir_p=false
16477fi
16478
16479as_executable_p="test -f" 16414as_executable_p="test -f"
16480 16415
16481# Sed expression to map a string onto a valid CPP name. 16416# Sed expression to map a string onto a valid CPP name.
@@ -16509,7 +16444,7 @@ _ASBOX
16509cat >&5 <<_CSEOF 16444cat >&5 <<_CSEOF
16510 16445
16511This file was extended by $as_me, which was 16446This file was extended by $as_me, which was
16512generated by GNU Autoconf 2.53a. Invocation command line was 16447generated by GNU Autoconf 2.53. Invocation command line was
16513 16448
16514 CONFIG_FILES = $CONFIG_FILES 16449 CONFIG_FILES = $CONFIG_FILES
16515 CONFIG_HEADERS = $CONFIG_HEADERS 16450 CONFIG_HEADERS = $CONFIG_HEADERS
@@ -16571,7 +16506,7 @@ _ACEOF
16571cat >>$CONFIG_STATUS <<_ACEOF 16506cat >>$CONFIG_STATUS <<_ACEOF
16572ac_cs_version="\\ 16507ac_cs_version="\\
16573config.status 16508config.status
16574configured by $0, generated by GNU Autoconf 2.53a, 16509configured by $0, generated by GNU Autoconf 2.53,
16575 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" 16510 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
16576 16511
16577Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001 16512Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
@@ -16881,30 +16816,25 @@ echo X"$ac_file" |
16881 /^X\(\/\/\)$/{ s//\1/; q; } 16816 /^X\(\/\/\)$/{ s//\1/; q; }
16882 /^X\(\/\).*/{ s//\1/; q; } 16817 /^X\(\/\).*/{ s//\1/; q; }
16883 s/.*/./; q'` 16818 s/.*/./; q'`
16884 { if $as_mkdir_p; then 16819 { case "$ac_dir" in
16885 mkdir -p "$ac_dir" 16820 [\\/]* | ?:[\\/]* ) as_incr_dir=;;
16886 else 16821 *) as_incr_dir=.;;
16887 as_dir="$ac_dir" 16822esac
16888 as_dirs= 16823as_dummy="$ac_dir"
16889 while test ! -d "$as_dir"; do 16824for as_mkdir_dir in `IFS='/\\'; set X $as_dummy; shift; echo "$@"`; do
16890 as_dirs="$as_dir $as_dirs" 16825 case $as_mkdir_dir in
16891 as_dir=`(dirname "$as_dir") 2>/dev/null || 16826 # Skip DOS drivespec
16892$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 16827 ?:) as_incr_dir=$as_mkdir_dir ;;
16893 X"$as_dir" : 'X\(//\)[^/]' \| \ 16828 *)
16894 X"$as_dir" : 'X\(//\)$' \| \ 16829 as_incr_dir=$as_incr_dir/$as_mkdir_dir
16895 X"$as_dir" : 'X\(/\)' \| \ 16830 test -d "$as_incr_dir" ||
16896 . : '\(.\)' 2>/dev/null || 16831 mkdir "$as_incr_dir" ||
16897echo X"$as_dir" | 16832 { { echo "$as_me:$LINENO: error: cannot create \"$ac_dir\"" >&5
16898 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 16833echo "$as_me: error: cannot create \"$ac_dir\"" >&2;}
16899 /^X\(\/\/\)[^/].*/{ s//\1/; q; } 16834 { (exit 1); exit 1; }; }
16900 /^X\(\/\/\)$/{ s//\1/; q; } 16835 ;;
16901 /^X\(\/\).*/{ s//\1/; q; } 16836 esac
16902 s/.*/./; q'` 16837done; }
16903 done
16904 test ! -n "$as_dirs" || mkdir $as_dirs
16905 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
16906echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
16907 { (exit 1); exit 1; }; }; }
16908 16838
16909 ac_builddir=. 16839 ac_builddir=.
16910 16840
@@ -16934,7 +16864,7 @@ esac
16934# Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be 16864# Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
16935# absolute. 16865# absolute.
16936ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd` 16866ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
16937ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd` 16867ac_abs_top_builddir=`cd "$ac_dir" && cd $ac_top_builddir && pwd`
16938ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd` 16868ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
16939ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd` 16869ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
16940 16870
@@ -17204,30 +17134,25 @@ echo X"$ac_file" |
17204 /^X\(\/\/\)$/{ s//\1/; q; } 17134 /^X\(\/\/\)$/{ s//\1/; q; }
17205 /^X\(\/\).*/{ s//\1/; q; } 17135 /^X\(\/\).*/{ s//\1/; q; }
17206 s/.*/./; q'` 17136 s/.*/./; q'`
17207 { if $as_mkdir_p; then 17137 { case "$ac_dir" in
17208 mkdir -p "$ac_dir" 17138 [\\/]* | ?:[\\/]* ) as_incr_dir=;;
17209 else 17139 *) as_incr_dir=.;;
17210 as_dir="$ac_dir" 17140esac
17211 as_dirs= 17141as_dummy="$ac_dir"
17212 while test ! -d "$as_dir"; do 17142for as_mkdir_dir in `IFS='/\\'; set X $as_dummy; shift; echo "$@"`; do
17213 as_dirs="$as_dir $as_dirs" 17143 case $as_mkdir_dir in
17214 as_dir=`(dirname "$as_dir") 2>/dev/null || 17144 # Skip DOS drivespec
17215$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 17145 ?:) as_incr_dir=$as_mkdir_dir ;;
17216 X"$as_dir" : 'X\(//\)[^/]' \| \ 17146 *)
17217 X"$as_dir" : 'X\(//\)$' \| \ 17147 as_incr_dir=$as_incr_dir/$as_mkdir_dir
17218 X"$as_dir" : 'X\(/\)' \| \ 17148 test -d "$as_incr_dir" ||
17219 . : '\(.\)' 2>/dev/null || 17149 mkdir "$as_incr_dir" ||
17220echo X"$as_dir" | 17150 { { echo "$as_me:$LINENO: error: cannot create \"$ac_dir\"" >&5
17221 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 17151echo "$as_me: error: cannot create \"$ac_dir\"" >&2;}
17222 /^X\(\/\/\)[^/].*/{ s//\1/; q; } 17152 { (exit 1); exit 1; }; }
17223 /^X\(\/\/\)$/{ s//\1/; q; } 17153 ;;
17224 /^X\(\/\).*/{ s//\1/; q; } 17154 esac
17225 s/.*/./; q'` 17155done; }
17226 done
17227 test ! -n "$as_dirs" || mkdir $as_dirs
17228 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
17229echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
17230 { (exit 1); exit 1; }; }; }
17231 17156
17232 rm -f $ac_file 17157 rm -f $ac_file
17233 mv $tmp/config.h $ac_file 17158 mv $tmp/config.h $ac_file
@@ -17286,7 +17211,7 @@ esac
17286# Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be 17211# Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
17287# absolute. 17212# absolute.
17288ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd` 17213ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
17289ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd` 17214ac_abs_top_builddir=`cd "$ac_dir" && cd $ac_top_builddir && pwd`
17290ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd` 17215ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
17291ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd` 17216ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
17292 17217