/[classpath]/inetlib/configure
ViewVC logotype

Diff of /inetlib/configure

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

revision 1.1 by dog, Sat Oct 25 08:52:10 2003 UTC revision 1.2 by dog, Mon Nov 10 12:29:55 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.57 for inetlib 0.1.  # Generated by GNU Autoconf 2.58 for inetlib 0.1.
4  #  #
5  # Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002  # Copyright (C) 2003 Free Software Foundation, Inc.
 # Free Software Foundation, Inc.  
6  # This configure script is free software; the Free Software Foundation  # This configure script is free software; the Free Software Foundation
7  # gives unlimited permission to copy, distribute and modify it.  # gives unlimited permission to copy, distribute and modify it.
8  ## --------------------- ##  ## --------------------- ##
# Line 20  if test -n "${ZSH_VERSION+set}" && (emul Line 19  if test -n "${ZSH_VERSION+set}" && (emul
19  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
20    set -o posix    set -o posix
21  fi  fi
22    DUALCASE=1; export DUALCASE # for MKS sh
23    
24  # Support unset when possible.  # Support unset when possible.
25  if (FOO=FOO; unset FOO) >/dev/null 2>&1; then  if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
26    as_unset=unset    as_unset=unset
27  else  else
28    as_unset=false    as_unset=false
# Line 41  for as_var in \ Line 41  for as_var in \
41    LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \    LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
42    LC_TELEPHONE LC_TIME    LC_TELEPHONE LC_TIME
43  do  do
44    if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then    if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
45      eval $as_var=C; export $as_var      eval $as_var=C; export $as_var
46    else    else
47      $as_unset $as_var      $as_unset $as_var
# Line 218  rm -f conf$$ conf$$.exe conf$$.file Line 218  rm -f conf$$ conf$$.exe conf$$.file
218  if mkdir -p . 2>/dev/null; then  if mkdir -p . 2>/dev/null; then
219    as_mkdir_p=:    as_mkdir_p=:
220  else  else
221      test -d ./-p && rmdir ./-p
222    as_mkdir_p=false    as_mkdir_p=false
223  fi  fi
224    
225  as_executable_p="test -f"  as_executable_p="test -f"
226    
227  # Sed expression to map a string onto a valid CPP name.  # Sed expression to map a string onto a valid CPP name.
228  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'"
229    
230  # Sed expression to map a string onto a valid variable name.  # Sed expression to map a string onto a valid variable name.
231  as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g"  as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
232    
233    
234  # IFS  # IFS
# Line 630  done Line 631  done
631    
632  # Be sure to have absolute paths.  # Be sure to have absolute paths.
633  for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \  for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
634                localstatedir libdir includedir oldincludedir infodir mandir                localstatedir libdir includedir oldincludedir infodir mandir
635  do  do
636    eval ac_val=$`echo $ac_var`    eval ac_val=$`echo $ac_var`
637    case $ac_val in    case $ac_val in
# Line 670  if test -z "$srcdir"; then Line 671  if test -z "$srcdir"; then
671    # Try the directory containing this script, then its parent.    # Try the directory containing this script, then its parent.
672    ac_confdir=`(dirname "$0") 2>/dev/null ||    ac_confdir=`(dirname "$0") 2>/dev/null ||
673  $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \  $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
674           X"$0" : 'X\(//\)[^/]' \| \           X"$0" : 'X\(//\)[^/]' \| \
675           X"$0" : 'X\(//\)$' \| \           X"$0" : 'X\(//\)$' \| \
676           X"$0" : 'X\(/\)' \| \           X"$0" : 'X\(/\)' \| \
677           .     : '\(.\)' 2>/dev/null ||           .     : '\(.\)' 2>/dev/null ||
678  echo X"$0" |  echo X"$0" |
679      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
680            /^X\(\/\/\)[^/].*/{ s//\1/; q; }            /^X\(\/\/\)[^/].*/{ s//\1/; q; }
# Line 745  _ACEOF Line 746  _ACEOF
746    cat <<_ACEOF    cat <<_ACEOF
747  Installation directories:  Installation directories:
748    --prefix=PREFIX         install architecture-independent files in PREFIX    --prefix=PREFIX         install architecture-independent files in PREFIX
749                            [$ac_default_prefix]                            [$ac_default_prefix]
750    --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX    --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
751                            [PREFIX]                            [PREFIX]
752    
753  By default, \`make install' will install all the files in  By default, \`make install' will install all the files in
754  \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify  \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
# Line 829  case $srcdir in Line 830  case $srcdir in
830      ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix      ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
831      ac_top_srcdir=$ac_top_builddir$srcdir ;;      ac_top_srcdir=$ac_top_builddir$srcdir ;;
832  esac  esac
833  # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be  case "$ac_dir" in
834  # absolute.  .) ac_abs_builddir=$ac_builddir;;
835  ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`  *)
836  ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`    case $ac_builddir in
837  ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`    .) ac_abs_builddir="$ac_dir";;
838  ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`    [\\/]* | ?:[\\/]* ) ac_abs_builddir=$ac_builddir;;
839      *) ac_abs_builddir="$ac_dir"/$ac_builddir;;
840      esac;;
841    esac
842    case "$ac_dir" in
843    .) ac_abs_top_builddir=${ac_top_builddir}.;;
844    *)
845      case ${ac_top_builddir}. in
846      .) ac_abs_top_builddir="$ac_dir";;
847      [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
848      *) ac_abs_top_builddir="$ac_dir"/${ac_top_builddir}.;;
849      esac;;
850    esac
851    case "$ac_dir" in
852    .) ac_abs_srcdir=$ac_srcdir;;
853    *)
854      case $ac_srcdir in
855      .) ac_abs_srcdir="$ac_dir";;
856      [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
857      *) ac_abs_srcdir="$ac_dir"/$ac_srcdir;;
858      esac;;
859    esac
860    case "$ac_dir" in
861    .) ac_abs_top_srcdir=$ac_top_srcdir;;
862    *)
863      case $ac_top_srcdir in
864      .) ac_abs_top_srcdir="$ac_dir";;
865      [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
866      *) ac_abs_top_srcdir="$ac_dir"/$ac_top_srcdir;;
867      esac;;
868    esac
869    
870      cd $ac_dir      cd $ac_dir
871      # Check for guested configure; otherwise get Cygnus style configure.      # Check for guested configure; otherwise get Cygnus style configure.
# Line 845  ac_abs_top_srcdir=`cd "$ac_dir" && cd $a Line 876  ac_abs_top_srcdir=`cd "$ac_dir" && cd $a
876        echo        echo
877        $SHELL $ac_srcdir/configure  --help=recursive        $SHELL $ac_srcdir/configure  --help=recursive
878      elif test -f $ac_srcdir/configure.ac ||      elif test -f $ac_srcdir/configure.ac ||
879             test -f $ac_srcdir/configure.in; then             test -f $ac_srcdir/configure.in; then
880        echo        echo
881        $ac_configure --help        $ac_configure --help
882      else      else
# Line 859  test -n "$ac_init_help" && exit 0 Line 890  test -n "$ac_init_help" && exit 0
890  if $ac_init_version; then  if $ac_init_version; then
891    cat <<\_ACEOF    cat <<\_ACEOF
892  inetlib configure 0.1  inetlib configure 0.1
893  generated by GNU Autoconf 2.57  generated by GNU Autoconf 2.58
894    
895  Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002  Copyright (C) 2003 Free Software Foundation, Inc.
 Free Software Foundation, Inc.  
896  This configure script is free software; the Free Software Foundation  This configure script is free software; the Free Software Foundation
897  gives unlimited permission to copy, distribute and modify it.  gives unlimited permission to copy, distribute and modify it.
898  _ACEOF  _ACEOF
# Line 874  This file contains any messages produced Line 904  This file contains any messages produced
904  running configure, to aid debugging if configure makes a mistake.  running configure, to aid debugging if configure makes a mistake.
905    
906  It was created by inetlib $as_me 0.1, which was  It was created by inetlib $as_me 0.1, which was
907  generated by GNU Autoconf 2.57.  Invocation command line was  generated by GNU Autoconf 2.58.  Invocation command line was
908    
909    $ $0 $@    $ $0 $@
910    
# Line 951  do Line 981  do
981      2)      2)
982        ac_configure_args1="$ac_configure_args1 '$ac_arg'"        ac_configure_args1="$ac_configure_args1 '$ac_arg'"
983        if test $ac_must_keep_next = true; then        if test $ac_must_keep_next = true; then
984          ac_must_keep_next=false # Got value, back to normal.          ac_must_keep_next=false # Got value, back to normal.
985        else        else
986          case $ac_arg in          case $ac_arg in
987            *=* | --config-cache | -C | -disable-* | --disable-* \            *=* | --config-cache | -C | -disable-* | --disable-* \
988            | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \            | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
989            | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \            | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
990            | -with-* | --with-* | -without-* | --without-* | --x)            | -with-* | --with-* | -without-* | --without-* | --x)
991              case "$ac_configure_args0 " in              case "$ac_configure_args0 " in
992                "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;                "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
993              esac              esac
994              ;;              ;;
995            -* ) ac_must_keep_next=true ;;            -* ) ac_must_keep_next=true ;;
996          esac          esac
997        fi        fi
998        ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"        ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
999        # Get rid of the leading space.        # Get rid of the leading space.
# Line 997  _ASBOX Line 1027  _ASBOX
1027      case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in      case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1028      *ac_space=\ *)      *ac_space=\ *)
1029        sed -n \        sed -n \
1030          "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;          "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1031            s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"            s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1032        ;;        ;;
1033      *)      *)
1034        sed -n \        sed -n \
1035          "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"          "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1036        ;;        ;;
1037      esac;      esac;
1038  }  }
# Line 1031  _ASBOX Line 1061  _ASBOX
1061        for ac_var in $ac_subst_files        for ac_var in $ac_subst_files
1062        do        do
1063          eval ac_val=$`echo $ac_var`          eval ac_val=$`echo $ac_var`
1064          echo "$ac_var='"'"'$ac_val'"'"'"          echo "$ac_var='"'"'$ac_val'"'"'"
1065        done | sort        done | sort
1066        echo        echo
1067      fi      fi
# Line 1130  fi Line 1160  fi
1160  # value.  # value.
1161  ac_cache_corrupted=false  ac_cache_corrupted=false
1162  for ac_var in `(set) 2>&1 |  for ac_var in `(set) 2>&1 |
1163                 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do                 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1164    eval ac_old_set=\$ac_cv_env_${ac_var}_set    eval ac_old_set=\$ac_cv_env_${ac_var}_set
1165    eval ac_new_set=\$ac_env_${ac_var}_set    eval ac_new_set=\$ac_env_${ac_var}_set
1166    eval ac_old_val="\$ac_cv_env_${ac_var}_value"    eval ac_old_val="\$ac_cv_env_${ac_var}_value"
# Line 1147  echo "$as_me: error: \`$ac_var' was not Line 1177  echo "$as_me: error: \`$ac_var' was not
1177      ,);;      ,);;
1178      *)      *)
1179        if test "x$ac_old_val" != "x$ac_new_val"; then        if test "x$ac_old_val" != "x$ac_new_val"; then
1180          { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5          { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1181  echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}  echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1182          { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5          { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
1183  echo "$as_me:   former value:  $ac_old_val" >&2;}  echo "$as_me:   former value:  $ac_old_val" >&2;}
1184          { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5          { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
1185  echo "$as_me:   current value: $ac_new_val" >&2;}  echo "$as_me:   current value: $ac_new_val" >&2;}
1186          ac_cache_corrupted=:          ac_cache_corrupted=:
1187        fi;;        fi;;
1188    esac    esac
1189    # Pass precious variables to config.status.    # Pass precious variables to config.status.
# Line 1247  ac_configure="$SHELL $ac_aux_dir/configu Line 1277  ac_configure="$SHELL $ac_aux_dir/configu
1277  # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag  # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1278  # AFS /usr/afsws/bin/install, which mishandles nonexistent args  # AFS /usr/afsws/bin/install, which mishandles nonexistent args
1279  # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"  # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1280    # OS/2's system install, which has a completely different semantic
1281  # ./install, which can be erroneously created by make from ./install.sh.  # ./install, which can be erroneously created by make from ./install.sh.
1282  echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5  echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
1283  echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6  echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
# Line 1263  do Line 1294  do
1294  case $as_dir/ in  case $as_dir/ in
1295    ./ | .// | /cC/* | \    ./ | .// | /cC/* | \
1296    /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \    /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
1297      ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
1298    /usr/ucb/* ) ;;    /usr/ucb/* ) ;;
1299    *)    *)
1300      # OSF1 and SCO ODT 3.0 have their own names for install.      # OSF1 and SCO ODT 3.0 have their own names for install.
# Line 1270  case $as_dir/ in Line 1302  case $as_dir/ in
1302      # by default.      # by default.
1303      for ac_prog in ginstall scoinst install; do      for ac_prog in ginstall scoinst install; do
1304        for ac_exec_ext in '' $ac_executable_extensions; do        for ac_exec_ext in '' $ac_executable_extensions; do
1305          if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then          if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
1306            if test $ac_prog = install &&            if test $ac_prog = install &&
1307              grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then              grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1308              # AIX install.  It has an incompatible calling convention.              # AIX install.  It has an incompatible calling convention.
1309              :              :
1310            elif test $ac_prog = install &&            elif test $ac_prog = install &&
1311              grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then              grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1312              # program-specific install script used by HP pwplus--don't use.              # program-specific install script used by HP pwplus--don't use.
1313              :              :
1314            else            else
1315              ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"              ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
1316              break 3              break 3
1317            fi            fi
1318          fi          fi
1319        done        done
1320      done      done
1321      ;;      ;;
# Line 1373  rm conftest.sed Line 1405  rm conftest.sed
1405    
1406  echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5  echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
1407  echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6  echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
1408  set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'`  set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
1409  if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then  if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
1410    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
1411  else  else
# Line 1724  else Line 1756  else
1756  JAVA_TEST=Test.java  JAVA_TEST=Test.java
1757  CLASS_TEST=Test.class  CLASS_TEST=Test.class
1758  cat << \EOF > $JAVA_TEST  cat << \EOF > $JAVA_TEST
1759  /* #line 1727 "configure" */  /* #line 1759 "configure" */
1760  public class Test {  public class Test {
1761  }  }
1762  EOF  EOF
# Line 1877  _ACEOF Line 1909  _ACEOF
1909        # `set' does not quote correctly, so add quotes (double-quote        # `set' does not quote correctly, so add quotes (double-quote
1910        # substitution turns \\\\ into \\, and sed turns \\ into \).        # substitution turns \\\\ into \\, and sed turns \\ into \).
1911        sed -n \        sed -n \
1912          "s/'/'\\\\''/g;          "s/'/'\\\\''/g;
1913            s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"            s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
1914        ;;        ;;
1915      *)      *)
1916        # `set' quotes correctly as required by POSIX, so do not add quotes.        # `set' quotes correctly as required by POSIX, so do not add quotes.
1917        sed -n \        sed -n \
1918          "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"          "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1919        ;;        ;;
1920      esac;      esac;
1921  } |  } |
# Line 1913  test "x$exec_prefix" = xNONE && exec_pre Line 1945  test "x$exec_prefix" = xNONE && exec_pre
1945  # trailing colons and then remove the whole line if VPATH becomes empty  # trailing colons and then remove the whole line if VPATH becomes empty
1946  # (actually we leave an empty line to preserve line numbers).  # (actually we leave an empty line to preserve line numbers).
1947  if test "x$srcdir" = x.; then  if test "x$srcdir" = x.; then
1948    ac_vpsub='/^[         ]*VPATH[        ]*=/{    ac_vpsub='/^[  ]*VPATH[        ]*=/{
1949  s/:*\$(srcdir):*/:/;  s/:*\$(srcdir):*/:/;
1950  s/:*\${srcdir}:*/:/;  s/:*\${srcdir}:*/:/;
1951  s/:*@srcdir@:*/:/;  s/:*@srcdir@:*/:/;
1952  s/^\([^=]*=[    ]*\):*/\1/;  s/^\([^=]*=[     ]*\):*/\1/;
1953  s/:*$//;  s/:*$//;
1954  s/^[^=]*=[      ]*$//;  s/^[^=]*=[       ]*$//;
1955  }'  }'
1956  fi  fi
1957    
# Line 1933  fi Line 1965  fi
1965  cat >confdef2opt.sed <<\_ACEOF  cat >confdef2opt.sed <<\_ACEOF
1966  t clear  t clear
1967  : clear  : clear
1968  s,^[    ]*#[    ]*define[       ][      ]*\([^  (][^    (]*([^)]*)\)[   ]*\(.*\),-D\1=\2,g  s,^[     ]*#[    ]*define[       ][      ]*\([^  (][^    (]*([^)]*)\)[   ]*\(.*\),-D\1=\2,g
1969  t quote  t quote
1970  s,^[    ]*#[    ]*define[       ][      ]*\([^  ][^     ]*\)[   ]*\(.*\),-D\1=\2,g  s,^[     ]*#[    ]*define[       ][      ]*\([^  ][^     ]*\)[   ]*\(.*\),-D\1=\2,g
1971  t quote  t quote
1972  d  d
1973  : quote  : quote
1974  s,[     `~#$^&*(){}\\|;'"<>?],\\&,g  s,[      `~#$^&*(){}\\|;'"<>?],\\&,g
1975  s,\[,\\&,g  s,\[,\\&,g
1976  s,\],\\&,g  s,\],\\&,g
1977  s,\$,$$,g  s,\$,$$,g
# Line 1961  ac_ltlibobjs= Line 1993  ac_ltlibobjs=
1993  for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue  for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
1994    # 1. Remove the extension, and $U if already installed.    # 1. Remove the extension, and $U if already installed.
1995    ac_i=`echo "$ac_i" |    ac_i=`echo "$ac_i" |
1996           sed 's/\$U\././;s/\.o$//;s/\.obj$//'`           sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
1997    # 2. Add them.    # 2. Add them.
1998    ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"    ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
1999    ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'    ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
# Line 2005  if test -n "${ZSH_VERSION+set}" && (emul Line 2037  if test -n "${ZSH_VERSION+set}" && (emul
2037  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
2038    set -o posix    set -o posix
2039  fi  fi
2040    DUALCASE=1; export DUALCASE # for MKS sh
2041    
2042  # Support unset when possible.  # Support unset when possible.
2043  if (FOO=FOO; unset FOO) >/dev/null 2>&1; then  if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
2044    as_unset=unset    as_unset=unset
2045  else  else
2046    as_unset=false    as_unset=false
# Line 2026  for as_var in \ Line 2059  for as_var in \
2059    LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \    LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
2060    LC_TELEPHONE LC_TIME    LC_TELEPHONE LC_TIME
2061  do  do
2062    if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then    if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
2063      eval $as_var=C; export $as_var      eval $as_var=C; export $as_var
2064    else    else
2065      $as_unset $as_var      $as_unset $as_var
# Line 2205  rm -f conf$$ conf$$.exe conf$$.file Line 2238  rm -f conf$$ conf$$.exe conf$$.file
2238  if mkdir -p . 2>/dev/null; then  if mkdir -p . 2>/dev/null; then
2239    as_mkdir_p=:    as_mkdir_p=:
2240  else  else
2241      test -d ./-p && rmdir ./-p
2242    as_mkdir_p=false    as_mkdir_p=false
2243  fi  fi
2244    
2245  as_executable_p="test -f"  as_executable_p="test -f"
2246    
2247  # Sed expression to map a string onto a valid CPP name.  # Sed expression to map a string onto a valid CPP name.
2248  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'"
2249    
2250  # Sed expression to map a string onto a valid variable name.  # Sed expression to map a string onto a valid variable name.
2251  as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g"  as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
2252    
2253    
2254  # IFS  # IFS
# Line 2241  _ASBOX Line 2275  _ASBOX
2275  cat >&5 <<_CSEOF  cat >&5 <<_CSEOF
2276    
2277  This file was extended by inetlib $as_me 0.1, which was  This file was extended by inetlib $as_me 0.1, which was
2278  generated by GNU Autoconf 2.57.  Invocation command line was  generated by GNU Autoconf 2.58.  Invocation command line was
2279    
2280    CONFIG_FILES    = $CONFIG_FILES    CONFIG_FILES    = $CONFIG_FILES
2281    CONFIG_HEADERS  = $CONFIG_HEADERS    CONFIG_HEADERS  = $CONFIG_HEADERS
# Line 2285  Usage: $0 [OPTIONS] [FILE]... Line 2319  Usage: $0 [OPTIONS] [FILE]...
2319    -d, --debug      don't remove temporary files    -d, --debug      don't remove temporary files
2320        --recheck    update $as_me by reconfiguring in the same conditions        --recheck    update $as_me by reconfiguring in the same conditions
2321    --file=FILE[:TEMPLATE]    --file=FILE[:TEMPLATE]
2322                     instantiate the configuration file FILE                     instantiate the configuration file FILE
2323    
2324  Configuration files:  Configuration files:
2325  $config_files  $config_files
# Line 2296  _ACEOF Line 2330  _ACEOF
2330  cat >>$CONFIG_STATUS <<_ACEOF  cat >>$CONFIG_STATUS <<_ACEOF
2331  ac_cs_version="\\  ac_cs_version="\\
2332  inetlib config.status 0.1  inetlib config.status 0.1
2333  configured by $0, generated by GNU Autoconf 2.57,  configured by $0, generated by GNU Autoconf 2.58,
2334    with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"    with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
2335    
2336  Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001  Copyright (C) 2003 Free Software Foundation, Inc.
 Free Software Foundation, Inc.  
2337  This config.status script is free software; the Free Software Foundation  This config.status script is free software; the Free Software Foundation
2338  gives unlimited permission to copy, distribute and modify it."  gives unlimited permission to copy, distribute and modify it."
2339  srcdir=$srcdir  srcdir=$srcdir
# Line 2539  _ACEOF Line 2572  _ACEOF
2572        (echo ':t        (echo ':t
2573    /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed    /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
2574        if test -z "$ac_sed_cmds"; then        if test -z "$ac_sed_cmds"; then
2575          ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"          ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
2576        else        else
2577          ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"          ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
2578        fi        fi
2579        ac_sed_frag=`expr $ac_sed_frag + 1`        ac_sed_frag=`expr $ac_sed_frag + 1`
2580        ac_beg=$ac_end        ac_beg=$ac_end
# Line 2559  for ac_file in : $CONFIG_FILES; do test Line 2592  for ac_file in : $CONFIG_FILES; do test
2592    # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".    # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
2593    case $ac_file in    case $ac_file in
2594    - | *:- | *:-:* ) # input from stdin    - | *:- | *:-:* ) # input from stdin
2595          cat >$tmp/stdin          cat >$tmp/stdin
2596          ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`          ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
2597          ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;          ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
2598    *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`    *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
2599          ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;          ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
2600    * )   ac_file_in=$ac_file.in ;;    * )   ac_file_in=$ac_file.in ;;
2601    esac    esac
2602    
2603    # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.    # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
2604    ac_dir=`(dirname "$ac_file") 2>/dev/null ||    ac_dir=`(dirname "$ac_file") 2>/dev/null ||
2605  $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \  $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2606           X"$ac_file" : 'X\(//\)[^/]' \| \           X"$ac_file" : 'X\(//\)[^/]' \| \
2607           X"$ac_file" : 'X\(//\)$' \| \           X"$ac_file" : 'X\(//\)$' \| \
2608           X"$ac_file" : 'X\(/\)' \| \           X"$ac_file" : 'X\(/\)' \| \
2609           .     : '\(.\)' 2>/dev/null ||           .     : '\(.\)' 2>/dev/null ||
2610  echo X"$ac_file" |  echo X"$ac_file" |
2611      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
2612            /^X\(\/\/\)[^/].*/{ s//\1/; q; }            /^X\(\/\/\)[^/].*/{ s//\1/; q; }
# Line 2589  echo X"$ac_file" | Line 2622  echo X"$ac_file" |
2622        as_dirs="$as_dir $as_dirs"        as_dirs="$as_dir $as_dirs"
2623        as_dir=`(dirname "$as_dir") 2>/dev/null ||        as_dir=`(dirname "$as_dir") 2>/dev/null ||
2624  $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \  $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2625           X"$as_dir" : 'X\(//\)[^/]' \| \           X"$as_dir" : 'X\(//\)[^/]' \| \
2626           X"$as_dir" : 'X\(//\)$' \| \           X"$as_dir" : 'X\(//\)$' \| \
2627           X"$as_dir" : 'X\(/\)' \| \           X"$as_dir" : 'X\(/\)' \| \
2628           .     : '\(.\)' 2>/dev/null ||           .     : '\(.\)' 2>/dev/null ||
2629  echo X"$as_dir" |  echo X"$as_dir" |
2630      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
2631            /^X\(\/\/\)[^/].*/{ s//\1/; q; }            /^X\(\/\/\)[^/].*/{ s//\1/; q; }
# Line 2630  case $srcdir in Line 2663  case $srcdir in
2663      ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix      ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
2664      ac_top_srcdir=$ac_top_builddir$srcdir ;;      ac_top_srcdir=$ac_top_builddir$srcdir ;;
2665  esac  esac
2666  # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be  case "$ac_dir" in
2667  # absolute.  .) ac_abs_builddir=$ac_builddir;;
2668  ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`  *)
2669  ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`    case $ac_builddir in
2670  ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`    .) ac_abs_builddir="$ac_dir";;
2671  ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`    [\\/]* | ?:[\\/]* ) ac_abs_builddir=$ac_builddir;;
2672      *) ac_abs_builddir="$ac_dir"/$ac_builddir;;
2673      esac;;
2674    esac
2675    case "$ac_dir" in
2676    .) ac_abs_top_builddir=${ac_top_builddir}.;;
2677    *)
2678      case ${ac_top_builddir}. in
2679      .) ac_abs_top_builddir="$ac_dir";;
2680      [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
2681      *) ac_abs_top_builddir="$ac_dir"/${ac_top_builddir}.;;
2682      esac;;
2683    esac
2684    case "$ac_dir" in
2685    .) ac_abs_srcdir=$ac_srcdir;;
2686    *)
2687      case $ac_srcdir in
2688      .) ac_abs_srcdir="$ac_dir";;
2689      [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
2690      *) ac_abs_srcdir="$ac_dir"/$ac_srcdir;;
2691      esac;;
2692    esac
2693    case "$ac_dir" in
2694    .) ac_abs_top_srcdir=$ac_top_srcdir;;
2695    *)
2696      case $ac_top_srcdir in
2697      .) ac_abs_top_srcdir="$ac_dir";;
2698      [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
2699      *) ac_abs_top_srcdir="$ac_dir"/$ac_top_srcdir;;
2700      esac;;
2701    esac
2702    
2703    
2704    case $INSTALL in    case $INSTALL in
# Line 2657  echo "$as_me: creating $ac_file" >&6;} Line 2720  echo "$as_me: creating $ac_file" >&6;}
2720      configure_input="$ac_file.  "      configure_input="$ac_file.  "
2721    fi    fi
2722    configure_input=$configure_input"Generated from `echo $ac_file_in |    configure_input=$configure_input"Generated from `echo $ac_file_in |
2723                                       sed 's,.*/,,'` by configure."                                       sed 's,.*/,,'` by configure."
2724    
2725    # First look for the input files in the build tree, otherwise in the    # First look for the input files in the build tree, otherwise in the
2726    # src tree.    # src tree.
# Line 2666  echo "$as_me: creating $ac_file" >&6;} Line 2729  echo "$as_me: creating $ac_file" >&6;}
2729        case $f in        case $f in
2730        -) echo $tmp/stdin ;;        -) echo $tmp/stdin ;;
2731        [\\/$]*)        [\\/$]*)
2732           # Absolute (can't be DOS-style, as IFS=:)           # Absolute (can't be DOS-style, as IFS=:)
2733           test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5           test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
2734  echo "$as_me: error: cannot find input file: $f" >&2;}  echo "$as_me: error: cannot find input file: $f" >&2;}
2735     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
2736           echo $f;;           echo "$f";;
2737        *) # Relative        *) # Relative
2738           if test -f "$f"; then           if test -f "$f"; then
2739             # Build tree             # Build tree
2740             echo $f             echo "$f"
2741           elif test -f "$srcdir/$f"; then           elif test -f "$srcdir/$f"; then
2742             # Source tree             # Source tree
2743             echo $srcdir/$f             echo "$srcdir/$f"
2744           else           else
2745             # /dev/null tree             # /dev/null tree
2746             { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5             { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
2747  echo "$as_me: error: cannot find input file: $f" >&2;}  echo "$as_me: error: cannot find input file: $f" >&2;}
2748     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
2749           fi;;           fi;;
2750        esac        esac
2751      done` || { (exit 1); exit 1; }      done` || { (exit 1); exit 1; }
2752  _ACEOF  _ACEOF

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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