=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== hello-traditional-2.10/tests/greeting-2-20-year=$1; day=$2; hours=$3; minutes=$4; seconds=$5 hello-traditional-2.10/tests/greeting-2:21:years_since_2000=`expr $year - 2000` hello-traditional-2.10/tests/greeting-2:22:days_since_2000=`expr '(' $years_since_2000 '*' 365 ')' + '(' '(' $years_since_2000 - 1 ')' / 4 ')' + $day` hello-traditional-2.10/tests/greeting-2:23:seconds_since_2000=`expr '(' '(' '(' '(' '(' $days_since_2000 '*' 24 ')' + $hours ')' '*' 60 ')' + $minutes ')' '*' 60 ')' + $seconds` hello-traditional-2.10/tests/greeting-2-24-# A moon period is ca. 2551442.8 seconds. hello-traditional-2.10/tests/greeting-2:25:remainder=`expr $seconds_since_2000 % 2551443` hello-traditional-2.10/tests/greeting-2-26-# Full moon is around remainder = 1760000, oscillating between ca. 1720000 hello-traditional-2.10/tests/greeting-2-27-# and ca. 1805000. Allow a tolerance of +/- 24 h. hello-traditional-2.10/tests/greeting-2:28:if test `expr $remainder '>' 1650000` = 0 || test `expr $remainder '<' 1890000` = 0; then hello-traditional-2.10/tests/greeting-2-29- { echo "$0: Skipping test: not a full moon night"; rm -fr $tmpfiles; exit 77; } ############################################## hello-traditional-2.10/Makefile.am-80- PATH=.$(PATH_SEPARATOR)$(PATH_SEPARATOR)$$PATH \ hello-traditional-2.10/Makefile.am:81: HELLO=`echo hello | sed '$(transform)'`; \ hello-traditional-2.10/Makefile.am-82- export HELLO PATH top_srcdir; ############################################## hello-traditional-2.10/Makefile.am-98- *.[ch]) \ hello-traditional-2.10/Makefile.am:99: base=`expr " $$file" : ' \(.*\)\..'`; \ hello-traditional-2.10/Makefile.am-100- { test -f $$base.l || test -f $$base.y; } && continue;; \ ############################################## hello-traditional-2.10/maint.mk-465- dummy=; : so we do not need a semicolon before each use; \ hello-traditional-2.10/maint.mk:466: h_esc=`echo '[<"]'"$$h"'[">]'|$(SED) 's/\./\\\\./g'`; \ hello-traditional-2.10/maint.mk-467- if $(VC_LIST_EXCEPT) | grep '\.c$$' > /dev/null; then \ ############################################## hello-traditional-2.10/maint.mk-1145- *.[ch]) \ hello-traditional-2.10/maint.mk:1146: base=`expr " $$file" : ' \(.*\)\..'`; \ hello-traditional-2.10/maint.mk-1147- { test -f $$base.l || test -f $$base.y; } && continue;; \ ############################################## hello-traditional-2.10/maint.mk-1638- for sig in 1 2 3 13 15; do \ hello-traditional-2.10/maint.mk:1639: eval "trap 'v=`expr $$sig + 128`; (exit $$v); exit $$v' $$sig"; \ hello-traditional-2.10/maint.mk-1640- done; \ ############################################## hello-traditional-2.10/INSTALL-173-directory configuration variables that were expressed in terms of hello-traditional-2.10/INSTALL:174:`${prefix}'. Any directories that were specified during `configure', hello-traditional-2.10/INSTALL-175-but not in terms of `${prefix}', must each be overridden at install ############################################## hello-traditional-2.10/po/Rules-quot-15-.insert-header.po-update-en: hello-traditional-2.10/po/Rules-quot:16: @lang=`echo $@ | sed -e 's/\.po-update-en$$//'`; \ hello-traditional-2.10/po/Rules-quot:17: if test "$(PACKAGE)" = "gettext"; then PATH=`pwd`/../src:$$PATH; GETTEXTLIBDIR=`cd $(top_srcdir)/src && pwd`; export GETTEXTLIBDIR; fi; \ hello-traditional-2.10/po/Rules-quot-18- tmpdir=`pwd`; \ hello-traditional-2.10/po/Rules-quot-19- echo "$$lang:"; \ hello-traditional-2.10/po/Rules-quot:20: ll=`echo $$lang | sed -e 's/@.*//'`; \ hello-traditional-2.10/po/Rules-quot-21- LC_ALL=C; export LC_ALL; \ hello-traditional-2.10/po/Rules-quot-22- cd $(srcdir); \ hello-traditional-2.10/po/Rules-quot:23: if $(MSGINIT) -i $(DOMAIN).pot --no-translator -l $$lang -o - 2>/dev/null | sed -f $$tmpdir/$$lang.insert-header | $(MSGCONV) -t UTF-8 | $(MSGFILTER) sed -f `echo $$lang | sed -e 's/.*@//'`.sed 2>/dev/null > $$tmpdir/$$lang.new.po; then \ hello-traditional-2.10/po/Rules-quot-24- if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \ ############################################## hello-traditional-2.10/po/Makefile.in.in-91-.po.gmo: hello-traditional-2.10/po/Makefile.in.in:92: @lang=`echo $* | sed -e 's,.*/,,'`; \ hello-traditional-2.10/po/Makefile.in.in-93- test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \ ############################################## hello-traditional-2.10/po/Makefile.in.in-154- fi; \ hello-traditional-2.10/po/Makefile.in.in:155: case `$(XGETTEXT) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \ hello-traditional-2.10/po/Makefile.in.in-156- '' | 0.[0-9] | 0.[0-9].* | 0.1[0-5] | 0.1[0-5].* | 0.16 | 0.16.[0-1]*) \ ############################################## hello-traditional-2.10/po/Makefile.in.in-196-$(POFILES): $(srcdir)/$(DOMAIN).pot hello-traditional-2.10/po/Makefile.in.in:197: @lang=`echo $@ | sed -e 's,.*/,,' -e 's/\.po$$//'`; \ hello-traditional-2.10/po/Makefile.in.in-198- if test -f "$(srcdir)/$${lang}.po"; then \ ############################################## hello-traditional-2.10/po/Makefile.in.in-201- cd $(srcdir) \ hello-traditional-2.10/po/Makefile.in.in:202: && { case `$(MSGMERGE_UPDATE) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \ hello-traditional-2.10/po/Makefile.in.in-203- '' | 0.[0-9] | 0.[0-9].* | 0.1[0-7] | 0.1[0-7].*) \ ############################################## hello-traditional-2.10/po/Makefile.in.in-232- for cat in $$catalogs; do \ hello-traditional-2.10/po/Makefile.in.in:233: cat=`basename $$cat`; \ hello-traditional-2.10/po/Makefile.in.in:234: lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \ hello-traditional-2.10/po/Makefile.in.in-235- dir=$(localedir)/$$lang/LC_MESSAGES; \ ############################################## hello-traditional-2.10/po/Makefile.in.in-242- if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \ hello-traditional-2.10/po/Makefile.in.in:243: link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \ hello-traditional-2.10/po/Makefile.in.in-244- mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \ ############################################## hello-traditional-2.10/po/Makefile.in.in-284- for cat in $$catalogs; do \ hello-traditional-2.10/po/Makefile.in.in:285: cat=`basename $$cat`; \ hello-traditional-2.10/po/Makefile.in.in:286: lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \ hello-traditional-2.10/po/Makefile.in.in-287- dir=$(localedir)/$$lang/LC_MESSAGES; \ ############################################## hello-traditional-2.10/po/Makefile.in.in-291- if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \ hello-traditional-2.10/po/Makefile.in.in:292: link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \ hello-traditional-2.10/po/Makefile.in.in-293- mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \ ############################################## hello-traditional-2.10/po/Makefile.in.in-330- for cat in $$catalogs; do \ hello-traditional-2.10/po/Makefile.in.in:331: cat=`basename $$cat`; \ hello-traditional-2.10/po/Makefile.in.in:332: lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \ hello-traditional-2.10/po/Makefile.in.in-333- for lc in LC_MESSAGES $(EXTRA_LOCALE_CATEGORIES); do \ ############################################## hello-traditional-2.10/po/Makefile.in.in-395-.nop.po-create: hello-traditional-2.10/po/Makefile.in.in:396: @lang=`echo $@ | sed -e 's/\.po-create$$//'`; \ hello-traditional-2.10/po/Makefile.in.in-397- echo "File $$lang.po does not exist. If you are a translator, you can create it through 'msginit'." 1>&2; \ ############################################## hello-traditional-2.10/po/Makefile.in.in-402-.nop.po-update: hello-traditional-2.10/po/Makefile.in.in:403: @lang=`echo $@ | sed -e 's/\.po-update$$//'`; \ hello-traditional-2.10/po/Makefile.in.in-404- if test "$(PACKAGE)" = "gettext-tools"; then PATH=`pwd`/../src:$$PATH; fi; \ ############################################## hello-traditional-2.10/po/Makefile.in.in-409- cd $(srcdir); \ hello-traditional-2.10/po/Makefile.in.in:410: if { case `$(MSGMERGE) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \ hello-traditional-2.10/po/Makefile.in.in-411- '' | 0.[0-9] | 0.[0-9].* | 0.1[0-7] | 0.1[0-7].*) \ ############################################## hello-traditional-2.10/build-aux/mdate-sh-110-# On HPUX /bin/sh, "set" interprets "-rw-r--r--" as options, so the "x" below. hello-traditional-2.10/build-aux/mdate-sh:111:set x`$ls_command /` hello-traditional-2.10/build-aux/mdate-sh-112- ############################################## hello-traditional-2.10/build-aux/mdate-sh-140-# Get the extended ls output of the file or directory. hello-traditional-2.10/build-aux/mdate-sh:141:set dummy x`eval "$ls_command \"\\\$save_arg1\""` hello-traditional-2.10/build-aux/mdate-sh-142- ############################################## hello-traditional-2.10/build-aux/mdate-sh-207- then hello-traditional-2.10/build-aux/mdate-sh:208: year=`expr $year - 1` hello-traditional-2.10/build-aux/mdate-sh-209- fi;; ############################################## hello-traditional-2.10/build-aux/config.guess-34- hello-traditional-2.10/build-aux/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'` hello-traditional-2.10/build-aux/config.guess-36- ############################################## hello-traditional-2.10/build-aux/config.guess-102-: ${TMPDIR=/tmp} ; hello-traditional-2.10/build-aux/config.guess:103: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || hello-traditional-2.10/build-aux/config.guess-104- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } || ############################################## hello-traditional-2.10/build-aux/config.guess-151- EOF hello-traditional-2.10/build-aux/config.guess:152: eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC' | sed 's, ,,g'` hello-traditional-2.10/build-aux/config.guess-153- ;; ############################################## hello-traditional-2.10/build-aux/config.guess-209- *) hello-traditional-2.10/build-aux/config.guess:210: release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'` hello-traditional-2.10/build-aux/config.guess-211- ;; ############################################## hello-traditional-2.10/build-aux/config.guess-240- *4.0) hello-traditional-2.10/build-aux/config.guess:241: UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'` hello-traditional-2.10/build-aux/config.guess-242- ;; hello-traditional-2.10/build-aux/config.guess-243- *5.*) hello-traditional-2.10/build-aux/config.guess:244: UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'` hello-traditional-2.10/build-aux/config.guess-245- ;; ############################################## hello-traditional-2.10/build-aux/config.guess-250- # types through head -n 1, so we only detect the type of CPU 0. hello-traditional-2.10/build-aux/config.guess:251: ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1` hello-traditional-2.10/build-aux/config.guess-252- case "$ALPHA_CPU_TYPE" in ############################################## hello-traditional-2.10/build-aux/config.guess-288- # 1.2 uses "1.2" for uname -r. hello-traditional-2.10/build-aux/config.guess:289: echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` hello-traditional-2.10/build-aux/config.guess-290- # Reset EXIT trap before exiting to avoid spurious non-zero exit code. ############################################## hello-traditional-2.10/build-aux/config.guess-348- s390x:SunOS:*:*) hello-traditional-2.10/build-aux/config.guess:349: echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` hello-traditional-2.10/build-aux/config.guess-350- exit ;; hello-traditional-2.10/build-aux/config.guess-351- sun4H:SunOS:5.*:*) hello-traditional-2.10/build-aux/config.guess:352: echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` hello-traditional-2.10/build-aux/config.guess-353- exit ;; hello-traditional-2.10/build-aux/config.guess-354- sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) hello-traditional-2.10/build-aux/config.guess:355: echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` hello-traditional-2.10/build-aux/config.guess-356- exit ;; ############################################## hello-traditional-2.10/build-aux/config.guess-373- fi hello-traditional-2.10/build-aux/config.guess:374: echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` hello-traditional-2.10/build-aux/config.guess-375- exit ;; ############################################## hello-traditional-2.10/build-aux/config.guess-379- # it's likely to be more like Solaris than SunOS4. hello-traditional-2.10/build-aux/config.guess:380: echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` hello-traditional-2.10/build-aux/config.guess-381- exit ;; ############################################## hello-traditional-2.10/build-aux/config.guess-388- # Japanese Language versions have a version number like `4.1.3-JL'. hello-traditional-2.10/build-aux/config.guess:389: echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'` hello-traditional-2.10/build-aux/config.guess-390- exit ;; ############################################## hello-traditional-2.10/build-aux/config.guess-394- sun*:*:4.2BSD:*) hello-traditional-2.10/build-aux/config.guess:395: UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null` hello-traditional-2.10/build-aux/config.guess-396- test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3 ############################################## hello-traditional-2.10/build-aux/config.guess-476- $CC_FOR_BUILD -o $dummy $dummy.c && hello-traditional-2.10/build-aux/config.guess:477: dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` && hello-traditional-2.10/build-aux/config.guess:478: SYSTEM_NAME=`$dummy $dummyarg` && hello-traditional-2.10/build-aux/config.guess-479- { echo "$SYSTEM_NAME"; exit; } ############################################## hello-traditional-2.10/build-aux/config.guess-532- *:IRIX*:*:*) hello-traditional-2.10/build-aux/config.guess:533: echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'` hello-traditional-2.10/build-aux/config.guess-534- exit ;; ############################################## hello-traditional-2.10/build-aux/config.guess-562-EOF hello-traditional-2.10/build-aux/config.guess:563: if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` hello-traditional-2.10/build-aux/config.guess-564- then ############################################## hello-traditional-2.10/build-aux/config.guess-575- *:AIX:*:[4567]) hello-traditional-2.10/build-aux/config.guess:576: IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'` hello-traditional-2.10/build-aux/config.guess-577- if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then ############################################## hello-traditional-2.10/build-aux/config.guess-610- 9000/[34678]??:HP-UX:*:*) hello-traditional-2.10/build-aux/config.guess:611: HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` hello-traditional-2.10/build-aux/config.guess-612- case "${UNAME_MACHINE}" in ############################################## hello-traditional-2.10/build-aux/config.guess-664-EOF hello-traditional-2.10/build-aux/config.guess:665: (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy` hello-traditional-2.10/build-aux/config.guess-666- test -z "$HP_ARCH" && HP_ARCH=hppa ############################################## hello-traditional-2.10/build-aux/config.guess-692- ia64:HP-UX:*:*) hello-traditional-2.10/build-aux/config.guess:693: HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` hello-traditional-2.10/build-aux/config.guess-694- echo ia64-hp-hpux${HPUX_REV} ############################################## hello-traditional-2.10/build-aux/config.guess-722-EOF hello-traditional-2.10/build-aux/config.guess:723: $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` && hello-traditional-2.10/build-aux/config.guess-724- { echo "$SYSTEM_NAME"; exit; } ############################################## hello-traditional-2.10/build-aux/config.guess-793- FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` hello-traditional-2.10/build-aux/config.guess:794: FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'` hello-traditional-2.10/build-aux/config.guess-795- echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" ############################################## hello-traditional-2.10/build-aux/config.guess-798- FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` hello-traditional-2.10/build-aux/config.guess:799: FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'` hello-traditional-2.10/build-aux/config.guess-800- echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" ############################################## hello-traditional-2.10/build-aux/config.guess-814- amd64) hello-traditional-2.10/build-aux/config.guess:815: echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; hello-traditional-2.10/build-aux/config.guess-816- *) hello-traditional-2.10/build-aux/config.guess:817: echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; hello-traditional-2.10/build-aux/config.guess-818- esac ############################################## hello-traditional-2.10/build-aux/config.guess-872- prep*:SunOS:5.*:*) hello-traditional-2.10/build-aux/config.guess:873: echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` hello-traditional-2.10/build-aux/config.guess-874- exit ;; ############################################## hello-traditional-2.10/build-aux/config.guess-876- # the GNU system hello-traditional-2.10/build-aux/config.guess:877: echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-${LIBC}`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'` hello-traditional-2.10/build-aux/config.guess-878- exit ;; ############################################## hello-traditional-2.10/build-aux/config.guess-880- # other systems with GNU libc and userland hello-traditional-2.10/build-aux/config.guess:881: echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-${LIBC} hello-traditional-2.10/build-aux/config.guess-882- exit ;; ############################################## hello-traditional-2.10/build-aux/config.guess-968-EOF hello-traditional-2.10/build-aux/config.guess:969: eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'` hello-traditional-2.10/build-aux/config.guess-970- test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; } ############################################## hello-traditional-2.10/build-aux/config.guess-1062- i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*) hello-traditional-2.10/build-aux/config.guess:1063: UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'` hello-traditional-2.10/build-aux/config.guess-1064- if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then ############################################## hello-traditional-2.10/build-aux/config.guess-1262- fi hello-traditional-2.10/build-aux/config.guess:1263: if test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then hello-traditional-2.10/build-aux/config.guess-1264- if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then ############################################## hello-traditional-2.10/build-aux/config.guess-1347- *:DragonFly:*:*) hello-traditional-2.10/build-aux/config.guess:1348: echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` hello-traditional-2.10/build-aux/config.guess-1349- exit ;; ############################################## hello-traditional-2.10/build-aux/config.guess-1360- i*86:skyos:*:*) hello-traditional-2.10/build-aux/config.guess:1361: echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//' hello-traditional-2.10/build-aux/config.guess-1362- exit ;; ############################################## hello-traditional-2.10/build-aux/depcomp-64- case $1 in hello-traditional-2.10/build-aux/depcomp:65: */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;; hello-traditional-2.10/build-aux/depcomp-66- *) dir=;; ############################################## hello-traditional-2.10/build-aux/depcomp-73-{ hello-traditional-2.10/build-aux/depcomp:74: base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'` hello-traditional-2.10/build-aux/depcomp-75-} ############################################## hello-traditional-2.10/build-aux/depcomp-126- sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`} hello-traditional-2.10/build-aux/depcomp:127:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`} hello-traditional-2.10/build-aux/depcomp-128- ############################################## hello-traditional-2.10/build-aux/depcomp-370- sleep 1 hello-traditional-2.10/build-aux/depcomp:371: i=`expr $i - 1` hello-traditional-2.10/build-aux/depcomp-372- done hello-traditional-2.10/build-aux/depcomp-373- fi hello-traditional-2.10/build-aux/depcomp:374: i=`expr $i - 1` hello-traditional-2.10/build-aux/depcomp-375- done ############################################## hello-traditional-2.10/build-aux/depcomp-390- # Do two passes, one to just change these to hello-traditional-2.10/build-aux/depcomp:391: # `$object: dependent.h' and one to simply `dependent.h:'. hello-traditional-2.10/build-aux/depcomp-392- sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile" ############################################## hello-traditional-2.10/build-aux/depcomp-624- done hello-traditional-2.10/build-aux/depcomp:625: obj_suffix=`echo "$object" | sed 's/^.*\././'` hello-traditional-2.10/build-aux/depcomp-626- touch "$tmpdepfile" ############################################## hello-traditional-2.10/build-aux/config.rpath-33-host="$1" hello-traditional-2.10/build-aux/config.rpath:34:host_cpu=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` hello-traditional-2.10/build-aux/config.rpath:35:host_vendor=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` hello-traditional-2.10/build-aux/config.rpath:36:host_os=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` hello-traditional-2.10/build-aux/config.rpath-37- ############################################## hello-traditional-2.10/build-aux/config.rpath-47-done hello-traditional-2.10/build-aux/config.rpath:48:cc_basename=`echo "$cc_temp" | sed -e 's%^.*/%%'` hello-traditional-2.10/build-aux/config.rpath-49- ############################################## hello-traditional-2.10/build-aux/config.rpath-94- *) hello-traditional-2.10/build-aux/config.rpath:95: case `$CC -V 2>&1 | sed 5q` in hello-traditional-2.10/build-aux/config.rpath-96- *Sun\ F* | *Sun*Fortran*) ############################################## hello-traditional-2.10/build-aux/config.rpath-235- sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) hello-traditional-2.10/build-aux/config.rpath:236: case `$LD -v 2>&1` in hello-traditional-2.10/build-aux/config.rpath-237- *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*) ############################################## hello-traditional-2.10/build-aux/config.rpath-241- if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then hello-traditional-2.10/build-aux/config.rpath:242: hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`' hello-traditional-2.10/build-aux/config.rpath-243- else ############################################## hello-traditional-2.10/build-aux/config.rpath-298- case $host_os in aix4.[012]|aix4.[012].*) hello-traditional-2.10/build-aux/config.rpath:299: collect2name=`${CC} -print-prog-name=collect2` hello-traditional-2.10/build-aux/config.rpath-300- if test -f "$collect2name" && \ ############################################## hello-traditional-2.10/build-aux/config.rpath-430- hardcode_direct=yes hello-traditional-2.10/build-aux/config.rpath:431: if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then hello-traditional-2.10/build-aux/config.rpath-432- hardcode_libdir_flag_spec='${wl}-rpath,$libdir' ############################################## hello-traditional-2.10/build-aux/config.rpath-494- sysv5* | sco3.2v5* | sco5v6*) hello-traditional-2.10/build-aux/config.rpath:495: hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`' hello-traditional-2.10/build-aux/config.rpath-496- hardcode_libdir_separator=':' ############################################## hello-traditional-2.10/build-aux/config.rpath-645-sed_quote_subst='s/\(["`$\\]\)/\\\1/g' hello-traditional-2.10/build-aux/config.rpath:646:escaped_wl=`echo "X$wl" | sed -e 's/^X//' -e "$sed_quote_subst"` hello-traditional-2.10/build-aux/config.rpath:647:shlibext=`echo "$shrext" | sed -e 's,^\.,,'` hello-traditional-2.10/build-aux/config.rpath:648:escaped_libname_spec=`echo "X$libname_spec" | sed -e 's/^X//' -e "$sed_quote_subst"` hello-traditional-2.10/build-aux/config.rpath:649:escaped_library_names_spec=`echo "X$library_names_spec" | sed -e 's/^X//' -e "$sed_quote_subst"` hello-traditional-2.10/build-aux/config.rpath:650:escaped_hardcode_libdir_flag_spec=`echo "X$hardcode_libdir_flag_spec" | sed -e 's/^X//' -e "$sed_quote_subst"` hello-traditional-2.10/build-aux/config.rpath-651- ############################################## hello-traditional-2.10/build-aux/compile-67- mingw/*) hello-traditional-2.10/build-aux/compile:68: file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'` hello-traditional-2.10/build-aux/compile-69- ;; hello-traditional-2.10/build-aux/compile-70- cygwin/*) hello-traditional-2.10/build-aux/compile:71: file=`cygpath -m "$file" || echo "$file"` hello-traditional-2.10/build-aux/compile-72- ;; hello-traditional-2.10/build-aux/compile-73- wine/*) hello-traditional-2.10/build-aux/compile:74: file=`winepath -w "$file" || echo "$file"` hello-traditional-2.10/build-aux/compile-75- ;; ############################################## hello-traditional-2.10/build-aux/compile-309-# Name of file we expect compiler to create. hello-traditional-2.10/build-aux/compile:310:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'` hello-traditional-2.10/build-aux/compile-311- ############################################## hello-traditional-2.10/build-aux/compile-315-# object file name, since that is what matters with a parallel build. hello-traditional-2.10/build-aux/compile:316:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d hello-traditional-2.10/build-aux/compile-317-while true; do ############################################## hello-traditional-2.10/build-aux/gitlog-to-changelog-291- # Let $code operate on it, safely. hello-traditional-2.10/build-aux/gitlog-to-changelog:292: my $r = $s->reval("$code") hello-traditional-2.10/build-aux/gitlog-to-changelog-293- or die "$ME:$.:$sha: failed to eval \"$code\":\n$@\n"; ############################################## hello-traditional-2.10/build-aux/announce-gen-112- my $cmd = "du -h $f"; hello-traditional-2.10/build-aux/announce-gen:113: my $t = `$cmd`; hello-traditional-2.10/build-aux/announce-gen-114- # FIXME-someday: give a better diagnostic, a la $PROCESS_STATUS ############################################## hello-traditional-2.10/build-aux/announce-gen-337- # 'tool --version' output is the version string. hello-traditional-2.10/build-aux/announce-gen:338: my ($first_line, undef) = split ("\n", `$t --version`); hello-traditional-2.10/build-aux/announce-gen-339- if ($first_line =~ /.* (\d[\w.-]+)$/) ############################################## hello-traditional-2.10/build-aux/config.sub-52- hello-traditional-2.10/build-aux/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'` hello-traditional-2.10/build-aux/config.sub-54- ############################################## hello-traditional-2.10/build-aux/config.sub-115-# Here we must recognize all the valid KERNEL-OS combinations. hello-traditional-2.10/build-aux/config.sub:116:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` hello-traditional-2.10/build-aux/config.sub-117-case $maybe_os in ############################################## hello-traditional-2.10/build-aux/config.sub-123- os=-$maybe_os hello-traditional-2.10/build-aux/config.sub:124: basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` hello-traditional-2.10/build-aux/config.sub-125- ;; ############################################## hello-traditional-2.10/build-aux/config.sub-127- os=-linux-android hello-traditional-2.10/build-aux/config.sub:128: basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown hello-traditional-2.10/build-aux/config.sub-129- ;; hello-traditional-2.10/build-aux/config.sub-130- *) hello-traditional-2.10/build-aux/config.sub:131: basic_machine=`echo $1 | sed 's/-[^-]*$//'` hello-traditional-2.10/build-aux/config.sub-132- if [ $basic_machine != $1 ] hello-traditional-2.10/build-aux/config.sub:133: then os=`echo $1 | sed 's/.*-/-/'` hello-traditional-2.10/build-aux/config.sub-134- else os=; fi ############################################## hello-traditional-2.10/build-aux/config.sub-181- os=-sco5v6 hello-traditional-2.10/build-aux/config.sub:182: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` hello-traditional-2.10/build-aux/config.sub-183- ;; ############################################## hello-traditional-2.10/build-aux/config.sub-185- os=-sco3.2v5 hello-traditional-2.10/build-aux/config.sub:186: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` hello-traditional-2.10/build-aux/config.sub-187- ;; ############################################## hello-traditional-2.10/build-aux/config.sub-189- os=-sco3.2v4 hello-traditional-2.10/build-aux/config.sub:190: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` hello-traditional-2.10/build-aux/config.sub-191- ;; hello-traditional-2.10/build-aux/config.sub-192- -sco3.2.[4-9]*) hello-traditional-2.10/build-aux/config.sub:193: os=`echo $os | sed -e 's/sco3.2./sco3.2v/'` hello-traditional-2.10/build-aux/config.sub:194: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` hello-traditional-2.10/build-aux/config.sub-195- ;; ############################################## hello-traditional-2.10/build-aux/config.sub-197- # Don't forget version if it is 3.2v4 or newer. hello-traditional-2.10/build-aux/config.sub:198: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` hello-traditional-2.10/build-aux/config.sub-199- ;; ############################################## hello-traditional-2.10/build-aux/config.sub-201- # Don't forget version if it is 3.2v4 or newer. hello-traditional-2.10/build-aux/config.sub:202: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` hello-traditional-2.10/build-aux/config.sub-203- ;; ############################################## hello-traditional-2.10/build-aux/config.sub-205- os=-sco3.2v2 hello-traditional-2.10/build-aux/config.sub:206: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` hello-traditional-2.10/build-aux/config.sub-207- ;; hello-traditional-2.10/build-aux/config.sub-208- -udk*) hello-traditional-2.10/build-aux/config.sub:209: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` hello-traditional-2.10/build-aux/config.sub-210- ;; ############################################## hello-traditional-2.10/build-aux/config.sub-212- os=-isc2.2 hello-traditional-2.10/build-aux/config.sub:213: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` hello-traditional-2.10/build-aux/config.sub-214- ;; ############################################## hello-traditional-2.10/build-aux/config.sub-218- -isc*) hello-traditional-2.10/build-aux/config.sub:219: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` hello-traditional-2.10/build-aux/config.sub-220- ;; ############################################## hello-traditional-2.10/build-aux/config.sub-230- -ptx*) hello-traditional-2.10/build-aux/config.sub:231: basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'` hello-traditional-2.10/build-aux/config.sub-232- ;; hello-traditional-2.10/build-aux/config.sub-233- -windowsnt*) hello-traditional-2.10/build-aux/config.sub:234: os=`echo $os | sed -e 's/windowsnt/winnt/'` hello-traditional-2.10/build-aux/config.sub-235- ;; ############################################## hello-traditional-2.10/build-aux/config.sub-365- *-*-*) hello-traditional-2.10/build-aux/config.sub:366: echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 hello-traditional-2.10/build-aux/config.sub-367- exit 1 ############################################## hello-traditional-2.10/build-aux/config.sub-489- amd64-*) hello-traditional-2.10/build-aux/config.sub:490: basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'` hello-traditional-2.10/build-aux/config.sub-491- ;; ############################################## hello-traditional-2.10/build-aux/config.sub-531- blackfin-*) hello-traditional-2.10/build-aux/config.sub:532: basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'` hello-traditional-2.10/build-aux/config.sub-533- os=-linux ############################################## hello-traditional-2.10/build-aux/config.sub-539- c54x-*) hello-traditional-2.10/build-aux/config.sub:540: basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'` hello-traditional-2.10/build-aux/config.sub-541- ;; hello-traditional-2.10/build-aux/config.sub-542- c55x-*) hello-traditional-2.10/build-aux/config.sub:543: basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'` hello-traditional-2.10/build-aux/config.sub-544- ;; hello-traditional-2.10/build-aux/config.sub-545- c6x-*) hello-traditional-2.10/build-aux/config.sub:546: basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'` hello-traditional-2.10/build-aux/config.sub-547- ;; ############################################## hello-traditional-2.10/build-aux/config.sub-742- i*86v32) hello-traditional-2.10/build-aux/config.sub:743: basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` hello-traditional-2.10/build-aux/config.sub-744- os=-sysv32 ############################################## hello-traditional-2.10/build-aux/config.sub-746- i*86v4*) hello-traditional-2.10/build-aux/config.sub:747: basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` hello-traditional-2.10/build-aux/config.sub-748- os=-sysv4 ############################################## hello-traditional-2.10/build-aux/config.sub-750- i*86v) hello-traditional-2.10/build-aux/config.sub:751: basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` hello-traditional-2.10/build-aux/config.sub-752- os=-sysv ############################################## hello-traditional-2.10/build-aux/config.sub-754- i*86sol2) hello-traditional-2.10/build-aux/config.sub:755: basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` hello-traditional-2.10/build-aux/config.sub-756- os=-solaris2 ############################################## hello-traditional-2.10/build-aux/config.sub-780- leon-*|leon[3-9]-*) hello-traditional-2.10/build-aux/config.sub:781: basic_machine=sparc-`echo $basic_machine | sed 's/-.*//'` hello-traditional-2.10/build-aux/config.sub-782- ;; ############################################## hello-traditional-2.10/build-aux/config.sub-787- m68knommu-*) hello-traditional-2.10/build-aux/config.sub:788: basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'` hello-traditional-2.10/build-aux/config.sub-789- os=-linux ############################################## hello-traditional-2.10/build-aux/config.sub-824- mips3*-*) hello-traditional-2.10/build-aux/config.sub:825: basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'` hello-traditional-2.10/build-aux/config.sub-826- ;; hello-traditional-2.10/build-aux/config.sub-827- mips3*) hello-traditional-2.10/build-aux/config.sub:828: basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown hello-traditional-2.10/build-aux/config.sub-829- ;; ############################################## hello-traditional-2.10/build-aux/config.sub-846- ms1-*) hello-traditional-2.10/build-aux/config.sub:847: basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'` hello-traditional-2.10/build-aux/config.sub-848- ;; ############################################## hello-traditional-2.10/build-aux/config.sub-965- parisc-*) hello-traditional-2.10/build-aux/config.sub:966: basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'` hello-traditional-2.10/build-aux/config.sub-967- os=-linux ############################################## hello-traditional-2.10/build-aux/config.sub-981- pc98-*) hello-traditional-2.10/build-aux/config.sub:982: basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'` hello-traditional-2.10/build-aux/config.sub-983- ;; ############################################## hello-traditional-2.10/build-aux/config.sub-996- pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*) hello-traditional-2.10/build-aux/config.sub:997: basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'` hello-traditional-2.10/build-aux/config.sub-998- ;; hello-traditional-2.10/build-aux/config.sub-999- pentiumpro-* | p6-* | 6x86-* | athlon-*) hello-traditional-2.10/build-aux/config.sub:1000: basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` hello-traditional-2.10/build-aux/config.sub-1001- ;; hello-traditional-2.10/build-aux/config.sub-1002- pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*) hello-traditional-2.10/build-aux/config.sub:1003: basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` hello-traditional-2.10/build-aux/config.sub-1004- ;; hello-traditional-2.10/build-aux/config.sub-1005- pentium4-*) hello-traditional-2.10/build-aux/config.sub:1006: basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'` hello-traditional-2.10/build-aux/config.sub-1007- ;; ############################################## hello-traditional-2.10/build-aux/config.sub-1015- ppc-* | ppcbe-*) hello-traditional-2.10/build-aux/config.sub:1016: basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'` hello-traditional-2.10/build-aux/config.sub-1017- ;; ############################################## hello-traditional-2.10/build-aux/config.sub-1021- ppcle-* | powerpclittle-*) hello-traditional-2.10/build-aux/config.sub:1022: basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'` hello-traditional-2.10/build-aux/config.sub-1023- ;; ############################################## hello-traditional-2.10/build-aux/config.sub-1025- ;; hello-traditional-2.10/build-aux/config.sub:1026: ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'` hello-traditional-2.10/build-aux/config.sub-1027- ;; ############################################## hello-traditional-2.10/build-aux/config.sub-1031- ppc64le-* | powerpc64little-*) hello-traditional-2.10/build-aux/config.sub:1032: basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'` hello-traditional-2.10/build-aux/config.sub-1033- ;; ############################################## hello-traditional-2.10/build-aux/config.sub-1114- strongarm-* | thumb-*) hello-traditional-2.10/build-aux/config.sub:1115: basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'` hello-traditional-2.10/build-aux/config.sub-1116- ;; ############################################## hello-traditional-2.10/build-aux/config.sub-1244- xscale-* | xscalee[bl]-*) hello-traditional-2.10/build-aux/config.sub:1245: basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'` hello-traditional-2.10/build-aux/config.sub-1246- ;; ############################################## hello-traditional-2.10/build-aux/config.sub-1321- *) hello-traditional-2.10/build-aux/config.sub:1322: echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 hello-traditional-2.10/build-aux/config.sub-1323- exit 1 ############################################## hello-traditional-2.10/build-aux/config.sub-1329- *-digital*) hello-traditional-2.10/build-aux/config.sub:1330: basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'` hello-traditional-2.10/build-aux/config.sub-1331- ;; hello-traditional-2.10/build-aux/config.sub-1332- *-commodore*) hello-traditional-2.10/build-aux/config.sub:1333: basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'` hello-traditional-2.10/build-aux/config.sub-1334- ;; ############################################## hello-traditional-2.10/build-aux/config.sub-1350- -solaris1 | -solaris1.*) hello-traditional-2.10/build-aux/config.sub:1351: os=`echo $os | sed -e 's|solaris1|sunos4|'` hello-traditional-2.10/build-aux/config.sub-1352- ;; ############################################## hello-traditional-2.10/build-aux/config.sub-1362- -gnu/linux*) hello-traditional-2.10/build-aux/config.sub:1363: os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'` hello-traditional-2.10/build-aux/config.sub-1364- ;; ############################################## hello-traditional-2.10/build-aux/config.sub-1408- -nto*) hello-traditional-2.10/build-aux/config.sub:1409: os=`echo $os | sed -e 's|nto|nto-qnx|'` hello-traditional-2.10/build-aux/config.sub-1410- ;; ############################################## hello-traditional-2.10/build-aux/config.sub-1415- -mac*) hello-traditional-2.10/build-aux/config.sub:1416: os=`echo $os | sed -e 's|mac|macos|'` hello-traditional-2.10/build-aux/config.sub-1417- ;; ############################################## hello-traditional-2.10/build-aux/config.sub-1421- -linux*) hello-traditional-2.10/build-aux/config.sub:1422: os=`echo $os | sed -e 's|linux|linux-gnu|'` hello-traditional-2.10/build-aux/config.sub-1423- ;; hello-traditional-2.10/build-aux/config.sub-1424- -sunos5*) hello-traditional-2.10/build-aux/config.sub:1425: os=`echo $os | sed -e 's|sunos5|solaris2|'` hello-traditional-2.10/build-aux/config.sub-1426- ;; hello-traditional-2.10/build-aux/config.sub-1427- -sunos6*) hello-traditional-2.10/build-aux/config.sub:1428: os=`echo $os | sed -e 's|sunos6|solaris3|'` hello-traditional-2.10/build-aux/config.sub-1429- ;; ############################################## hello-traditional-2.10/build-aux/config.sub-1476- -sinix5.*) hello-traditional-2.10/build-aux/config.sub:1477: os=`echo $os | sed -e 's|sinix|sysv|'` hello-traditional-2.10/build-aux/config.sub-1478- ;; ############################################## hello-traditional-2.10/build-aux/config.sub-1529- # Get rid of the `-' at the beginning of $os. hello-traditional-2.10/build-aux/config.sub:1530: os=`echo $os | sed 's/[^-]*-//'` hello-traditional-2.10/build-aux/config.sub:1531: echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2 hello-traditional-2.10/build-aux/config.sub-1532- exit 1 ############################################## hello-traditional-2.10/build-aux/config.sub-1792- esac hello-traditional-2.10/build-aux/config.sub:1793: basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"` hello-traditional-2.10/build-aux/config.sub-1794- ;; ############################################## hello-traditional-2.10/build-aux/install-sh-234- fi hello-traditional-2.10/build-aux/install-sh:235: cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;; hello-traditional-2.10/build-aux/install-sh-236- *) ############################################## hello-traditional-2.10/build-aux/install-sh-281- dstdir=$dst hello-traditional-2.10/build-aux/install-sh:282: dst=$dstdir/`basename "$src"` hello-traditional-2.10/build-aux/install-sh-283- dstdir_status=0 hello-traditional-2.10/build-aux/install-sh-284- else hello-traditional-2.10/build-aux/install-sh:285: dstdir=`dirname "$dst"` hello-traditional-2.10/build-aux/install-sh-286- test -d "$dstdir" ############################################## hello-traditional-2.10/build-aux/install-sh-337- # FreeBSD 6.1 mkdir -m -p sets mode of existing directory. hello-traditional-2.10/build-aux/install-sh:338: ls_ld_tmpdir=`ls -ld "$tmpdir"` hello-traditional-2.10/build-aux/install-sh-339- case $ls_ld_tmpdir in ############################################## hello-traditional-2.10/build-aux/install-sh-344- $mkdirprog -m$different_mode -p -- "$tmpdir" && { hello-traditional-2.10/build-aux/install-sh:345: ls_ld_tmpdir_1=`ls -ld "$tmpdir"` hello-traditional-2.10/build-aux/install-sh-346- test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1" ############################################## hello-traditional-2.10/build-aux/install-sh-402- case $prefix in hello-traditional-2.10/build-aux/install-sh:403: *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;; hello-traditional-2.10/build-aux/install-sh-404- *) qprefix=$prefix;; ############################################## hello-traditional-2.10/build-aux/install-sh-451- if $copy_on_change && hello-traditional-2.10/build-aux/install-sh:452: old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` && hello-traditional-2.10/build-aux/install-sh:453: new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` && hello-traditional-2.10/build-aux/install-sh-454- set -f && ############################################## hello-traditional-2.10/build-aux/gnupload-117- echo "$0: Reading configuration file $conffile" hello-traditional-2.10/build-aux/gnupload:118: conf=`sed 's/#.*$//;/^$/d' "$conffile" | tr "\015$nl" ' '` hello-traditional-2.10/build-aux/gnupload-119- eval set x "$conf \"\$@\"" ############################################## hello-traditional-2.10/build-aux/gnupload-165- --symlink-regex=*) hello-traditional-2.10/build-aux/gnupload:166: symlink_expr=`expr "$1" : '[^=]*=\(.*\)'` hello-traditional-2.10/build-aux/gnupload-167- ;; ############################################## hello-traditional-2.10/build-aux/gnupload-216-if test -n "$symlink_files"; then hello-traditional-2.10/build-aux/gnupload:217: x=`echo "$symlink_files" | sed 's/[^ ]//g;s/ //g'` hello-traditional-2.10/build-aux/gnupload-218- if test -n "$x"; then ############################################## hello-traditional-2.10/build-aux/gnupload-237- elif test -n "$symlink_expr"; then hello-traditional-2.10/build-aux/gnupload:238: linkname=`echo $file | sed "$symlink_expr"` hello-traditional-2.10/build-aux/gnupload-239- if test -z "$linkname"; then ############################################## hello-traditional-2.10/build-aux/gnupload-353- download.gnu.org.ua:alpha/*|download.gnu.org.ua:ftp/*) hello-traditional-2.10/build-aux/gnupload:354: destdir_p1=`echo "$destdir" | sed 's,^[^/]*/,,'` hello-traditional-2.10/build-aux/gnupload:355: destdir_topdir=`echo "$destdir" | sed 's,/.*,,'` hello-traditional-2.10/build-aux/gnupload-356- mkdirective "$destdir_p1" "$base" "$file" "$stmt" ############################################## hello-traditional-2.10/build-aux/gnupload-363- /*) hello-traditional-2.10/build-aux/gnupload:364: dest_host=`echo "$dest" | sed 's,:.*,,'` hello-traditional-2.10/build-aux/gnupload-365- mkdirective "$destdir" "$base" "$file" "$stmt" ############################################## hello-traditional-2.10/build-aux/gnupload-383- stmt="$stmt hello-traditional-2.10/build-aux/gnupload:384:`mksymlink $symlink_files`" hello-traditional-2.10/build-aux/gnupload-385-fi ############################################## hello-traditional-2.10/build-aux/gnupload-401- do hello-traditional-2.10/build-aux/gnupload:402: destdir=`echo $dest | sed 's/[^:]*://'` hello-traditional-2.10/build-aux/gnupload-403- upload "$dest" "$destdir" "`hostname`-$$" "" "$stmt" ############################################## hello-traditional-2.10/build-aux/gnupload-420- files="$file $file.sig" hello-traditional-2.10/build-aux/gnupload:421: destdir=`echo $dest | sed 's/[^:]*://'` hello-traditional-2.10/build-aux/gnupload-422- if test -n "$symlink_expr"; then hello-traditional-2.10/build-aux/gnupload:423: linkname=`echo $file | sed "$symlink_expr"` hello-traditional-2.10/build-aux/gnupload-424- stmt="$stmt ############################################## hello-traditional-2.10/build-aux/texinfo.tex-6319- \catcode `\\=0 \catcode `\{=1 \catcode `\}=2 hello-traditional-2.10/build-aux/texinfo.tex:6320: \catcode `\$=3 \catcode `\&=4 \catcode `\#=6 hello-traditional-2.10/build-aux/texinfo.tex-6321- \catcode `\^=7 \catcode `\_=8 \catcode `\~=\active \let~=\tie ############################################## hello-traditional-2.10/build-aux/gendocs.sh-38- hello-traditional-2.10/build-aux/gendocs.sh:39:prog=`basename "$0"` hello-traditional-2.10/build-aux/gendocs.sh-40-srcdir=`pwd` ############################################## hello-traditional-2.10/build-aux/gendocs.sh-201- # but here, we use the basename of $srcfile hello-traditional-2.10/build-aux/gendocs.sh:202: base=`basename "$srcfile"` hello-traditional-2.10/build-aux/gendocs.sh-203- case $base in hello-traditional-2.10/build-aux/gendocs.sh:204: *.txi|*.texi|*.texinfo) base=`echo "$base"|sed 's/\.[texinfo]*$//'`;; hello-traditional-2.10/build-aux/gendocs.sh-205- esac ############################################## hello-traditional-2.10/build-aux/gendocs.sh-226-{ hello-traditional-2.10/build-aux/gendocs.sh:227: size=`ls -ksl $1 | awk '{print $1}'` hello-traditional-2.10/build-aux/gendocs.sh-228- echo $size ############################################## hello-traditional-2.10/build-aux/gendocs.sh-290- ls -l "$outdir/$PACKAGE.info.tar.gz" hello-traditional-2.10/build-aux/gendocs.sh:291: info_tgz_size=`calcsize "$outdir/$PACKAGE.info.tar.gz"` hello-traditional-2.10/build-aux/gendocs.sh-292- # do not mv the info files, there's no point in having them available ############################################## hello-traditional-2.10/build-aux/gendocs.sh-302- gzip -f -9 $PACKAGE.dvi hello-traditional-2.10/build-aux/gendocs.sh:303: dvi_gz_size=`calcsize $PACKAGE.dvi.gz` hello-traditional-2.10/build-aux/gendocs.sh-304- mv $PACKAGE.dvi.gz "$outdir/" ############################################## hello-traditional-2.10/build-aux/gendocs.sh-309- eval "$cmd" hello-traditional-2.10/build-aux/gendocs.sh:310: pdf_size=`calcsize $PACKAGE.pdf` hello-traditional-2.10/build-aux/gendocs.sh-311- mv $PACKAGE.pdf "$outdir/" ############################################## hello-traditional-2.10/build-aux/gendocs.sh-320- eval "$cmd" hello-traditional-2.10/build-aux/gendocs.sh:321: ascii_size=`calcsize $PACKAGE.txt` hello-traditional-2.10/build-aux/gendocs.sh-322- gzip -f -9 -c $PACKAGE.txt >"$outdir/$PACKAGE.txt.gz" hello-traditional-2.10/build-aux/gendocs.sh:323: ascii_gz_size=`calcsize "$outdir/$PACKAGE.txt.gz"` hello-traditional-2.10/build-aux/gendocs.sh-324- mv $PACKAGE.txt "$outdir/" ############################################## hello-traditional-2.10/build-aux/gendocs.sh-343- ) hello-traditional-2.10/build-aux/gendocs.sh:344: eval html_$1_tgz_size=`calcsize "$outdir/${PACKAGE}.html_$1.tar.gz"` hello-traditional-2.10/build-aux/gendocs.sh-345- rm -f "$outdir"/html_$1/*.html ############################################## hello-traditional-2.10/build-aux/gendocs.sh-356- eval "$cmd" hello-traditional-2.10/build-aux/gendocs.sh:357: html_mono_size=`calcsize $PACKAGE.html` hello-traditional-2.10/build-aux/gendocs.sh-358- gzip -f -9 -c $PACKAGE.html >"$outdir/$PACKAGE.html.gz" hello-traditional-2.10/build-aux/gendocs.sh:359: html_mono_gz_size=`calcsize "$outdir/$PACKAGE.html.gz"` hello-traditional-2.10/build-aux/gendocs.sh-360- copy_images "$outdir/" $PACKAGE.html ############################################## hello-traditional-2.10/build-aux/gendocs.sh-383- eval \ hello-traditional-2.10/build-aux/gendocs.sh:384: html_${split}_tgz_size=`calcsize "$outdir/$PACKAGE.html_$split.tar.gz"` hello-traditional-2.10/build-aux/gendocs.sh-385- rm -rf "$outdir/html_$split/" ############################################## hello-traditional-2.10/build-aux/gendocs.sh-395- eval "$cmd" hello-traditional-2.10/build-aux/gendocs.sh:396: html_mono_size=`calcsize $PACKAGE.html` hello-traditional-2.10/build-aux/gendocs.sh-397- gzip -f -9 -c $PACKAGE.html >"$outdir/$PACKAGE.html.gz" hello-traditional-2.10/build-aux/gendocs.sh:398: html_mono_gz_size=`calcsize "$outdir/$PACKAGE.html.gz"` hello-traditional-2.10/build-aux/gendocs.sh-399- mv $PACKAGE.html "$outdir/" ############################################## hello-traditional-2.10/build-aux/gendocs.sh-408-printf "\nMaking .tar.gz for sources...\n" hello-traditional-2.10/build-aux/gendocs.sh:409:d=`dirname $srcfile` hello-traditional-2.10/build-aux/gendocs.sh-410-( hello-traditional-2.10/build-aux/gendocs.sh-411- cd "$d" hello-traditional-2.10/build-aux/gendocs.sh:412: srcfiles=`ls -d *.texinfo *.texi *.txi *.eps $source_extra 2>/dev/null` || true hello-traditional-2.10/build-aux/gendocs.sh-413- tar czfh "$abs_outdir/$PACKAGE.texi.tar.gz" $srcfiles ############################################## hello-traditional-2.10/build-aux/gendocs.sh-415-) hello-traditional-2.10/build-aux/gendocs.sh:416:texi_tgz_size=`calcsize "$outdir/$PACKAGE.texi.tar.gz"` hello-traditional-2.10/build-aux/gendocs.sh-417- ############################################## hello-traditional-2.10/build-aux/gendocs.sh-424- eval "$cmd" hello-traditional-2.10/build-aux/gendocs.sh:425: docbook_xml_size=`calcsize $PACKAGE-db.xml` hello-traditional-2.10/build-aux/gendocs.sh-426- gzip -f -9 -c $PACKAGE-db.xml >"$outdir/$PACKAGE-db.xml.gz" hello-traditional-2.10/build-aux/gendocs.sh:427: docbook_xml_gz_size=`calcsize "$outdir/$PACKAGE-db.xml.gz"` hello-traditional-2.10/build-aux/gendocs.sh-428- mv $PACKAGE-db.xml "$outdir/" ############################################## hello-traditional-2.10/build-aux/gendocs.sh-438- ) hello-traditional-2.10/build-aux/gendocs.sh:439: html_node_db_tgz_size=`calcsize "$outdir/${PACKAGE}.html_node_db.tar.gz"` hello-traditional-2.10/build-aux/gendocs.sh-440- rm -f "$outdir"/html_node_db/*.html ############################################## hello-traditional-2.10/build-aux/gendocs.sh-447- eval "$cmd" hello-traditional-2.10/build-aux/gendocs.sh:448: docbook_ascii_size=`calcsize $PACKAGE-db.txt` hello-traditional-2.10/build-aux/gendocs.sh-449- mv $PACKAGE-db.txt "$outdir/" ############################################## hello-traditional-2.10/build-aux/gendocs.sh-453- eval "$cmd" hello-traditional-2.10/build-aux/gendocs.sh:454: docbook_pdf_size=`calcsize $PACKAGE-db.pdf` hello-traditional-2.10/build-aux/gendocs.sh-455- mv $PACKAGE-db.pdf "$outdir/" ############################################## hello-traditional-2.10/build-aux/gendocs.sh-467- hello-traditional-2.10/build-aux/gendocs.sh:468:curdate=`$SETLANG date '+%B %d, %Y'` hello-traditional-2.10/build-aux/gendocs.sh-469-sed \ ############################################## hello-traditional-2.10/build-aux/vc-list-files-47- --version) hello-traditional-2.10/build-aux/vc-list-files:48: year=`echo "$scriptversion" | sed 's/[^0-9].*//'` hello-traditional-2.10/build-aux/vc-list-files-49- cat <<EOF ############################################## hello-traditional-2.10/build-aux/vc-list-files-70- && dir= sed_esc= \ hello-traditional-2.10/build-aux/vc-list-files:71: || { dir="$dir/"; sed_esc=`echo "$dir"|env sed 's,\([\\/]\),\\\\\1,g'`; } hello-traditional-2.10/build-aux/vc-list-files-72- # Ignore git symlinks - either they point into the tree, in which case ############################################## hello-traditional-2.10/build-aux/vc-list-files-96- }}'\'' \ hello-traditional-2.10/build-aux/vc-list-files:97: `find "$dir" -name Entries -print` /dev/null' $postprocess hello-traditional-2.10/build-aux/vc-list-files-98- fi ############################################## hello-traditional-2.10/lib/config.charset-119-host="$1" hello-traditional-2.10/lib/config.charset:120:os=`echo "$host" | sed -e 's/^[^-]*-[^-]*-\(.*\)$/\1/'` hello-traditional-2.10/lib/config.charset-121-echo "# This file contains a table of character encoding aliases," ############################################## hello-traditional-2.10/Makefile.in-104- { \ hello-traditional-2.10/Makefile.in:105: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ hello-traditional-2.10/Makefile.in-106- }; \ ############################################## hello-traditional-2.10/Makefile.in-324- esac hello-traditional-2.10/Makefile.in:325:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; hello-traditional-2.10/Makefile.in-326-am__vpath_adj = case $$p in \ hello-traditional-2.10/Makefile.in:327: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ hello-traditional-2.10/Makefile.in-328- *) f=$$p;; \ hello-traditional-2.10/Makefile.in-329- esac; hello-traditional-2.10/Makefile.in:330:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; hello-traditional-2.10/Makefile.in-331-am__install_max = 40 hello-traditional-2.10/Makefile.in-332-am__nobase_strip_setup = \ hello-traditional-2.10/Makefile.in:333: srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` hello-traditional-2.10/Makefile.in-334-am__nobase_strip = \ ############################################## hello-traditional-2.10/Makefile.in-506-case "$@" in \ hello-traditional-2.10/Makefile.in:507: */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;; \ hello-traditional-2.10/Makefile.in-508- *) am__odir=.;; \ ############################################## hello-traditional-2.10/Makefile.in-536- bases='$(TEST_LOGS)'; \ hello-traditional-2.10/Makefile.in:537: bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \ hello-traditional-2.10/Makefile.in:538: bases=`echo $$bases` hello-traditional-2.10/Makefile.in-539-RECHECK_LOGS = $(TEST_LOGS) ############################################## hello-traditional-2.10/Makefile.in-548- */*) b='$*';; \ hello-traditional-2.10/Makefile.in:549: *) b=`echo '$@' | sed 's/\.log$$//'`; \ hello-traditional-2.10/Makefile.in-550- esac;; \ ############################################## hello-traditional-2.10/Makefile.in-577- while test -n "$$dir1"; do \ hello-traditional-2.10/Makefile.in:578: first=`echo "$$dir1" | sed -e "$$sed_first"`; \ hello-traditional-2.10/Makefile.in-579- if test "$$first" != "."; then \ hello-traditional-2.10/Makefile.in-580- if test "$$first" = ".."; then \ hello-traditional-2.10/Makefile.in:581: dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ hello-traditional-2.10/Makefile.in:582: dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ hello-traditional-2.10/Makefile.in-583- else \ hello-traditional-2.10/Makefile.in:584: first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ hello-traditional-2.10/Makefile.in-585- if test "$$first2" = "$$first"; then \ hello-traditional-2.10/Makefile.in:586: dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ hello-traditional-2.10/Makefile.in-587- else \ ############################################## hello-traditional-2.10/Makefile.in-592- fi; \ hello-traditional-2.10/Makefile.in:593: dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ hello-traditional-2.10/Makefile.in-594- done; \ ############################################## hello-traditional-2.10/Makefile.in-1356- PATH=.$(PATH_SEPARATOR)$(PATH_SEPARATOR)$$PATH \ hello-traditional-2.10/Makefile.in:1357: HELLO=`echo hello | sed '$(transform)'`; \ hello-traditional-2.10/Makefile.in-1358- export HELLO PATH top_srcdir; ############################################## hello-traditional-2.10/Makefile.in-1652-.c.o: hello-traditional-2.10/Makefile.in:1653:@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ hello-traditional-2.10/Makefile.in-1654-@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ ############################################## hello-traditional-2.10/Makefile.in-1660-.c.obj: hello-traditional-2.10/Makefile.in:1661:@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ hello-traditional-2.10/Makefile.in:1662:@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ hello-traditional-2.10/Makefile.in-1663-@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po ############################################## hello-traditional-2.10/Makefile.in-1665-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ hello-traditional-2.10/Makefile.in:1666:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` hello-traditional-2.10/Makefile.in-1667-doc/$(am__dirstamp): ############################################## hello-traditional-2.10/Makefile.in-1688- $(am__cd) $(srcdir) && \ hello-traditional-2.10/Makefile.in:1689: $$restore $$backupdir/* `echo "./$@" | sed 's|[^/]*$$||'`; \ hello-traditional-2.10/Makefile.in-1690- fi; \ ############################################## hello-traditional-2.10/Makefile.in-1696- $(TEXI2DVI) $(AM_V_texinfo) --build-dir=$(@:.dvi=.t2d) -o $@ $(AM_V_texidevnull) \ hello-traditional-2.10/Makefile.in:1697: `test -f 'doc/hello.texi' || echo '$(srcdir)/'`doc/hello.texi hello-traditional-2.10/Makefile.in-1698- ############################################## hello-traditional-2.10/Makefile.in-1702- $(TEXI2PDF) $(AM_V_texinfo) --build-dir=$(@:.pdf=.t2p) -o $@ $(AM_V_texidevnull) \ hello-traditional-2.10/Makefile.in:1703: `test -f 'doc/hello.texi' || echo '$(srcdir)/'`doc/hello.texi hello-traditional-2.10/Makefile.in-1704- ############################################## hello-traditional-2.10/Makefile.in-1707- $(AM_V_at)if $(MAKEINFOHTML) $(AM_MAKEINFOHTMLFLAGS) $(MAKEINFOFLAGS) -I doc -I $(srcdir)/doc \ hello-traditional-2.10/Makefile.in:1708: -o $(@:.html=.htp) `test -f 'doc/hello.texi' || echo '$(srcdir)/'`doc/hello.texi; \ hello-traditional-2.10/Makefile.in-1709- then \ ############################################## hello-traditional-2.10/Makefile.in-1717- @(dir=.; test -f ./doc/hello.texi || dir=$(srcdir); \ hello-traditional-2.10/Makefile.in:1718: set `$(SHELL) $(top_srcdir)/build-aux/mdate-sh $$dir/doc/hello.texi`; \ hello-traditional-2.10/Makefile.in-1719- echo "@set UPDATED $$1 $$2 $$3"; \ ############################################## hello-traditional-2.10/Makefile.in-1760- for file in $$list; do \ hello-traditional-2.10/Makefile.in:1761: relfile=`echo "$$file" | sed 's|^.*/||'`; \ hello-traditional-2.10/Makefile.in-1762- echo " install-info --info-dir='$(DESTDIR)$(infodir)' --remove '$(DESTDIR)$(infodir)/$$relfile'"; \ ############################################## hello-traditional-2.10/Makefile.in-1769- for file in $$list; do \ hello-traditional-2.10/Makefile.in:1770: relfile=`echo "$$file" | sed 's|^.*/||'`; \ hello-traditional-2.10/Makefile.in:1771: relfile_i=`echo "$$relfile" | sed 's|\.info$$||;s|$$|.i|'`; \ hello-traditional-2.10/Makefile.in-1772- (if test -d "$(DESTDIR)$(infodir)" && cd "$(DESTDIR)$(infodir)"; then \ ############################################## hello-traditional-2.10/Makefile.in-1796-dist-info: $(INFO_DEPS) hello-traditional-2.10/Makefile.in:1797: @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ hello-traditional-2.10/Makefile.in-1798- list='$(INFO_DEPS)'; \ ############################################## hello-traditional-2.10/Makefile.in-1800- case $$base in \ hello-traditional-2.10/Makefile.in:1801: $(srcdir)/*) base=`echo "$$base" | sed "s|^$$srcdirstrip/||"`;; \ hello-traditional-2.10/Makefile.in-1802- esac; \ hello-traditional-2.10/Makefile.in-1803- if test -f $$base; then d=.; else d=$(srcdir); fi; \ hello-traditional-2.10/Makefile.in:1804: base_i=`echo "$$base" | sed 's|\.info$$||;s|$$|.i|'`; \ hello-traditional-2.10/Makefile.in-1805- for file in $$d/$$base $$d/$$base-[0-9] $$d/$$base-[0-9][0-9] $$d/$$base_i[0-9] $$d/$$base_i[0-9][0-9]; do \ hello-traditional-2.10/Makefile.in-1806- if test -f $$file; then \ hello-traditional-2.10/Makefile.in:1807: relfile=`expr "$$file" : "$$d/\(.*\)"`; \ hello-traditional-2.10/Makefile.in-1808- test -f "$(distdir)/$$relfile" || \ ############################################## hello-traditional-2.10/Makefile.in-1822- @list='$(INFO_DEPS)'; for i in $$list; do \ hello-traditional-2.10/Makefile.in:1823: i_i=`echo "$$i" | sed 's|\.info$$||;s|$$|.i|'`; \ hello-traditional-2.10/Makefile.in-1824- echo " rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]"; \ ############################################## hello-traditional-2.10/Makefile.in-1831- test -n "$(man1dir)" \ hello-traditional-2.10/Makefile.in:1832: && test -n "`echo $$list1$$list2`" \ hello-traditional-2.10/Makefile.in-1833- || exit 0; \ ############################################## hello-traditional-2.10/Makefile.in-1884- dot_seen=no; \ hello-traditional-2.10/Makefile.in:1885: target=`echo $@ | sed s/-recursive//`; \ hello-traditional-2.10/Makefile.in-1886- case "$@" in \ ############################################## hello-traditional-2.10/Makefile.in-1947-GTAGS: hello-traditional-2.10/Makefile.in:1948: here=`$(am__cd) $(top_builddir) && pwd` \ hello-traditional-2.10/Makefile.in-1949- && $(am__cd) $(top_srcdir) \ ############################################## hello-traditional-2.10/Makefile.in-1997- if test -n "$$redo_bases"; then \ hello-traditional-2.10/Makefile.in:1998: redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \ hello-traditional-2.10/Makefile.in:1999: redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \ hello-traditional-2.10/Makefile.in-2000- if $(am__make_dryrun); then :; else \ ############################################## hello-traditional-2.10/Makefile.in-2022- ws='[ ]'; \ hello-traditional-2.10/Makefile.in:2023: results=`for b in $$bases; do echo $$b.trs; done`; \ hello-traditional-2.10/Makefile.in-2024- test -n "$$results" || results=/dev/null; \ hello-traditional-2.10/Makefile.in:2025: all=` grep "^$$ws*:test-result:" $$results | wc -l`; \ hello-traditional-2.10/Makefile.in:2026: pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \ hello-traditional-2.10/Makefile.in:2027: fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \ hello-traditional-2.10/Makefile.in:2028: skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \ hello-traditional-2.10/Makefile.in:2029: xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \ hello-traditional-2.10/Makefile.in:2030: xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \ hello-traditional-2.10/Makefile.in:2031: error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \ hello-traditional-2.10/Makefile.in:2032: if test `expr $$fail + $$xpass + $$error` -eq 0; then \ hello-traditional-2.10/Makefile.in-2033- success=true; \ ############################################## hello-traditional-2.10/Makefile.in-2101- @set +e; $(am__set_TESTS_bases); \ hello-traditional-2.10/Makefile.in:2102: log_list=`for i in $$bases; do echo $$i.log; done`; \ hello-traditional-2.10/Makefile.in:2103: trs_list=`for i in $$bases; do echo $$i.trs; done`; \ hello-traditional-2.10/Makefile.in:2104: log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \ hello-traditional-2.10/Makefile.in-2105- $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \ ############################################## hello-traditional-2.10/Makefile.in-2111- | $(am__list_recheck_tests)` || exit 1; \ hello-traditional-2.10/Makefile.in:2112: log_list=`for i in $$bases; do echo $$i.log; done`; \ hello-traditional-2.10/Makefile.in:2113: log_list=`echo $$log_list`; \ hello-traditional-2.10/Makefile.in-2114- $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \ ############################################## hello-traditional-2.10/Makefile.in-2170- test -d "$(distdir)" || mkdir "$(distdir)" hello-traditional-2.10/Makefile.in:2171: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ hello-traditional-2.10/Makefile.in:2172: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ hello-traditional-2.10/Makefile.in-2173- list='$(DISTFILES)'; \ ############################################## hello-traditional-2.10/Makefile.in-2184- if test -d $$d/$$file; then \ hello-traditional-2.10/Makefile.in:2185: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ hello-traditional-2.10/Makefile.in-2186- if test -d "$(distdir)/$$file"; then \ ############################################## hello-traditional-2.10/Makefile.in-2298- test -d $(distdir)/_build || exit 0; \ hello-traditional-2.10/Makefile.in:2299: dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ hello-traditional-2.10/Makefile.in-2300- && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ ############################################## hello-traditional-2.10/Makefile.in-2342- }; \ hello-traditional-2.10/Makefile.in:2343: test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ hello-traditional-2.10/Makefile.in-2344- || { echo "ERROR: files left after uninstall:" ; \ ############################################## hello-traditional-2.10/Makefile.in-2354- fi hello-traditional-2.10/Makefile.in:2355: @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ hello-traditional-2.10/Makefile.in-2356- || { echo "ERROR: files left in build directory after distclean:" ; \ ############################################## hello-traditional-2.10/Makefile.in-2487- @$(NORMAL_INSTALL) hello-traditional-2.10/Makefile.in:2488: @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ hello-traditional-2.10/Makefile.in-2489- list='$(INFO_DEPS)'; test -n "$(infodir)" || list=; \ ############################################## hello-traditional-2.10/Makefile.in-2495- case $$file in \ hello-traditional-2.10/Makefile.in:2496: $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ hello-traditional-2.10/Makefile.in-2497- esac; \ hello-traditional-2.10/Makefile.in-2498- if test -f $$file; then d=.; else d=$(srcdir); fi; \ hello-traditional-2.10/Makefile.in:2499: file_i=`echo "$$file" | sed 's|\.info$$||;s|$$|.i|'`; \ hello-traditional-2.10/Makefile.in-2500- for ifile in $$d/$$file $$d/$$file-[0-9] $$d/$$file-[0-9][0-9] \ ############################################## hello-traditional-2.10/Makefile.in-2513- for file in $$list; do \ hello-traditional-2.10/Makefile.in:2514: relfile=`echo "$$file" | sed 's|^.*/||'`; \ hello-traditional-2.10/Makefile.in-2515- echo " install-info --info-dir='$(DESTDIR)$(infodir)' '$(DESTDIR)$(infodir)/$$relfile'";\ ############################################## hello-traditional-2.10/Makefile.in-2629- *.[ch]) \ hello-traditional-2.10/Makefile.in:2630: base=`expr " $$file" : ' \(.*\)\..'`; \ hello-traditional-2.10/Makefile.in-2631- { test -f $$base.l || test -f $$base.y; } && continue;; \ ############################################## hello-traditional-2.10/configure-45-if test -z "$BASH_VERSION$ZSH_VERSION" \ hello-traditional-2.10/configure:46: && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then hello-traditional-2.10/configure-47- as_echo='print -r --' hello-traditional-2.10/configure-48- as_echo_n='print -rn --' hello-traditional-2.10/configure:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then hello-traditional-2.10/configure-50- as_echo='printf %s\n' ############################################## hello-traditional-2.10/configure-52-else hello-traditional-2.10/configure:53: if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then hello-traditional-2.10/configure-54- as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' ############################################## hello-traditional-2.10/configure-62- expr "X$arg" : "X\\(.*\\)$as_nl"; hello-traditional-2.10/configure:63: arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; hello-traditional-2.10/configure-64- esac; ############################################## hello-traditional-2.10/configure-199- eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && hello-traditional-2.10/configure:200: test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1 hello-traditional-2.10/configure-201-test \$(( 1 + 1 )) = 2 || exit 1" ############################################## hello-traditional-2.10/configure-327- case $as_dir in #( hello-traditional-2.10/configure:328: *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( hello-traditional-2.10/configure-329- *) as_qdir=$as_dir;; ############################################## hello-traditional-2.10/configure-400- { hello-traditional-2.10/configure:401: as_val=`expr "$@" || test $? -eq 1` hello-traditional-2.10/configure-402- } ############################################## hello-traditional-2.10/configure-407-# ---------------------------------------- hello-traditional-2.10/configure:408:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are hello-traditional-2.10/configure-409-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the ############################################## hello-traditional-2.10/configure-470- eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" && hello-traditional-2.10/configure:471: test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || { hello-traditional-2.10/configure-472- # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-) ############################################## hello-traditional-2.10/configure-1385- case $ac_option in hello-traditional-2.10/configure:1386: *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; hello-traditional-2.10/configure-1387- *=) ac_optarg= ;; ############################################## hello-traditional-2.10/configure-1429- -disable-* | --disable-*) hello-traditional-2.10/configure:1430: ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` hello-traditional-2.10/configure-1431- # Reject names that are not valid shell variable names. ############################################## hello-traditional-2.10/configure-1434- ac_useropt_orig=$ac_useropt hello-traditional-2.10/configure:1435: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` hello-traditional-2.10/configure-1436- case $ac_user_opts in ############################################## hello-traditional-2.10/configure-1455- -enable-* | --enable-*) hello-traditional-2.10/configure:1456: ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` hello-traditional-2.10/configure-1457- # Reject names that are not valid shell variable names. ############################################## hello-traditional-2.10/configure-1460- ac_useropt_orig=$ac_useropt hello-traditional-2.10/configure:1461: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` hello-traditional-2.10/configure-1462- case $ac_user_opts in ############################################## hello-traditional-2.10/configure-1659- -with-* | --with-*) hello-traditional-2.10/configure:1660: ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` hello-traditional-2.10/configure-1661- # Reject names that are not valid shell variable names. ############################################## hello-traditional-2.10/configure-1664- ac_useropt_orig=$ac_useropt hello-traditional-2.10/configure:1665: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` hello-traditional-2.10/configure-1666- case $ac_user_opts in ############################################## hello-traditional-2.10/configure-1675- -without-* | --without-*) hello-traditional-2.10/configure:1676: ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` hello-traditional-2.10/configure-1677- # Reject names that are not valid shell variable names. ############################################## hello-traditional-2.10/configure-1680- ac_useropt_orig=$ac_useropt hello-traditional-2.10/configure:1681: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` hello-traditional-2.10/configure-1682- case $ac_user_opts in ############################################## hello-traditional-2.10/configure-1713- *=*) hello-traditional-2.10/configure:1714: ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` hello-traditional-2.10/configure-1715- # Reject names that are not valid shell variable names. ############################################## hello-traditional-2.10/configure-1734-if test -n "$ac_prev"; then hello-traditional-2.10/configure:1735: ac_option=--`echo $ac_prev | sed 's/_/-/g'` hello-traditional-2.10/configure-1736- as_fn_error $? "missing argument to $ac_option" ############################################## hello-traditional-2.10/configure-1756- */ ) hello-traditional-2.10/configure:1757: ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` hello-traditional-2.10/configure-1758- eval $ac_var=\$ac_val;; ############################################## hello-traditional-2.10/configure-1791-ac_ls_di=`ls -di .` && hello-traditional-2.10/configure:1792:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || hello-traditional-2.10/configure-1793- as_fn_error $? "working directory cannot be determined" ############################################## hello-traditional-2.10/configure-1847-case $srcdir in hello-traditional-2.10/configure:1848:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; hello-traditional-2.10/configure-1849-esac ############################################## hello-traditional-2.10/configure-1890-By default, \`make install' will install all the files in hello-traditional-2.10/configure:1891:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify hello-traditional-2.10/configure:1892:an installation prefix other than \`$ac_default_prefix' using \`--prefix', hello-traditional-2.10/configure-1893-for instance \`--prefix=\$HOME'. ############################################## hello-traditional-2.10/configure-1990-*) hello-traditional-2.10/configure:1991: ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` hello-traditional-2.10/configure-1992- # A ".." for each directory in $ac_dir_suffix. hello-traditional-2.10/configure:1993: ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` hello-traditional-2.10/configure-1994- case $ac_top_builddir_sub in ############################################## hello-traditional-2.10/configure-2526- as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack hello-traditional-2.10/configure:2527: as_decl_name=`echo $2|sed 's/ *(.*//'` hello-traditional-2.10/configure:2528: as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'` hello-traditional-2.10/configure-2529- { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5 ############################################## hello-traditional-2.10/configure-2761- *\'*) hello-traditional-2.10/configure:2762: ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; hello-traditional-2.10/configure-2763- esac ############################################## hello-traditional-2.10/configure-2844- case $ac_val in hello-traditional-2.10/configure:2845: *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; hello-traditional-2.10/configure-2846- esac ############################################## hello-traditional-2.10/configure-2859- case $ac_val in hello-traditional-2.10/configure:2860: *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; hello-traditional-2.10/configure-2861- esac ############################################## hello-traditional-2.10/configure-2997- set,) hello-traditional-2.10/configure:2998: { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 hello-traditional-2.10/configure:2999:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} hello-traditional-2.10/configure-3000- ac_cache_corrupted=: ;; ############################################## hello-traditional-2.10/configure-3008- # differences in whitespace do not lead to failure. hello-traditional-2.10/configure:3009: ac_old_val_w=`echo x $ac_old_val` hello-traditional-2.10/configure:3010: ac_new_val_w=`echo x $ac_new_val` hello-traditional-2.10/configure-3011- if test "$ac_old_val_w" != "$ac_new_val_w"; then ############################################## hello-traditional-2.10/configure-3028- case $ac_new_val in hello-traditional-2.10/configure:3029: *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; hello-traditional-2.10/configure-3030- *) ac_arg=$ac_var=$ac_new_val ;; ############################################## hello-traditional-2.10/configure-3204- echo "timestamp, slept: $am_has_slept" > conftest.file hello-traditional-2.10/configure:3205: set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` hello-traditional-2.10/configure-3206- if test "$*" = "X"; then hello-traditional-2.10/configure-3207- # -L didn't work. hello-traditional-2.10/configure:3208: set X `ls -t "$srcdir/configure" conftest.file` hello-traditional-2.10/configure-3209- fi ############################################## hello-traditional-2.10/configure-3255-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' hello-traditional-2.10/configure:3256:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` hello-traditional-2.10/configure-3257- hello-traditional-2.10/configure-3258-# expand $ac_aux_dir to an absolute path hello-traditional-2.10/configure:3259:am_aux_dir=`cd $ac_aux_dir && pwd` hello-traditional-2.10/configure-3260- ############################################## hello-traditional-2.10/configure-3400- as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue hello-traditional-2.10/configure:3401: case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( hello-traditional-2.10/configure-3402- 'mkdir (GNU coreutils) '* | \ ############################################## hello-traditional-2.10/configure-3473-set x ${MAKE-make} hello-traditional-2.10/configure:3474:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` hello-traditional-2.10/configure-3475-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then : ############################################## hello-traditional-2.10/configure-3483-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us. hello-traditional-2.10/configure:3484:case `${MAKE-make} -f conftest.make 2>/dev/null` in hello-traditional-2.10/configure-3485- *@@@%%%=?*=@@@%%%*) ############################################## hello-traditional-2.10/configure-3549- hello-traditional-2.10/configure:3550:if test "`cd $srcdir && pwd`" != "`pwd`"; then hello-traditional-2.10/configure-3551- # Use -I$(srcdir) only when $(srcdir) != ., so that make's output ############################################## hello-traditional-2.10/configure-4015-$as_echo_n "checking whether the C compiler works... " >&6; } hello-traditional-2.10/configure:4016:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` hello-traditional-2.10/configure-4017- ############################################## hello-traditional-2.10/configure-4059- then :; else hello-traditional-2.10/configure:4060: ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` hello-traditional-2.10/configure-4061- fi ############################################## hello-traditional-2.10/configure-4119- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; hello-traditional-2.10/configure:4120: *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` hello-traditional-2.10/configure-4121- break;; ############################################## hello-traditional-2.10/configure-4228- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; hello-traditional-2.10/configure:4229: *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` hello-traditional-2.10/configure-4230- break;; ############################################## hello-traditional-2.10/configure-4536-# Ignore all kinds of additional output from 'make'. hello-traditional-2.10/configure:4537:case `$am_make -s -f confmf 2> /dev/null` in #( hello-traditional-2.10/configure-4538-*the\ am__doit\ target*) ############################################## hello-traditional-2.10/configure-4546- echo '.include "confinc"' > confmf hello-traditional-2.10/configure:4547: case `$am_make -s -f confmf 2> /dev/null` in #( hello-traditional-2.10/configure-4548- *the\ am__doit\ target*) ############################################## hello-traditional-2.10/configure-4609- if test "$am_compiler_list" = ""; then hello-traditional-2.10/configure:4610: am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` hello-traditional-2.10/configure-4611- fi ############################################## hello-traditional-2.10/configure-4867- # Check for GNU $ac_path_GREP hello-traditional-2.10/configure:4868:case `"$ac_path_GREP" --version 2>&1` in hello-traditional-2.10/configure-4869-*GNU*) ############################################## hello-traditional-2.10/configure-4933- # Check for GNU $ac_path_EGREP hello-traditional-2.10/configure:4934:case `"$ac_path_EGREP" --version 2>&1` in hello-traditional-2.10/configure-4935-*GNU*) ############################################## hello-traditional-2.10/configure-5332-do : hello-traditional-2.10/configure:5333: as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` hello-traditional-2.10/configure-5334-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default ############################################## hello-traditional-2.10/configure-5337- cat >>confdefs.h <<_ACEOF hello-traditional-2.10/configure:5338:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 hello-traditional-2.10/configure-5339-_ACEOF ############################################## hello-traditional-2.10/configure-5563-test "x$ac_build_alias" = x && hello-traditional-2.10/configure:5564: ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` hello-traditional-2.10/configure-5565-test "x$ac_build_alias" = x && hello-traditional-2.10/configure-5566- as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5 hello-traditional-2.10/configure:5567:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || hello-traditional-2.10/configure-5568- as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5 ############################################## hello-traditional-2.10/configure-5587-IFS=$ac_save_IFS hello-traditional-2.10/configure:5588:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac hello-traditional-2.10/configure-5589- ############################################## hello-traditional-2.10/configure-5598-else hello-traditional-2.10/configure:5599: ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || hello-traditional-2.10/configure-5600- as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5 ############################################## hello-traditional-2.10/configure-5620-IFS=$ac_save_IFS hello-traditional-2.10/configure:5621:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac hello-traditional-2.10/configure-5622- ############################################## hello-traditional-2.10/configure-6259-do : hello-traditional-2.10/configure:6260: as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` hello-traditional-2.10/configure-6261-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default ############################################## hello-traditional-2.10/configure-6264- cat >>confdefs.h <<_ACEOF hello-traditional-2.10/configure:6265:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 hello-traditional-2.10/configure-6266-_ACEOF ############################################## hello-traditional-2.10/configure-6707- gl_awk_probe='BEGIN { if ("POSIXLY_CORRECT" in ENVIRON) print "x" }' hello-traditional-2.10/configure:6708: case ${POSIXLY_CORRECT+x}`$AWK "$gl_awk_probe" </dev/null` in hello-traditional-2.10/configure-6709- xx) gl_had_POSIXLY_CORRECT=exported ;; ############################################## hello-traditional-2.10/configure-7074-do : hello-traditional-2.10/configure:7075: as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` hello-traditional-2.10/configure-7076-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" ############################################## hello-traditional-2.10/configure-7078- cat >>confdefs.h <<_ACEOF hello-traditional-2.10/configure:7079:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 hello-traditional-2.10/configure-7080-_ACEOF ############################################## hello-traditional-2.10/configure-7305- # Check for GNU $ac_path_SED hello-traditional-2.10/configure:7306:case `"$ac_path_SED" --version 2>&1` in hello-traditional-2.10/configure-7307-*GNU*) ############################################## hello-traditional-2.10/configure-8792- for gl_func in ffsl ffsll memmem mempcpy memrchr rawmemchr stpcpy stpncpy strchrnul strdup strncat strndup strnlen strpbrk strsep strcasestr strtok_r strerror_r strsignal strverscmp; do hello-traditional-2.10/configure:8793: as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh` hello-traditional-2.10/configure-8794- { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5 ############################################## hello-traditional-2.10/configure-8823- cat >>confdefs.h <<_ACEOF hello-traditional-2.10/configure:8824:#define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1 hello-traditional-2.10/configure-8825-_ACEOF ############################################## hello-traditional-2.10/configure-11196- for gl_func in dprintf fpurge fseeko ftello getdelim getline gets pclose popen renameat snprintf tmpfile vdprintf vsnprintf; do hello-traditional-2.10/configure:11197: as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh` hello-traditional-2.10/configure-11198- { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5 ############################################## hello-traditional-2.10/configure-11227- cat >>confdefs.h <<_ACEOF hello-traditional-2.10/configure:11228:#define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1 hello-traditional-2.10/configure-11229-_ACEOF ############################################## hello-traditional-2.10/configure-11311- for gl_func in _Exit atoll canonicalize_file_name getloadavg getsubopt grantpt initstate initstate_r mkdtemp mkostemp mkostemps mkstemp mkstemps posix_openpt ptsname ptsname_r random random_r realpath rpmatch secure_getenv setenv setstate setstate_r srandom srandom_r strtod strtoll strtoull unlockpt unsetenv; do hello-traditional-2.10/configure:11312: as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh` hello-traditional-2.10/configure-11313- { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5 ############################################## hello-traditional-2.10/configure-11348- cat >>confdefs.h <<_ACEOF hello-traditional-2.10/configure:11349:#define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1 hello-traditional-2.10/configure-11350-_ACEOF ############################################## hello-traditional-2.10/configure-11779- for gl_func in chdir chown dup dup2 dup3 environ euidaccess faccessat fchdir fchownat fdatasync fsync ftruncate getcwd getdomainname getdtablesize getgroups gethostname getlogin getlogin_r getpagesize getusershell setusershell endusershell group_member isatty lchown link linkat lseek pipe pipe2 pread pwrite readlink readlinkat rmdir sethostname sleep symlink symlinkat ttyname_r unlink unlinkat usleep; do hello-traditional-2.10/configure:11780: as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh` hello-traditional-2.10/configure-11781- { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5 ############################################## hello-traditional-2.10/configure-11822- cat >>confdefs.h <<_ACEOF hello-traditional-2.10/configure:11823:#define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1 hello-traditional-2.10/configure-11824-_ACEOF ############################################## hello-traditional-2.10/configure-11930- for gl_func in btowc wctob mbsinit mbrtowc mbrlen mbsrtowcs mbsnrtowcs wcrtomb wcsrtombs wcsnrtombs wcwidth wmemchr wmemcmp wmemcpy wmemmove wmemset wcslen wcsnlen wcscpy wcpcpy wcsncpy wcpncpy wcscat wcsncat wcscmp wcsncmp wcscasecmp wcsncasecmp wcscoll wcsxfrm wcsdup wcschr wcsrchr wcscspn wcsspn wcspbrk wcsstr wcstok wcswidth ; do hello-traditional-2.10/configure:11931: as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh` hello-traditional-2.10/configure-11932- { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5 ############################################## hello-traditional-2.10/configure-11971- cat >>confdefs.h <<_ACEOF hello-traditional-2.10/configure:11972:#define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1 hello-traditional-2.10/configure-11973-_ACEOF ############################################## hello-traditional-2.10/configure-12290- for gl_func in wctype iswctype wctrans towctrans ; do hello-traditional-2.10/configure:12291: as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh` hello-traditional-2.10/configure-12292- { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5 ############################################## hello-traditional-2.10/configure-12332- cat >>confdefs.h <<_ACEOF hello-traditional-2.10/configure:12333:#define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1 hello-traditional-2.10/configure-12334-_ACEOF ############################################## hello-traditional-2.10/configure-12368- gl_source_base='tests' hello-traditional-2.10/configure:12369: gltests_WITNESS=IN_`echo "${PACKAGE-$PACKAGE_TARNAME}" | LC_ALL=C tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ | LC_ALL=C sed -e 's/[^A-Z0-9_]/_/g'`_GNULIB_TESTS hello-traditional-2.10/configure-12370- ############################################## hello-traditional-2.10/configure-12552- hello-traditional-2.10/configure:12553: case `$MSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in hello-traditional-2.10/configure-12554- '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) MSGFMT_015=: ;; ############################################## hello-traditional-2.10/configure-12557- hello-traditional-2.10/configure:12558: case `$GMSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in hello-traditional-2.10/configure-12559- '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) GMSGFMT_015=: ;; ############################################## hello-traditional-2.10/configure-12634- hello-traditional-2.10/configure:12635: case `$XGETTEXT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in hello-traditional-2.10/configure-12636- '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) XGETTEXT_015=: ;; ############################################## hello-traditional-2.10/configure-12764- # gcc leaves a trailing carriage return which upsets mingw hello-traditional-2.10/configure:12765: ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; hello-traditional-2.10/configure-12766- *) hello-traditional-2.10/configure:12767: ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; hello-traditional-2.10/configure-12768- esac ############################################## hello-traditional-2.10/configure-12773- # Canonicalize the pathname of ld hello-traditional-2.10/configure:12774: ac_prog=`echo "$ac_prog"| sed 's%\\\\%/%g'` hello-traditional-2.10/configure-12775- while echo "$ac_prog" | grep "$re_direlt" > /dev/null 2>&1; do hello-traditional-2.10/configure:12776: ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"` hello-traditional-2.10/configure-12777- done ############################################## hello-traditional-2.10/configure-12808- # Break only if it was the GNU/non-GNU ld that we prefer. hello-traditional-2.10/configure:12809: case `"$acl_cv_path_LD" -v 2>&1 </dev/null` in hello-traditional-2.10/configure-12810- *GNU* | *'with BFD'*) ############################################## hello-traditional-2.10/configure-12839- # I'd rather use --version here, but apparently some GNU lds only accept -v. hello-traditional-2.10/configure:12840:case `$LD -v 2>&1 </dev/null` in hello-traditional-2.10/configure-12841-*GNU* | *'with BFD'*) ############################################## hello-traditional-2.10/configure-12927- *) hello-traditional-2.10/configure:12928: searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'` hello-traditional-2.10/configure-12929- if test -n "$searchpath"; then ############################################## hello-traditional-2.10/configure-12937- ;; hello-traditional-2.10/configure:12938: *) searchdir=`cd "$searchdir" && pwd` hello-traditional-2.10/configure-12939- case "$searchdir" in ############################################## hello-traditional-2.10/configure-13028- names_already_handled="$names_already_handled $name" hello-traditional-2.10/configure:13029: uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./+-|ABCDEFGHIJKLMNOPQRSTUVWXYZ____|'` hello-traditional-2.10/configure-13030- eval value=\"\$HAVE_LIB$uppername\" ############################################## hello-traditional-2.10/configure-13104- -L*) hello-traditional-2.10/configure:13105: dir=`echo "X$x" | sed -e 's/^X-L//'` hello-traditional-2.10/configure-13106- if test -n "$acl_shlibext"; then ############################################## hello-traditional-2.10/configure-13221- */$acl_libdirstem | */$acl_libdirstem/) hello-traditional-2.10/configure:13222: basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'` hello-traditional-2.10/configure-13223- if test "$name" = 'iconv'; then ############################################## hello-traditional-2.10/configure-13228- */$acl_libdirstem2 | */$acl_libdirstem2/) hello-traditional-2.10/configure:13229: basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'` hello-traditional-2.10/configure-13230- if test "$name" = 'iconv'; then ############################################## hello-traditional-2.10/configure-13279- -L*) hello-traditional-2.10/configure:13280: additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'` hello-traditional-2.10/configure-13281- if test "X$additional_libdir" != "X/usr/$acl_libdirstem" \ ############################################## hello-traditional-2.10/configure-13338- -R*) hello-traditional-2.10/configure:13339: dir=`echo "X$dep" | sed -e 's/^X-R//'` hello-traditional-2.10/configure-13340- if test "$enable_rpath" != no; then ############################################## hello-traditional-2.10/configure-13363- -l*) hello-traditional-2.10/configure:13364: names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'` hello-traditional-2.10/configure-13365- ;; hello-traditional-2.10/configure-13366- *.la) hello-traditional-2.10/configure:13367: names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'` hello-traditional-2.10/configure-13368- ;; ############################################## hello-traditional-2.10/configure-13921- names_already_handled="$names_already_handled $name" hello-traditional-2.10/configure:13922: uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./+-|ABCDEFGHIJKLMNOPQRSTUVWXYZ____|'` hello-traditional-2.10/configure-13923- eval value=\"\$HAVE_LIB$uppername\" ############################################## hello-traditional-2.10/configure-13997- -L*) hello-traditional-2.10/configure:13998: dir=`echo "X$x" | sed -e 's/^X-L//'` hello-traditional-2.10/configure-13999- if test -n "$acl_shlibext"; then ############################################## hello-traditional-2.10/configure-14114- */$acl_libdirstem | */$acl_libdirstem/) hello-traditional-2.10/configure:14115: basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'` hello-traditional-2.10/configure-14116- if test "$name" = 'intl'; then ############################################## hello-traditional-2.10/configure-14121- */$acl_libdirstem2 | */$acl_libdirstem2/) hello-traditional-2.10/configure:14122: basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'` hello-traditional-2.10/configure-14123- if test "$name" = 'intl'; then ############################################## hello-traditional-2.10/configure-14172- -L*) hello-traditional-2.10/configure:14173: additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'` hello-traditional-2.10/configure-14174- if test "X$additional_libdir" != "X/usr/$acl_libdirstem" \ ############################################## hello-traditional-2.10/configure-14231- -R*) hello-traditional-2.10/configure:14232: dir=`echo "X$dep" | sed -e 's/^X-R//'` hello-traditional-2.10/configure-14233- if test "$enable_rpath" != no; then ############################################## hello-traditional-2.10/configure-14256- -l*) hello-traditional-2.10/configure:14257: names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'` hello-traditional-2.10/configure-14258- ;; hello-traditional-2.10/configure-14259- *.la) hello-traditional-2.10/configure:14260: names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'` hello-traditional-2.10/configure-14261- ;; ############################################## hello-traditional-2.10/configure-14594- ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' hello-traditional-2.10/configure:14595: ac_i=`$as_echo "$ac_i" | sed "$ac_script"` hello-traditional-2.10/configure-14596- # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR ############################################## hello-traditional-2.10/configure-14650- # such file name with the "lib/" prefix. See also build-aux/prefix-gnulib-mk. hello-traditional-2.10/configure:14651: gl_LIBOBJS=`echo "$gl_LIBOBJS" | sed -e 's, , lib/,g'` hello-traditional-2.10/configure-14652- ############################################## hello-traditional-2.10/configure-14678- sed_drop_objext='s/\.o$//;s/\.obj$//' hello-traditional-2.10/configure:14679: for i in `for i in $gl_LIBOBJS; do echo "$i"; done | sed -e "$sed_drop_objext" | sort | uniq`; do hello-traditional-2.10/configure-14680- gl_libobjs="$gl_libobjs $i.$ac_objext" ############################################## hello-traditional-2.10/configure-14694- sed_drop_objext='s/\.o$//;s/\.obj$//' hello-traditional-2.10/configure:14695: for i in `for i in $gltests_LIBOBJS; do echo "$i"; done | sed -e "$sed_drop_objext" | sort | uniq`; do hello-traditional-2.10/configure-14696- gltests_libobjs="$gltests_libobjs $i.$ac_objext" ############################################## hello-traditional-2.10/configure-14768-if test -z "$BASH_VERSION$ZSH_VERSION" \ hello-traditional-2.10/configure:14769: && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then hello-traditional-2.10/configure-14770- as_echo='print -r --' hello-traditional-2.10/configure-14771- as_echo_n='print -rn --' hello-traditional-2.10/configure:14772:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then hello-traditional-2.10/configure-14773- as_echo='printf %s\n' ############################################## hello-traditional-2.10/configure-14775-else hello-traditional-2.10/configure:14776: if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then hello-traditional-2.10/configure-14777- as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' ############################################## hello-traditional-2.10/configure-14785- expr "X$arg" : "X\\(.*\\)$as_nl"; hello-traditional-2.10/configure:14786: arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; hello-traditional-2.10/configure-14787- esac; ############################################## hello-traditional-2.10/configure-14862-# ---------------------------------------- hello-traditional-2.10/configure:14863:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are hello-traditional-2.10/configure-14864-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the ############################################## hello-traditional-2.10/configure-14934- { hello-traditional-2.10/configure:14935: as_val=`expr "$@" || test $? -eq 1` hello-traditional-2.10/configure-14936- } ############################################## hello-traditional-2.10/configure-15038- case $as_dir in #( hello-traditional-2.10/configure:15039: *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( hello-traditional-2.10/configure-15040- *) as_qdir=$as_dir;; ############################################## hello-traditional-2.10/configure-15179-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 hello-traditional-2.10/configure:15180:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" hello-traditional-2.10/configure-15181-ac_cs_version="\\ ############################################## hello-traditional-2.10/configure-15204- --*=?*) hello-traditional-2.10/configure:15205: ac_option=`expr "X$1" : 'X\([^=]*\)='` hello-traditional-2.10/configure:15206: ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` hello-traditional-2.10/configure-15207- ac_shift=: ############################################## hello-traditional-2.10/configure-15209- --*=) hello-traditional-2.10/configure:15210: ac_option=`expr "X$1" : 'X\([^=]*\)='` hello-traditional-2.10/configure-15211- ac_optarg= ############################################## hello-traditional-2.10/configure-15233- case $ac_optarg in hello-traditional-2.10/configure:15234: *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; hello-traditional-2.10/configure-15235- '') as_fn_error $? "missing file argument" ;; ############################################## hello-traditional-2.10/configure-15241- case $ac_optarg in hello-traditional-2.10/configure:15242: *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; hello-traditional-2.10/configure-15243- esac ############################################## hello-traditional-2.10/configure-15381-fi hello-traditional-2.10/configure:15382:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` hello-traditional-2.10/configure-15383-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then ############################################## hello-traditional-2.10/configure-15398- as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 hello-traditional-2.10/configure:15399:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` hello-traditional-2.10/configure-15400-ac_delim='%!_!# ' ############################################## hello-traditional-2.10/configure-15404- hello-traditional-2.10/configure:15405: ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` hello-traditional-2.10/configure-15406- if test $ac_delim_n = $ac_delim_num; then ############################################## hello-traditional-2.10/configure-15542-for ac_last_try in false false :; do hello-traditional-2.10/configure:15543: ac_tt=`sed -n "/$ac_delim/p" confdefs.h` hello-traditional-2.10/configure-15544- if test -z "$ac_tt"; then ############################################## hello-traditional-2.10/configure-15674- esac hello-traditional-2.10/configure:15675: case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac hello-traditional-2.10/configure-15676- as_fn_append ac_file_inputs " '$ac_f'" ############################################## hello-traditional-2.10/configure-15733-*) hello-traditional-2.10/configure:15734: ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` hello-traditional-2.10/configure-15735- # A ".." for each directory in $ac_dir_suffix. hello-traditional-2.10/configure:15736: ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` hello-traditional-2.10/configure-15737- case $ac_top_builddir_sub in ############################################## hello-traditional-2.10/configure-15794-/@mandir@/p' hello-traditional-2.10/configure:15795:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in hello-traditional-2.10/configure-15796-*datarootdir*) ac_datarootdir_seen=yes;; ############################################## hello-traditional-2.10/configure-15811- hello-traditional-2.10/configure:15812:# Neutralize VPATH when `$srcdir' = `.'. hello-traditional-2.10/configure-15813-# Shell code in configure.ac might set extrasub. ############################################## hello-traditional-2.10/configure-15839-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && hello-traditional-2.10/configure:15840: { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && hello-traditional-2.10/configure-15841- { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ ############################################## hello-traditional-2.10/configure-15885- * ) hello-traditional-2.10/configure:15886: _am_stamp_count=`expr $_am_stamp_count + 1` ;; hello-traditional-2.10/configure-15887- esac ############################################## hello-traditional-2.10/configure-15963- # Strip MF so we end up with the name of the file. hello-traditional-2.10/configure:15964: mf=`echo "$mf" | sed -e 's/:.*$//'` hello-traditional-2.10/configure-15965- # Check whether this is an Automake generated Makefile or not. ############################################## hello-traditional-2.10/configure-16000- # from the Makefile without running 'make'. hello-traditional-2.10/configure:16001: DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` hello-traditional-2.10/configure-16002- test -z "$DEPDIR" && continue hello-traditional-2.10/configure:16003: am__include=`sed -n 's/^am__include = //p' < "$mf"` hello-traditional-2.10/configure-16004- test -z "$am__include" && continue hello-traditional-2.10/configure:16005: am__quote=`sed -n 's/^am__quote = //p' < "$mf"` hello-traditional-2.10/configure-16006- # Find all dependency output files, they are included files with ############################################## hello-traditional-2.10/configure-16048- case "$ac_file" in hello-traditional-2.10/configure:16049: *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;; hello-traditional-2.10/configure-16050- esac ############################################## hello-traditional-2.10/configure-16053- # Adjust a relative srcdir. hello-traditional-2.10/configure:16054: ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'` hello-traditional-2.10/configure:16055: ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'` hello-traditional-2.10/configure:16056: ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'` hello-traditional-2.10/configure-16057- # In autoconf-2.13 it is called $ac_given_srcdir. ############################################## hello-traditional-2.10/configure-16060- case "$ac_given_srcdir" in hello-traditional-2.10/configure:16061: .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;; hello-traditional-2.10/configure-16062- /*) top_srcdir="$ac_given_srcdir" ;; ############################################## hello-traditional-2.10/configure-16081- fi hello-traditional-2.10/configure:16082: ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"` hello-traditional-2.10/configure-16083- # Hide the ALL_LINGUAS assignment from automake < 1.5. ############################################## hello-traditional-2.10/aclocal.m4-92-# iff we strip the leading $srcdir from $ac_aux_dir. That would be: hello-traditional-2.10/aclocal.m4:93:# am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"` hello-traditional-2.10/aclocal.m4-94-# and then we would define $MISSING as ############################################## hello-traditional-2.10/aclocal.m4-108-# expand $ac_aux_dir to an absolute path hello-traditional-2.10/aclocal.m4:109:am_aux_dir=`cd $ac_aux_dir && pwd` hello-traditional-2.10/aclocal.m4-110-]) ############################################## hello-traditional-2.10/aclocal.m4-206- if test "$am_compiler_list" = ""; then hello-traditional-2.10/aclocal.m4:207: am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp` hello-traditional-2.10/aclocal.m4-208- fi ############################################## hello-traditional-2.10/aclocal.m4-357- # Strip MF so we end up with the name of the file. hello-traditional-2.10/aclocal.m4:358: mf=`echo "$mf" | sed -e 's/:.*$//'` hello-traditional-2.10/aclocal.m4-359- # Check whether this is an Automake generated Makefile or not. ############################################## hello-traditional-2.10/aclocal.m4-366- if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then hello-traditional-2.10/aclocal.m4:367: dirpart=`AS_DIRNAME("$mf")` hello-traditional-2.10/aclocal.m4-368- else ############################################## hello-traditional-2.10/aclocal.m4-372- # from the Makefile without running 'make'. hello-traditional-2.10/aclocal.m4:373: DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` hello-traditional-2.10/aclocal.m4-374- test -z "$DEPDIR" && continue hello-traditional-2.10/aclocal.m4:375: am__include=`sed -n 's/^am__include = //p' < "$mf"` hello-traditional-2.10/aclocal.m4-376- test -z "$am__include" && continue hello-traditional-2.10/aclocal.m4:377: am__quote=`sed -n 's/^am__quote = //p' < "$mf"` hello-traditional-2.10/aclocal.m4-378- # Find all dependency output files, they are included files with ############################################## hello-traditional-2.10/aclocal.m4-386- test -f "$dirpart/$file" && continue hello-traditional-2.10/aclocal.m4:387: fdir=`AS_DIRNAME(["$file"])` hello-traditional-2.10/aclocal.m4-388- AS_MKDIR_P([$dirpart/$fdir]) ############################################## hello-traditional-2.10/aclocal.m4-444-AC_REQUIRE([AC_PROG_INSTALL])dnl hello-traditional-2.10/aclocal.m4:445:if test "`cd $srcdir && pwd`" != "`pwd`"; then hello-traditional-2.10/aclocal.m4-446- # Use -I$(srcdir) only when $(srcdir) != ., so that make's output ############################################## hello-traditional-2.10/aclocal.m4-599- * ) hello-traditional-2.10/aclocal.m4:600: _am_stamp_count=`expr $_am_stamp_count + 1` ;; hello-traditional-2.10/aclocal.m4-601- esac hello-traditional-2.10/aclocal.m4-602-done hello-traditional-2.10/aclocal.m4:603:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) hello-traditional-2.10/aclocal.m4-604- ############################################## hello-traditional-2.10/aclocal.m4-670-# Ignore all kinds of additional output from 'make'. hello-traditional-2.10/aclocal.m4:671:case `$am_make -s -f confmf 2> /dev/null` in #( hello-traditional-2.10/aclocal.m4-672-*the\ am__doit\ target*) ############################################## hello-traditional-2.10/aclocal.m4-680- echo '.include "confinc"' > confmf hello-traditional-2.10/aclocal.m4:681: case `$am_make -s -f confmf 2> /dev/null` in #( hello-traditional-2.10/aclocal.m4-682- *the\ am__doit\ target*) ############################################## hello-traditional-2.10/aclocal.m4-862- echo "timestamp, slept: $am_has_slept" > conftest.file hello-traditional-2.10/aclocal.m4:863: set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` hello-traditional-2.10/aclocal.m4-864- if test "$[*]" = "X"; then hello-traditional-2.10/aclocal.m4-865- # -L didn't work. hello-traditional-2.10/aclocal.m4:866: set X `ls -t "$srcdir/configure" conftest.file` hello-traditional-2.10/aclocal.m4-867- fi ############################################## hello-traditional-2.10/m4/gettext.m4-267- LTLIBINTL="ifelse([$3],[],\${top_builddir}/intl,[$3])/libintl.[]gt_libtool_suffix_prefix[]a $LTLIBICONV $LTLIBTHREAD" hello-traditional-2.10/m4/gettext.m4:268: LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'` hello-traditional-2.10/m4/gettext.m4-269- fi ############################################## hello-traditional-2.10/m4/lib-ld.m4-14-[# I'd rather use --version here, but apparently some GNU lds only accept -v. hello-traditional-2.10/m4/lib-ld.m4:15:case `$LD -v 2>&1 </dev/null` in hello-traditional-2.10/m4/lib-ld.m4-16-*GNU* | *'with BFD'*) ############################################## hello-traditional-2.10/m4/lib-ld.m4-56- # gcc leaves a trailing carriage return which upsets mingw hello-traditional-2.10/m4/lib-ld.m4:57: ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; hello-traditional-2.10/m4/lib-ld.m4-58- *) hello-traditional-2.10/m4/lib-ld.m4:59: ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; hello-traditional-2.10/m4/lib-ld.m4-60- esac ############################################## hello-traditional-2.10/m4/lib-ld.m4-65- # Canonicalize the pathname of ld hello-traditional-2.10/m4/lib-ld.m4:66: ac_prog=`echo "$ac_prog"| sed 's%\\\\%/%g'` hello-traditional-2.10/m4/lib-ld.m4-67- while echo "$ac_prog" | grep "$re_direlt" > /dev/null 2>&1; do hello-traditional-2.10/m4/lib-ld.m4:68: ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"` hello-traditional-2.10/m4/lib-ld.m4-69- done ############################################## hello-traditional-2.10/m4/lib-ld.m4-96- # Break only if it was the GNU/non-GNU ld that we prefer. hello-traditional-2.10/m4/lib-ld.m4:97: case `"$acl_cv_path_LD" -v 2>&1 </dev/null` in hello-traditional-2.10/m4/lib-ld.m4-98- *GNU* | *'with BFD'*) ############################################## hello-traditional-2.10/m4/non-recursive-gnulib-prefix-hack.m4-19- # such file name with the "lib/" prefix. See also build-aux/prefix-gnulib-mk. hello-traditional-2.10/m4/non-recursive-gnulib-prefix-hack.m4:20: gl_LIBOBJS=`echo "$gl_LIBOBJS" | sed -e 's, , $1/,g'` hello-traditional-2.10/m4/non-recursive-gnulib-prefix-hack.m4-21- ############################################## hello-traditional-2.10/m4/iconv.m4-257- am_cv_proto_iconv="extern size_t iconv (iconv_t cd, $am_cv_proto_iconv_arg1 char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);"]) hello-traditional-2.10/m4/iconv.m4:258: am_cv_proto_iconv=`echo "[$]am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'` hello-traditional-2.10/m4/iconv.m4-259- AC_MSG_RESULT([ ############################################## hello-traditional-2.10/m4/gnulib-comp.m4-301- sed_drop_objext='s/\.o$//;s/\.obj$//' hello-traditional-2.10/m4/gnulib-comp.m4:302: for i in `for i in $gl_LIBOBJS; do echo "$i"; done | sed -e "$sed_drop_objext" | sort | uniq`; do hello-traditional-2.10/m4/gnulib-comp.m4-303- gl_libobjs="$gl_libobjs $i.$ac_objext" ############################################## hello-traditional-2.10/m4/gnulib-comp.m4-319-changequote(,)dnl hello-traditional-2.10/m4/gnulib-comp.m4:320: gltests_WITNESS=IN_`echo "${PACKAGE-$PACKAGE_TARNAME}" | LC_ALL=C tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ | LC_ALL=C sed -e 's/[^A-Z0-9_]/_/g'`_GNULIB_TESTS hello-traditional-2.10/m4/gnulib-comp.m4-321-changequote([, ])dnl ############################################## hello-traditional-2.10/m4/gnulib-comp.m4-347- sed_drop_objext='s/\.o$//;s/\.obj$//' hello-traditional-2.10/m4/gnulib-comp.m4:348: for i in `for i in $gltests_LIBOBJS; do echo "$i"; done | sed -e "$sed_drop_objext" | sort | uniq`; do hello-traditional-2.10/m4/gnulib-comp.m4-349- gltests_libobjs="$gltests_libobjs $i.$ac_objext" ############################################## hello-traditional-2.10/m4/gnulib-common.m4-413- AS_EXECUTABLE_P(["$ac_path_SED"]) || continue hello-traditional-2.10/m4/gnulib-common.m4:414: case `"$ac_path_SED" --version 2>&1` in hello-traditional-2.10/m4/gnulib-common.m4-415- *GNU*) ac_cv_path_SED=$ac_path_SED ac_path_SED_found=:;; ############################################## hello-traditional-2.10/m4/gnulib-common.m4-426- diff conftest.out conftest.nl >/dev/null 2>&1 || break hello-traditional-2.10/m4/gnulib-common.m4:427: ac_count=`expr $ac_count + 1` hello-traditional-2.10/m4/gnulib-common.m4-428- if test $ac_count -gt ${ac_path_SED_max-0}; then ############################################## hello-traditional-2.10/m4/lib-prefix.m4-201- *) hello-traditional-2.10/m4/lib-prefix.m4:202: searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'` hello-traditional-2.10/m4/lib-prefix.m4-203- if test -n "$searchpath"; then ############################################## hello-traditional-2.10/m4/lib-prefix.m4-211- ;; hello-traditional-2.10/m4/lib-prefix.m4:212: *) searchdir=`cd "$searchdir" && pwd` hello-traditional-2.10/m4/lib-prefix.m4-213- case "$searchdir" in ############################################## hello-traditional-2.10/m4/00gnulib.m4-37- [AC][_DEFUN([$1], hello-traditional-2.10/m4/00gnulib.m4:38: [AC_REQUIRE([_gl_DEFUN_ONCE([$1])], hello-traditional-2.10/m4/00gnulib.m4-39- [m4_indir([_gl_DEFUN_ONCE([$1])])])])]dnl ############################################## hello-traditional-2.10/m4/po.m4-48-changequote(,)dnl hello-traditional-2.10/m4/po.m4:49: case `$MSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in hello-traditional-2.10/m4/po.m4-50- '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) MSGFMT_015=: ;; ############################################## hello-traditional-2.10/m4/po.m4-55-changequote(,)dnl hello-traditional-2.10/m4/po.m4:56: case `$GMSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in hello-traditional-2.10/m4/po.m4-57- '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) GMSGFMT_015=: ;; ############################################## hello-traditional-2.10/m4/po.m4-74-changequote(,)dnl hello-traditional-2.10/m4/po.m4:75: case `$XGETTEXT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in hello-traditional-2.10/m4/po.m4-76- '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) XGETTEXT_015=: ;; ############################################## hello-traditional-2.10/m4/po.m4-99- case "$ac_file" in hello-traditional-2.10/m4/po.m4:100: *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;; hello-traditional-2.10/m4/po.m4-101- esac ############################################## hello-traditional-2.10/m4/po.m4-104- # Adjust a relative srcdir. hello-traditional-2.10/m4/po.m4:105: ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'` hello-traditional-2.10/m4/po.m4:106: ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'` hello-traditional-2.10/m4/po.m4:107: ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'` hello-traditional-2.10/m4/po.m4-108- # In autoconf-2.13 it is called $ac_given_srcdir. ############################################## hello-traditional-2.10/m4/po.m4-111- case "$ac_given_srcdir" in hello-traditional-2.10/m4/po.m4:112: .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;; hello-traditional-2.10/m4/po.m4-113- /*) top_srcdir="$ac_given_srcdir" ;; ############################################## hello-traditional-2.10/m4/po.m4-132- fi hello-traditional-2.10/m4/po.m4:133: ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"` hello-traditional-2.10/m4/po.m4-134- # Hide the ALL_LINGUAS assignment from automake < 1.5. ############################################## hello-traditional-2.10/m4/po.m4-229- # Adjust a relative srcdir. hello-traditional-2.10/m4/po.m4:230: ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'` hello-traditional-2.10/m4/po.m4:231: ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'` hello-traditional-2.10/m4/po.m4:232: ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'` hello-traditional-2.10/m4/po.m4-233- # In autoconf-2.13 it is called $ac_given_srcdir. ############################################## hello-traditional-2.10/m4/po.m4-236- case "$ac_given_srcdir" in hello-traditional-2.10/m4/po.m4:237: .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;; hello-traditional-2.10/m4/po.m4-238- /*) top_srcdir="$ac_given_srcdir" ;; ############################################## hello-traditional-2.10/m4/po.m4-298- # Set POTFILES to the value of the Makefile variable POTFILES. hello-traditional-2.10/m4/po.m4:299: sed_x_POTFILES=`$gt_echo "$sed_x_variable" | sed -e '/^ *#/d' -e 's/VARIABLE/POTFILES/g'` hello-traditional-2.10/m4/po.m4:300: POTFILES=`sed -n -e "$sed_x_POTFILES" < "$ac_file"` hello-traditional-2.10/m4/po.m4-301- # Compute POTFILES_DEPS as ############################################## hello-traditional-2.10/m4/po.m4-313- # The LINGUAS file contains the set of available languages. hello-traditional-2.10/m4/po.m4:314: ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"` hello-traditional-2.10/m4/po.m4-315- POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS" ############################################## hello-traditional-2.10/m4/po.m4-317- # Set ALL_LINGUAS to the value of the Makefile variable LINGUAS. hello-traditional-2.10/m4/po.m4:318: sed_x_LINGUAS=`$gt_echo "$sed_x_variable" | sed -e '/^ *#/d' -e 's/VARIABLE/LINGUAS/g'` hello-traditional-2.10/m4/po.m4:319: ALL_LINGUAS_=`sed -n -e "$sed_x_LINGUAS" < "$ac_file"` hello-traditional-2.10/m4/po.m4-320- fi ############################################## hello-traditional-2.10/m4/po.m4-361- QMFILES="$QMFILES $srcdirpre$lang.qm" hello-traditional-2.10/m4/po.m4:362: frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'` hello-traditional-2.10/m4/po.m4-363- MSGFILES="$MSGFILES $srcdirpre$frobbedlang.msg" hello-traditional-2.10/m4/po.m4:364: frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'` hello-traditional-2.10/m4/po.m4-365- RESOURCESDLLFILES="$RESOURCESDLLFILES $srcdirpre$frobbedlang/\$(DOMAIN).resources.dll" ############################################## hello-traditional-2.10/m4/po.m4-402- QTCATALOGS="$QTCATALOGS $lang.qm" hello-traditional-2.10/m4/po.m4:403: frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'` hello-traditional-2.10/m4/po.m4-404- TCLCATALOGS="$TCLCATALOGS $frobbedlang.msg" hello-traditional-2.10/m4/po.m4:405: frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'` hello-traditional-2.10/m4/po.m4-406- CSHARPCATALOGS="$CSHARPCATALOGS $frobbedlang/\$(DOMAIN).resources.dll" ############################################## hello-traditional-2.10/m4/po.m4-414- for lang in $ALL_LINGUAS; do hello-traditional-2.10/m4/po.m4:415: frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'` hello-traditional-2.10/m4/po.m4-416- cat >> "$ac_file.tmp" <<EOF ############################################## hello-traditional-2.10/m4/po.m4-425- for lang in $ALL_LINGUAS; do hello-traditional-2.10/m4/po.m4:426: frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'` hello-traditional-2.10/m4/po.m4-427- cat >> "$ac_file.tmp" <<EOF ############################################## hello-traditional-2.10/m4/getopt.m4-211- gl_awk_probe='BEGIN { if ("POSIXLY_CORRECT" in ENVIRON) print "x" }' hello-traditional-2.10/m4/getopt.m4:212: case ${POSIXLY_CORRECT+x}`$AWK "$gl_awk_probe" </dev/null` in hello-traditional-2.10/m4/getopt.m4-213- xx) gl_had_POSIXLY_CORRECT=exported ;; ############################################## hello-traditional-2.10/m4/lib-link.m4-247- dnl or AC_LIB_HAVE_LINKFLAGS call. hello-traditional-2.10/m4/lib-link.m4:248: uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./+-|ABCDEFGHIJKLMNOPQRSTUVWXYZ____|'` hello-traditional-2.10/m4/lib-link.m4-249- eval value=\"\$HAVE_LIB$uppername\" ############################################## hello-traditional-2.10/m4/lib-link.m4-322- -L*) hello-traditional-2.10/m4/lib-link.m4:323: dir=`echo "X$x" | sed -e 's/^X-L//'` hello-traditional-2.10/m4/lib-link.m4-324- dnl First look for a shared library. ############################################## hello-traditional-2.10/m4/lib-link.m4-466- */$acl_libdirstem | */$acl_libdirstem/) hello-traditional-2.10/m4/lib-link.m4:467: basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'` hello-traditional-2.10/m4/lib-link.m4-468- if test "$name" = '$1'; then ############################################## hello-traditional-2.10/m4/lib-link.m4-473- */$acl_libdirstem2 | */$acl_libdirstem2/) hello-traditional-2.10/m4/lib-link.m4:474: basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'` hello-traditional-2.10/m4/lib-link.m4-475- if test "$name" = '$1'; then ############################################## hello-traditional-2.10/m4/lib-link.m4-529- -L*) hello-traditional-2.10/m4/lib-link.m4:530: additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'` hello-traditional-2.10/m4/lib-link.m4-531- dnl Potentially add $additional_libdir to $LIBNAME and $LTLIBNAME. ############################################## hello-traditional-2.10/m4/lib-link.m4-581- -R*) hello-traditional-2.10/m4/lib-link.m4:582: dir=`echo "X$dep" | sed -e 's/^X-R//'` hello-traditional-2.10/m4/lib-link.m4-583- if test "$enable_rpath" != no; then ############################################## hello-traditional-2.10/m4/lib-link.m4-611- dnl Handle this in the next round. hello-traditional-2.10/m4/lib-link.m4:612: names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'` hello-traditional-2.10/m4/lib-link.m4-613- ;; ############################################## hello-traditional-2.10/m4/lib-link.m4-617- dnl option. hello-traditional-2.10/m4/lib-link.m4:618: names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'` hello-traditional-2.10/m4/lib-link.m4-619- ;; ############################################## hello-traditional-2.10/m4/lib-link.m4-730- -L) next=yes ;; hello-traditional-2.10/m4/lib-link.m4:731: -L*) dir=`echo "X$opt" | sed -e 's,^X-L,,'` hello-traditional-2.10/m4/lib-link.m4-732- dnl No need to hardcode the standard /usr/lib.