/[emacs]/emacs/configure
ViewVC logotype

Diff of /emacs/configure

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.88 by akochoi, Fri Apr 26 23:39:04 2002 UTC revision 1.89 by walters, Mon Apr 29 23:03:27 2002 UTC
# Line 1  Line 1 
1  #! /bin/sh  #! /bin/sh
2  # Guess values for system-dependent variables and create Makefiles.  # Guess values for system-dependent variables and create Makefiles.
3  # Generated by GNU Autoconf 2.53a.  # Generated by GNU Autoconf 2.53.
4  #  #
5  # Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002  # Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
6  # Free Software Foundation, Inc.  # Free Software Foundation, Inc.
7  # This configure script is free software; the Free Software Foundation  # This configure script is free software; the Free Software Foundation
8  # gives unlimited permission to copy, distribute and modify it.  # gives unlimited permission to copy, distribute and modify it.
9    
10    if expr a : '\(a\)' >/dev/null 2>&1; then
11      as_expr=expr
12    else
13      as_expr=false
14    fi
15    
16    
17  ## --------------------- ##  ## --------------------- ##
18  ## M4sh Initialization.  ##  ## M4sh Initialization.  ##
19  ## --------------------- ##  ## --------------------- ##
# Line 14  Line 22 
22  if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then  if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
23    emulate sh    emulate sh
24    NULLCMD=:    NULLCMD=:
   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which  
   # is contrary to our usage.  Disable this feature.  
   alias -g '${1+"$@"}'='"$@"'  
25  elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then  elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
26    set -o posix    set -o posix
27  fi  fi
# Line 55  fi Line 60  fi
60        { LC_MESSAGES=C; export LC_MESSAGES; }        { LC_MESSAGES=C; export LC_MESSAGES; }
61    
62    
 # Required to use basename.  
 if expr a : '\(a\)' >/dev/null 2>&1; then  
   as_expr=expr  
 else  
   as_expr=false  
 fi  
   
 if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then  
   as_basename=basename  
 else  
   as_basename=false  
 fi  
   
   
63  # Name of the executable.  # Name of the executable.
64  as_me=`$as_basename "$0" ||  as_me=`(basename "$0") 2>/dev/null ||
65  $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \  $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
66           X"$0" : 'X\(//\)$' \| \           X"$0" : 'X\(//\)$' \| \
67           X"$0" : 'X\(/\)$' \| \           X"$0" : 'X\(/\)$' \| \
# Line 81  echo X/"$0" | Line 72  echo X/"$0" |
72            /^X\/\(\/\).*/{ s//\1/; q; }            /^X\/\(\/\).*/{ s//\1/; q; }
73            s/.*/./; q'`            s/.*/./; q'`
74    
   
75  # PATH needs CR, and LINENO needs CR and PATH.  # PATH needs CR, and LINENO needs CR and PATH.
76  # Avoid depending upon Character Ranges.  # Avoid depending upon Character Ranges.
77  as_cr_letters='abcdefghijklmnopqrstuvwxyz'  as_cr_letters='abcdefghijklmnopqrstuvwxyz'
# Line 148  do Line 138  do
138    as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`    as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
139    test "x$as_lineno_1" != "x$as_lineno_2" &&    test "x$as_lineno_1" != "x$as_lineno_2" &&
140    test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then    test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
              $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }  
              $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }  
141               CONFIG_SHELL=$as_dir/$as_base               CONFIG_SHELL=$as_dir/$as_base
142               export CONFIG_SHELL               export CONFIG_SHELL
143               exec "$CONFIG_SHELL" "$0" ${1+"$@"}               exec "$CONFIG_SHELL" "$0" ${1+"$@"}
# Line 222  else Line 210  else
210  fi  fi
211  rm -f conf$$ conf$$.exe conf$$.file  rm -f conf$$ conf$$.exe conf$$.file
212    
 if mkdir -p . 2>/dev/null; then  
   as_mkdir_p=:  
 else  
   as_mkdir_p=false  
 fi  
   
