Diff for /embedaddon/mtr/config.status between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2013/07/21 23:43:42 version 1.1.1.2, 2016/11/01 09:44:48
Line 1 Line 1
#! /bin/bash#! /bin/sh
 # Generated by configure.  # Generated by configure.
 # Run this file to recreate the current configuration.  # Run this file to recreate the current configuration.
 # Compiler output produced by configure, useful for debugging  # Compiler output produced by configure, useful for debugging
Line 8  debug=false Line 8  debug=false
 ac_cs_recheck=false  ac_cs_recheck=false
 ac_cs_silent=false  ac_cs_silent=false
   
SHELL=${CONFIG_SHELL-/bin/bash}SHELL=${CONFIG_SHELL-/bin/sh}
 export SHELL  export SHELL
 ## -------------------- ##  ## -------------------- ##
 ## M4sh Initialization. ##  ## M4sh Initialization. ##
Line 285  if (echo >conf$$.file) 2>/dev/null; then Line 285  if (echo >conf$$.file) 2>/dev/null; then
     # ... but there are two gotchas:      # ... but there are two gotchas:
     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.      # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.      # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
    # In both cases, we have to default to `cp -p'.    # In both cases, we have to default to `cp -pR'.
     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||      ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
      as_ln_s='cp -p'      as_ln_s='cp -pR'
   elif ln conf$$.file conf$$ 2>/dev/null; then    elif ln conf$$.file conf$$ 2>/dev/null; then
     as_ln_s=ln      as_ln_s=ln
   else    else
    as_ln_s='cp -p'    as_ln_s='cp -pR'
   fi    fi
 else  else
  as_ln_s='cp -p'  as_ln_s='cp -pR'
 fi  fi
 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file  rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
 rmdir conf$$.dir 2>/dev/null  rmdir conf$$.dir 2>/dev/null
Line 354  else Line 354  else
   as_mkdir_p=false    as_mkdir_p=false
 fi  fi
   
 if test -x / >/dev/null 2>&1; then  
   as_test_x='test -x'  
 else  
   if ls -dL / >/dev/null 2>&1; then  
     as_ls_L_option=L  
   else  
     as_ls_L_option=  
   fi  
   as_test_x='  
     eval sh -c '\''  
       if test -d "$1"; then  
         test -d "$1/.";  
       else  
         case $1 in #(  
         -*)set "./$1";;  
         esac;  
         case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((  
         ???[sx]*):;;*)false;;esac;fi  
     '\'' sh  
   '  
 fi  
 as_executable_p=$as_test_x  
   
   # as_fn_executable_p FILE
   # -----------------------
   # Test if FILE is an executable regular file.
   as_fn_executable_p ()
   {
     test -f "$1" && test -x "$1"
   } # as_fn_executable_p
   as_test_x='test -x'
   as_executable_p=as_fn_executable_p
   
 # Sed expression to map a string onto a valid CPP name.  # Sed expression to map a string onto a valid CPP name.
 as_tr_cpp="eval 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'"
   
Line 392  exec 6>&1 Line 380  exec 6>&1
 # report actual input values of CONFIG_FILES etc. instead of their  # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.  # values after options handling.
 ac_log="  ac_log="
This file was extended by mtr $as_me 0.85, which wasThis file was extended by mtr $as_me 0.86, which was
generated by GNU Autoconf 2.68.  Invocation command line wasgenerated by GNU Autoconf 2.69.  Invocation command line was
   
   CONFIG_FILES    = $CONFIG_FILES    CONFIG_FILES    = $CONFIG_FILES
   CONFIG_HEADERS  = $CONFIG_HEADERS    CONFIG_HEADERS  = $CONFIG_HEADERS
Line 439  $config_commands Line 427  $config_commands
   
 Report bugs to the package provider."  Report bugs to the package provider."
   
ac_cs_config=""ac_cs_config="'--enable-ipv6' '--without-gtk' '--prefix=/usr/local' '--localstatedir=/var' '--mandir=/usr/local/man' '--disable-silent-rules' '--infodir=/usr/local/info/' '--build=i386-portbld-freebsd12.0' 'build_alias=i386-portbld-freebsd12.0' 'CC=cc' 'CFLAGS=-O2 -pipe  -fstack-protector -fno-strict-aliasing' 'LDFLAGS= -lncurses -fstack-protector' 'LIBS=' 'CPPFLAGS=' 'CPP=cpp' 'PKG_CONFIG=pkgconf'"
 ac_cs_version="\  ac_cs_version="\
