/[autoconf]/autoconf/configure
ViewVC logotype

Diff of /autoconf/configure

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

revision 1.253 by akim, Wed Nov 5 10:38:02 2003 UTC revision 1.254 by adl, Wed Nov 5 11:58:47 2003 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.57e for GNU Autoconf 2.58a.  # Generated by GNU Autoconf 2.58 for GNU Autoconf 2.58a.
4  #  #
5  # Report bugs to <bug-autoconf@gnu.org>.  # Report bugs to <bug-autoconf@gnu.org>.
6  #  #
# Line 21  if test -n "${ZSH_VERSION+set}" && (emul Line 21  if test -n "${ZSH_VERSION+set}" && (emul
21  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
22    set -o posix    set -o posix
23  fi  fi
24    DUALCASE=1; export DUALCASE # for MKS sh
25    
26  # Support unset when possible.  # Support unset when possible.
27  if ((MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then  if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
28    as_unset=unset    as_unset=unset
29  else  else
30    as_unset=false    as_unset=false
# Line 219  rm -f conf$$ conf$$.exe conf$$.file Line 220  rm -f conf$$ conf$$.exe conf$$.file
220  if mkdir -p . 2>/dev/null; then  if mkdir -p . 2>/dev/null; then
221    as_mkdir_p=:    as_mkdir_p=:
222  else  else
223    rm -fr ./-p    test -d ./-p && rmdir ./-p
224    as_mkdir_p=false    as_mkdir_p=false
225  fi  fi
226    
227  as_executable_p="test -f"  as_executable_p="test -f"
228    
229  # Sed expression to map a string onto a valid CPP name.  # Sed expression to map a string onto a valid CPP name.
230  as_tr_cpp="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"  as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
231    
232  # Sed expression to map a string onto a valid variable name.  # Sed expression to map a string onto a valid variable name.
233  as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g"  as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
234    
235    
236  # IFS  # IFS
# Line 843  case $srcdir in Line 844  case $srcdir in
844      ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix      ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
845      ac_top_srcdir=$ac_top_builddir$srcdir ;;      ac_top_srcdir=$ac_top_builddir$srcdir ;;
846  esac  esac
847  # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be  
848  # absolute.  # Do not use `cd foo && pwd` to compute absolute paths, because
849  ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`  # the directories may not exist.
850  ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`  case `pwd` in
851  ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`  .) ac_abs_builddir="$ac_dir";;
852  ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`  *)
853      case "$ac_dir" in
854      .) ac_abs_builddir=`pwd`;;
855      [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
856      *) ac_abs_builddir=`pwd`/"$ac_dir";;
857      esac;;
858    esac
859    case $ac_abs_builddir in
860    .) ac_abs_top_builddir=${ac_top_builddir}.;;
861    *)
862      case ${ac_top_builddir}. in
863      .) ac_abs_top_builddir=$ac_abs_builddir;;
864      [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
865      *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
866      esac;;
867    esac
868    case $ac_abs_builddir in
869    .) ac_abs_srcdir=$ac_srcdir;;
870    *)
871      case $ac_srcdir in
872      .) ac_abs_srcdir=$ac_abs_builddir;;
873      [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
874      *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
875      esac;;
876    esac
877    case $ac_abs_builddir in
878    .) ac_abs_top_srcdir=$ac_top_srcdir;;
879    *)
880      case $ac_top_srcdir in
881      .) ac_abs_top_srcdir=$ac_abs_builddir;;
882      [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
883      *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
884      esac;;
885    esac
886    
887      cd $ac_dir      cd $ac_dir
888      # Check for guested configure; otherwise get Cygnus style configure.      # Check for guested configure; otherwise get Cygnus style configure.
# Line 873  test -n "$ac_init_help" && exit 0 Line 907  test -n "$ac_init_help" && exit 0
907  if $ac_init_version; then  if $ac_init_version; then
908    cat <<\_ACEOF    cat <<\_ACEOF
909  GNU Autoconf configure 2.58a  GNU Autoconf configure 2.58a
910  generated by GNU Autoconf 2.57e  generated by GNU Autoconf 2.58
911    
912  Copyright (C) 2003 Free Software Foundation, Inc.  Copyright (C) 2003 Free Software Foundation, Inc.
913  This configure script is free software; the Free Software Foundation  This configure script is free software; the Free Software Foundation
# Line 887  This file contains any messages produced Line 921  This file contains any messages produced
921  running configure, to aid debugging if configure makes a mistake.  running configure, to aid debugging if configure makes a mistake.
922    
923  It was created by GNU Autoconf $as_me 2.58a, which was  It was created by GNU Autoconf $as_me 2.58a, which was
924  generated by GNU Autoconf 2.57e.  Invocation command line was  generated by GNU Autoconf 2.58.  Invocation command line was
925    
926    $ $0 $@    $ $0 $@
927    
# Line 1063  _ASBOX Line 1097  _ASBOX
1097        echo "$as_me: caught signal $ac_signal"        echo "$as_me: caught signal $ac_signal"
1098      echo "$as_me: exit $exit_status"      echo "$as_me: exit $exit_status"
1099    } >&5    } >&5
1100    rm -f core core.* *.core &&    rm -f core *.core &&
1101    rm -rf conftest* confdefs* conf$$* $ac_clean_files &&    rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1102      exit $exit_status      exit $exit_status
1103       ' 0       ' 0
# Line 1919  fi Line 1953  fi
1953  EMACS=$TEST_EMACS  EMACS=$TEST_EMACS
1954    
1955    
1956    for ac_prog in emacs xemacs
 # Check whether --with-lispdir or --without-lispdir was given.  
 if test "${with_lispdir+set}" = set; then  
   withval="$with_lispdir"  
    lispdir="$withval"  
    echo "$as_me:$LINENO: checking where .elc files should go" >&5  
 echo $ECHO_N "checking where .elc files should go... $ECHO_C" >&6  
    echo "$as_me:$LINENO: result: $lispdir" >&5  
 echo "${ECHO_T}$lispdir" >&6  
 else  
   
  # If set to t, that means we are running in a shell under Emacs.  
  # If you have an Emacs named "t", then use the full path.  
  test x"$EMACS" = xt && EMACS=  
  for ac_prog in emacs xemacs  