213  as_executable_p="test -f"  as_executable_p="test -f"
214    
215  # Sed expression to map a string onto a valid CPP name.  # Sed expression to map a string onto a valid CPP name.
# Line 926  esac Line 908  esac
908  # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be  # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
909  # absolute.  # absolute.
910  ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`  ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
911  ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`  ac_abs_top_builddir=`cd "$ac_dir" && cd $ac_top_builddir && pwd`
912  ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`  ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
913  ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`  ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
914    
# Line 966  This file contains any messages produced Line 948  This file contains any messages produced
948  running configure, to aid debugging if configure makes a mistake.  running configure, to aid debugging if configure makes a mistake.
949    
950  It was created by $as_me, which was  It was created by $as_me, which was
951  generated by GNU Autoconf 2.53a.  Invocation command line was  generated by GNU Autoconf 2.53.  Invocation command line was
952    
953    $ $0 $@    $ $0 $@
954    
# Line 1235  ac_compiler_gnu=$ac_cv_c_compiler_gnu Line 1217  ac_compiler_gnu=$ac_cv_c_compiler_gnu
1217    
1218    
1219    
1220    ac_config_headers="$ac_config_headers src/config.h:src/config.in"
           ac_config_headers="$ac_config_headers src/config.h:src/config.in"  
1221    
1222    
1223  test "$program_prefix" != NONE &&  test "$program_prefix" != NONE &&
# Line 1266  gamedir=yes Line 1247  gamedir=yes
1247  # Check whether --with-game-dir or --without-game-dir was given.  # Check whether --with-game-dir or --without-game-dir was given.
1248  if test "${with_game_dir+set}" = set; then  if test "${with_game_dir+set}" = set; then
1249    withval="$with_game_dir"    withval="$with_game_dir"
1250    if test "$withval" = yes; then  
1251        gamedir="${localstatedir}/games/emacs"     gamedir="$withval"
     else  
       if test "$withval" = no; then  
         gamedir=no  
       else  
         gamedir="$withval"  
       fi  
     fi  