mtr config.status 0.85mtr config.status 0.86
configured by ./configure, generated by GNU Autoconf 2.68,configured by ./configure, generated by GNU Autoconf 2.69,
   with options \"$ac_cs_config\"    with options \"$ac_cs_config\"
   
Copyright (C) 2010 Free Software Foundation, Inc.Copyright (C) 2012 Free Software Foundation, Inc.
 This config.status script is free software; the Free Software Foundation  This config.status script is free software; the Free Software Foundation
 gives unlimited permission to copy, distribute and modify it."  gives unlimited permission to copy, distribute and modify it."
   
ac_pwd='/home/wolff/mtr'ac_pwd='/usr/ports/net/mtr-nox11/work/mtr-0.86'
 srcdir='.'  srcdir='.'
 INSTALL='/usr/bin/install -c'  INSTALL='/usr/bin/install -c'
 MKDIR_P='/bin/mkdir -p'  MKDIR_P='/bin/mkdir -p'
AWK='gawk'AWK='/usr/bin/awk'
 test -n "$AWK" || AWK=awk  test -n "$AWK" || AWK=awk
 # The default lists apply if the user does not specify any file.  # The default lists apply if the user does not specify any file.
 ac_need_defaults=:  ac_need_defaults=:
Line 531  if $ac_cs_silent; then Line 519  if $ac_cs_silent; then
 fi  fi
   
 if $ac_cs_recheck; then  if $ac_cs_recheck; then
  set X '/bin/bash' './configure'  $ac_configure_extra_args --no-create --no-recursion  set X /bin/sh './configure'  '--enable-ipv6' '--without-gtk' '--prefix=/usr/local' '--localstatedir=/var' '--mandir=/usr/local/man' '--disable-silent-rules' '--infodir=/usr/local/info/' '--build=i386-portbld-freebsd12.0' 'build_alias=i386-portbld-freebsd12.0' 'CC=cc' 'CFLAGS=-O2 -pipe  -fstack-protector -fno-strict-aliasing' 'LDFLAGS= -lncurses -fstack-protector' 'LIBS=' 'CPPFLAGS=' 'CPP=cpp' 'PKG_CONFIG=pkgconf' $ac_configure_extra_args --no-create --no-recursion
   shift    shift
  $as_echo "running CONFIG_SHELL=/bin/bash $*" >&6  $as_echo "running CONFIG_SHELL=/bin/sh $*" >&6
  CONFIG_SHELL='/bin/bash'  CONFIG_SHELL='/bin/sh'
   export CONFIG_SHELL    export CONFIG_SHELL
   exec "$@"    exec "$@"
 fi  fi
Line 632  S["am__EXEEXT_FALSE"]="" Line 620  S["am__EXEEXT_FALSE"]=""
 S["am__EXEEXT_TRUE"]="#"  S["am__EXEEXT_TRUE"]="#"
 S["LTLIBOBJS"]=""  S["LTLIBOBJS"]=""
 S["LIBOBJS"]=""  S["LIBOBJS"]=""
S["RESOLV_LIBS"]="-lresolv"S["RESOLV_LIBS"]=""
S["GLIB_LIBS"]=""S["GTK_LIBS"]=""
S["GLIB_CFLAGS"]=""S["GTK_CFLAGS"]=""
 S["PKG_CONFIG_LIBDIR"]=""  S["PKG_CONFIG_LIBDIR"]=""
 S["PKG_CONFIG_PATH"]=""  S["PKG_CONFIG_PATH"]=""
S["GTK_LIBS"]="-pthread -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfi"\S["PKG_CONFIG"]="pkgconf"
"g -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0  " 
S["GTK_CFLAGS"]="-pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2."\ 
"0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1"\ 
" -I/usr/include/freetype2 -I/usr/include/libpng12  " 
S["PKG_CONFIG"]="/usr/bin/pkg-config" 
 S["IPINFO_FALSE"]="#"  S["IPINFO_FALSE"]="#"
 S["IPINFO_TRUE"]=""  S["IPINFO_TRUE"]=""