1957  do  do
1958    # Extract the first word of "$ac_prog", so it can be a program name with args.    # Extract the first word of "$ac_prog", so it can be a program name with args.
1959  set dummy $ac_prog; ac_word=$2  set dummy $ac_prog; ac_word=$2
# Line 1976  test -n "$EMACS" || EMACS="no" Line 1996  test -n "$EMACS" || EMACS="no"
1996    
1997    
1998    
1999   if test $EMACS != "no"; then  
2000     if test x${lispdir+set} != xset; then  # Check whether --with-lispdir or --without-lispdir was given.
2001       echo "$as_me:$LINENO: checking where .elc files should go" >&5  if test "${with_lispdir+set}" = set; then
2002      withval="$with_lispdir"
2003       lispdir="$withval"
2004       echo "$as_me:$LINENO: checking where .elc files should go" >&5
2005    echo $ECHO_N "checking where .elc files should go... $ECHO_C" >&6
2006       echo "$as_me:$LINENO: result: $lispdir" >&5
2007    echo "${ECHO_T}$lispdir" >&6
2008    else
2009    
2010     # If set to t, that means we are running in a shell under Emacs.
2011     # If you have an Emacs named "t", then use the full path.
2012     test x"$EMACS" = xt && EMACS=
2013     echo "$as_me:$LINENO: checking where .elc files should go" >&5
2014  echo $ECHO_N "checking where .elc files should go... $ECHO_C" >&6  echo $ECHO_N "checking where .elc files should go... $ECHO_C" >&6
2015  if test "${am_cv_lispdir+set}" = set; then  if test "${am_cv_lispdir+set}" = set; then
2016    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
2017  else  else
2018    
2019       if test $EMACS != "no"; then
2020         if test x${lispdir+set} != xset; then
2021    # If $EMACS isn't GNU Emacs or XEmacs, this can blow up pretty badly    # If $EMACS isn't GNU Emacs or XEmacs, this can blow up pretty badly
2022    # Some emacsen will start up in interactive mode, requiring C-x C-c to exit,    # Some emacsen will start up in interactive mode, requiring C-x C-c to exit,
2023    #  which is non-obvious for non-emacs users.    #  which is non-obvious for non-emacs users.
# Line 1999  else Line 2034  else
2034         -e '/.*\/share\/x\?emacs\/site-lisp$/{s,.*/share/\(x\?emacs/site-lisp\),${datadir}/\1,;p;q;}' \         -e '/.*\/share\/x\?emacs\/site-lisp$/{s,.*/share/\(x\?emacs/site-lisp\),${datadir}/\1,;p;q;}' \
2035         conftest.out`         conftest.out`
2036         rm conftest.out         rm conftest.out
2037         if test -z "$am_cv_lispdir"; then       fi
2038           am_cv_lispdir='${datadir}/emacs/site-lisp'     fi
2039         fi     test -z "$am_cv_lispdir" && am_cv_lispdir='${datadir}/emacs/site-lisp'
2040    
2041  fi  fi
2042  echo "$as_me:$LINENO: result: $am_cv_lispdir" >&5  echo "$as_me:$LINENO: result: $am_cv_lispdir" >&5
2043  echo "${ECHO_T}$am_cv_lispdir" >&6  echo "${ECHO_T}$am_cv_lispdir" >&6
2044       lispdir="$am_cv_lispdir"    lispdir="$am_cv_lispdir"
    fi  
  fi  