1252    
1253  fi;  fi;
1254    if test "$gamedir" = yes; then
1255      gamedir="${localstatedir}/games/emacs"
1256    fi
1257    eval tgamedir=\"$gamedir\"
1258    if test "$gamedir" != no; then
1259    
1260    cat >>confdefs.h <<_ACEOF
1261    #define HAVE_SHARED_GAME_DIR "$tgamedir"
1262    _ACEOF
1263    
1264    fi
1265    
1266  gameuser=games  gameuser=games
1267    
# Line 2934  for ac_file in `ls a_out.exe a.exe conft Line 2919  for ac_file in `ls a_out.exe a.exe conft
2919                  ls a.out conftest 2>/dev/null;                  ls a.out conftest 2>/dev/null;
2920                  ls a.* conftest.* 2>/dev/null`; do                  ls a.* conftest.* 2>/dev/null`; do
2921    case $ac_file in    case $ac_file in
2922      *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;      *.$ac_ext | *.o | *.obj | *.xcoff | *.tds | *.d | *.pdb | *.xSYM ) ;;
2923      a.out ) # We found the default executable, but exeext='' is most      a.out ) # We found the default executable, but exeext='' is most
2924              # certainly right.              # certainly right.
2925              break;;              break;;
# Line 3008  if { (eval echo "$as_me:$LINENO: \"$ac_l Line 2993  if { (eval echo "$as_me:$LINENO: \"$ac_l
2993  # `rm'.  # `rm'.
2994  for ac_file in `(ls conftest.exe; ls conftest; ls conftest.*) 2>/dev/null`; do  for ac_file in `(ls conftest.exe; ls conftest; ls conftest.*) 2>/dev/null`; do
2995    case $ac_file in    case $ac_file in
2996      *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;      *.$ac_ext | *.o | *.obj | *.xcoff | *.tds | *.d | *.pdb ) ;;
2997      *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`      *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2998            export ac_cv_exeext            export ac_cv_exeext
2999            break;;            break;;
# Line 3059  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 3044  if { (eval echo "$as_me:$LINENO: \"$ac_c
3044    (exit $ac_status); }; then    (exit $ac_status); }; then
3045    for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do    for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
3046    case $ac_file in    case $ac_file in
3047      *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;      *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb ) ;;
3048      *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`      *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3049         break;;         break;;
3050    esac    esac
# Line 3192  else Line 3177  else
3177      CFLAGS=      CFLAGS=
3178    fi    fi
3179  fi  fi
 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5  
 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6  
 if test "${ac_cv_prog_cc_stdc+set}" = set; then  
   echo $ECHO_N "(cached) $ECHO_C" >&6  
 else  
   ac_cv_prog_cc_stdc=no  
 ac_save_CC=$CC  
 cat >conftest.$ac_ext <<_ACEOF  
 #line $LINENO "configure"  
 #include "confdefs.h"  
 #include <stdarg.h>  
 #include <stdio.h>  
 #include <sys/types.h>  
 #include <sys/stat.h>  
 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */  
 struct buf { int x; };  
 FILE * (*rcsopen) (struct buf *, struct stat *, int);  
 static char *e (p, i)  
      char **p;  
      int i;  
 {  
   return p[i];  
 }  
 static char *f (char * (*g) (char **, int), char **p, ...)  
 {  
   char *s;  
   va_list v;  
   va_start (v,p);  
   s = g (p, va_arg (v,int));  
   va_end (v);  
   return s;  
 }  
 int test (int i, double x);  
 struct s1 {int (*f) (int a);};  
 struct s2 {int (*f) (double a);};  
 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);  
 int argc;  
 char **argv;  
 #ifdef F77_DUMMY_MAIN  
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
 int  
 main ()  
 {  
 return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];  
   ;  
   return 0;  
 }  
 _ACEOF  
 # Don't try gcc -ansi; that turns off useful extensions and  
 # breaks some systems' header files.  
 # AIX                   -qlanglvl=ansi  
 # Ultrix and OSF/1      -std1  
 # HP-UX 10.20 and later -Ae  
 # HP-UX older versions  -Aa -D_HPUX_SOURCE  
 # SVR4                  -Xc -D__EXTENSIONS__  
 for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"  
 do  
   CC="$ac_save_CC $ac_arg"  
   rm -f conftest.$ac_objext  
 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5  
   (eval $ac_compile) 2>&5  
   ac_status=$?  
   echo "$as_me:$LINENO: \$? = $ac_status" >&5  
   (exit $ac_status); } &&  
          { ac_try='test -s conftest.$ac_objext'  
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5  
   (eval $ac_try) 2>&5  
   ac_status=$?  
   echo "$as_me:$LINENO: \$? = $ac_status" >&5  
   (exit $ac_status); }; }; then  
   ac_cv_prog_cc_stdc=$ac_arg  
 break  
 else  
   echo "$as_me: failed program was:" >&5  
 cat conftest.$ac_ext >&5  
 fi  
 rm -f conftest.$ac_objext  
 done  
 rm -f conftest.$ac_ext conftest.$ac_objext  
 CC=$ac_save_CC  
   
 fi  
   
 case "x$ac_cv_prog_cc_stdc" in  
   x|xno)  
     echo "$as_me:$LINENO: result: none needed" >&5  
 echo "${ECHO_T}none needed" >&6 ;;  
   *)  
     echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5  
 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6  
     CC="$CC $ac_cv_prog_cc_stdc" ;;  
 esac  
   