S["EGREP"]="/bin/grep -E"S["EGREP"]="/usr/bin/egrep"
S["GREP"]="/bin/grep"S["GREP"]="/usr/bin/grep"
S["CPP"]="gcc -E"S["CPP"]="cpp"
 S["am__fastdepCC_FALSE"]="#"  S["am__fastdepCC_FALSE"]="#"
 S["am__fastdepCC_TRUE"]=""  S["am__fastdepCC_TRUE"]=""
 S["CCDEPMODE"]="depmode=gcc3"  S["CCDEPMODE"]="depmode=gcc3"
   S["am__nodep"]="_no"
 S["AMDEPBACKSLASH"]="\\"  S["AMDEPBACKSLASH"]="\\"
 S["AMDEP_FALSE"]="#"  S["AMDEP_FALSE"]="#"
 S["AMDEP_TRUE"]=""  S["AMDEP_TRUE"]=""
Line 659  S["am__include"]="include" Line 643  S["am__include"]="include"
 S["DEPDIR"]=".deps"  S["DEPDIR"]=".deps"
 S["OBJEXT"]="o"  S["OBJEXT"]="o"
 S["EXEEXT"]=""  S["EXEEXT"]=""
S["ac_ct_CC"]="gcc"S["ac_ct_CC"]="cc"
 S["CPPFLAGS"]=""  S["CPPFLAGS"]=""
S["LDFLAGS"]=""S["LDFLAGS"]=" -lncurses -fstack-protector"
S["CFLAGS"]="-g -O2 -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pi"\S["CFLAGS"]="-O2 -pipe  -fstack-protector -fno-strict-aliasing -Wall -Wno-pointer-sign"
"xbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/p"\S["CC"]="cc"
"ixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12   -Wall -Wno-pointer-sign" 
S["CC"]="gcc" 
 S["CURSES_OBJ"]="curses.o"  S["CURSES_OBJ"]="curses.o"
S["GTK_OBJ"]="gtk.o"S["GTK_OBJ"]=""
S["am__untar"]="${AMTAR} xf -"S["AM_BACKSLASH"]="\\"
S["am__tar"]="${AMTAR} chof - \"$$tardir\""S["AM_DEFAULT_VERBOSITY"]="1"
S["AMTAR"]="${SHELL} /home/wolff/mtr/missing --run tar"S["AM_DEFAULT_V"]="$(AM_DEFAULT_VERBOSITY)"
 S["AM_V"]="$(V)"
 S["am__untar"]="$${TAR-tar} xf -"
 S["am__tar"]="$${TAR-tar} chof - \"$$tardir\""
 S["AMTAR"]="$${TAR-tar}"
 S["am__leading_dot"]="."  S["am__leading_dot"]="."
 S["SET_MAKE"]=""  S["SET_MAKE"]=""
S["AWK"]="gawk"S["AWK"]="/usr/bin/awk"
S["mkdir_p"]="/bin/mkdir -p"S["mkdir_p"]="$(MKDIR_P)"
 S["MKDIR_P"]="/bin/mkdir -p"  S["MKDIR_P"]="/bin/mkdir -p"
 S["INSTALL_STRIP_PROGRAM"]="$(install_sh) -c -s"  S["INSTALL_STRIP_PROGRAM"]="$(install_sh) -c -s"
 S["STRIP"]=""  S["STRIP"]=""
