Ignore:
Timestamp:
May 2, 2003, 12:30:43 PM (22 years ago)
Author:
bird
Message:

Regenerated configure on OS/2.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gcc/libf2c/libF77/configure

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r79 r80  
    2929silent=
    3030site=
    31 sitefile=
    3231srcdir=
    3332target=NONE
     
    144143  --no-create             do not create output files
    145144  --quiet, --silent       do not print \`checking...' messages
    146   --site-file=FILE        use FILE as the site file
    147145  --version               print the version of autoconf that created configure
    148146Directory and file names:
     
    315313    site="$ac_optarg" ;;
    316314
    317   -site-file | --site-file | --site-fil | --site-fi | --site-f)
    318     ac_prev=sitefile ;;
    319   -site-file=* | --site-file=* | --site-fil=* | --site-fi=* | --site-f=*)
    320     sitefile="$ac_optarg" ;;
    321 
    322315  -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
    323316    ac_prev=srcdir ;;
     
    485478
    486479# Prefer explicitly selected file to automatically selected ones.
    487 if test -z "$sitefile"; then
    488   if test -z "$CONFIG_SITE"; then
    489     if test "x$prefix" != xNONE; then
    490       CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
    491     else
    492       CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
    493     fi
     480if test -z "$CONFIG_SITE"; then
     481  if test "x$prefix" != xNONE; then
     482    CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
     483  else
     484    CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
    494485  fi
    495 else
    496   CONFIG_SITE="$sitefile"
    497486fi
    498487for ac_site_file in $CONFIG_SITE; do
     
    532521fi
    533522
     523echo $ac_n "checking for path separator""... $ac_c" 1>&6
     524echo "configure:525: checking for path separator" >&5
     525# Filter path to get backslahes into forwardslashes
     526case "`uname -s 2> /dev/null`" in
     527OS/2)
     528  PATH=`echo -E "$PATH" | sed 's+\\\\+/+g'`
     529  PATH_IFS=';'
     530  ;;
     531*)
     532  PATH_IFS=':'
     533  ;;
     534esac
     535echo "$ac_t""${PATH_IFS}" 1>&6
     536
     537echo $ac_n "checking for Cygwin environment""... $ac_c" 1>&6
     538echo "configure:539: checking for Cygwin environment" >&5
     539if eval "test \"`echo '$''{'ac_cv_cygwin'+set}'`\" = set"; then
     540  echo $ac_n "(cached) $ac_c" 1>&6
     541else
     542  cat > conftest.$ac_ext <<EOF
     543#line 544 "configure"
     544#include "confdefs.h"
     545
     546int main() {
     547
     548#ifndef __CYGWIN__
     549#define __CYGWIN__ __CYGWIN32__
     550#endif
     551return __CYGWIN__;
     552; return 0; }
     553EOF
     554if { (eval echo configure:555: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     555  rm -rf conftest*
     556  ac_cv_cygwin=yes
     557else
     558  echo "configure: failed program was:" >&5
     559  cat conftest.$ac_ext >&5
     560  rm -rf conftest*
     561  ac_cv_cygwin=no
     562fi
     563rm -f conftest*
     564rm -f conftest*
     565fi
     566
     567echo "$ac_t""$ac_cv_cygwin" 1>&6
     568CYGWIN=
     569test "$ac_cv_cygwin" = yes && CYGWIN=yes
     570echo $ac_n "checking for mingw32 environment""... $ac_c" 1>&6
     571echo "configure:572: checking for mingw32 environment" >&5
     572if eval "test \"`echo '$''{'ac_cv_mingw32'+set}'`\" = set"; then
     573  echo $ac_n "(cached) $ac_c" 1>&6
     574else
     575  cat > conftest.$ac_ext <<EOF
     576#line 577 "configure"
     577#include "confdefs.h"
     578
     579int main() {
     580return __MINGW32__;
     581; return 0; }
     582EOF
     583if { (eval echo configure:584: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     584  rm -rf conftest*
     585  ac_cv_mingw32=yes
     586else
     587  echo "configure: failed program was:" >&5
     588  cat conftest.$ac_ext >&5
     589  rm -rf conftest*
     590  ac_cv_mingw32=no
     591fi
     592rm -f conftest*
     593rm -f conftest*
     594fi
     595
     596echo "$ac_t""$ac_cv_mingw32" 1>&6
     597MINGW32=
     598test "$ac_cv_mingw32" = yes && MINGW32=yes
     599echo $ac_n "checking for EMX/OS2 environment""... $ac_c" 1>&6
     600echo "configure:601: checking for EMX/OS2 environment" >&5
     601if eval "test \"`echo '$''{'ac_cv_emxos2'+set}'`\" = set"; then
     602  echo $ac_n "(cached) $ac_c" 1>&6
     603else
     604  : ${CC=gcc.exe}
     605cat > conftest.$ac_ext <<EOF
     606#line 607 "configure"
     607#include "confdefs.h"
     608
     609int main() {
     610return __EMX__;
     611; return 0; }
     612EOF
     613if { (eval echo configure:614: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     614  rm -rf conftest*
     615  ac_cv_emxos2=yes
     616else
     617  echo "configure: failed program was:" >&5
     618  cat conftest.$ac_ext >&5
     619  rm -rf conftest*
     620  ac_cv_emxos2=no
     621fi
     622rm -f conftest*
     623rm -f conftest*
     624fi
     625
     626echo "$ac_t""$ac_cv_emxos2" 1>&6
     627if eval "test \"`echo '$''{'ac_cv_libpre'+set}'`\" = set"; then
     628  echo $ac_n "(cached) $ac_c" 1>&6
     629else
     630  if test "$ac_cv_emxos2" = yes ; then
     631  ac_cv_libpre=
     632else
     633  ac_cv_libpre=lib
     634fi
     635
     636fi
     637
     638EMXOS2=
     639test "$ac_cv_emxos2" = yes && EMXOS2=yes
     640
     641
     642
     643echo $ac_n "checking for executable suffix""... $ac_c" 1>&6
     644echo "configure:645: checking for executable suffix" >&5
     645if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then
     646  echo $ac_n "(cached) $ac_c" 1>&6
     647else
     648  if test "$CYGWIN" = yes || test "$MINGW32" = yes || test "$EMXOS2" = yes; then
     649  ac_cv_exeext=.exe
     650else
     651  rm -f conftest*
     652  echo 'int main () { return 0; }' > conftest.$ac_ext
     653  ac_cv_exeext=
     654  if { (eval echo configure:655: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
     655    for file in conftest.*; do
     656      case $file in
     657      *.c | *.o | *.obj) ;;
     658      *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;;
     659      esac
     660    done
     661  else
     662    { echo "configure: error: installation or configuration problem: compiler cannot create executables." 1>&2; exit 1; }
     663  fi
     664  rm -f conftest*
     665  test x"${ac_cv_exeext}" = x && ac_cv_exeext=no
     666fi
     667fi
     668
     669EXEEXT=""
     670test x"${ac_cv_exeext}" != xno && EXEEXT=${ac_cv_exeext}
     671echo "$ac_t""${ac_cv_exeext}" 1>&6
     672ac_exeext=$EXEEXT
     673
    534674
    535675
     
    542682set dummy gcc; ac_word=$2
    543683echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    544 echo "configure:545: checking for $ac_word" >&5
     684echo "configure:685: checking for $ac_word" >&5
    545685if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    546686  echo $ac_n "(cached) $ac_c" 1>&6
     
    549689  ac_cv_prog_CC="$CC" # Let the user override the test.
    550690else
    551   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     691  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    552692  ac_dummy="$PATH"
    553693  for ac_dir in $ac_dummy; do
    554694    test -z "$ac_dir" && ac_dir=.
    555     if test -f $ac_dir/$ac_word; then
     695    if test -f $ac_dir/$ac_word -o \
     696            -f $ac_dir/$ac_word$ac_exeext ; then
    556697      ac_cv_prog_CC="gcc"
    557698      break
     
    572713set dummy cc; ac_word=$2
    573714echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    574 echo "configure:575: checking for $ac_word" >&5
     715echo "configure:716: checking for $ac_word" >&5
    575716if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    576717  echo $ac_n "(cached) $ac_c" 1>&6
     
    579720  ac_cv_prog_CC="$CC" # Let the user override the test.
    580721else
    581   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     722  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    582723  ac_prog_rejected=no
    583724  ac_dummy="$PATH"
    584725  for ac_dir in $ac_dummy; do
    585726    test -z "$ac_dir" && ac_dir=.
    586     if test -f $ac_dir/$ac_word; then
    587       if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
     727    if test -f $ac_dir/$ac_word -o \
     728            -f $ac_dir/$ac_word$ac_exeext ; then
     729      if test "$ac_dir/$ac_word" = "/usr/ucb/cc" -o \
     730               "$ac_dir/$ac_word$ac_exeext" = "/usr/ucb/cc" ; then
    588731        ac_prog_rejected=yes
    589732        continue
     
    623766set dummy cl; ac_word=$2
    624767echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    625 echo "configure:626: checking for $ac_word" >&5
     768echo "configure:769: checking for $ac_word" >&5
    626769if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    627770  echo $ac_n "(cached) $ac_c" 1>&6
     
    630773  ac_cv_prog_CC="$CC" # Let the user override the test.
    631774else
    632   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     775  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    633776  ac_dummy="$PATH"
    634777  for ac_dir in $ac_dummy; do
    635778    test -z "$ac_dir" && ac_dir=.
    636     if test -f $ac_dir/$ac_word; then
     779    if test -f $ac_dir/$ac_word -o \
     780            -f $ac_dir/$ac_word$ac_exeext ; then
    637781      ac_cv_prog_CC="cl"
    638782      break
     
    656800
    657801echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
    658 echo "configure:659: checking whether we are using GNU C" >&5
     802echo "configure:803: checking whether we are using GNU C" >&5
    659803if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
    660804  echo $ac_n "(cached) $ac_c" 1>&6
     
    665809#endif
    666810EOF
    667 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:668: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
     811if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:812: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
    668812  ac_cv_prog_gcc=yes
    669813else
     
    684828CFLAGS=
    685829echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
    686 echo "configure:687: checking whether ${CC-cc} accepts -g" >&5
     830echo "configure:831: checking whether ${CC-cc} accepts -g" >&5
    687831if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
    688832  echo $ac_n "(cached) $ac_c" 1>&6
     
    727871set dummy ranlib; ac_word=$2
    728872echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    729 echo "configure:730: checking for $ac_word" >&5
     873echo "configure:874: checking for $ac_word" >&5
    730874if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
    731875  echo $ac_n "(cached) $ac_c" 1>&6
     
    734878  ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
    735879else
    736   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     880  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    737881  ac_dummy="$PATH"
    738882  for ac_dir in $ac_dummy; do
    739883    test -z "$ac_dir" && ac_dir=.
    740     if test -f $ac_dir/$ac_word; then
     884    if test -f $ac_dir/$ac_word -o \
     885            -f $ac_dir/$ac_word$ac_exeext ; then
    741886      ac_cv_prog_RANLIB="ranlib"
    742887      break
     
    756901fi
    757902echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
    758 echo "configure:759: checking whether ${MAKE-make} sets \${MAKE}" >&5
     903echo "configure:904: checking whether ${MAKE-make} sets \${MAKE}" >&5
    759904set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
    760905if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
     
    786931# Sanity check for the cross-compilation case:
    787932echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
    788 echo "configure:789: checking how to run the C preprocessor" >&5
     933echo "configure:934: checking how to run the C preprocessor" >&5
    789934# On Suns, sometimes $CPP names a directory.
    790935if test -n "$CPP" && test -d "$CPP"; then
     
    801946  # not just through cpp.
    802947  cat > conftest.$ac_ext <<EOF
    803 #line 804 "configure"
     948#include <sys/types.h>
     949#line 950 "configure"
    804950#include "confdefs.h"
    805951#include <assert.h>
     
    807953EOF
    808954ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    809 { (eval echo configure:810: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     955{ (eval echo configure:956: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    810956ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    811957if test -z "$ac_err"; then
     
    818964  CPP="${CC-cc} -E -traditional-cpp"
    819965  cat > conftest.$ac_ext <<EOF
    820 #line 821 "configure"
     966#include <sys/types.h>
     967#line 968 "configure"
    821968#include "confdefs.h"
    822969#include <assert.h>
     
    824971EOF
    825972ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    826 { (eval echo configure:827: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     973{ (eval echo configure:974: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    827974ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    828975if test -z "$ac_err"; then
     
    835982  CPP="${CC-cc} -nologo -E"
    836983  cat > conftest.$ac_ext <<EOF
    837 #line 838 "configure"
     984#include <sys/types.h>
     985#line 986 "configure"
    838986#include "confdefs.h"
    839987#include <assert.h>
     
    841989EOF
    842990ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    843 { (eval echo configure:844: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     991{ (eval echo configure:992: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    844992ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    845993if test -z "$ac_err"; then
     
    8671015ac_safe=`echo "stdio.h" | sed 'y%./+-%__p_%'`
    8681016echo $ac_n "checking for stdio.h""... $ac_c" 1>&6
    869 echo "configure:870: checking for stdio.h" >&5
     1017echo "configure:1018: checking for stdio.h" >&5
    8701018if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    8711019  echo $ac_n "(cached) $ac_c" 1>&6
    8721020else
    8731021  cat > conftest.$ac_ext <<EOF
    874 #line 875 "configure"
     1022#include <sys/types.h>
     1023#line 1024 "configure"
    8751024#include "confdefs.h"
    8761025#include <stdio.h>
    8771026EOF
    8781027ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    879 { (eval echo configure:880: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1028{ (eval echo configure:1029: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    8801029ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    8811030if test -z "$ac_err"; then
     
    9051054
    9061055echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
    907 echo "configure:908: checking for ANSI C header files" >&5
     1056echo "configure:1057: checking for ANSI C header files" >&5
    9081057if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
    9091058  echo $ac_n "(cached) $ac_c" 1>&6
    9101059else
    9111060  cat > conftest.$ac_ext <<EOF
    912 #line 913 "configure"
     1061#include <sys/types.h>
     1062#line 1063 "configure"
    9131063#include "confdefs.h"
    9141064#include <stdlib.h>
     
    9181068EOF
    9191069ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    920 { (eval echo configure:921: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1070{ (eval echo configure:1071: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    9211071ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    9221072if test -z "$ac_err"; then
     
    9351085  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
    9361086cat > conftest.$ac_ext <<EOF
    937 #line 938 "configure"
     1087#line 1088 "configure"
    9381088#include "confdefs.h"
    9391089#include <string.h>
     
    9531103  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
    9541104cat > conftest.$ac_ext <<EOF
    955 #line 956 "configure"
     1105#line 1106 "configure"
    9561106#include "confdefs.h"
    9571107#include <stdlib.h>
     
    9741124else
    9751125  cat > conftest.$ac_ext <<EOF
    976 #line 977 "configure"
     1126#line 1127 "configure"
    9771127#include "confdefs.h"
    9781128#include <ctype.h>
     
    9851135
    9861136EOF
    987 if { (eval echo configure:988: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     1137if { (eval echo configure:1138: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    9881138then
    9891139  :
     
    10101160
    10111161echo $ac_n "checking for posix""... $ac_c" 1>&6
    1012 echo "configure:1013: checking for posix" >&5
     1162echo "configure:1163: checking for posix" >&5
    10131163if eval "test \"`echo '$''{'g77_cv_header_posix'+set}'`\" = set"; then
    10141164  echo $ac_n "(cached) $ac_c" 1>&6
    10151165else
    10161166  cat > conftest.$ac_ext <<EOF
    1017 #line 1018 "configure"
     1167#line 1168 "configure"
    10181168#include "confdefs.h"
    10191169#include <sys/types.h>
     
    10411191# header isn't actually like checking the functions, though...
    10421192echo $ac_n "checking for GNU library""... $ac_c" 1>&6
    1043 echo "configure:1044: checking for GNU library" >&5
     1193echo "configure:1194: checking for GNU library" >&5
    10441194if eval "test \"`echo '$''{'g77_cv_lib_gnu'+set}'`\" = set"; then
    10451195  echo $ac_n "(cached) $ac_c" 1>&6
    10461196else
    10471197  cat > conftest.$ac_ext <<EOF
    1048 #line 1049 "configure"
     1198#line 1199 "configure"
    10491199#include "confdefs.h"
    10501200#include <stdio.h>
     
    10691219
    10701220echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6
    1071 echo "configure:1072: checking return type of signal handlers" >&5
     1221echo "configure:1222: checking return type of signal handlers" >&5
    10721222if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then
    10731223  echo $ac_n "(cached) $ac_c" 1>&6
    10741224else
    10751225  cat > conftest.$ac_ext <<EOF
    1076 #line 1077 "configure"
     1226#line 1227 "configure"
    10771227#include "confdefs.h"
    10781228#include <sys/types.h>
     
    10911241; return 0; }
    10921242EOF
    1093 if { (eval echo configure:1094: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1243if { (eval echo configure:1244: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    10941244  rm -rf conftest*
    10951245  ac_cv_type_signal=void
     
    11121262if test $ac_cv_header_stdc != yes; then
    11131263echo $ac_n "checking for atexit""... $ac_c" 1>&6
    1114 echo "configure:1115: checking for atexit" >&5
     1264echo "configure:1265: checking for atexit" >&5
    11151265if eval "test \"`echo '$''{'ac_cv_func_atexit'+set}'`\" = set"; then
    11161266  echo $ac_n "(cached) $ac_c" 1>&6
    11171267else
    11181268  cat > conftest.$ac_ext <<EOF
    1119 #line 1120 "configure"
     1269#line 1270 "configure"
    11201270#include "confdefs.h"
    11211271/* System header to define __stub macros and hopefully few prototypes,
     
    11401290; return 0; }
    11411291EOF
    1142 if { (eval echo configure:1143: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1292if { (eval echo configure:1293: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    11431293  rm -rf conftest*
    11441294  eval "ac_cv_func_atexit=yes"
     
    11651315
    11661316  echo $ac_n "checking for onexit""... $ac_c" 1>&6
    1167 echo "configure:1168: checking for onexit" >&5
     1317echo "configure:1318: checking for onexit" >&5
    11681318if eval "test \"`echo '$''{'ac_cv_func_onexit'+set}'`\" = set"; then
    11691319  echo $ac_n "(cached) $ac_c" 1>&6
    11701320else
    11711321  cat > conftest.$ac_ext <<EOF
    1172 #line 1173 "configure"
     1322#line 1323 "configure"
    11731323#include "confdefs.h"
    11741324/* System header to define __stub macros and hopefully few prototypes,
     
    11931343; return 0; }
    11941344EOF
    1195 if { (eval echo configure:1196: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1345if { (eval echo configure:1346: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    11961346  rm -rf conftest*
    11971347  eval "ac_cv_func_onexit=yes"
     
    12111361  echo "$ac_t""no" 1>&6
    12121362echo $ac_n "checking for on_exit""... $ac_c" 1>&6
    1213 echo "configure:1214: checking for on_exit" >&5
     1363echo "configure:1364: checking for on_exit" >&5
    12141364if eval "test \"`echo '$''{'ac_cv_func_on_exit'+set}'`\" = set"; then
    12151365  echo $ac_n "(cached) $ac_c" 1>&6
    12161366else
    12171367  cat > conftest.$ac_ext <<EOF
    1218 #line 1219 "configure"
     1368#line 1369 "configure"
    12191369#include "confdefs.h"
    12201370/* System header to define __stub macros and hopefully few prototypes,
     
    12391389; return 0; }
    12401390EOF
    1241 if { (eval echo configure:1242: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1391if { (eval echo configure:1392: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    12421392  rm -rf conftest*
    12431393  eval "ac_cv_func_on_exit=yes"
     
    12691419
    12701420echo $ac_n "checking for drem in -lm""... $ac_c" 1>&6
    1271 echo "configure:1272: checking for drem in -lm" >&5
     1421echo "configure:1422: checking for drem in -lm" >&5
    12721422ac_lib_var=`echo m'_'drem | sed 'y%./+-%__p_%'`
    12731423if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    12771427LIBS="-lm  $LIBS"
    12781428cat > conftest.$ac_ext <<EOF
    1279 #line 1280 "configure"
     1429#line 1430 "configure"
    12801430#include "confdefs.h"
    12811431/* Override any gcc2 internal prototype to avoid an error.  */
     
    12881438; return 0; }
    12891439EOF
    1290 if { (eval echo configure:1291: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1440if { (eval echo configure:1441: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    12911441  rm -rf conftest*
    12921442  eval "ac_cv_lib_$ac_lib_var=yes"
     
    13941544s%\$%$$%g
    13951545EOF
    1396 DEFS=`sed -f conftest.defs confdefs.h | tr '\012' ' '`
     1546DEFS=`sed -f conftest.defs confdefs.h | tr '\012\015' ' '`
    13971547rm -f conftest.defs
    13981548
     
    14081558# Run this file to recreate the current configuration.
    14091559# This directory was configured as follows,
     1560EOF
     1561echo ': ${CONFIG_SHELL='"${CONFIG_SHELL-/bin/sh}"'}' >> $CONFIG_STATUS
     1562cat >> $CONFIG_STATUS <<EOF
    14101563# on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
    14111564#
     
    14321585
    14331586ac_given_srcdir=$srcdir
     1587PATHIFS="$PATH_IFS"
    14341588
    14351589trap 'rm -fr `echo "Makefile" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
     
    14421596$ac_vpsub
    14431597$extrasub
     1598s,\([^a-zA-Z0-9:]\)/bin/sh\(.exe\),\1${CONFIG_SHELL-/bin/sh}\2,g
    14441599s%@SHELL@%$SHELL%g
    14451600s%@CFLAGS@%$CFLAGS%g
     
    14651620s%@infodir@%$infodir%g
    14661621s%@mandir@%$mandir%g
     1622s%@PATH_IFS@%$PATH_IFS%g
     1623s%@EXEEXT@%$EXEEXT%g
    14671624s%@CC@%$CC%g
    14681625s%@LIBTOOL@%$LIBTOOL%g
     
    15411698      if test -z "$ac_dots"; then top_srcdir=.
    15421699      else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
    1543   /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
     1700  /* | [A-Za-z]:*)
     1701    srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
    15441702  *) # Relative path.
    15451703    srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
     
    15571715  esac
    15581716
    1559   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
     1717  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%$PATHIFS% $ac_given_srcdir/%g"`
    15601718  sed -e "$ac_comsub
    15611719s%@configure_input@%$configure_input%g
Note: See TracChangeset for help on using the changeset viewer.