3180  # Some people use a C++ compiler to compile C.  Since we use `exit',  # Some people use a C++ compiler to compile C.  Since we use `exit',
3181  # in C++ we need to declare it.  In case someone uses the same compiler  # in C++ we need to declare it.  In case someone uses the same compiler
3182  # for both compiling C and C++ we need to have the C++ compiler decide  # for both compiling C and C++ we need to have the C++ compiler decide
# Line 5724  fi Line 5612  fi
5612    
5613    
5614    
5615    echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
5616    echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
5617    if test "${ac_cv_prog_cc_stdc+set}" = set; then
5618      echo $ECHO_N "(cached) $ECHO_C" >&6
5619    else
5620      ac_cv_prog_cc_stdc=no
5621    ac_save_CC=$CC
5622    cat >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.  */
5630    struct buf { int x; };
5631    FILE * (*rcsopen) (struct buf *, struct stat *, int);
5632    static char *e (p, i)
5633         char **p;
5634         int i;
5635    {
5636      return p[i];
5637    }
5638    static 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    }
5647    int test (int i, double x);
5648    struct s1 {int (*f) (int a);};
5649    struct s2 {int (*f) (double a);};
5650    int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
5651    int argc;
5652    char **argv;
5653    #ifdef F77_DUMMY_MAIN
5654    #  ifdef __cplusplus
5655         extern "C"
5656    #  endif
5657       int F77_DUMMY_MAIN() { return 1; }
5658    #endif
5659    int
5660    main ()
5661    {
5662    return 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__
5674    for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
5675    do
5676      CC="$ac_save_CC $ac_arg"
5677      rm -f conftest.$ac_objext
5678    if { (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
5690    break
5691    else
5692      echo "$as_me: failed program was:" >&5
5693    cat conftest.$ac_ext >&5
5694    fi
5695    rm -f conftest.$ac_objext
5696    done
5697    rm -f conftest.$ac_ext conftest.$ac_objext
5698    CC=$ac_save_CC
5699    
5700    fi
5701    
5702    case "x$ac_cv_prog_cc_stdc" in
5703      x|xno)
5704        echo "$as_me:$LINENO: result: none needed" >&5
5705    echo "${ECHO_T}none needed" >&6 ;;
5706      *)
5707        echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
5708    echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
5709        CC="$CC $ac_cv_prog_cc_stdc" ;;
5710    esac
5711    
5712  echo "$as_me:$LINENO: checking for function prototypes" >&5  echo "$as_me:$LINENO: checking for function prototypes" >&5
5713  echo $ECHO_N "checking for function prototypes... $ECHO_C" >&6  echo $ECHO_N "checking for function prototypes... $ECHO_C" >&6
5714  if test "$ac_cv_prog_cc_stdc" != no; then  if test "$ac_cv_prog_cc_stdc" != no; then
# Line 6036  _ACEOF Line 6021  _ACEOF
6021  fi  fi
6022    
6023    
 if test "$gamedir" = no; then :  
 else  
   echo "$as_me:$LINENO: checking for access to game group \"$gameuser\"" >&5  
 echo $ECHO_N "checking for access to game group \"$gameuser\"... $ECHO_C" >&6  
   rm -f conf$$chown.file  
   touch conf$$chown.file  
       if chown "$gameuser" conf$$chown.file 1>/dev/null 2>&1; then  
     echo "$as_me:$LINENO: result: yes" >&5  
 echo "${ECHO_T}yes" >&6  
     if test "$gamedir" = "yes"; then  
       gamedir="${localstatedir}/games/emacs"  
     fi  
     eval tgamedir=\"$gamedir\"  
   
 cat >>confdefs.h <<_ACEOF  
 #define HAVE_SHARED_GAME_DIR "$tgamedir"  
 _ACEOF  
   
   else  
     echo "$as_me:$LINENO: result: no" >&5  
 echo "${ECHO_T}no" >&6  
     gamedir=no  
   fi  
 fi  
6024  #### Choose a window system.  #### Choose a window system.
6025    
6026  echo "$as_me:$LINENO: checking for X" >&5  echo "$as_me:$LINENO: checking for X" >&5
# Line 9971  else Line 9932  else
9932    ac_cv_prog_liblockfile="$liblockfile" # Let the user override the test.    ac_cv_prog_liblockfile="$liblockfile" # Let the user override the test.
9933  else  else
9934  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9935  as_dummy="/usr/lib:/lib:/usr/local/lib:$LD_LIBRARY_PATH"  for as_dir in /usr/lib:/lib:/usr/local/lib:$LD_LIBRARY_PATH
 for as_dir in $as_dummy  
9936  do  do
9937    IFS=$as_save_IFS    IFS=$as_save_IFS
9938    test -z "$as_dir" && as_dir=.    test -z "$as_dir" && as_dir=.
# Line 16156  fi Line 16116  fi
16116  rm -f conftest*  rm -f conftest*
16117    
16118    
16119                                                                                                      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"  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"
16120            ac_config_commands="$ac_config_commands default"  ac_config_commands="$ac_config_commands default"
16121  cat >confcache <<\_ACEOF  cat >confcache <<\_ACEOF
16122  # This file is a shell script that caches the results of configure  # This file is a shell script that caches the results of configure
16123  # tests run on this system so they can be shared between configure  # tests run on this system so they can be shared between configure
# Line 16252  SHELL=\${CONFIG_SHELL-$SHELL} Line 16212  SHELL=\${CONFIG_SHELL-$SHELL}
16212  _ACEOF  _ACEOF
16213    
16214  cat >>$CONFIG_STATUS <<\_ACEOF  cat >>$CONFIG_STATUS <<\_ACEOF
16215    
16216  ## --------------------- ##  ## --------------------- ##
16217  ## M4sh Initialization.  ##  ## M4sh Initialization.  ##
16218  ## --------------------- ##  ## --------------------- ##
# Line 16260  cat >>$CONFIG_STATUS <<\_ACEOF Line 16221  cat >>$CONFIG_STATUS <<\_ACEOF
16221  if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then  if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
16222    emulate sh    emulate sh
16223    NULLCMD=:    NULLCMD=:
   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which  
   # is contrary to our usage.  Disable this feature.  
   alias -g '${1+"$@"}'='"$@"'  
16224  elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then  elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
16225    set -o posix    set -o posix
16226  fi  fi
# Line 16301  fi Line 16259  fi
16259        { LC_MESSAGES=C; export LC_MESSAGES; }        { LC_MESSAGES=C; export LC_MESSAGES; }
16260    
16261    
 # Required to use basename.  
 if expr a : '\(a\)' >/dev/null 2>&1; then  
   as_expr=expr  
 else  
   as_expr=false  
 fi  
   
 if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then  
   as_basename=basename  
 else  
   as_basename=false  
 fi  
   
   
16262  # Name of the executable.  # Name of the executable.
16263  as_me=`$as_basename "$0" ||  as_me=`(basename "$0") 2>/dev/null ||
16264  $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \  $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
16265           X"$0" : 'X\(//\)$' \| \           X"$0" : 'X\(//\)$' \| \
16266           X"$0" : 'X\(/\)$' \| \           X"$0" : 'X\(/\)$' \| \
# Line 16327  echo X/"$0" | Line 16271  echo X/"$0" |
16271            /^X\/\(\/\).*/{ s//\1/; q; }            /^X\/\(\/\).*/{ s//\1/; q; }
16272            s/.*/./; q'`            s/.*/./; q'`
16273    
   
16274  # PATH needs CR, and LINENO needs CR and PATH.  # PATH needs CR, and LINENO needs CR and PATH.
16275  # Avoid depending upon Character Ranges.  # Avoid depending upon Character Ranges.
16276  as_cr_letters='abcdefghijklmnopqrstuvwxyz'  as_cr_letters='abcdefghijklmnopqrstuvwxyz'
# Line 16395  do Line 16338  do
16338    as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`    as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
16339    test "x$as_lineno_1" != "x$as_lineno_2" &&    test "x$as_lineno_1" != "x$as_lineno_2" &&
16340    test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then    test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
              $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }  
              $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }  