S["install_sh"]="${SHELL} /home/wolff/mtr/install-sh"S["install_sh"]="${SHELL} /usr/ports/net/mtr-nox11/work/mtr-0.86/install-sh"
S["MAKEINFO"]="${SHELL} /home/wolff/mtr/missing --run makeinfo"S["MAKEINFO"]="${SHELL} /usr/ports/net/mtr-nox11/work/mtr-0.86/missing makeinfo"
S["AUTOHEADER"]="${SHELL} /home/wolff/mtr/missing --run autoheader"S["AUTOHEADER"]="${SHELL} /usr/ports/net/mtr-nox11/work/mtr-0.86/missing autoheader"
S["AUTOMAKE"]="${SHELL} /home/wolff/mtr/missing --run automake-1.11"S["AUTOMAKE"]="${SHELL} /usr/ports/net/mtr-nox11/work/mtr-0.86/missing automake-1.15"
S["AUTOCONF"]="${SHELL} /home/wolff/mtr/missing --run autoconf"S["AUTOCONF"]="${SHELL} /usr/ports/net/mtr-nox11/work/mtr-0.86/missing autoconf"
S["ACLOCAL"]="${SHELL} /home/wolff/mtr/missing --run aclocal-1.11"S["ACLOCAL"]="${SHELL} /usr/ports/net/mtr-nox11/work/mtr-0.86/missing aclocal-1.15"
S["VERSION"]="0.85"S["VERSION"]="0.86"
 S["PACKAGE"]="mtr"  S["PACKAGE"]="mtr"
 S["CYGPATH_W"]="echo"  S["CYGPATH_W"]="echo"
 S["am__isrc"]=""  S["am__isrc"]=""
S["INSTALL_DATA"]="${INSTALL} -m 644"S["INSTALL_DATA"]="install  -m 0644"
S["INSTALL_SCRIPT"]="${INSTALL}"S["INSTALL_SCRIPT"]="install  -m 555"
S["INSTALL_PROGRAM"]="${INSTALL}"S["INSTALL_PROGRAM"]="install  -s -m 555"
 S["target_alias"]=""  S["target_alias"]=""
 S["host_alias"]=""  S["host_alias"]=""
S["build_alias"]=""S["build_alias"]="i386-portbld-freebsd12.0"
S["LIBS"]="-lm -ltinfo -ltermcap  -pthread -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0"\S["LIBS"]="-lm -ltinfo -ltermcap "
" -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0   -lm" 
 S["ECHO_T"]=""  S["ECHO_T"]=""
 S["ECHO_N"]="-n"  S["ECHO_N"]="-n"
 S["ECHO_C"]=""  S["ECHO_C"]=""
 S["DEFS"]="-DHAVE_CONFIG_H"  S["DEFS"]="-DHAVE_CONFIG_H"
S["mandir"]="${datarootdir}/man"S["mandir"]="/usr/local/man"
 S["localedir"]="${datarootdir}/locale"  S["localedir"]="${datarootdir}/locale"
 S["libdir"]="${exec_prefix}/lib"  S["libdir"]="${exec_prefix}/lib"
 S["psdir"]="${docdir}"  S["psdir"]="${docdir}"
 S["pdfdir"]="${docdir}"  S["pdfdir"]="${docdir}"
 S["dvidir"]="${docdir}"  S["dvidir"]="${docdir}"
 S["htmldir"]="${docdir}"  S["htmldir"]="${docdir}"
S["infodir"]="${datarootdir}/info"S["infodir"]="/usr/local/info"
 S["docdir"]="${datarootdir}/doc/${PACKAGE_TARNAME}"  S["docdir"]="${datarootdir}/doc/${PACKAGE_TARNAME}"
 S["oldincludedir"]="/usr/include"  S["oldincludedir"]="/usr/include"
 S["includedir"]="${prefix}/include"  S["includedir"]="${prefix}/include"
S["localstatedir"]="${prefix}/var"S["localstatedir"]="/var"
 S["sharedstatedir"]="${prefix}/com"  S["sharedstatedir"]="${prefix}/com"
 S["sysconfdir"]="${prefix}/etc"  S["sysconfdir"]="${prefix}/etc"
 S["datadir"]="${datarootdir}"  S["datadir"]="${datarootdir}"
Line 724  S["prefix"]="/usr/local" Line 709  S["prefix"]="/usr/local"
 S["exec_prefix"]="${prefix}"  S["exec_prefix"]="${prefix}"
 S["PACKAGE_URL"]=""  S["PACKAGE_URL"]=""
 S["PACKAGE_BUGREPORT"]=""  S["PACKAGE_BUGREPORT"]=""
S["PACKAGE_STRING"]="mtr 0.85"S["PACKAGE_STRING"]="mtr 0.86"
S["PACKAGE_VERSION"]="0.85"S["PACKAGE_VERSION"]="0.86"
 S["PACKAGE_TARNAME"]="mtr"  S["PACKAGE_TARNAME"]="mtr"
 S["PACKAGE_NAME"]="mtr"  S["PACKAGE_NAME"]="mtr"
 S["PATH_SEPARATOR"]=":"  S["PATH_SEPARATOR"]=":"