2045    
2046  fi;  fi;
2047    
# Line 2178  if test -n "${ZSH_VERSION+set}" && (emul Line 2211  if test -n "${ZSH_VERSION+set}" && (emul
2211  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
2212    set -o posix    set -o posix
2213  fi  fi
2214    DUALCASE=1; export DUALCASE # for MKS sh
2215    
2216  # Support unset when possible.  # Support unset when possible.
2217  if ((MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then  if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
2218    as_unset=unset    as_unset=unset
2219  else  else
2220    as_unset=false    as_unset=false
# Line 2378  rm -f conf$$ conf$$.exe conf$$.file Line 2412  rm -f conf$$ conf$$.exe conf$$.file
2412  if mkdir -p . 2>/dev/null; then  if mkdir -p . 2>/dev/null; then
2413    as_mkdir_p=:    as_mkdir_p=:
2414  else  else
2415    rm -fr ./-p    test -d ./-p && rmdir ./-p
2416    as_mkdir_p=false    as_mkdir_p=false
2417  fi  fi
2418    
2419  as_executable_p="test -f"  as_executable_p="test -f"
2420    
2421  # Sed expression to map a string onto a valid CPP name.  # Sed expression to map a string onto a valid CPP name.
2422  as_tr_cpp="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"  as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
2423    
2424  # Sed expression to map a string onto a valid variable name.  # Sed expression to map a string onto a valid variable name.
2425  as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g"  as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
2426    
2427    
2428  # IFS  # IFS
# Line 2415  _ASBOX Line 2449  _ASBOX
2449  cat >&5 <<_CSEOF  cat >&5 <<_CSEOF
2450    
2451  This file was extended by GNU Autoconf $as_me 2.58a, which was  This file was extended by GNU Autoconf $as_me 2.58a, which was
2452  generated by GNU Autoconf 2.57e.  Invocation command line was  generated by GNU Autoconf 2.58.  Invocation command line was
2453    
2454    CONFIG_FILES    = $CONFIG_FILES    CONFIG_FILES    = $CONFIG_FILES
2455    CONFIG_HEADERS  = $CONFIG_HEADERS    CONFIG_HEADERS  = $CONFIG_HEADERS
# Line 2473  _ACEOF Line 2507  _ACEOF
2507  cat >>$CONFIG_STATUS <<_ACEOF  cat >>$CONFIG_STATUS <<_ACEOF
2508  ac_cs_version="\\  ac_cs_version="\\
2509  GNU Autoconf config.status 2.58a  GNU Autoconf config.status 2.58a
2510  configured by $0, generated by GNU Autoconf 2.57e,  configured by $0, generated by GNU Autoconf 2.58,
2511    with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"    with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
2512    
2513  Copyright (C) 2003 Free Software Foundation, Inc.  Copyright (C) 2003 Free Software Foundation, Inc.
# Line 2830  case $srcdir in Line 2864  case $srcdir in
2864      ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix      ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
2865      ac_top_srcdir=$ac_top_builddir$srcdir ;;      ac_top_srcdir=$ac_top_builddir$srcdir ;;
2866  esac  esac
2867  # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be  
2868  # absolute.  # Do not use `cd foo && pwd` to compute absolute paths, because
2869  ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`  # the directories may not exist.
2870  ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`  case `pwd` in
2871  ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`  .) ac_abs_builddir="$ac_dir";;
2872  ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`  *)
2873      case "$ac_dir" in
2874      .) ac_abs_builddir=`pwd`;;
2875      [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
2876      *) ac_abs_builddir=`pwd`/"$ac_dir";;
2877      esac;;
2878    esac
2879    case $ac_abs_builddir in
2880    .) ac_abs_top_builddir=${ac_top_builddir}.;;
2881    *)
2882      case ${ac_top_builddir}. in
2883      .) ac_abs_top_builddir=$ac_abs_builddir;;
2884      [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
2885      *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
2886      esac;;
2887    esac
2888    case $ac_abs_builddir in
2889    .) ac_abs_srcdir=$ac_srcdir;;
2890    *)
2891      case $ac_srcdir in
2892      .) ac_abs_srcdir=$ac_abs_builddir;;
2893      [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
2894      *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
2895      esac;;
2896    esac
2897    case $ac_abs_builddir in
2898    .) ac_abs_top_srcdir=$ac_top_srcdir;;
2899    *)
2900      case $ac_top_srcdir in
2901      .) ac_abs_top_srcdir=$ac_abs_builddir;;
2902      [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
2903      *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
2904      esac;;
2905    esac
2906    
2907    
2908    case $INSTALL in    case $INSTALL in
# Line 2945  echo X"$ac_dest" | Line 3012  echo X"$ac_dest" |
3012            /^X\(\/\/\)$/{ s//\1/; q; }            /^X\(\/\/\)$/{ s//\1/; q; }
3013            /^X\(\/\).*/{ s//\1/; q; }            /^X\(\/\).*/{ s//\1/; q; }
3014            s/.*/./; q'`            s/.*/./; q'`
3015      { if $as_mkdir_p; then
3016        mkdir -p "$ac_dir"
3017      else
3018        as_dir="$ac_dir"
3019        as_dirs=
3020        while test ! -d "$as_dir"; do
3021          as_dirs="$as_dir $as_dirs"
3022          as_dir=`(dirname "$as_dir") 2>/dev/null ||
3023    $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3024             X"$as_dir" : 'X\(//\)[^/]' \| \
3025             X"$as_dir" : 'X\(//\)$' \| \
3026             X"$as_dir" : 'X\(/\)' \| \
3027             .     : '\(.\)' 2>/dev/null ||
3028    echo X"$as_dir" |
3029        sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
3030              /^X\(\/\/\)[^/].*/{ s//\1/; q; }
3031              /^X\(\/\/\)$/{ s//\1/; q; }
3032              /^X\(\/\).*/{ s//\1/; q; }
3033              s/.*/./; q'`
3034        done
3035        test ! -n "$as_dirs" || mkdir $as_dirs
3036      fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
3037    echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
3038       { (exit 1); exit 1; }; }; }
3039    
3040    ac_builddir=.    ac_builddir=.
3041    
3042  if test "$ac_dir" != .; then  if test "$ac_dir" != .; then
# Line 2970  case $srcdir in Line 3062  case $srcdir in
3062      ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix      ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
3063      ac_top_srcdir=$ac_top_builddir$srcdir ;;      ac_top_srcdir=$ac_top_builddir$srcdir ;;
3064  esac  esac
3065  # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be  
3066  # absolute.  # Do not use `cd foo && pwd` to compute absolute paths, because
3067  ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`  # the directories may not exist.
3068  ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`  case `pwd` in
3069  ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`  .) ac_abs_builddir="$ac_dir";;
3070  ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`  *)
3071      case "$ac_dir" in
3072      .) ac_abs_builddir=`pwd`;;
3073      [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
3074      *) ac_abs_builddir=`pwd`/"$ac_dir";;
3075      esac;;
3076    esac
3077    case $ac_abs_builddir in
3078    .) ac_abs_top_builddir=${ac_top_builddir}.;;
3079    *)
3080      case ${ac_top_builddir}. in
3081      .) ac_abs_top_builddir=$ac_abs_builddir;;
3082      [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
3083      *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
3084      esac;;
3085    esac
3086    case $ac_abs_builddir in
3087    .) ac_abs_srcdir=$ac_srcdir;;
3088    *)
3089      case $ac_srcdir in
3090      .) ac_abs_srcdir=$ac_abs_builddir;;
3091      [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
3092      *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
3093      esac;;
3094    esac
3095    case $ac_abs_builddir in
3096    .) ac_abs_top_srcdir=$ac_top_srcdir;;
3097    *)
3098      case $ac_top_srcdir in
3099      .) ac_abs_top_srcdir=$ac_abs_builddir;;
3100      [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
3101      *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
3102      esac;;
3103    esac
3104    
3105    
3106    { echo "$as_me:$LINENO: executing $ac_dest commands" >&5    { echo "$as_me:$LINENO: executing $ac_dest commands" >&5

Legend:
Removed from v.1.253  
changed lines
  Added in v.1.254

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