16341               CONFIG_SHELL=$as_dir/$as_base               CONFIG_SHELL=$as_dir/$as_base
16342               export CONFIG_SHELL               export CONFIG_SHELL
16343               exec "$CONFIG_SHELL" "$0" ${1+"$@"}               exec "$CONFIG_SHELL" "$0" ${1+"$@"}
# Line 16470  else Line 16411  else
16411  fi  fi
16412  rm -f conf$$ conf$$.exe conf$$.file  rm -f conf$$ conf$$.exe conf$$.file
16413    
 if mkdir -p . 2>/dev/null; then  
   as_mkdir_p=:  
 else  
   as_mkdir_p=false  
 fi  
   
16414  as_executable_p="test -f"  as_executable_p="test -f"
16415    
16416  # Sed expression to map a string onto a valid CPP name.  # Sed expression to map a string onto a valid CPP name.
# Line 16509  _ASBOX Line 16444  _ASBOX
16444  cat >&5 <<_CSEOF  cat >&5 <<_CSEOF
16445    
16446  This file was extended by $as_me, which was  This file was extended by $as_me, which was
16447  generated by GNU Autoconf 2.53a.  Invocation command line was  generated by GNU Autoconf 2.53.  Invocation command line was
16448    
16449    CONFIG_FILES    = $CONFIG_FILES    CONFIG_FILES    = $CONFIG_FILES
16450    CONFIG_HEADERS  = $CONFIG_HEADERS    CONFIG_HEADERS  = $CONFIG_HEADERS
# Line 16571  _ACEOF Line 16506  _ACEOF
16506  cat >>$CONFIG_STATUS <<_ACEOF  cat >>$CONFIG_STATUS <<_ACEOF
16507  ac_cs_version="\\  ac_cs_version="\\
16508  config.status  config.status
16509  configured by $0, generated by GNU Autoconf 2.53a,  configured by $0, generated by GNU Autoconf 2.53,
16510    with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"    with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
16511    
16512  Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001  Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
# Line 16881  echo X"$ac_file" | Line 16816  echo X"$ac_file" |
16816            /^X\(\/\/\)$/{ s//\1/; q; }            /^X\(\/\/\)$/{ s//\1/; q; }
16817            /^X\(\/\).*/{ s//\1/; q; }            /^X\(\/\).*/{ s//\1/; q; }
16818            s/.*/./; q'`            s/.*/./; q'`
16819    { if $as_mkdir_p; then    { case "$ac_dir" in
16820      mkdir -p "$ac_dir"    [\\/]* | ?:[\\/]* ) as_incr_dir=;;
16821    else    *)                      as_incr_dir=.;;
16822      as_dir="$ac_dir"  esac
16823      as_dirs=  as_dummy="$ac_dir"
16824      while test ! -d "$as_dir"; do  for as_mkdir_dir in `IFS='/\\'; set X $as_dummy; shift; echo "$@"`; do
16825        as_dirs="$as_dir $as_dirs"    case $as_mkdir_dir in
16826        as_dir=`(dirname "$as_dir") 2>/dev/null ||      # Skip DOS drivespec
16827  $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \      ?:) as_incr_dir=$as_mkdir_dir ;;
16828           X"$as_dir" : 'X\(//\)[^/]' \| \      *)
16829           X"$as_dir" : 'X\(//\)$' \| \        as_incr_dir=$as_incr_dir/$as_mkdir_dir
16830           X"$as_dir" : 'X\(/\)' \| \        test -d "$as_incr_dir" ||
16831           .     : '\(.\)' 2>/dev/null ||          mkdir "$as_incr_dir" ||
16832  echo X"$as_dir" |          { { echo "$as_me:$LINENO: error: cannot create \"$ac_dir\"" >&5
16833      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }  echo "$as_me: error: cannot create \"$ac_dir\"" >&2;}
16834            /^X\(\/\/\)[^/].*/{ s//\1/; q; }     { (exit 1); exit 1; }; }
16835            /^X\(\/\/\)$/{ s//\1/; q; }      ;;
16836            /^X\(\/\).*/{ s//\1/; q; }    esac
16837            s/.*/./; q'`  done; }
     done  
     test ! -n "$as_dirs" || mkdir $as_dirs  
   fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5  
 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}  
    { (exit 1); exit 1; }; }; }  