S["SHELL"]="/bin/bash"S["SHELL"]="/bin/sh"
 _ACAWK  _ACAWK
 cat >>"$ac_tmp/subs1.awk" <<_ACAWK &&  cat >>"$ac_tmp/subs1.awk" <<_ACAWK &&
   for (key in S) S_is_set[key] = 1    for (key in S) S_is_set[key] = 1
Line 773  cat >"$ac_tmp/defines.awk" <<\_ACAWK || Line 758  cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
 BEGIN {  BEGIN {
 D["PACKAGE_NAME"]=" \"mtr\""  D["PACKAGE_NAME"]=" \"mtr\""
 D["PACKAGE_TARNAME"]=" \"mtr\""  D["PACKAGE_TARNAME"]=" \"mtr\""
D["PACKAGE_VERSION"]=" \"0.85\""D["PACKAGE_VERSION"]=" \"0.86\""
D["PACKAGE_STRING"]=" \"mtr 0.85\""D["PACKAGE_STRING"]=" \"mtr 0.86\""
 D["PACKAGE_BUGREPORT"]=" \"\""  D["PACKAGE_BUGREPORT"]=" \"\""
 D["PACKAGE_URL"]=" \"\""  D["PACKAGE_URL"]=" \"\""
 D["PACKAGE"]=" \"mtr\""  D["PACKAGE"]=" \"mtr\""
D["VERSION"]=" \"0.85\""D["VERSION"]=" \"0.86\""
 D["STDC_HEADERS"]=" 1"  D["STDC_HEADERS"]=" 1"
 D["HAVE_SYS_TYPES_H"]=" 1"  D["HAVE_SYS_TYPES_H"]=" 1"
 D["HAVE_SYS_STAT_H"]=" 1"  D["HAVE_SYS_STAT_H"]=" 1"
Line 792  D["HAVE_UNISTD_H"]=" 1" Line 777  D["HAVE_UNISTD_H"]=" 1"
 D["SIZEOF_UNSIGNED_CHAR"]=" 1"  D["SIZEOF_UNSIGNED_CHAR"]=" 1"
 D["SIZEOF_UNSIGNED_SHORT"]=" 2"  D["SIZEOF_UNSIGNED_SHORT"]=" 2"
 D["SIZEOF_UNSIGNED_INT"]=" 4"  D["SIZEOF_UNSIGNED_INT"]=" 4"
D["SIZEOF_UNSIGNED_LONG"]=" 8"D["SIZEOF_UNSIGNED_LONG"]=" 4"
 D["HAVE_NCURSES_H"]=" 1"  D["HAVE_NCURSES_H"]=" 1"
 D["HAVE_CURSES_H"]=" 1"  D["HAVE_CURSES_H"]=" 1"
 D["HAVE_SYS_TYPES_H"]=" 1"  D["HAVE_SYS_TYPES_H"]=" 1"
Line 804  D["HAVE_LIBTINFO"]=" 1" Line 789  D["HAVE_LIBTINFO"]=" 1"
 D["HAVE_ATTRON"]=" 1"  D["HAVE_ATTRON"]=" 1"
 D["HAVE_FCNTL"]=" 1"  D["HAVE_FCNTL"]=" 1"
 D["HAVE_LIBM"]=" 1"  D["HAVE_LIBM"]=" 1"
   D["NO_GTK"]=" 1"
 D["HAVE_SETEUID"]=" 1"  D["HAVE_SETEUID"]=" 1"
 D["ENABLE_IPV6"]=" /**/"  D["ENABLE_IPV6"]=" /**/"
   D["NEED_RES_STATE_EXT"]=" 1"
 D["HAVE_DECL_ERRNO"]=" 1"  D["HAVE_DECL_ERRNO"]=" 1"
 D["HAVE_SOCKLEN_T"]=" /**/"  D["HAVE_SOCKLEN_T"]=" /**/"
 D["HAVE_STRUCT_INADDR"]=" /**/"  D["HAVE_STRUCT_INADDR"]=" /**/"
Line 1009  $as_echo "$as_me: WARNING: $ac_file_inputs seems to ig Line 996  $as_echo "$as_me: WARNING: $ac_file_inputs seems to ig
   ac_datarootdir_hack='    ac_datarootdir_hack='
   s&@datadir@&${datarootdir}&g    s&@datadir@&${datarootdir}&g
   s&@docdir@&${datarootdir}/doc/${PACKAGE_TARNAME}&g    s&@docdir@&${datarootdir}/doc/${PACKAGE_TARNAME}&g
  s&@infodir@&${datarootdir}/info&g  s&@infodir@&/usr/local/info&g
   s&@localedir@&${datarootdir}/locale&g    s&@localedir@&${datarootdir}/locale&g
  s&@mandir@&${datarootdir}/man&g  s&@mandir@&/usr/local/man&g
   s&\${datarootdir}&${prefix}/share&g' ;;    s&\${datarootdir}&${prefix}/share&g' ;;
 esac  esac
 ac_sed_extra="/^[        ]*VPATH[        ]*=[    ]*/{  ac_sed_extra="/^[        ]*VPATH[        ]*=[    ]*/{
Line 1133  $as_echo "$as_me: executing $ac_file commands" >&6;} Line 1120  $as_echo "$as_me: executing $ac_file commands" >&6;}
   
   case $ac_file$ac_mode in    case $ac_file$ac_mode in
     "depfiles":C) test x"$AMDEP_TRUE" != x"" || {      "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
  # Autoconf 2.62 quotes --file arguments for eval, but not when files  # Older Autoconf quotes --file arguments for eval, but not when files
   # are listed without --file.  Let's play safe and only enable the eval    # are listed without --file.  Let's play safe and only enable the eval
   # if we detect the quoting.    # if we detect the quoting.
   case $CONFIG_FILES in    case $CONFIG_FILES in
Line 1146  $as_echo "$as_me: executing $ac_file commands" >&6;} Line 1133  $as_echo "$as_me: executing $ac_file commands" >&6;}
     # Strip MF so we end up with the name of the file.      # Strip MF so we end up with the name of the file.
     mf=`echo "$mf" | sed -e 's/:.*$//'`      mf=`echo "$mf" | sed -e 's/:.*$//'`
     # Check whether this is an Automake generated Makefile or not.      # Check whether this is an Automake generated Makefile or not.
    # We used to match only the files named `Makefile.in', but    # We used to match only the files named 'Makefile.in', but
     # some people rename them; so instead we look at the file content.      # some people rename them; so instead we look at the file content.
     # Grep'ing the first line is not enough: some people post-process      # Grep'ing the first line is not enough: some people post-process
     # each Makefile.in and add a new line on top of each file to say so.      # each Makefile.in and add a new line on top of each file to say so.
