=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== etsf-io-1.0.4/config/m4/fortran.m4-28- dnl AC_MSG_CHECKING([if we are using the ABSoft Fortran compiler]) etsf-io-1.0.4/config/m4/fortran.m4:29: fc_info_string=`$1 -V 2> /dev/null` etsf-io-1.0.4/config/m4/fortran.m4:30: abi_result=`echo "${fc_info_string}" | grep '^Pro Fortran'` etsf-io-1.0.4/config/m4/fortran.m4-31- if test "${abi_result}" = ""; then ############################################## etsf-io-1.0.4/config/m4/fortran.m4-38- fc_type="absoft" etsf-io-1.0.4/config/m4/fortran.m4:39: fc_version=`echo "${abi_result}" | sed -e 's/Pro Fortran //'` etsf-io-1.0.4/config/m4/fortran.m4-40- if test "${fc_version}" = "${abi_result}"; then ############################################## etsf-io-1.0.4/config/m4/fortran.m4-61- dnl AC_MSG_CHECKING([if we are using the Compaq Fortran compiler]) etsf-io-1.0.4/config/m4/fortran.m4:62: fc_info_string=`$1 -version 2>&1 | sed -e 's/^ //' | grep '^Compaq Fortran Compiler'` etsf-io-1.0.4/config/m4/fortran.m4-63- abi_result="${fc_info_string}" etsf-io-1.0.4/config/m4/fortran.m4-64- if test "${abi_result}" = ""; then etsf-io-1.0.4/config/m4/fortran.m4:65: fc_info_string=`$1 -version 2>&1 | sed -e 's/^ //' | grep '^HP Fortran Compiler'` etsf-io-1.0.4/config/m4/fortran.m4-66- abi_result="${fc_info_string}" ############################################## etsf-io-1.0.4/config/m4/fortran.m4-75- fc_type="compaq" etsf-io-1.0.4/config/m4/fortran.m4:76: fc_version=`echo "${abi_result}" | sed -e 's/.* V//;s/-.*//'` etsf-io-1.0.4/config/m4/fortran.m4-77- if test "${fc_version}" = "${abi_result}"; then ############################################## etsf-io-1.0.4/config/m4/fortran.m4-98- dnl AC_MSG_CHECKING([if we are using the Fujitsu Fortran compiler]) etsf-io-1.0.4/config/m4/fortran.m4:99: fc_info_string=`$1 -V 2> /dev/null` etsf-io-1.0.4/config/m4/fortran.m4:100: abi_result=`echo "${fc_info_string}" | grep '^Fujitsu Fortran'` etsf-io-1.0.4/config/m4/fortran.m4-101- if test "${abi_result}" = ""; then ############################################## etsf-io-1.0.4/config/m4/fortran.m4-108- fc_type="fujitsu" etsf-io-1.0.4/config/m4/fortran.m4:109: fc_version=`echo "${abi_result}" | sed -e 's/.*Driver //;s/ .*//'` etsf-io-1.0.4/config/m4/fortran.m4-110- if test "${fc_version}" = "${abi_result}"; then ############################################## etsf-io-1.0.4/config/m4/fortran.m4-131- dnl AC_MSG_CHECKING([if we are using the G95 Fortran compiler]) etsf-io-1.0.4/config/m4/fortran.m4:132: fc_info_string=`$1 --version 2>&1` etsf-io-1.0.4/config/m4/fortran.m4:133: abi_result=`echo "${fc_info_string}" | grep '^G95'` etsf-io-1.0.4/config/m4/fortran.m4-134- if test "${abi_result}" = ""; then ############################################## etsf-io-1.0.4/config/m4/fortran.m4-141- fc_type="g95" etsf-io-1.0.4/config/m4/fortran.m4:142: fc_version=`echo ${abi_result} | sed -e 's/.*GCC //; s/ .*//'` etsf-io-1.0.4/config/m4/fortran.m4-143- if test "${fc_version}" = "${abi_result}"; then ############################################## etsf-io-1.0.4/config/m4/fortran.m4-164- dnl AC_MSG_CHECKING([if we are using the GCC Fortran compiler]) etsf-io-1.0.4/config/m4/fortran.m4:165: fc_info_string=`$1 --version 2>&1` etsf-io-1.0.4/config/m4/fortran.m4:166: abi_result=`echo "${fc_info_string}" | grep '^GNU Fortran'` etsf-io-1.0.4/config/m4/fortran.m4-167- if test "${abi_result}" = ""; then ############################################## etsf-io-1.0.4/config/m4/fortran.m4-174- fc_type="gcc" etsf-io-1.0.4/config/m4/fortran.m4:175: fc_version=`echo ${abi_result} | sed -e 's/.*(GCC) //; s/.*GCC //; s/ .*//'` etsf-io-1.0.4/config/m4/fortran.m4-176- abi_result="yes" ############################################## etsf-io-1.0.4/config/m4/fortran.m4-194- dnl AC_MSG_CHECKING([if we are using the Hitachi Fortran compiler]) etsf-io-1.0.4/config/m4/fortran.m4:195: fc_info_string=`$1 -V 2> /dev/null` etsf-io-1.0.4/config/m4/fortran.m4:196: abi_result=`echo "${fc_info_string}" | grep '^Hitachi Fortran'` etsf-io-1.0.4/config/m4/fortran.m4-197- if test "${abi_result}" = ""; then ############################################## etsf-io-1.0.4/config/m4/fortran.m4-204- fc_type="hitachi" etsf-io-1.0.4/config/m4/fortran.m4:205: fc_version=`echo "${abi_result}" | sed -e 's/.*Driver //;s/ .*//'` etsf-io-1.0.4/config/m4/fortran.m4-206- if test "${fc_version}" = "${abi_result}"; then ############################################## etsf-io-1.0.4/config/m4/fortran.m4-227- dnl AC_MSG_CHECKING([if we are using the IBM XL Fortran compiler]) etsf-io-1.0.4/config/m4/fortran.m4:228: fc_info_string=`$1 -qversion 2>&1` etsf-io-1.0.4/config/m4/fortran.m4:229: fc_garbage=`$1 -qversion 2>&1 | wc -l | sed -e 's/ //g'` etsf-io-1.0.4/config/m4/fortran.m4:230: abi_result=`echo "${fc_info_string}" | grep 'IBM(R) XL Fortran'` etsf-io-1.0.4/config/m4/fortran.m4-231- if test "${abi_result}" = ""; then etsf-io-1.0.4/config/m4/fortran.m4:232: abi_result=`echo "${fc_info_string}" | grep 'IBM XL Fortran'` etsf-io-1.0.4/config/m4/fortran.m4-233- fi ############################################## etsf-io-1.0.4/config/m4/fortran.m4-247- fc_type="ibm" etsf-io-1.0.4/config/m4/fortran.m4:248: fc_version=`echo "${abi_result}" | sed -e 's/.* V\([[0-9\.]]*\) .*/\1/'` etsf-io-1.0.4/config/m4/fortran.m4-249- if test "${fc_version}" = "${abi_result}"; then ############################################## etsf-io-1.0.4/config/m4/fortran.m4-270- dnl AC_MSG_CHECKING([if we are using the Intel Fortran compiler]) etsf-io-1.0.4/config/m4/fortran.m4:271: fc_info_string=`$1 -v -V 2>&1 | sed -e '/^ifc: warning/d'` etsf-io-1.0.4/config/m4/fortran.m4:272: abi_result=`echo "${fc_info_string}" | grep '^Intel(R) Fortran'` etsf-io-1.0.4/config/m4/fortran.m4-273- if test "${abi_result}" = ""; then ############################################## etsf-io-1.0.4/config/m4/fortran.m4-280- fc_type="intel" etsf-io-1.0.4/config/m4/fortran.m4:281: fc_version=`echo "${fc_info_string}" | grep '^Version' | sed -e 's/Version //;s/ .*//;s/ //g' | head -n 1` etsf-io-1.0.4/config/m4/fortran.m4-282- if test "${fc_version}" = ""; then ############################################## etsf-io-1.0.4/config/m4/fortran.m4-304- dnl AC_MSG_CHECKING([if we are using the MIPSpro Fortran compiler]) etsf-io-1.0.4/config/m4/fortran.m4:305: fc_info_string=`$1 -version 2>&1 | sed -e '/^$/d'` etsf-io-1.0.4/config/m4/fortran.m4:306: abi_result=`echo "${fc_info_string}" | grep '^MIPSpro'` etsf-io-1.0.4/config/m4/fortran.m4-307- if test "${abi_result}" = ""; then ############################################## etsf-io-1.0.4/config/m4/fortran.m4-314- fc_type="mipspro" etsf-io-1.0.4/config/m4/fortran.m4:315: fc_version=`echo "${abi_result}" | sed -e 's/.*Version //'` etsf-io-1.0.4/config/m4/fortran.m4-316- if test "${fc_version}" = "${abi_result}"; then ############################################## etsf-io-1.0.4/config/m4/fortran.m4-338- dnl AC_MSG_CHECKING([if we are using the PathScale Fortran compiler]) etsf-io-1.0.4/config/m4/fortran.m4:339: fc_info_string=`$1 --version 2>&1` etsf-io-1.0.4/config/m4/fortran.m4:340: abi_result=`echo "${fc_info_string}" | grep '^Open64'` etsf-io-1.0.4/config/m4/fortran.m4-341- if test "${abi_result}" = ""; then ############################################## etsf-io-1.0.4/config/m4/fortran.m4-348- fc_type="open64" etsf-io-1.0.4/config/m4/fortran.m4:349: fc_version=`echo "${abi_result}" | sed -e 's/.* Version //; s/ .*//'` etsf-io-1.0.4/config/m4/fortran.m4-350- if test "${fc_version}" = "${abi_result}"; then ############################################## etsf-io-1.0.4/config/m4/fortran.m4-372- dnl AC_MSG_CHECKING([if we are using the PathScale Fortran compiler]) etsf-io-1.0.4/config/m4/fortran.m4:373: fc_info_string=`$1 -version 2>&1` etsf-io-1.0.4/config/m4/fortran.m4:374: abi_result=`echo "${fc_info_string}" | grep '^PathScale'` etsf-io-1.0.4/config/m4/fortran.m4-375- if test "${abi_result}" = ""; then ############################################## etsf-io-1.0.4/config/m4/fortran.m4-382- fc_type="pathscale" etsf-io-1.0.4/config/m4/fortran.m4:383: fc_version=`echo "${abi_result}" | sed -e 's/.* Version //; s/ .*//'` etsf-io-1.0.4/config/m4/fortran.m4-384- if test "${fc_version}" = "${abi_result}"; then ############################################## etsf-io-1.0.4/config/m4/fortran.m4-406- dnl AC_MSG_CHECKING([if we are using the Portland Group Fortran compiler]) etsf-io-1.0.4/config/m4/fortran.m4:407: fc_info_string=`$1 -V 2>&1 | sed -e '/^$/d'` etsf-io-1.0.4/config/m4/fortran.m4:408: abi_result=`echo "${fc_info_string}" | grep '^pgf9[[05]]' | grep -v 'No files to process'` etsf-io-1.0.4/config/m4/fortran.m4-409- if test "${abi_result}" = ""; then ############################################## etsf-io-1.0.4/config/m4/fortran.m4-416- fc_type="pgi" etsf-io-1.0.4/config/m4/fortran.m4:417: fc_version=`echo "${abi_result}" | sed -e 's/^pgf9[[05]] //' | sed -e 's/-.*//'` etsf-io-1.0.4/config/m4/fortran.m4-418- if test "${fc_version}" = "${abi_result}"; then ############################################## etsf-io-1.0.4/config/m4/fortran.m4-443- dnl AC_MSG_CHECKING([if we are using the Sun WorkShop Fortran compiler]) etsf-io-1.0.4/config/m4/fortran.m4:444: fc_info_string=`$1 -V 2>&1 | head -n 1` etsf-io-1.0.4/config/m4/fortran.m4:445: abi_result=`echo "${fc_info_string}" | grep 'Sun' | grep 'Fortran 95'` etsf-io-1.0.4/config/m4/fortran.m4-446- if test "${abi_result}" = ""; then ############################################## etsf-io-1.0.4/config/m4/fortran.m4-453- fc_type="sun" etsf-io-1.0.4/config/m4/fortran.m4:454: fc_version=`echo "${abi_result}" | sed -e 's/.* Fortran 95 //;s/ .*//'` etsf-io-1.0.4/config/m4/fortran.m4-455- if test "${fc_version}" = "${abi_result}" -o "${fc_version}" = ""; then ############################################## etsf-io-1.0.4/config/m4/fortran.m4-592- dnl Normalise Fortran compiler version etsf-io-1.0.4/config/m4/fortran.m4:593: fc_version=`echo ${fc_version} | cut -d. -f1-2` etsf-io-1.0.4/config/m4/fortran.m4-594- ############################################## etsf-io-1.0.4/config/install-sh-210- fi etsf-io-1.0.4/config/install-sh:211: dst=$dst/`basename "$src"` etsf-io-1.0.4/config/install-sh-212- fi ############################################## etsf-io-1.0.4/config/install-sh-215- # This sed command emulates the dirname command. etsf-io-1.0.4/config/install-sh:216: dstdir=`echo "$dst" | sed -e 's,/*$,,;s,[^/]*$,,;s,/*$,,;s,^$,.,'` etsf-io-1.0.4/config/install-sh-217- ############################################## etsf-io-1.0.4/config/install-sh-228- IFS='%' etsf-io-1.0.4/config/install-sh:229: set x `echo "$dstdir" | sed -e 's@/@%@g' -e 's@^%@/@'` etsf-io-1.0.4/config/install-sh-230- shift ############################################## etsf-io-1.0.4/config/install-sh-256- else etsf-io-1.0.4/config/install-sh:257: dstfile=`basename "$dst"` etsf-io-1.0.4/config/install-sh-258- ############################################## etsf-io-1.0.4/config/missing-128- # Could not run --version or --help. This is probably someone etsf-io-1.0.4/config/missing:129: # running `$TOOL --version' or `$TOOL --help' to check whether etsf-io-1.0.4/config/missing-130- # $TOOL exists and not knowing $TOOL uses missing. ############################################## etsf-io-1.0.4/config/missing-162- from any GNU archive site." etsf-io-1.0.4/config/missing:163: files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}` etsf-io-1.0.4/config/missing-164- test -z "$files" && files="config.h" ############################################## etsf-io-1.0.4/config/missing-191- proper tools for further handling them. etsf-io-1.0.4/config/missing:192: You can get \`$1' as part of \`Autoconf' from any GNU etsf-io-1.0.4/config/missing-193- archive site." etsf-io-1.0.4/config/missing-194- etsf-io-1.0.4/config/missing:195: file=`echo "$*" | sed -n 's/.*--output[ =]*\([^ ]*\).*/\1/p'` etsf-io-1.0.4/config/missing:196: test -z "$file" && file=`echo "$*" | sed -n 's/.*-o[ ]*\([^ ]*\).*/\1/p'` etsf-io-1.0.4/config/missing-197- if test -f "$file"; then ############################################## etsf-io-1.0.4/config/missing-220- *.y) etsf-io-1.0.4/config/missing:221: SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'` etsf-io-1.0.4/config/missing-222- if [ -f "$SRCFILE" ]; then ############################################## etsf-io-1.0.4/config/missing-224- fi etsf-io-1.0.4/config/missing:225: SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'` etsf-io-1.0.4/config/missing-226- if [ -f "$SRCFILE" ]; then ############################################## etsf-io-1.0.4/config/missing-250- *.l) etsf-io-1.0.4/config/missing:251: SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'` etsf-io-1.0.4/config/missing-252- if [ -f "$SRCFILE" ]; then ############################################## etsf-io-1.0.4/config/missing-269- etsf-io-1.0.4/config/missing:270: file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'` etsf-io-1.0.4/config/missing-271- if test -z "$file"; then etsf-io-1.0.4/config/missing:272: file=`echo "$*" | sed -n 's/.*--output=\([^ ]*\).*/\1/p'` etsf-io-1.0.4/config/missing-273- fi ############################################## etsf-io-1.0.4/config/missing-291- # The file to touch is that specified with -o ... etsf-io-1.0.4/config/missing:292: file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'` etsf-io-1.0.4/config/missing-293- if test -z "$file"; then etsf-io-1.0.4/config/missing-294- # ... or it is the one specified with @setfilename ... etsf-io-1.0.4/config/missing:295: infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'` etsf-io-1.0.4/config/missing:296: file=`sed -n '/^@setfilename/ { s/.* \([^ ]*\) *$/\1/; p; q; }' $infile` etsf-io-1.0.4/config/missing-297- # ... or it is derived from the source name (dir/f.texi becomes f.info) etsf-io-1.0.4/config/missing:298: test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info etsf-io-1.0.4/config/missing-299- fi ############################################## etsf-io-1.0.4/config/missing-318- *o*) etsf-io-1.0.4/config/missing:319: firstarg=`echo "$firstarg" | sed s/o//` etsf-io-1.0.4/config/missing-320- tar "$firstarg" "$@" && exit 0 ############################################## etsf-io-1.0.4/config/missing-324- *h*) etsf-io-1.0.4/config/missing:325: firstarg=`echo "$firstarg" | sed s/h//` etsf-io-1.0.4/config/missing-326- tar "$firstarg" "$@" && exit 0 ############################################## etsf-io-1.0.4/doc/www/Makefile.in-53- ps-recursive uninstall-recursive etsf-io-1.0.4/doc/www/Makefile.in:54:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; etsf-io-1.0.4/doc/www/Makefile.in-55-am__vpath_adj = case $$p in \ etsf-io-1.0.4/doc/www/Makefile.in:56: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ etsf-io-1.0.4/doc/www/Makefile.in-57- *) f=$$p;; \ etsf-io-1.0.4/doc/www/Makefile.in-58- esac; etsf-io-1.0.4/doc/www/Makefile.in:59:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; etsf-io-1.0.4/doc/www/Makefile.in-60-am__install_max = 40 etsf-io-1.0.4/doc/www/Makefile.in-61-am__nobase_strip_setup = \ etsf-io-1.0.4/doc/www/Makefile.in:62: srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` etsf-io-1.0.4/doc/www/Makefile.in-63-am__nobase_strip = \ ############################################## etsf-io-1.0.4/doc/www/Makefile.in-98- while test -n "$$dir1"; do \ etsf-io-1.0.4/doc/www/Makefile.in:99: first=`echo "$$dir1" | sed -e "$$sed_first"`; \ etsf-io-1.0.4/doc/www/Makefile.in-100- if test "$$first" != "."; then \ etsf-io-1.0.4/doc/www/Makefile.in-101- if test "$$first" = ".."; then \ etsf-io-1.0.4/doc/www/Makefile.in:102: dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ etsf-io-1.0.4/doc/www/Makefile.in:103: dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ etsf-io-1.0.4/doc/www/Makefile.in-104- else \ etsf-io-1.0.4/doc/www/Makefile.in:105: first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ etsf-io-1.0.4/doc/www/Makefile.in-106- if test "$$first2" = "$$first"; then \ etsf-io-1.0.4/doc/www/Makefile.in:107: dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ etsf-io-1.0.4/doc/www/Makefile.in-108- else \ ############################################## etsf-io-1.0.4/doc/www/Makefile.in-113- fi; \ etsf-io-1.0.4/doc/www/Makefile.in:114: dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ etsf-io-1.0.4/doc/www/Makefile.in-115- done; \ ############################################## etsf-io-1.0.4/doc/www/Makefile.in-278- @list='$(doc_DATA)'; test -n "$(docdir)" || list=; \ etsf-io-1.0.4/doc/www/Makefile.in:279: files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ etsf-io-1.0.4/doc/www/Makefile.in-280- dir='$(DESTDIR)$(docdir)'; $(am__uninstall_files_from_dir) ############################################## etsf-io-1.0.4/doc/www/Makefile.in-296- dot_seen=no; \ etsf-io-1.0.4/doc/www/Makefile.in:297: target=`echo $@ | sed s/-recursive//`; \ etsf-io-1.0.4/doc/www/Makefile.in-298- list='$(SUBDIRS)'; for subdir in $$list; do \ ############################################## etsf-io-1.0.4/doc/www/Makefile.in-331- rev="$$rev ."; \ etsf-io-1.0.4/doc/www/Makefile.in:332: target=`echo $@ | sed s/-recursive//`; \ etsf-io-1.0.4/doc/www/Makefile.in-333- for subdir in $$rev; do \ ############################################## etsf-io-1.0.4/doc/www/Makefile.in-409-GTAGS: etsf-io-1.0.4/doc/www/Makefile.in:410: here=`$(am__cd) $(top_builddir) && pwd` \ etsf-io-1.0.4/doc/www/Makefile.in-411- && $(am__cd) $(top_srcdir) \ ############################################## etsf-io-1.0.4/doc/www/Makefile.in-417-distdir: $(DISTFILES) etsf-io-1.0.4/doc/www/Makefile.in:418: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ etsf-io-1.0.4/doc/www/Makefile.in:419: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ etsf-io-1.0.4/doc/www/Makefile.in-420- list='$(DISTFILES)'; \ ############################################## etsf-io-1.0.4/doc/www/Makefile.in-431- if test -d $$d/$$file; then \ etsf-io-1.0.4/doc/www/Makefile.in:432: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ etsf-io-1.0.4/doc/www/Makefile.in-433- if test -d "$(distdir)/$$file"; then \ ############################################## etsf-io-1.0.4/doc/www/low_level/Makefile.in-46-DIST_SOURCES = etsf-io-1.0.4/doc/www/low_level/Makefile.in:47:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; etsf-io-1.0.4/doc/www/low_level/Makefile.in-48-am__vpath_adj = case $$p in \ etsf-io-1.0.4/doc/www/low_level/Makefile.in:49: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ etsf-io-1.0.4/doc/www/low_level/Makefile.in-50- *) f=$$p;; \ etsf-io-1.0.4/doc/www/low_level/Makefile.in-51- esac; etsf-io-1.0.4/doc/www/low_level/Makefile.in:52:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; etsf-io-1.0.4/doc/www/low_level/Makefile.in-53-am__install_max = 40 etsf-io-1.0.4/doc/www/low_level/Makefile.in-54-am__nobase_strip_setup = \ etsf-io-1.0.4/doc/www/low_level/Makefile.in:55: srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` etsf-io-1.0.4/doc/www/low_level/Makefile.in-56-am__nobase_strip = \ ############################################## etsf-io-1.0.4/doc/www/low_level/Makefile.in-223- @list='$(lowleveldoc_DATA)'; test -n "$(lowleveldocdir)" || list=; \ etsf-io-1.0.4/doc/www/low_level/Makefile.in:224: files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ etsf-io-1.0.4/doc/www/low_level/Makefile.in-225- dir='$(DESTDIR)$(lowleveldocdir)'; $(am__uninstall_files_from_dir) ############################################## etsf-io-1.0.4/doc/www/low_level/Makefile.in-233-distdir: $(DISTFILES) etsf-io-1.0.4/doc/www/low_level/Makefile.in:234: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ etsf-io-1.0.4/doc/www/low_level/Makefile.in:235: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ etsf-io-1.0.4/doc/www/low_level/Makefile.in-236- list='$(DISTFILES)'; \ ############################################## etsf-io-1.0.4/doc/www/low_level/Makefile.in-247- if test -d $$d/$$file; then \ etsf-io-1.0.4/doc/www/low_level/Makefile.in:248: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ etsf-io-1.0.4/doc/www/low_level/Makefile.in-249- if test -d "$(distdir)/$$file"; then \ ############################################## etsf-io-1.0.4/doc/www/group_level/Makefile.in-46-DIST_SOURCES = etsf-io-1.0.4/doc/www/group_level/Makefile.in:47:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; etsf-io-1.0.4/doc/www/group_level/Makefile.in-48-am__vpath_adj = case $$p in \ etsf-io-1.0.4/doc/www/group_level/Makefile.in:49: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ etsf-io-1.0.4/doc/www/group_level/Makefile.in-50- *) f=$$p;; \ etsf-io-1.0.4/doc/www/group_level/Makefile.in-51- esac; etsf-io-1.0.4/doc/www/group_level/Makefile.in:52:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; etsf-io-1.0.4/doc/www/group_level/Makefile.in-53-am__install_max = 40 etsf-io-1.0.4/doc/www/group_level/Makefile.in-54-am__nobase_strip_setup = \ etsf-io-1.0.4/doc/www/group_level/Makefile.in:55: srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` etsf-io-1.0.4/doc/www/group_level/Makefile.in-56-am__nobase_strip = \ ############################################## etsf-io-1.0.4/doc/www/group_level/Makefile.in-268- @list='$(groupleveldoc_DATA)'; test -n "$(groupleveldocdir)" || list=; \ etsf-io-1.0.4/doc/www/group_level/Makefile.in:269: files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ etsf-io-1.0.4/doc/www/group_level/Makefile.in-270- dir='$(DESTDIR)$(groupleveldocdir)'; $(am__uninstall_files_from_dir) ############################################## etsf-io-1.0.4/doc/www/group_level/Makefile.in-278-distdir: $(DISTFILES) etsf-io-1.0.4/doc/www/group_level/Makefile.in:279: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ etsf-io-1.0.4/doc/www/group_level/Makefile.in:280: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ etsf-io-1.0.4/doc/www/group_level/Makefile.in-281- list='$(DISTFILES)'; \ ############################################## etsf-io-1.0.4/doc/www/group_level/Makefile.in-292- if test -d $$d/$$file; then \ etsf-io-1.0.4/doc/www/group_level/Makefile.in:293: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ etsf-io-1.0.4/doc/www/group_level/Makefile.in-294- if test -d "$(distdir)/$$file"; then \ ############################################## etsf-io-1.0.4/doc/www/tutorials/Makefile.in-46-DIST_SOURCES = etsf-io-1.0.4/doc/www/tutorials/Makefile.in:47:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; etsf-io-1.0.4/doc/www/tutorials/Makefile.in-48-am__vpath_adj = case $$p in \ etsf-io-1.0.4/doc/www/tutorials/Makefile.in:49: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ etsf-io-1.0.4/doc/www/tutorials/Makefile.in-50- *) f=$$p;; \ etsf-io-1.0.4/doc/www/tutorials/Makefile.in-51- esac; etsf-io-1.0.4/doc/www/tutorials/Makefile.in:52:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; etsf-io-1.0.4/doc/www/tutorials/Makefile.in-53-am__install_max = 40 etsf-io-1.0.4/doc/www/tutorials/Makefile.in-54-am__nobase_strip_setup = \ etsf-io-1.0.4/doc/www/tutorials/Makefile.in:55: srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` etsf-io-1.0.4/doc/www/tutorials/Makefile.in-56-am__nobase_strip = \ ############################################## etsf-io-1.0.4/doc/www/tutorials/Makefile.in-228- @list='$(tutorialsdoc_DATA)'; test -n "$(tutorialsdocdir)" || list=; \ etsf-io-1.0.4/doc/www/tutorials/Makefile.in:229: files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ etsf-io-1.0.4/doc/www/tutorials/Makefile.in-230- dir='$(DESTDIR)$(tutorialsdocdir)'; $(am__uninstall_files_from_dir) ############################################## etsf-io-1.0.4/doc/www/tutorials/Makefile.in-238-distdir: $(DISTFILES) etsf-io-1.0.4/doc/www/tutorials/Makefile.in:239: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ etsf-io-1.0.4/doc/www/tutorials/Makefile.in:240: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ etsf-io-1.0.4/doc/www/tutorials/Makefile.in-241- list='$(DISTFILES)'; \ ############################################## etsf-io-1.0.4/doc/www/tutorials/Makefile.in-252- if test -d $$d/$$file; then \ etsf-io-1.0.4/doc/www/tutorials/Makefile.in:253: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ etsf-io-1.0.4/doc/www/tutorials/Makefile.in-254- if test -d "$(distdir)/$$file"; then \ ############################################## etsf-io-1.0.4/doc/www/utils/Makefile.in-46-DIST_SOURCES = etsf-io-1.0.4/doc/www/utils/Makefile.in:47:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; etsf-io-1.0.4/doc/www/utils/Makefile.in-48-am__vpath_adj = case $$p in \ etsf-io-1.0.4/doc/www/utils/Makefile.in:49: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ etsf-io-1.0.4/doc/www/utils/Makefile.in-50- *) f=$$p;; \ etsf-io-1.0.4/doc/www/utils/Makefile.in-51- esac; etsf-io-1.0.4/doc/www/utils/Makefile.in:52:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; etsf-io-1.0.4/doc/www/utils/Makefile.in-53-am__install_max = 40 etsf-io-1.0.4/doc/www/utils/Makefile.in-54-am__nobase_strip_setup = \ etsf-io-1.0.4/doc/www/utils/Makefile.in:55: srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` etsf-io-1.0.4/doc/www/utils/Makefile.in-56-am__nobase_strip = \ ############################################## etsf-io-1.0.4/doc/www/utils/Makefile.in-229- @list='$(utilsdoc_DATA)'; test -n "$(utilsdocdir)" || list=; \ etsf-io-1.0.4/doc/www/utils/Makefile.in:230: files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ etsf-io-1.0.4/doc/www/utils/Makefile.in-231- dir='$(DESTDIR)$(utilsdocdir)'; $(am__uninstall_files_from_dir) ############################################## etsf-io-1.0.4/doc/www/utils/Makefile.in-239-distdir: $(DISTFILES) etsf-io-1.0.4/doc/www/utils/Makefile.in:240: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ etsf-io-1.0.4/doc/www/utils/Makefile.in:241: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ etsf-io-1.0.4/doc/www/utils/Makefile.in-242- list='$(DISTFILES)'; \ ############################################## etsf-io-1.0.4/doc/www/utils/Makefile.in-253- if test -d $$d/$$file; then \ etsf-io-1.0.4/doc/www/utils/Makefile.in:254: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ etsf-io-1.0.4/doc/www/utils/Makefile.in-255- if test -d "$(distdir)/$$file"; then \ ############################################## etsf-io-1.0.4/configure.ac-93- AC_MSG_RESULT([yes]) etsf-io-1.0.4/configure.ac:94: ac_netcdf_incs="-I`$nc_config_bin --includedir`" etsf-io-1.0.4/configure.ac:95: ac_netcdf_libs=`$nc_config_bin --flibs` etsf-io-1.0.4/configure.ac:96: ac_netcdf_fcflags=`$nc_config_bin --fflags` etsf-io-1.0.4/configure.ac-97- else ############################################## etsf-io-1.0.4/aclocal.m4-73-# $ac_aux_dir to `$srcdir/foo'. In other projects, it is set to etsf-io-1.0.4/aclocal.m4:74:# `$srcdir', `$srcdir/..', or `$srcdir/../..'. etsf-io-1.0.4/aclocal.m4-75-# ############################################## etsf-io-1.0.4/aclocal.m4-97-# iff we strip the leading $srcdir from $ac_aux_dir. That would be: etsf-io-1.0.4/aclocal.m4:98:# am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"` etsf-io-1.0.4/aclocal.m4-99-# and then we would define $MISSING as ############################################## etsf-io-1.0.4/aclocal.m4-113-# expand $ac_aux_dir to an absolute path etsf-io-1.0.4/aclocal.m4:114:am_aux_dir=`cd $ac_aux_dir && pwd` etsf-io-1.0.4/aclocal.m4-115-]) ############################################## etsf-io-1.0.4/aclocal.m4-184-AC_REQUIRE([AC_PROG_INSTALL])dnl etsf-io-1.0.4/aclocal.m4:185:if test "`cd $srcdir && pwd`" != "`pwd`"; then etsf-io-1.0.4/aclocal.m4-186- # Use -I$(srcdir) only when $(srcdir) != ., so that make's output ############################################## etsf-io-1.0.4/aclocal.m4-286- * ) etsf-io-1.0.4/aclocal.m4:287: _am_stamp_count=`expr $_am_stamp_count + 1` ;; etsf-io-1.0.4/aclocal.m4-288- esac etsf-io-1.0.4/aclocal.m4-289-done etsf-io-1.0.4/aclocal.m4:290:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) etsf-io-1.0.4/aclocal.m4-291- ############################################## etsf-io-1.0.4/aclocal.m4-479-if ( etsf-io-1.0.4/aclocal.m4:480: set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` etsf-io-1.0.4/aclocal.m4-481- if test "$[*]" = "X"; then etsf-io-1.0.4/aclocal.m4-482- # -L didn't work. etsf-io-1.0.4/aclocal.m4:483: set X `ls -t "$srcdir/configure" conftest.file` etsf-io-1.0.4/aclocal.m4-484- fi ############################################## etsf-io-1.0.4/Makefile.in-56- ps-recursive uninstall-recursive etsf-io-1.0.4/Makefile.in:57:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; etsf-io-1.0.4/Makefile.in-58-am__vpath_adj = case $$p in \ etsf-io-1.0.4/Makefile.in:59: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ etsf-io-1.0.4/Makefile.in-60- *) f=$$p;; \ etsf-io-1.0.4/Makefile.in-61- esac; etsf-io-1.0.4/Makefile.in:62:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; etsf-io-1.0.4/Makefile.in-63-am__install_max = 40 etsf-io-1.0.4/Makefile.in-64-am__nobase_strip_setup = \ etsf-io-1.0.4/Makefile.in:65: srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` etsf-io-1.0.4/Makefile.in-66-am__nobase_strip = \ ############################################## etsf-io-1.0.4/Makefile.in-112- while test -n "$$dir1"; do \ etsf-io-1.0.4/Makefile.in:113: first=`echo "$$dir1" | sed -e "$$sed_first"`; \ etsf-io-1.0.4/Makefile.in-114- if test "$$first" != "."; then \ etsf-io-1.0.4/Makefile.in-115- if test "$$first" = ".."; then \ etsf-io-1.0.4/Makefile.in:116: dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ etsf-io-1.0.4/Makefile.in:117: dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ etsf-io-1.0.4/Makefile.in-118- else \ etsf-io-1.0.4/Makefile.in:119: first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ etsf-io-1.0.4/Makefile.in-120- if test "$$first2" = "$$first"; then \ etsf-io-1.0.4/Makefile.in:121: dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ etsf-io-1.0.4/Makefile.in-122- else \ ############################################## etsf-io-1.0.4/Makefile.in-127- fi; \ etsf-io-1.0.4/Makefile.in:128: dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ etsf-io-1.0.4/Makefile.in-129- done; \ ############################################## etsf-io-1.0.4/Makefile.in-328- dot_seen=no; \ etsf-io-1.0.4/Makefile.in:329: target=`echo $@ | sed s/-recursive//`; \ etsf-io-1.0.4/Makefile.in-330- list='$(SUBDIRS)'; for subdir in $$list; do \ ############################################## etsf-io-1.0.4/Makefile.in-363- rev="$$rev ."; \ etsf-io-1.0.4/Makefile.in:364: target=`echo $@ | sed s/-recursive//`; \ etsf-io-1.0.4/Makefile.in-365- for subdir in $$rev; do \ ############################################## etsf-io-1.0.4/Makefile.in-441-GTAGS: etsf-io-1.0.4/Makefile.in:442: here=`$(am__cd) $(top_builddir) && pwd` \ etsf-io-1.0.4/Makefile.in-443- && $(am__cd) $(top_srcdir) \ ############################################## etsf-io-1.0.4/Makefile.in-464- test -d "$(distdir)" || mkdir "$(distdir)" etsf-io-1.0.4/Makefile.in:465: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ etsf-io-1.0.4/Makefile.in:466: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ etsf-io-1.0.4/Makefile.in-467- list='$(DISTFILES)'; \ ############################################## etsf-io-1.0.4/Makefile.in-478- if test -d $$d/$$file; then \ etsf-io-1.0.4/Makefile.in:479: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ etsf-io-1.0.4/Makefile.in-480- if test -d "$(distdir)/$$file"; then \ ############################################## etsf-io-1.0.4/Makefile.in-592- test -d $(distdir)/_build || exit 0; \ etsf-io-1.0.4/Makefile.in:593: dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ etsf-io-1.0.4/Makefile.in-594- && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ ############################################## etsf-io-1.0.4/Makefile.in-635- }; \ etsf-io-1.0.4/Makefile.in:636: test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ etsf-io-1.0.4/Makefile.in-637- || { echo "ERROR: files left after uninstall:" ; \ ############################################## etsf-io-1.0.4/Makefile.in-647- fi etsf-io-1.0.4/Makefile.in:648: @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ etsf-io-1.0.4/Makefile.in-649- || { echo "ERROR: files left in build directory after distclean:" ; \ ############################################## etsf-io-1.0.4/configure-47-if test -z "$BASH_VERSION$ZSH_VERSION" \ etsf-io-1.0.4/configure:48: && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then etsf-io-1.0.4/configure-49- as_echo='print -r --' etsf-io-1.0.4/configure-50- as_echo_n='print -rn --' etsf-io-1.0.4/configure:51:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then etsf-io-1.0.4/configure-52- as_echo='printf %s\n' ############################################## etsf-io-1.0.4/configure-54-else etsf-io-1.0.4/configure:55: if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then etsf-io-1.0.4/configure-56- as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' ############################################## etsf-io-1.0.4/configure-64- expr "X$arg" : "X\\(.*\\)$as_nl"; etsf-io-1.0.4/configure:65: arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; etsf-io-1.0.4/configure-66- esac; ############################################## etsf-io-1.0.4/configure-175- eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && etsf-io-1.0.4/configure:176: test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1" etsf-io-1.0.4/configure-177- if (eval "$as_required") 2>/dev/null; then : ############################################## etsf-io-1.0.4/configure-298- case $as_dir in #( etsf-io-1.0.4/configure:299: *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( etsf-io-1.0.4/configure-300- *) as_qdir=$as_dir;; ############################################## etsf-io-1.0.4/configure-363- { etsf-io-1.0.4/configure:364: as_val=`expr "$@" || test $? -eq 1` etsf-io-1.0.4/configure-365- } ############################################## etsf-io-1.0.4/configure-370-# ---------------------------------------- etsf-io-1.0.4/configure:371:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are etsf-io-1.0.4/configure-372-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the ############################################## etsf-io-1.0.4/configure-433- eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" && etsf-io-1.0.4/configure:434: test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || { etsf-io-1.0.4/configure-435- # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-) ############################################## etsf-io-1.0.4/configure-524- esac; etsf-io-1.0.4/configure:525: case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #(( etsf-io-1.0.4/configure-526- ???[sx]*):;;*)false;;esac;fi ############################################## etsf-io-1.0.4/configure-736- case $ac_option in etsf-io-1.0.4/configure:737: *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; etsf-io-1.0.4/configure-738- *=) ac_optarg= ;; ############################################## etsf-io-1.0.4/configure-780- -disable-* | --disable-*) etsf-io-1.0.4/configure:781: ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` etsf-io-1.0.4/configure-782- # Reject names that are not valid shell variable names. ############################################## etsf-io-1.0.4/configure-785- ac_useropt_orig=$ac_useropt etsf-io-1.0.4/configure:786: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` etsf-io-1.0.4/configure-787- case $ac_user_opts in ############################################## etsf-io-1.0.4/configure-806- -enable-* | --enable-*) etsf-io-1.0.4/configure:807: ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` etsf-io-1.0.4/configure-808- # Reject names that are not valid shell variable names. ############################################## etsf-io-1.0.4/configure-811- ac_useropt_orig=$ac_useropt etsf-io-1.0.4/configure:812: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` etsf-io-1.0.4/configure-813- case $ac_user_opts in ############################################## etsf-io-1.0.4/configure-1010- -with-* | --with-*) etsf-io-1.0.4/configure:1011: ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` etsf-io-1.0.4/configure-1012- # Reject names that are not valid shell variable names. ############################################## etsf-io-1.0.4/configure-1015- ac_useropt_orig=$ac_useropt etsf-io-1.0.4/configure:1016: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` etsf-io-1.0.4/configure-1017- case $ac_user_opts in ############################################## etsf-io-1.0.4/configure-1026- -without-* | --without-*) etsf-io-1.0.4/configure:1027: ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` etsf-io-1.0.4/configure-1028- # Reject names that are not valid shell variable names. ############################################## etsf-io-1.0.4/configure-1031- ac_useropt_orig=$ac_useropt etsf-io-1.0.4/configure:1032: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` etsf-io-1.0.4/configure-1033- case $ac_user_opts in ############################################## etsf-io-1.0.4/configure-1064- *=*) etsf-io-1.0.4/configure:1065: ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` etsf-io-1.0.4/configure-1066- # Reject names that are not valid shell variable names. ############################################## etsf-io-1.0.4/configure-1085-if test -n "$ac_prev"; then etsf-io-1.0.4/configure:1086: ac_option=--`echo $ac_prev | sed 's/_/-/g'` etsf-io-1.0.4/configure-1087- as_fn_error $? "missing argument to $ac_option" ############################################## etsf-io-1.0.4/configure-1107- */ ) etsf-io-1.0.4/configure:1108: ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` etsf-io-1.0.4/configure-1109- eval $ac_var=\$ac_val;; ############################################## etsf-io-1.0.4/configure-1144-ac_ls_di=`ls -di .` && etsf-io-1.0.4/configure:1145:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || etsf-io-1.0.4/configure-1146- as_fn_error $? "working directory cannot be determined" ############################################## etsf-io-1.0.4/configure-1200-case $srcdir in etsf-io-1.0.4/configure:1201:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; etsf-io-1.0.4/configure-1202-esac ############################################## etsf-io-1.0.4/configure-1243-By default, \`make install' will install all the files in etsf-io-1.0.4/configure:1244:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify etsf-io-1.0.4/configure:1245:an installation prefix other than \`$ac_default_prefix' using \`--prefix', etsf-io-1.0.4/configure-1246-for instance \`--prefix=\$HOME'. ############################################## etsf-io-1.0.4/configure-1330-*) etsf-io-1.0.4/configure:1331: ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` etsf-io-1.0.4/configure-1332- # A ".." for each directory in $ac_dir_suffix. etsf-io-1.0.4/configure:1333: ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` etsf-io-1.0.4/configure-1334- case $ac_top_builddir_sub in ############################################## etsf-io-1.0.4/configure-1550- *\'*) etsf-io-1.0.4/configure:1551: ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; etsf-io-1.0.4/configure-1552- esac ############################################## etsf-io-1.0.4/configure-1633- case $ac_val in etsf-io-1.0.4/configure:1634: *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; etsf-io-1.0.4/configure-1635- esac ############################################## etsf-io-1.0.4/configure-1648- case $ac_val in etsf-io-1.0.4/configure:1649: *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; etsf-io-1.0.4/configure-1650- esac ############################################## etsf-io-1.0.4/configure-1768- set,) etsf-io-1.0.4/configure:1769: { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 etsf-io-1.0.4/configure:1770:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} etsf-io-1.0.4/configure-1771- ac_cache_corrupted=: ;; ############################################## etsf-io-1.0.4/configure-1779- # differences in whitespace do not lead to failure. etsf-io-1.0.4/configure:1780: ac_old_val_w=`echo x $ac_old_val` etsf-io-1.0.4/configure:1781: ac_new_val_w=`echo x $ac_new_val` etsf-io-1.0.4/configure-1782- if test "$ac_old_val_w" != "$ac_new_val_w"; then ############################################## etsf-io-1.0.4/configure-1799- case $ac_new_val in etsf-io-1.0.4/configure:1800: *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; etsf-io-1.0.4/configure-1801- *) ac_arg=$ac_var=$ac_new_val ;; ############################################## etsf-io-1.0.4/configure-1977-if ( etsf-io-1.0.4/configure:1978: set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` etsf-io-1.0.4/configure-1979- if test "$*" = "X"; then etsf-io-1.0.4/configure-1980- # -L didn't work. etsf-io-1.0.4/configure:1981: set X `ls -t "$srcdir/configure" conftest.file` etsf-io-1.0.4/configure-1982- fi ############################################## etsf-io-1.0.4/configure-2013-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' etsf-io-1.0.4/configure:2014:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` etsf-io-1.0.4/configure-2015- etsf-io-1.0.4/configure-2016-# expand $ac_aux_dir to an absolute path etsf-io-1.0.4/configure:2017:am_aux_dir=`cd $ac_aux_dir && pwd` etsf-io-1.0.4/configure-2018- ############################################## etsf-io-1.0.4/configure-2158- { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue etsf-io-1.0.4/configure:2159: case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( etsf-io-1.0.4/configure-2160- 'mkdir (GNU coreutils) '* | \ ############################################## etsf-io-1.0.4/configure-2237-set x ${MAKE-make} etsf-io-1.0.4/configure:2238:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` etsf-io-1.0.4/configure-2239-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then : ############################################## etsf-io-1.0.4/configure-2247-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us. etsf-io-1.0.4/configure:2248:case `${MAKE-make} -f conftest.make 2>/dev/null` in etsf-io-1.0.4/configure-2249- *@@@%%%=?*=@@@%%%*) ############################################## etsf-io-1.0.4/configure-2274- etsf-io-1.0.4/configure:2275:if test "`cd $srcdir && pwd`" != "`pwd`"; then etsf-io-1.0.4/configure-2276- # Use -I$(srcdir) only when $(srcdir) != ., so that make's output ############################################## etsf-io-1.0.4/configure-2485-$as_echo_n "checking whether the Fortran compiler works... " >&6; } etsf-io-1.0.4/configure:2486:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` etsf-io-1.0.4/configure-2487- ############################################## etsf-io-1.0.4/configure-2529- then :; else etsf-io-1.0.4/configure:2530: ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` etsf-io-1.0.4/configure-2531- fi ############################################## etsf-io-1.0.4/configure-2589- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; etsf-io-1.0.4/configure:2590: *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` etsf-io-1.0.4/configure-2591- break;; ############################################## etsf-io-1.0.4/configure-2686- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; etsf-io-1.0.4/configure:2687: *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` etsf-io-1.0.4/configure-2688- break;; ############################################## etsf-io-1.0.4/configure-3051- etsf-io-1.0.4/configure:3052: fc_info_string=`${FC} --version 2>&1` etsf-io-1.0.4/configure:3053: abi_result=`echo "${fc_info_string}" | grep '^G95'` etsf-io-1.0.4/configure-3054- if test "${abi_result}" = ""; then ############################################## etsf-io-1.0.4/configure-3063- fc_type="g95" etsf-io-1.0.4/configure:3064: fc_version=`echo ${abi_result} | sed -e 's/.*GCC //; s/ .*//'` etsf-io-1.0.4/configure-3065- if test "${fc_version}" = "${abi_result}"; then ############################################## etsf-io-1.0.4/configure-3073- etsf-io-1.0.4/configure:3074: fc_info_string=`${FC} --version 2>&1` etsf-io-1.0.4/configure:3075: abi_result=`echo "${fc_info_string}" | grep '^GNU Fortran'` etsf-io-1.0.4/configure-3076- if test "${abi_result}" = ""; then ############################################## etsf-io-1.0.4/configure-3085- fc_type="gcc" etsf-io-1.0.4/configure:3086: fc_version=`echo ${abi_result} | sed -e 's/.*(GCC) //; s/.*GCC //; s/ .*//'` etsf-io-1.0.4/configure-3087- abi_result="yes" ############################################## etsf-io-1.0.4/configure-3092- etsf-io-1.0.4/configure:3093: fc_info_string=`${FC} -v -V 2>&1 | sed -e '/^ifc: warning/d'` etsf-io-1.0.4/configure:3094: abi_result=`echo "${fc_info_string}" | grep '^Intel(R) Fortran'` etsf-io-1.0.4/configure-3095- if test "${abi_result}" = ""; then ############################################## etsf-io-1.0.4/configure-3104- fc_type="intel" etsf-io-1.0.4/configure:3105: fc_version=`echo "${fc_info_string}" | grep '^Version' | sed -e 's/Version //;s/ .*//;s/ //g' | head -n 1` etsf-io-1.0.4/configure-3106- if test "${fc_version}" = ""; then ############################################## etsf-io-1.0.4/configure-3114- etsf-io-1.0.4/configure:3115: fc_info_string=`${FC} -version 2>&1` etsf-io-1.0.4/configure:3116: abi_result=`echo "${fc_info_string}" | grep '^PathScale'` etsf-io-1.0.4/configure-3117- if test "${abi_result}" = ""; then ############################################## etsf-io-1.0.4/configure-3126- fc_type="pathscale" etsf-io-1.0.4/configure:3127: fc_version=`echo "${abi_result}" | sed -e 's/.* Version //; s/ .*//'` etsf-io-1.0.4/configure-3128- if test "${fc_version}" = "${abi_result}"; then ############################################## etsf-io-1.0.4/configure-3136- etsf-io-1.0.4/configure:3137: fc_info_string=`${FC} -V 2>&1 | sed -e '/^$/d'` etsf-io-1.0.4/configure:3138: abi_result=`echo "${fc_info_string}" | grep '^pgf9[05]' | grep -v 'No files to process'` etsf-io-1.0.4/configure-3139- if test "${abi_result}" = ""; then ############################################## etsf-io-1.0.4/configure-3148- fc_type="pgi" etsf-io-1.0.4/configure:3149: fc_version=`echo "${abi_result}" | sed -e 's/^pgf9[05] //' | sed -e 's/-.*//'` etsf-io-1.0.4/configure-3150- if test "${fc_version}" = "${abi_result}"; then ############################################## etsf-io-1.0.4/configure-3164- etsf-io-1.0.4/configure:3165: fc_info_string=`${FC} -version 2>&1 | sed -e 's/^ //' | grep '^Compaq Fortran Compiler'` etsf-io-1.0.4/configure-3166- abi_result="${fc_info_string}" etsf-io-1.0.4/configure-3167- if test "${abi_result}" = ""; then etsf-io-1.0.4/configure:3168: fc_info_string=`${FC} -version 2>&1 | sed -e 's/^ //' | grep '^HP Fortran Compiler'` etsf-io-1.0.4/configure-3169- abi_result="${fc_info_string}" ############################################## etsf-io-1.0.4/configure-3180- fc_type="compaq" etsf-io-1.0.4/configure:3181: fc_version=`echo "${abi_result}" | sed -e 's/.* V//;s/-.*//'` etsf-io-1.0.4/configure-3182- if test "${fc_version}" = "${abi_result}"; then ############################################## etsf-io-1.0.4/configure-3190- etsf-io-1.0.4/configure:3191: fc_info_string=`${FC} -V 2> /dev/null` etsf-io-1.0.4/configure:3192: abi_result=`echo "${fc_info_string}" | grep '^Pro Fortran'` etsf-io-1.0.4/configure-3193- if test "${abi_result}" = ""; then ############################################## etsf-io-1.0.4/configure-3202- fc_type="absoft" etsf-io-1.0.4/configure:3203: fc_version=`echo "${abi_result}" | sed -e 's/Pro Fortran //'` etsf-io-1.0.4/configure-3204- if test "${fc_version}" = "${abi_result}"; then ############################################## etsf-io-1.0.4/configure-3212- etsf-io-1.0.4/configure:3213: fc_info_string=`${FC} -version 2>&1 | sed -e '/^$/d'` etsf-io-1.0.4/configure:3214: abi_result=`echo "${fc_info_string}" | grep '^MIPSpro'` etsf-io-1.0.4/configure-3215- if test "${abi_result}" = ""; then ############################################## etsf-io-1.0.4/configure-3224- fc_type="mipspro" etsf-io-1.0.4/configure:3225: fc_version=`echo "${abi_result}" | sed -e 's/.*Version //'` etsf-io-1.0.4/configure-3226- if test "${fc_version}" = "${abi_result}"; then ############################################## etsf-io-1.0.4/configure-3234- etsf-io-1.0.4/configure:3235: fc_info_string=`${FC} --version 2>&1` etsf-io-1.0.4/configure:3236: abi_result=`echo "${fc_info_string}" | grep '^Open64'` etsf-io-1.0.4/configure-3237- if test "${abi_result}" = ""; then ############################################## etsf-io-1.0.4/configure-3246- fc_type="open64" etsf-io-1.0.4/configure:3247: fc_version=`echo "${abi_result}" | sed -e 's/.* Version //; s/ .*//'` etsf-io-1.0.4/configure-3248- if test "${fc_version}" = "${abi_result}"; then ############################################## etsf-io-1.0.4/configure-3256- etsf-io-1.0.4/configure:3257: fc_info_string=`${FC} -V 2> /dev/null` etsf-io-1.0.4/configure:3258: abi_result=`echo "${fc_info_string}" | grep '^Fujitsu Fortran'` etsf-io-1.0.4/configure-3259- if test "${abi_result}" = ""; then ############################################## etsf-io-1.0.4/configure-3268- fc_type="fujitsu" etsf-io-1.0.4/configure:3269: fc_version=`echo "${abi_result}" | sed -e 's/.*Driver //;s/ .*//'` etsf-io-1.0.4/configure-3270- if test "${fc_version}" = "${abi_result}"; then ############################################## etsf-io-1.0.4/configure-3278- etsf-io-1.0.4/configure:3279: fc_info_string=`${FC} -V 2>&1 | head -n 1` etsf-io-1.0.4/configure:3280: abi_result=`echo "${fc_info_string}" | grep 'Sun' | grep 'Fortran 95'` etsf-io-1.0.4/configure-3281- if test "${abi_result}" = ""; then ############################################## etsf-io-1.0.4/configure-3290- fc_type="sun" etsf-io-1.0.4/configure:3291: fc_version=`echo "${abi_result}" | sed -e 's/.* Fortran 95 //;s/ .*//'` etsf-io-1.0.4/configure-3292- if test "${fc_version}" = "${abi_result}" -o "${fc_version}" = ""; then ############################################## etsf-io-1.0.4/configure-3300- etsf-io-1.0.4/configure:3301: fc_info_string=`${FC} -V 2> /dev/null` etsf-io-1.0.4/configure:3302: abi_result=`echo "${fc_info_string}" | grep '^Hitachi Fortran'` etsf-io-1.0.4/configure-3303- if test "${abi_result}" = ""; then ############################################## etsf-io-1.0.4/configure-3312- fc_type="hitachi" etsf-io-1.0.4/configure:3313: fc_version=`echo "${abi_result}" | sed -e 's/.*Driver //;s/ .*//'` etsf-io-1.0.4/configure-3314- if test "${fc_version}" = "${abi_result}"; then ############################################## etsf-io-1.0.4/configure-3322- etsf-io-1.0.4/configure:3323: fc_info_string=`${FC} -qversion 2>&1` etsf-io-1.0.4/configure:3324: fc_garbage=`${FC} -qversion 2>&1 | wc -l | sed -e 's/ //g'` etsf-io-1.0.4/configure:3325: abi_result=`echo "${fc_info_string}" | grep 'IBM(R) XL Fortran'` etsf-io-1.0.4/configure-3326- if test "${abi_result}" = ""; then etsf-io-1.0.4/configure:3327: abi_result=`echo "${fc_info_string}" | grep 'IBM XL Fortran'` etsf-io-1.0.4/configure-3328- fi ############################################## etsf-io-1.0.4/configure-3346- fc_type="ibm" etsf-io-1.0.4/configure:3347: fc_version=`echo "${abi_result}" | sed -e 's/.* V\([0-9\.]*\) .*/\1/'` etsf-io-1.0.4/configure-3348- if test "${fc_version}" = "${abi_result}"; then ############################################## etsf-io-1.0.4/configure-3360- etsf-io-1.0.4/configure:3361: fc_version=`echo ${fc_version} | cut -d. -f1-2` etsf-io-1.0.4/configure-3362- ############################################## etsf-io-1.0.4/configure-3695-$as_echo "yes" >&6; } etsf-io-1.0.4/configure:3696: ac_netcdf_incs="-I`$nc_config_bin --includedir`" etsf-io-1.0.4/configure:3697: ac_netcdf_libs=`$nc_config_bin --flibs` etsf-io-1.0.4/configure:3698: ac_netcdf_fcflags=`$nc_config_bin --fflags` etsf-io-1.0.4/configure-3699- else ############################################## etsf-io-1.0.4/configure-3961-' etsf-io-1.0.4/configure:3962:DEFS=`sed -n "$ac_script" confdefs.h` etsf-io-1.0.4/configure-3963- ############################################## etsf-io-1.0.4/configure-3970- ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' etsf-io-1.0.4/configure:3971: ac_i=`$as_echo "$ac_i" | sed "$ac_script"` etsf-io-1.0.4/configure-3972- # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR ############################################## etsf-io-1.0.4/configure-4057-if test -z "$BASH_VERSION$ZSH_VERSION" \ etsf-io-1.0.4/configure:4058: && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then etsf-io-1.0.4/configure-4059- as_echo='print -r --' etsf-io-1.0.4/configure-4060- as_echo_n='print -rn --' etsf-io-1.0.4/configure:4061:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then etsf-io-1.0.4/configure-4062- as_echo='printf %s\n' ############################################## etsf-io-1.0.4/configure-4064-else etsf-io-1.0.4/configure:4065: if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then etsf-io-1.0.4/configure-4066- as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' ############################################## etsf-io-1.0.4/configure-4074- expr "X$arg" : "X\\(.*\\)$as_nl"; etsf-io-1.0.4/configure:4075: arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; etsf-io-1.0.4/configure-4076- esac; ############################################## etsf-io-1.0.4/configure-4151-# ---------------------------------------- etsf-io-1.0.4/configure:4152:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are etsf-io-1.0.4/configure-4153-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the ############################################## etsf-io-1.0.4/configure-4223- { etsf-io-1.0.4/configure:4224: as_val=`expr "$@" || test $? -eq 1` etsf-io-1.0.4/configure-4225- } ############################################## etsf-io-1.0.4/configure-4327- case $as_dir in #( etsf-io-1.0.4/configure:4328: *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( etsf-io-1.0.4/configure-4329- *) as_qdir=$as_dir;; ############################################## etsf-io-1.0.4/configure-4384- esac; etsf-io-1.0.4/configure:4385: case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #(( etsf-io-1.0.4/configure-4386- ???[sx]*):;;*)false;;esac;fi ############################################## etsf-io-1.0.4/configure-4461-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 etsf-io-1.0.4/configure:4462:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" etsf-io-1.0.4/configure-4463-ac_cs_version="\\ ############################################## etsf-io-1.0.4/configure-4486- --*=?*) etsf-io-1.0.4/configure:4487: ac_option=`expr "X$1" : 'X\([^=]*\)='` etsf-io-1.0.4/configure:4488: ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` etsf-io-1.0.4/configure-4489- ac_shift=: ############################################## etsf-io-1.0.4/configure-4491- --*=) etsf-io-1.0.4/configure:4492: ac_option=`expr "X$1" : 'X\([^=]*\)='` etsf-io-1.0.4/configure-4493- ac_optarg= ############################################## etsf-io-1.0.4/configure-4515- case $ac_optarg in etsf-io-1.0.4/configure:4516: *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; etsf-io-1.0.4/configure-4517- '') as_fn_error $? "missing file argument" ;; ############################################## etsf-io-1.0.4/configure-4643-fi etsf-io-1.0.4/configure:4644:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` etsf-io-1.0.4/configure-4645-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then ############################################## etsf-io-1.0.4/configure-4660- as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 etsf-io-1.0.4/configure:4661:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` etsf-io-1.0.4/configure-4662-ac_delim='%!_!# ' ############################################## etsf-io-1.0.4/configure-4666- etsf-io-1.0.4/configure:4667: ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` etsf-io-1.0.4/configure-4668- if test $ac_delim_n = $ac_delim_num; then ############################################## etsf-io-1.0.4/configure-4828- esac etsf-io-1.0.4/configure:4829: case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac etsf-io-1.0.4/configure-4830- as_fn_append ac_file_inputs " '$ac_f'" ############################################## etsf-io-1.0.4/configure-4887-*) etsf-io-1.0.4/configure:4888: ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` etsf-io-1.0.4/configure-4889- # A ".." for each directory in $ac_dir_suffix. etsf-io-1.0.4/configure:4890: ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` etsf-io-1.0.4/configure-4891- case $ac_top_builddir_sub in ############################################## etsf-io-1.0.4/configure-4948-/@mandir@/p' etsf-io-1.0.4/configure:4949:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in etsf-io-1.0.4/configure-4950-*datarootdir*) ac_datarootdir_seen=yes;; ############################################## etsf-io-1.0.4/configure-4965- etsf-io-1.0.4/configure:4966:# Neutralize VPATH when `$srcdir' = `.'. etsf-io-1.0.4/configure-4967-# Shell code in configure.ac might set extrasub. ############################################## etsf-io-1.0.4/configure-4993-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && etsf-io-1.0.4/configure:4994: { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && etsf-io-1.0.4/configure-4995- { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ ############################################## etsf-io-1.0.4/src/low_level/Makefile.in-45-CONFIG_CLEAN_VPATH_FILES = etsf-io-1.0.4/src/low_level/Makefile.in:46:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; etsf-io-1.0.4/src/low_level/Makefile.in-47-am__vpath_adj = case $$p in \ etsf-io-1.0.4/src/low_level/Makefile.in:48: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ etsf-io-1.0.4/src/low_level/Makefile.in-49- *) f=$$p;; \ etsf-io-1.0.4/src/low_level/Makefile.in-50- esac; etsf-io-1.0.4/src/low_level/Makefile.in:51:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; etsf-io-1.0.4/src/low_level/Makefile.in-52-am__install_max = 40 etsf-io-1.0.4/src/low_level/Makefile.in-53-am__nobase_strip_setup = \ etsf-io-1.0.4/src/low_level/Makefile.in:54: srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` etsf-io-1.0.4/src/low_level/Makefile.in-55-am__nobase_strip = \ ############################################## etsf-io-1.0.4/src/low_level/Makefile.in-262- @list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \ etsf-io-1.0.4/src/low_level/Makefile.in:263: files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ etsf-io-1.0.4/src/low_level/Makefile.in-264- dir='$(DESTDIR)$(libdir)'; $(am__uninstall_files_from_dir) ############################################## etsf-io-1.0.4/src/low_level/Makefile.in-282-.f90.obj: etsf-io-1.0.4/src/low_level/Makefile.in:283: $(FCCOMPILE) -c -o $@ $(FCFLAGS_f90) `$(CYGPATH_W) '$<'` etsf-io-1.0.4/src/low_level/Makefile.in-284-install-moduleDATA: $(module_DATA) ############################################## etsf-io-1.0.4/src/low_level/Makefile.in-299- @list='$(module_DATA)'; test -n "$(moduledir)" || list=; \ etsf-io-1.0.4/src/low_level/Makefile.in:300: files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ etsf-io-1.0.4/src/low_level/Makefile.in-301- dir='$(DESTDIR)$(moduledir)'; $(am__uninstall_files_from_dir) ############################################## etsf-io-1.0.4/src/low_level/Makefile.in-347-GTAGS: etsf-io-1.0.4/src/low_level/Makefile.in:348: here=`$(am__cd) $(top_builddir) && pwd` \ etsf-io-1.0.4/src/low_level/Makefile.in-349- && $(am__cd) $(top_srcdir) \ ############################################## etsf-io-1.0.4/src/low_level/Makefile.in-355-distdir: $(DISTFILES) etsf-io-1.0.4/src/low_level/Makefile.in:356: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ etsf-io-1.0.4/src/low_level/Makefile.in:357: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ etsf-io-1.0.4/src/low_level/Makefile.in-358- list='$(DISTFILES)'; \ ############################################## etsf-io-1.0.4/src/low_level/Makefile.in-369- if test -d $$d/$$file; then \ etsf-io-1.0.4/src/low_level/Makefile.in:370: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ etsf-io-1.0.4/src/low_level/Makefile.in-371- if test -d "$(distdir)/$$file"; then \ ############################################## etsf-io-1.0.4/src/group_level/Makefile.in-45-CONFIG_CLEAN_VPATH_FILES = etsf-io-1.0.4/src/group_level/Makefile.in:46:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; etsf-io-1.0.4/src/group_level/Makefile.in-47-am__vpath_adj = case $$p in \ etsf-io-1.0.4/src/group_level/Makefile.in:48: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ etsf-io-1.0.4/src/group_level/Makefile.in-49- *) f=$$p;; \ etsf-io-1.0.4/src/group_level/Makefile.in-50- esac; etsf-io-1.0.4/src/group_level/Makefile.in:51:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; etsf-io-1.0.4/src/group_level/Makefile.in-52-am__install_max = 40 etsf-io-1.0.4/src/group_level/Makefile.in-53-am__nobase_strip_setup = \ etsf-io-1.0.4/src/group_level/Makefile.in:54: srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` etsf-io-1.0.4/src/group_level/Makefile.in-55-am__nobase_strip = \ ############################################## etsf-io-1.0.4/src/group_level/Makefile.in-303- @list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \ etsf-io-1.0.4/src/group_level/Makefile.in:304: files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ etsf-io-1.0.4/src/group_level/Makefile.in-305- dir='$(DESTDIR)$(libdir)'; $(am__uninstall_files_from_dir) ############################################## etsf-io-1.0.4/src/group_level/Makefile.in-323-.f90.obj: etsf-io-1.0.4/src/group_level/Makefile.in:324: $(FCCOMPILE) -c -o $@ $(FCFLAGS_f90) `$(CYGPATH_W) '$<'` etsf-io-1.0.4/src/group_level/Makefile.in-325-install-moduleDATA: $(module_DATA) ############################################## etsf-io-1.0.4/src/group_level/Makefile.in-340- @list='$(module_DATA)'; test -n "$(moduledir)" || list=; \ etsf-io-1.0.4/src/group_level/Makefile.in:341: files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ etsf-io-1.0.4/src/group_level/Makefile.in-342- dir='$(DESTDIR)$(moduledir)'; $(am__uninstall_files_from_dir) ############################################## etsf-io-1.0.4/src/group_level/Makefile.in-388-GTAGS: etsf-io-1.0.4/src/group_level/Makefile.in:389: here=`$(am__cd) $(top_builddir) && pwd` \ etsf-io-1.0.4/src/group_level/Makefile.in-390- && $(am__cd) $(top_srcdir) \ ############################################## etsf-io-1.0.4/src/group_level/Makefile.in-396-distdir: $(DISTFILES) etsf-io-1.0.4/src/group_level/Makefile.in:397: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ etsf-io-1.0.4/src/group_level/Makefile.in:398: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ etsf-io-1.0.4/src/group_level/Makefile.in-399- list='$(DISTFILES)'; \ ############################################## etsf-io-1.0.4/src/group_level/Makefile.in-410- if test -d $$d/$$file; then \ etsf-io-1.0.4/src/group_level/Makefile.in:411: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ etsf-io-1.0.4/src/group_level/Makefile.in-412- if test -d "$(distdir)/$$file"; then \ ############################################## etsf-io-1.0.4/src/utils/Makefile.in-47-CONFIG_CLEAN_VPATH_FILES = etsf-io-1.0.4/src/utils/Makefile.in:48:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; etsf-io-1.0.4/src/utils/Makefile.in-49-am__vpath_adj = case $$p in \ etsf-io-1.0.4/src/utils/Makefile.in:50: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ etsf-io-1.0.4/src/utils/Makefile.in-51- *) f=$$p;; \ etsf-io-1.0.4/src/utils/Makefile.in-52- esac; etsf-io-1.0.4/src/utils/Makefile.in:53:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; etsf-io-1.0.4/src/utils/Makefile.in-54-am__install_max = 40 etsf-io-1.0.4/src/utils/Makefile.in-55-am__nobase_strip_setup = \ etsf-io-1.0.4/src/utils/Makefile.in:56: srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` etsf-io-1.0.4/src/utils/Makefile.in-57-am__nobase_strip = \ ############################################## etsf-io-1.0.4/src/utils/Makefile.in-271- @list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \ etsf-io-1.0.4/src/utils/Makefile.in:272: files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ etsf-io-1.0.4/src/utils/Makefile.in-273- dir='$(DESTDIR)$(libdir)'; $(am__uninstall_files_from_dir) ############################################## etsf-io-1.0.4/src/utils/Makefile.in-331-.f90.obj: etsf-io-1.0.4/src/utils/Makefile.in:332: $(FCCOMPILE) -c -o $@ $(FCFLAGS_f90) `$(CYGPATH_W) '$<'` etsf-io-1.0.4/src/utils/Makefile.in-333-install-moduleDATA: $(module_DATA) ############################################## etsf-io-1.0.4/src/utils/Makefile.in-348- @list='$(module_DATA)'; test -n "$(moduledir)" || list=; \ etsf-io-1.0.4/src/utils/Makefile.in:349: files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ etsf-io-1.0.4/src/utils/Makefile.in-350- dir='$(DESTDIR)$(moduledir)'; $(am__uninstall_files_from_dir) ############################################## etsf-io-1.0.4/src/utils/Makefile.in-396-GTAGS: etsf-io-1.0.4/src/utils/Makefile.in:397: here=`$(am__cd) $(top_builddir) && pwd` \ etsf-io-1.0.4/src/utils/Makefile.in-398- && $(am__cd) $(top_srcdir) \ ############################################## etsf-io-1.0.4/src/utils/Makefile.in-404-distdir: $(DISTFILES) etsf-io-1.0.4/src/utils/Makefile.in:405: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ etsf-io-1.0.4/src/utils/Makefile.in:406: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ etsf-io-1.0.4/src/utils/Makefile.in-407- list='$(DISTFILES)'; \ ############################################## etsf-io-1.0.4/src/utils/Makefile.in-418- if test -d $$d/$$file; then \ etsf-io-1.0.4/src/utils/Makefile.in:419: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ etsf-io-1.0.4/src/utils/Makefile.in-420- if test -d "$(distdir)/$$file"; then \ ############################################## etsf-io-1.0.4/src/tutorials/Makefile.in-263-.f90.obj: etsf-io-1.0.4/src/tutorials/Makefile.in:264: $(FCCOMPILE) -c -o $@ $(FCFLAGS_f90) `$(CYGPATH_W) '$<'` etsf-io-1.0.4/src/tutorials/Makefile.in-265- ############################################## etsf-io-1.0.4/src/tutorials/Makefile.in-310-GTAGS: etsf-io-1.0.4/src/tutorials/Makefile.in:311: here=`$(am__cd) $(top_builddir) && pwd` \ etsf-io-1.0.4/src/tutorials/Makefile.in-312- && $(am__cd) $(top_srcdir) \ ############################################## etsf-io-1.0.4/src/tutorials/Makefile.in-318-distdir: $(DISTFILES) etsf-io-1.0.4/src/tutorials/Makefile.in:319: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ etsf-io-1.0.4/src/tutorials/Makefile.in:320: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ etsf-io-1.0.4/src/tutorials/Makefile.in-321- list='$(DISTFILES)'; \ ############################################## etsf-io-1.0.4/src/tutorials/Makefile.in-332- if test -d $$d/$$file; then \ etsf-io-1.0.4/src/tutorials/Makefile.in:333: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ etsf-io-1.0.4/src/tutorials/Makefile.in-334- if test -d "$(distdir)/$$file"; then \ ############################################## etsf-io-1.0.4/tests/low_level/Makefile.in-241-.f90.obj: etsf-io-1.0.4/tests/low_level/Makefile.in:242: $(FCCOMPILE) -c -o $@ $(FCFLAGS_f90) `$(CYGPATH_W) '$<'` etsf-io-1.0.4/tests/low_level/Makefile.in-243- ############################################## etsf-io-1.0.4/tests/low_level/Makefile.in-288-GTAGS: etsf-io-1.0.4/tests/low_level/Makefile.in:289: here=`$(am__cd) $(top_builddir) && pwd` \ etsf-io-1.0.4/tests/low_level/Makefile.in-290- && $(am__cd) $(top_srcdir) \ ############################################## etsf-io-1.0.4/tests/low_level/Makefile.in-306- if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \ etsf-io-1.0.4/tests/low_level/Makefile.in:307: all=`expr $$all + 1`; \ etsf-io-1.0.4/tests/low_level/Makefile.in-308- case " $(XFAIL_TESTS) " in \ etsf-io-1.0.4/tests/low_level/Makefile.in-309- *[\ \ ]$$tst[\ \ ]*) \ etsf-io-1.0.4/tests/low_level/Makefile.in:310: xpass=`expr $$xpass + 1`; \ etsf-io-1.0.4/tests/low_level/Makefile.in:311: failed=`expr $$failed + 1`; \ etsf-io-1.0.4/tests/low_level/Makefile.in-312- col=$$red; res=XPASS; \ ############################################## etsf-io-1.0.4/tests/low_level/Makefile.in-318- elif test $$? -ne 77; then \ etsf-io-1.0.4/tests/low_level/Makefile.in:319: all=`expr $$all + 1`; \ etsf-io-1.0.4/tests/low_level/Makefile.in-320- case " $(XFAIL_TESTS) " in \ etsf-io-1.0.4/tests/low_level/Makefile.in-321- *[\ \ ]$$tst[\ \ ]*) \ etsf-io-1.0.4/tests/low_level/Makefile.in:322: xfail=`expr $$xfail + 1`; \ etsf-io-1.0.4/tests/low_level/Makefile.in-323- col=$$lgn; res=XFAIL; \ ############################################## etsf-io-1.0.4/tests/low_level/Makefile.in-325- *) \ etsf-io-1.0.4/tests/low_level/Makefile.in:326: failed=`expr $$failed + 1`; \ etsf-io-1.0.4/tests/low_level/Makefile.in-327- col=$$red; res=FAIL; \ ############################################## etsf-io-1.0.4/tests/low_level/Makefile.in-330- else \ etsf-io-1.0.4/tests/low_level/Makefile.in:331: skip=`expr $$skip + 1`; \ etsf-io-1.0.4/tests/low_level/Makefile.in-332- col=$$blu; res=SKIP; \ ############################################## etsf-io-1.0.4/tests/low_level/Makefile.in-365- fi; \ etsf-io-1.0.4/tests/low_level/Makefile.in:366: test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \ etsf-io-1.0.4/tests/low_level/Makefile.in-367- dashes="$$skipped"; \ ############################################## etsf-io-1.0.4/tests/low_level/Makefile.in-371- report="Please report to $(PACKAGE_BUGREPORT)"; \ etsf-io-1.0.4/tests/low_level/Makefile.in:372: test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \ etsf-io-1.0.4/tests/low_level/Makefile.in-373- dashes="$$report"; \ etsf-io-1.0.4/tests/low_level/Makefile.in-374- fi; \ etsf-io-1.0.4/tests/low_level/Makefile.in:375: dashes=`echo "$$dashes" | sed s/./=/g`; \ etsf-io-1.0.4/tests/low_level/Makefile.in-376- if test "$$failed" -eq 0; then \ ############################################## etsf-io-1.0.4/tests/low_level/Makefile.in-389-distdir: $(DISTFILES) etsf-io-1.0.4/tests/low_level/Makefile.in:390: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ etsf-io-1.0.4/tests/low_level/Makefile.in:391: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ etsf-io-1.0.4/tests/low_level/Makefile.in-392- list='$(DISTFILES)'; \ ############################################## etsf-io-1.0.4/tests/low_level/Makefile.in-403- if test -d $$d/$$file; then \ etsf-io-1.0.4/tests/low_level/Makefile.in:404: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ etsf-io-1.0.4/tests/low_level/Makefile.in-405- if test -d "$(distdir)/$$file"; then \ ############################################## etsf-io-1.0.4/tests/group_level/Makefile.in-255-.f90.obj: etsf-io-1.0.4/tests/group_level/Makefile.in:256: $(FCCOMPILE) -c -o $@ $(FCFLAGS_f90) `$(CYGPATH_W) '$<'` etsf-io-1.0.4/tests/group_level/Makefile.in-257- ############################################## etsf-io-1.0.4/tests/group_level/Makefile.in-302-GTAGS: etsf-io-1.0.4/tests/group_level/Makefile.in:303: here=`$(am__cd) $(top_builddir) && pwd` \ etsf-io-1.0.4/tests/group_level/Makefile.in-304- && $(am__cd) $(top_srcdir) \ ############################################## etsf-io-1.0.4/tests/group_level/Makefile.in-320- if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \ etsf-io-1.0.4/tests/group_level/Makefile.in:321: all=`expr $$all + 1`; \ etsf-io-1.0.4/tests/group_level/Makefile.in-322- case " $(XFAIL_TESTS) " in \ etsf-io-1.0.4/tests/group_level/Makefile.in-323- *[\ \ ]$$tst[\ \ ]*) \ etsf-io-1.0.4/tests/group_level/Makefile.in:324: xpass=`expr $$xpass + 1`; \ etsf-io-1.0.4/tests/group_level/Makefile.in:325: failed=`expr $$failed + 1`; \ etsf-io-1.0.4/tests/group_level/Makefile.in-326- col=$$red; res=XPASS; \ ############################################## etsf-io-1.0.4/tests/group_level/Makefile.in-332- elif test $$? -ne 77; then \ etsf-io-1.0.4/tests/group_level/Makefile.in:333: all=`expr $$all + 1`; \ etsf-io-1.0.4/tests/group_level/Makefile.in-334- case " $(XFAIL_TESTS) " in \ etsf-io-1.0.4/tests/group_level/Makefile.in-335- *[\ \ ]$$tst[\ \ ]*) \ etsf-io-1.0.4/tests/group_level/Makefile.in:336: xfail=`expr $$xfail + 1`; \ etsf-io-1.0.4/tests/group_level/Makefile.in-337- col=$$lgn; res=XFAIL; \ ############################################## etsf-io-1.0.4/tests/group_level/Makefile.in-339- *) \ etsf-io-1.0.4/tests/group_level/Makefile.in:340: failed=`expr $$failed + 1`; \ etsf-io-1.0.4/tests/group_level/Makefile.in-341- col=$$red; res=FAIL; \ ############################################## etsf-io-1.0.4/tests/group_level/Makefile.in-344- else \ etsf-io-1.0.4/tests/group_level/Makefile.in:345: skip=`expr $$skip + 1`; \ etsf-io-1.0.4/tests/group_level/Makefile.in-346- col=$$blu; res=SKIP; \ ############################################## etsf-io-1.0.4/tests/group_level/Makefile.in-379- fi; \ etsf-io-1.0.4/tests/group_level/Makefile.in:380: test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \ etsf-io-1.0.4/tests/group_level/Makefile.in-381- dashes="$$skipped"; \ ############################################## etsf-io-1.0.4/tests/group_level/Makefile.in-385- report="Please report to $(PACKAGE_BUGREPORT)"; \ etsf-io-1.0.4/tests/group_level/Makefile.in:386: test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \ etsf-io-1.0.4/tests/group_level/Makefile.in-387- dashes="$$report"; \ etsf-io-1.0.4/tests/group_level/Makefile.in-388- fi; \ etsf-io-1.0.4/tests/group_level/Makefile.in:389: dashes=`echo "$$dashes" | sed s/./=/g`; \ etsf-io-1.0.4/tests/group_level/Makefile.in-390- if test "$$failed" -eq 0; then \ ############################################## etsf-io-1.0.4/tests/group_level/Makefile.in-403-distdir: $(DISTFILES) etsf-io-1.0.4/tests/group_level/Makefile.in:404: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ etsf-io-1.0.4/tests/group_level/Makefile.in:405: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ etsf-io-1.0.4/tests/group_level/Makefile.in-406- list='$(DISTFILES)'; \ ############################################## etsf-io-1.0.4/tests/group_level/Makefile.in-417- if test -d $$d/$$file; then \ etsf-io-1.0.4/tests/group_level/Makefile.in:418: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ etsf-io-1.0.4/tests/group_level/Makefile.in-419- if test -d "$(distdir)/$$file"; then \ ############################################## etsf-io-1.0.4/tests/utils/Makefile.am-17- echo "$(top_builddir)/src/utils/etsf_io -a content $(srcdir)/si1002x1-o_DS1_DEN-etsf.nc | grep '^ - ' > si1002x1-o_DS1_DEN-etsf.log" >> runSi etsf-io-1.0.4/tests/utils/Makefile.am:18: echo 'diff=`diff $(srcdir)/si1002x1-o_DS1_DEN-etsf.ref si1002x1-o_DS1_DEN-etsf.log`' >> runSi etsf-io-1.0.4/tests/utils/Makefile.am-19- echo "if test -z \"\$$diff\" ; then exit 0; else exit 1; fi" >> runSi ############################################## etsf-io-1.0.4/tests/utils/Makefile.am-23- echo "$(top_builddir)/src/utils/etsf_io -a content $(srcdir)/wfs_complex-etsf.nc | grep '^ - ' > wfs_complex-etsf.log" >> runRspc1 etsf-io-1.0.4/tests/utils/Makefile.am:24: echo 'diff=`diff $(srcdir)/wfs_complex-etsf.ref wfs_complex-etsf.log`' >> runRspc1 etsf-io-1.0.4/tests/utils/Makefile.am-25- echo "if test -z \"\$$diff\" ; then exit 0; else exit 1; fi" >> runRspc1 ############################################## etsf-io-1.0.4/tests/utils/Makefile.am-29- echo "$(top_builddir)/src/utils/etsf_io -a content $(srcdir)/wfs_real-etsf.nc | grep '^ - ' > wfs_real-etsf.log" >> runRspc2 etsf-io-1.0.4/tests/utils/Makefile.am:30: echo 'diff=`diff $(srcdir)/wfs_real-etsf.ref wfs_real-etsf.log`' >> runRspc2 etsf-io-1.0.4/tests/utils/Makefile.am-31- echo "if test -z \"\$$diff\" ; then exit 0; else exit 1; fi" >> runRspc2 ############################################## etsf-io-1.0.4/tests/utils/Makefile.in-203- if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \ etsf-io-1.0.4/tests/utils/Makefile.in:204: all=`expr $$all + 1`; \ etsf-io-1.0.4/tests/utils/Makefile.in-205- case " $(XFAIL_TESTS) " in \ etsf-io-1.0.4/tests/utils/Makefile.in-206- *[\ \ ]$$tst[\ \ ]*) \ etsf-io-1.0.4/tests/utils/Makefile.in:207: xpass=`expr $$xpass + 1`; \ etsf-io-1.0.4/tests/utils/Makefile.in:208: failed=`expr $$failed + 1`; \ etsf-io-1.0.4/tests/utils/Makefile.in-209- col=$$red; res=XPASS; \ ############################################## etsf-io-1.0.4/tests/utils/Makefile.in-215- elif test $$? -ne 77; then \ etsf-io-1.0.4/tests/utils/Makefile.in:216: all=`expr $$all + 1`; \ etsf-io-1.0.4/tests/utils/Makefile.in-217- case " $(XFAIL_TESTS) " in \ etsf-io-1.0.4/tests/utils/Makefile.in-218- *[\ \ ]$$tst[\ \ ]*) \ etsf-io-1.0.4/tests/utils/Makefile.in:219: xfail=`expr $$xfail + 1`; \ etsf-io-1.0.4/tests/utils/Makefile.in-220- col=$$lgn; res=XFAIL; \ ############################################## etsf-io-1.0.4/tests/utils/Makefile.in-222- *) \ etsf-io-1.0.4/tests/utils/Makefile.in:223: failed=`expr $$failed + 1`; \ etsf-io-1.0.4/tests/utils/Makefile.in-224- col=$$red; res=FAIL; \ ############################################## etsf-io-1.0.4/tests/utils/Makefile.in-227- else \ etsf-io-1.0.4/tests/utils/Makefile.in:228: skip=`expr $$skip + 1`; \ etsf-io-1.0.4/tests/utils/Makefile.in-229- col=$$blu; res=SKIP; \ ############################################## etsf-io-1.0.4/tests/utils/Makefile.in-262- fi; \ etsf-io-1.0.4/tests/utils/Makefile.in:263: test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \ etsf-io-1.0.4/tests/utils/Makefile.in-264- dashes="$$skipped"; \ ############################################## etsf-io-1.0.4/tests/utils/Makefile.in-268- report="Please report to $(PACKAGE_BUGREPORT)"; \ etsf-io-1.0.4/tests/utils/Makefile.in:269: test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \ etsf-io-1.0.4/tests/utils/Makefile.in-270- dashes="$$report"; \ etsf-io-1.0.4/tests/utils/Makefile.in-271- fi; \ etsf-io-1.0.4/tests/utils/Makefile.in:272: dashes=`echo "$$dashes" | sed s/./=/g`; \ etsf-io-1.0.4/tests/utils/Makefile.in-273- if test "$$failed" -eq 0; then \ ############################################## etsf-io-1.0.4/tests/utils/Makefile.in-286-distdir: $(DISTFILES) etsf-io-1.0.4/tests/utils/Makefile.in:287: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ etsf-io-1.0.4/tests/utils/Makefile.in:288: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ etsf-io-1.0.4/tests/utils/Makefile.in-289- list='$(DISTFILES)'; \ ############################################## etsf-io-1.0.4/tests/utils/Makefile.in-300- if test -d $$d/$$file; then \ etsf-io-1.0.4/tests/utils/Makefile.in:301: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ etsf-io-1.0.4/tests/utils/Makefile.in-302- if test -d "$(distdir)/$$file"; then \ ############################################## etsf-io-1.0.4/tests/utils/Makefile.in-435- echo "$(top_builddir)/src/utils/etsf_io -a content $(srcdir)/si1002x1-o_DS1_DEN-etsf.nc | grep '^ - ' > si1002x1-o_DS1_DEN-etsf.log" >> runSi etsf-io-1.0.4/tests/utils/Makefile.in:436: echo 'diff=`diff $(srcdir)/si1002x1-o_DS1_DEN-etsf.ref si1002x1-o_DS1_DEN-etsf.log`' >> runSi etsf-io-1.0.4/tests/utils/Makefile.in-437- echo "if test -z \"\$$diff\" ; then exit 0; else exit 1; fi" >> runSi ############################################## etsf-io-1.0.4/tests/utils/Makefile.in-441- echo "$(top_builddir)/src/utils/etsf_io -a content $(srcdir)/wfs_complex-etsf.nc | grep '^ - ' > wfs_complex-etsf.log" >> runRspc1 etsf-io-1.0.4/tests/utils/Makefile.in:442: echo 'diff=`diff $(srcdir)/wfs_complex-etsf.ref wfs_complex-etsf.log`' >> runRspc1 etsf-io-1.0.4/tests/utils/Makefile.in-443- echo "if test -z \"\$$diff\" ; then exit 0; else exit 1; fi" >> runRspc1 ############################################## etsf-io-1.0.4/tests/utils/Makefile.in-447- echo "$(top_builddir)/src/utils/etsf_io -a content $(srcdir)/wfs_real-etsf.nc | grep '^ - ' > wfs_real-etsf.log" >> runRspc2 etsf-io-1.0.4/tests/utils/Makefile.in:448: echo 'diff=`diff $(srcdir)/wfs_real-etsf.ref wfs_real-etsf.log`' >> runRspc2 etsf-io-1.0.4/tests/utils/Makefile.in-449- echo "if test -z \"\$$diff\" ; then exit 0; else exit 1; fi" >> runRspc2