16838    
16839    ac_builddir=.    ac_builddir=.
16840    
# Line 16934  esac Line 16864  esac
16864  # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be  # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
16865  # absolute.  # absolute.
16866  ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`  ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
16867  ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`  ac_abs_top_builddir=`cd "$ac_dir" && cd $ac_top_builddir && pwd`
16868  ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`  ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
16869  ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`  ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
16870    
# Line 17204  echo X"$ac_file" | Line 17134  echo X"$ac_file" |
17134            /^X\(\/\/\)$/{ s//\1/; q; }            /^X\(\/\/\)$/{ s//\1/; q; }
17135            /^X\(\/\).*/{ s//\1/; q; }            /^X\(\/\).*/{ s//\1/; q; }
17136            s/.*/./; q'`            s/.*/./; q'`
17137        { if $as_mkdir_p; then        { case "$ac_dir" in
17138      mkdir -p "$ac_dir"    [\\/]* | ?:[\\/]* ) as_incr_dir=;;
17139    else    *)                      as_incr_dir=.;;
17140      as_dir="$ac_dir"  esac
17141      as_dirs=  as_dummy="$ac_dir"
17142      while test ! -d "$as_dir"; do  for as_mkdir_dir in `IFS='/\\'; set X $as_dummy; shift; echo "$@"`; do
17143        as_dirs="$as_dir $as_dirs"    case $as_mkdir_dir in
17144        as_dir=`(dirname "$as_dir") 2>/dev/null ||      # Skip DOS drivespec
17145  $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \      ?:) as_incr_dir=$as_mkdir_dir ;;
17146           X"$as_dir" : 'X\(//\)[^/]' \| \      *)
17147           X"$as_dir" : 'X\(//\)$' \| \        as_incr_dir=$as_incr_dir/$as_mkdir_dir
17148           X"$as_dir" : 'X\(/\)' \| \        test -d "$as_incr_dir" ||
17149           .     : '\(.\)' 2>/dev/null ||          mkdir "$as_incr_dir" ||
17150  echo X"$as_dir" |          { { echo "$as_me:$LINENO: error: cannot create \"$ac_dir\"" >&5
17151      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }  echo "$as_me: error: cannot create \"$ac_dir\"" >&2;}
17152            /^X\(\/\/\)[^/].*/{ s//\1/; q; }     { (exit 1); exit 1; }; }
17153            /^X\(\/\/\)$/{ s//\1/; q; }      ;;
17154            /^X\(\/\).*/{ s//\1/; q; }    esac
17155            s/.*/./; q'`  done; }
     done  
     test ! -n "$as_dirs" || mkdir $as_dirs  
   fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5  
 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}  
    { (exit 1); exit 1; }; }; }  
17156    
17157        rm -f $ac_file        rm -f $ac_file
17158        mv $tmp/config.h $ac_file        mv $tmp/config.h $ac_file
# Line 17286  esac Line 17211  esac
17211  # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be  # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
17212  # absolute.  # absolute.
17213  ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`  ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
17214  ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`  ac_abs_top_builddir=`cd "$ac_dir" && cd $ac_top_builddir && pwd`
17215  ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`  ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
17216  ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`  ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
17217    

Legend:
Removed from v.1.88  
changed lines
  Added in v.1.89

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26