Line 1180  $as_echo X"$mf" | Line 1167  $as_echo X"$mf" |
       continue        continue
     fi      fi
     # Extract the definition of DEPDIR, am__include, and am__quote      # Extract the definition of DEPDIR, am__include, and am__quote
    # from the Makefile without running `make'.    # from the Makefile without running 'make'.
     DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`      DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
     test -z "$DEPDIR" && continue      test -z "$DEPDIR" && continue
     am__include=`sed -n 's/^am__include = //p' < "$mf"`      am__include=`sed -n 's/^am__include = //p' < "$mf"`
    test -z "am__include" && continue    test -z "$am__include" && continue
     am__quote=`sed -n 's/^am__quote = //p' < "$mf"`      am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
     # When using ansi2knr, U may be empty or an underscore; expand it  
     U=`sed -n 's/^U = //p' < "$mf"`  
     # Find all dependency output files, they are included files with      # Find all dependency output files, they are included files with
     # $(DEPDIR) in their names.  We invoke sed twice because it is the      # $(DEPDIR) in their names.  We invoke sed twice because it is the
     # simplest approach to changing $(DEPDIR) to its actual value in the      # simplest approach to changing $(DEPDIR) to its actual value in the
     # expansion.      # expansion.
     for file in `sed -n "      for file in `sed -n "
       s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \        s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
         sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do         sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
       # Make sure the directory exists.        # Make sure the directory exists.
       test -f "$dirpart/$file" && continue        test -f "$dirpart/$file" && continue
       fdir=`$as_dirname -- "$file" ||        fdir=`$as_dirname -- "$file" ||

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>