=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== parted-3.3/build-aux/config.guess-34- parted-3.3/build-aux/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'` parted-3.3/build-aux/config.guess-36- ############################################## parted-3.3/build-aux/config.guess-103- # shellcheck disable=SC2039 parted-3.3/build-aux/config.guess:104: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || parted-3.3/build-aux/config.guess-105- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir "$tmp" 2>/dev/null) ; } || ############################################## parted-3.3/build-aux/config.guess-153- EOF parted-3.3/build-aux/config.guess:154: eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`" parted-3.3/build-aux/config.guess-155- ############################################## parted-3.3/build-aux/config.guess-190- earmv*) parted-3.3/build-aux/config.guess:191: arch=`echo "$UNAME_MACHINE_ARCH" | sed -e 's,^e\(armv[0-9]\).*$,\1,'` parted-3.3/build-aux/config.guess:192: endian=`echo "$UNAME_MACHINE_ARCH" | sed -ne 's,^.*\(eb\)$,\1,p'` parted-3.3/build-aux/config.guess-193- machine="${arch}${endian}"-unknown ############################################## parted-3.3/build-aux/config.guess-222- expr='s/^earmv[0-9]/-eabi/;s/eb$//' parted-3.3/build-aux/config.guess:223: abi=`echo "$UNAME_MACHINE_ARCH" | sed -e "$expr"` parted-3.3/build-aux/config.guess-224- ;; ############################################## parted-3.3/build-aux/config.guess-235- *) parted-3.3/build-aux/config.guess:236: release=`echo "$UNAME_RELEASE" | sed -e 's/[-_].*//' | cut -d. -f1,2` parted-3.3/build-aux/config.guess-237- ;; ############################################## parted-3.3/build-aux/config.guess-285- *4.0) parted-3.3/build-aux/config.guess:286: UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'` parted-3.3/build-aux/config.guess-287- ;; parted-3.3/build-aux/config.guess-288- *5.*) parted-3.3/build-aux/config.guess:289: UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'` parted-3.3/build-aux/config.guess-290- ;; ############################################## parted-3.3/build-aux/config.guess-295- # types through head -n 1, so we only detect the type of CPU 0. parted-3.3/build-aux/config.guess:296: ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1` parted-3.3/build-aux/config.guess-297- case "$ALPHA_CPU_TYPE" in ############################################## parted-3.3/build-aux/config.guess-333- # 1.2 uses "1.2" for uname -r. parted-3.3/build-aux/config.guess:334: echo "$UNAME_MACHINE"-dec-osf"`echo "$UNAME_RELEASE" | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz`" parted-3.3/build-aux/config.guess-335- # Reset EXIT trap before exiting to avoid spurious non-zero exit code. ############################################## parted-3.3/build-aux/config.guess-384- s390x:SunOS:*:*) parted-3.3/build-aux/config.guess:385: echo "$UNAME_MACHINE"-ibm-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`" parted-3.3/build-aux/config.guess-386- exit ;; parted-3.3/build-aux/config.guess-387- sun4H:SunOS:5.*:*) parted-3.3/build-aux/config.guess:388: echo sparc-hal-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`" parted-3.3/build-aux/config.guess-389- exit ;; parted-3.3/build-aux/config.guess-390- sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) parted-3.3/build-aux/config.guess:391: echo sparc-sun-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`" parted-3.3/build-aux/config.guess-392- exit ;; ############################################## parted-3.3/build-aux/config.guess-409- fi parted-3.3/build-aux/config.guess:410: echo "$SUN_ARCH"-pc-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`" parted-3.3/build-aux/config.guess-411- exit ;; ############################################## parted-3.3/build-aux/config.guess-415- # it's likely to be more like Solaris than SunOS4. parted-3.3/build-aux/config.guess:416: echo sparc-sun-solaris3"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`" parted-3.3/build-aux/config.guess-417- exit ;; ############################################## parted-3.3/build-aux/config.guess-424- # Japanese Language versions have a version number like `4.1.3-JL'. parted-3.3/build-aux/config.guess:425: echo sparc-sun-sunos"`echo "$UNAME_RELEASE"|sed -e 's/-/_/'`" parted-3.3/build-aux/config.guess-426- exit ;; ############################################## parted-3.3/build-aux/config.guess-430- sun*:*:4.2BSD:*) parted-3.3/build-aux/config.guess:431: UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null` parted-3.3/build-aux/config.guess-432- test "x$UNAME_RELEASE" = x && UNAME_RELEASE=3 ############################################## parted-3.3/build-aux/config.guess-512- $CC_FOR_BUILD -o "$dummy" "$dummy.c" && parted-3.3/build-aux/config.guess:513: dummyarg=`echo "$UNAME_RELEASE" | sed -n 's/\([0-9]*\).*/\1/p'` && parted-3.3/build-aux/config.guess:514: SYSTEM_NAME=`"$dummy" "$dummyarg"` && parted-3.3/build-aux/config.guess-515- { echo "$SYSTEM_NAME"; exit; } ############################################## parted-3.3/build-aux/config.guess-568- *:IRIX*:*:*) parted-3.3/build-aux/config.guess:569: echo mips-sgi-irix"`echo "$UNAME_RELEASE"|sed -e 's/-/_/g'`" parted-3.3/build-aux/config.guess-570- exit ;; ############################################## parted-3.3/build-aux/config.guess-598-EOF parted-3.3/build-aux/config.guess:599: if $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"` parted-3.3/build-aux/config.guess-600- then ############################################## parted-3.3/build-aux/config.guess-611- *:AIX:*:[4567]) parted-3.3/build-aux/config.guess:612: IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'` parted-3.3/build-aux/config.guess-613- if /usr/sbin/lsattr -El "$IBM_CPU_ID" | grep ' POWER' >/dev/null 2>&1; then ############################################## parted-3.3/build-aux/config.guess-647- 9000/[34678]??:HP-UX:*:*) parted-3.3/build-aux/config.guess:648: HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'` parted-3.3/build-aux/config.guess-649- case "$UNAME_MACHINE" in ############################################## parted-3.3/build-aux/config.guess-701-EOF parted-3.3/build-aux/config.guess:702: (CCOPTS="" $CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null) && HP_ARCH=`"$dummy"` parted-3.3/build-aux/config.guess-703- test -z "$HP_ARCH" && HP_ARCH=hppa ############################################## parted-3.3/build-aux/config.guess-729- ia64:HP-UX:*:*) parted-3.3/build-aux/config.guess:730: HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'` parted-3.3/build-aux/config.guess-731- echo ia64-hp-hpux"$HPUX_REV" ############################################## parted-3.3/build-aux/config.guess-759-EOF parted-3.3/build-aux/config.guess:760: $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"` && parted-3.3/build-aux/config.guess-761- { echo "$SYSTEM_NAME"; exit; } ############################################## parted-3.3/build-aux/config.guess-830- FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'` parted-3.3/build-aux/config.guess:831: FUJITSU_REL=`echo "$UNAME_RELEASE" | sed -e 's/ /_/'` parted-3.3/build-aux/config.guess-832- echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" ############################################## parted-3.3/build-aux/config.guess-835- FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'` parted-3.3/build-aux/config.guess:836: FUJITSU_REL=`echo "$UNAME_RELEASE" | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'` parted-3.3/build-aux/config.guess-837- echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" ############################################## parted-3.3/build-aux/config.guess-853- then parted-3.3/build-aux/config.guess:854: echo "${UNAME_PROCESSOR}"-unknown-freebsd"`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`"-gnueabi parted-3.3/build-aux/config.guess-855- else parted-3.3/build-aux/config.guess:856: echo "${UNAME_PROCESSOR}"-unknown-freebsd"`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`"-gnueabihf parted-3.3/build-aux/config.guess-857- fi ############################################## parted-3.3/build-aux/config.guess-866- esac parted-3.3/build-aux/config.guess:867: echo "$UNAME_PROCESSOR"-unknown-freebsd"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`" parted-3.3/build-aux/config.guess-868- exit ;; ############################################## parted-3.3/build-aux/config.guess-902- prep*:SunOS:5.*:*) parted-3.3/build-aux/config.guess:903: echo powerpcle-unknown-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`" parted-3.3/build-aux/config.guess-904- exit ;; ############################################## parted-3.3/build-aux/config.guess-906- # the GNU system parted-3.3/build-aux/config.guess:907: echo "`echo "$UNAME_MACHINE"|sed -e 's,[-/].*$,,'`-unknown-$LIBC`echo "$UNAME_RELEASE"|sed -e 's,/.*$,,'`" parted-3.3/build-aux/config.guess-908- exit ;; ############################################## parted-3.3/build-aux/config.guess-910- # other systems with GNU libc and userland parted-3.3/build-aux/config.guess:911: echo "$UNAME_MACHINE-unknown-`echo "$UNAME_SYSTEM" | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`-$LIBC" parted-3.3/build-aux/config.guess-912- exit ;; ############################################## parted-3.3/build-aux/config.guess-1032-EOF parted-3.3/build-aux/config.guess:1033: eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^CPU\|^MIPS_ENDIAN\|^LIBCABI'`" parted-3.3/build-aux/config.guess-1034- test "x$CPU" != x && { echo "$CPU${MIPS_ENDIAN}-unknown-linux-$LIBCABI"; exit; } ############################################## parted-3.3/build-aux/config.guess-1132- i*86:*:4.*:*) parted-3.3/build-aux/config.guess:1133: UNAME_REL=`echo "$UNAME_RELEASE" | sed 's/\/MP$//'` parted-3.3/build-aux/config.guess-1134- if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then ############################################## parted-3.3/build-aux/config.guess-1435- *:DragonFly:*:*) parted-3.3/build-aux/config.guess:1436: echo "$UNAME_MACHINE"-unknown-dragonfly"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`" parted-3.3/build-aux/config.guess-1437- exit ;; ############################################## parted-3.3/build-aux/config.guess-1448- i*86:skyos:*:*) parted-3.3/build-aux/config.guess:1449: echo "$UNAME_MACHINE"-pc-skyos"`echo "$UNAME_RELEASE" | sed -e 's/ .*$//'`" parted-3.3/build-aux/config.guess-1450- exit ;; ############################################## parted-3.3/build-aux/config.guess-1598- parted-3.3/build-aux/config.guess:1599:$CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null && SYSTEM_NAME=`$dummy` && parted-3.3/build-aux/config.guess-1600- { echo "$SYSTEM_NAME"; exit; } ############################################## parted-3.3/build-aux/config.rpath-33-host="$1" parted-3.3/build-aux/config.rpath:34:host_cpu=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` parted-3.3/build-aux/config.rpath:35:host_vendor=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` parted-3.3/build-aux/config.rpath:36:host_os=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` parted-3.3/build-aux/config.rpath-37- ############################################## parted-3.3/build-aux/config.rpath-47-done parted-3.3/build-aux/config.rpath:48:cc_basename=`echo "$cc_temp" | sed -e 's%^.*/%%'` parted-3.3/build-aux/config.rpath-49- ############################################## parted-3.3/build-aux/config.rpath-94- *) parted-3.3/build-aux/config.rpath:95: case `$CC -V 2>&1 | sed 5q` in parted-3.3/build-aux/config.rpath-96- *Sun\ F* | *Sun*Fortran*) ############################################## parted-3.3/build-aux/config.rpath-235- sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) parted-3.3/build-aux/config.rpath:236: case `$LD -v 2>&1` in parted-3.3/build-aux/config.rpath-237- *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*) ############################################## parted-3.3/build-aux/config.rpath-241- if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then parted-3.3/build-aux/config.rpath:242: hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`' parted-3.3/build-aux/config.rpath-243- else ############################################## parted-3.3/build-aux/config.rpath-298- case $host_os in aix4.[012]|aix4.[012].*) parted-3.3/build-aux/config.rpath:299: collect2name=`${CC} -print-prog-name=collect2` parted-3.3/build-aux/config.rpath-300- if test -f "$collect2name" && \ ############################################## parted-3.3/build-aux/config.rpath-430- hardcode_direct=yes parted-3.3/build-aux/config.rpath:431: if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then parted-3.3/build-aux/config.rpath-432- hardcode_libdir_flag_spec='${wl}-rpath,$libdir' ############################################## parted-3.3/build-aux/config.rpath-494- sysv5* | sco3.2v5* | sco5v6*) parted-3.3/build-aux/config.rpath:495: hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`' parted-3.3/build-aux/config.rpath-496- hardcode_libdir_separator=':' ############################################## parted-3.3/build-aux/config.rpath-645-sed_quote_subst='s/\(["`$\\]\)/\\\1/g' parted-3.3/build-aux/config.rpath:646:escaped_wl=`echo "X$wl" | sed -e 's/^X//' -e "$sed_quote_subst"` parted-3.3/build-aux/config.rpath:647:shlibext=`echo "$shrext" | sed -e 's,^\.,,'` parted-3.3/build-aux/config.rpath:648:escaped_libname_spec=`echo "X$libname_spec" | sed -e 's/^X//' -e "$sed_quote_subst"` parted-3.3/build-aux/config.rpath:649:escaped_library_names_spec=`echo "X$library_names_spec" | sed -e 's/^X//' -e "$sed_quote_subst"` parted-3.3/build-aux/config.rpath:650:escaped_hardcode_libdir_flag_spec=`echo "X$hardcode_libdir_flag_spec" | sed -e 's/^X//' -e "$sed_quote_subst"` parted-3.3/build-aux/config.rpath-651- ############################################## parted-3.3/build-aux/config.sub-52- parted-3.3/build-aux/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'` parted-3.3/build-aux/config.sub-54- ############################################## parted-3.3/build-aux/config.sub-768- i*86v32) parted-3.3/build-aux/config.sub:769: cpu=`echo "$1" | sed -e 's/86.*/86/'` parted-3.3/build-aux/config.sub-770- vendor=pc ############################################## parted-3.3/build-aux/config.sub-773- i*86v4*) parted-3.3/build-aux/config.sub:774: cpu=`echo "$1" | sed -e 's/86.*/86/'` parted-3.3/build-aux/config.sub-775- vendor=pc ############################################## parted-3.3/build-aux/config.sub-778- i*86v) parted-3.3/build-aux/config.sub:779: cpu=`echo "$1" | sed -e 's/86.*/86/'` parted-3.3/build-aux/config.sub-780- vendor=pc ############################################## parted-3.3/build-aux/config.sub-783- i*86sol2) parted-3.3/build-aux/config.sub:784: cpu=`echo "$1" | sed -e 's/86.*/86/'` parted-3.3/build-aux/config.sub-785- vendor=pc ############################################## parted-3.3/build-aux/config.sub-916- cpu=sparc parted-3.3/build-aux/config.sub:917: vendor=`echo "$basic_machine" | sed 's/-.*//'` parted-3.3/build-aux/config.sub-918- ;; ############################################## parted-3.3/build-aux/config.sub-1083- sh5e[lb]-*) parted-3.3/build-aux/config.sub:1084: cpu=`echo "$cpu" | sed 's/^\(sh.\)e\(.\)$/\1\2e/'` parted-3.3/build-aux/config.sub-1085- ;; ############################################## parted-3.3/build-aux/config.sub-1101- xscale-* | xscalee[bl]-*) parted-3.3/build-aux/config.sub:1102: cpu=`echo "$cpu" | sed 's/^xscale/arm/'` parted-3.3/build-aux/config.sub-1103- ;; ############################################## parted-3.3/build-aux/config.sub-1256- *) parted-3.3/build-aux/config.sub:1257: echo Invalid configuration \`"$1"\': machine \`"$cpu-$vendor"\' not recognized 1>&2 parted-3.3/build-aux/config.sub-1258- exit 1 ############################################## parted-3.3/build-aux/config.sub-1290- solaris1 | solaris1.*) parted-3.3/build-aux/config.sub:1291: os=`echo $os | sed -e 's|solaris1|sunos4|'` parted-3.3/build-aux/config.sub-1292- ;; ############################################## parted-3.3/build-aux/config.sub-1299- gnu/linux*) parted-3.3/build-aux/config.sub:1300: os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'` parted-3.3/build-aux/config.sub-1301- ;; ############################################## parted-3.3/build-aux/config.sub-1322- sco3.2.[4-9]*) parted-3.3/build-aux/config.sub:1323: os=`echo $os | sed -e 's/sco3.2./sco3.2v/'` parted-3.3/build-aux/config.sub-1324- ;; ############################################## parted-3.3/build-aux/config.sub-1386- nto*) parted-3.3/build-aux/config.sub:1387: os=`echo $os | sed -e 's|nto|nto-qnx|'` parted-3.3/build-aux/config.sub-1388- ;; ############################################## parted-3.3/build-aux/config.sub-1396- linux*) parted-3.3/build-aux/config.sub:1397: os=`echo $os | sed -e 's|linux|linux-gnu|'` parted-3.3/build-aux/config.sub-1398- ;; ############################################## parted-3.3/build-aux/config.sub-1408- mac*) parted-3.3/build-aux/config.sub:1409: os=`echo "$os" | sed -e 's|mac|macos|'` parted-3.3/build-aux/config.sub-1410- ;; ############################################## parted-3.3/build-aux/config.sub-1417- sunos5*) parted-3.3/build-aux/config.sub:1418: os=`echo "$os" | sed -e 's|sunos5|solaris2|'` parted-3.3/build-aux/config.sub-1419- ;; parted-3.3/build-aux/config.sub-1420- sunos6*) parted-3.3/build-aux/config.sub:1421: os=`echo "$os" | sed -e 's|sunos6|solaris3|'` parted-3.3/build-aux/config.sub-1422- ;; ############################################## parted-3.3/build-aux/config.sub-1454- sinix5.*) parted-3.3/build-aux/config.sub:1455: os=`echo $os | sed -e 's|sinix|sysv|'` parted-3.3/build-aux/config.sub-1456- ;; ############################################## parted-3.3/build-aux/config.sub-1514- *) parted-3.3/build-aux/config.sub:1515: echo Invalid configuration \`"$1"\': system \`"$os"\' not recognized 1>&2 parted-3.3/build-aux/config.sub-1516- exit 1 ############################################## parted-3.3/build-aux/install-sh-234- fi parted-3.3/build-aux/install-sh:235: cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;; parted-3.3/build-aux/install-sh-236- *) ############################################## parted-3.3/build-aux/install-sh-280- dstdir=$dst parted-3.3/build-aux/install-sh:281: dstbase=`basename "$src"` parted-3.3/build-aux/install-sh-282- case $dst in ############################################## parted-3.3/build-aux/install-sh-287- else parted-3.3/build-aux/install-sh:288: dstdir=`dirname "$dst"` parted-3.3/build-aux/install-sh-289- test -d "$dstdir" ############################################## parted-3.3/build-aux/install-sh-354- test_tmpdir="$tmpdir/a" parted-3.3/build-aux/install-sh:355: ls_ld_tmpdir=`ls -ld "$test_tmpdir"` parted-3.3/build-aux/install-sh-356- case $ls_ld_tmpdir in ############################################## parted-3.3/build-aux/install-sh-361- $mkdirprog -m$different_mode -p -- "$test_tmpdir" && { parted-3.3/build-aux/install-sh:362: ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"` parted-3.3/build-aux/install-sh-363- test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1" ############################################## parted-3.3/build-aux/install-sh-419- case $prefix in parted-3.3/build-aux/install-sh:420: *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;; parted-3.3/build-aux/install-sh-421- *) qprefix=$prefix;; ############################################## parted-3.3/build-aux/install-sh-468- if $copy_on_change && parted-3.3/build-aux/install-sh:469: old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` && parted-3.3/build-aux/install-sh:470: new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` && parted-3.3/build-aux/install-sh-471- set -f && ############################################## parted-3.3/build-aux/ltmain.sh-103-# parted-3.3/build-aux/ltmain.sh:104:# . `echo "$0" | ${SED-sed} 's|[^/]*$||'`/build-aux/funclib.sh parted-3.3/build-aux/ltmain.sh-105-# ############################################## parted-3.3/build-aux/ltmain.sh-202- func_executable_p "$_G_path_prog" || continue parted-3.3/build-aux/ltmain.sh:203: case `"$_G_path_prog" --version 2>&1` in parted-3.3/build-aux/ltmain.sh-204- *GNU*) func_path_progs_result=$_G_path_prog _G_path_prog_found=: ;; ############################################## parted-3.3/build-aux/ltmain.sh-249- diff conftest.out conftest.nl >/dev/null 2>&1 || break parted-3.3/build-aux/ltmain.sh:250: _G_count=`expr $_G_count + 1` parted-3.3/build-aux/ltmain.sh-251- if test "$_G_count" -gt "$_G_path_prog_max"; then ############################################## parted-3.3/build-aux/ltmain.sh-285- diff conftest.out conftest.nl >/dev/null 2>&1 || break parted-3.3/build-aux/ltmain.sh:286: _G_count=`expr $_G_count + 1` parted-3.3/build-aux/ltmain.sh-287- if test "$_G_count" -gt "$_G_path_prog_max"; then ############################################## parted-3.3/build-aux/ltmain.sh-410-# The name of this program. parted-3.3/build-aux/ltmain.sh:411:progname=`$ECHO "$progpath" |$SED "$sed_basename"` parted-3.3/build-aux/ltmain.sh-412- ############################################## parted-3.3/build-aux/ltmain.sh-416- *[\\/]*) parted-3.3/build-aux/ltmain.sh:417: progdir=`$ECHO "$progpath" |$SED "$sed_dirname"` parted-3.3/build-aux/ltmain.sh:418: progdir=`cd "$progdir" && pwd` parted-3.3/build-aux/ltmain.sh-419- progpath=$progdir/$progname ############################################## parted-3.3/build-aux/ltmain.sh-610- parted-3.3/build-aux/ltmain.sh:611: eval _G_current_value='`$ECHO $'$1'`' parted-3.3/build-aux/ltmain.sh:612: _G_delim=`expr "$2" : '\(.\)'` parted-3.3/build-aux/ltmain.sh-613- ############################################## parted-3.3/build-aux/ltmain.sh-639- parted-3.3/build-aux/ltmain.sh:640: func_arith_result=`expr "$@"` parted-3.3/build-aux/ltmain.sh-641- } ############################################## parted-3.3/build-aux/ltmain.sh-660- # ...otherwise fall back to using sed. parted-3.3/build-aux/ltmain.sh:661: _b='func_basename_result=`$ECHO "$1" |$SED "$sed_basename"`' parted-3.3/build-aux/ltmain.sh:662: _d='func_dirname_result=`$ECHO "$1" |$SED "$sed_dirname"` parted-3.3/build-aux/ltmain.sh-663- if test "X$func_dirname_result" = "X$1"; then ############################################## parted-3.3/build-aux/ltmain.sh-757- test -n "$_G_tc" && { parted-3.3/build-aux/ltmain.sh:758: _G_esc_tc=`$ECHO "$_G_tc" | $SED "$sed_make_literal_regex"` parted-3.3/build-aux/ltmain.sh:759: _G_indent=`$ECHO "$_G_indent" | $SED "s|$_G_esc_tc||g"` parted-3.3/build-aux/ltmain.sh-760- } parted-3.3/build-aux/ltmain.sh-761- done parted-3.3/build-aux/ltmain.sh:762: _G_indent="$progname: "`echo "$_G_indent" | $SED 's|.| |g'`" " ## exclude from sc_prohibit_nested_quotes parted-3.3/build-aux/ltmain.sh-763- ############################################## parted-3.3/build-aux/ltmain.sh-831- parted-3.3/build-aux/ltmain.sh:832: func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len` parted-3.3/build-aux/ltmain.sh-833- } ############################################## parted-3.3/build-aux/ltmain.sh-863- # ...otherwise throw away the child directory and loop parted-3.3/build-aux/ltmain.sh:864: _G_directory_path=`$ECHO "$_G_directory_path" | $SED -e "$sed_dirname"` parted-3.3/build-aux/ltmain.sh-865- done parted-3.3/build-aux/ltmain.sh:866: _G_dir_list=`$ECHO "$_G_dir_list" | $SED 's|:*$||'` parted-3.3/build-aux/ltmain.sh-867- ############################################## parted-3.3/build-aux/ltmain.sh-901- # If mktemp works, use that first and foremost parted-3.3/build-aux/ltmain.sh:902: _G_tmpdir=`mktemp -d "$_G_template-XXXXXXXX" 2>/dev/null` parted-3.3/build-aux/ltmain.sh-903- ############################################## parted-3.3/build-aux/ltmain.sh-1111- *[\\\`\"\$]*) parted-3.3/build-aux/ltmain.sh:1112: _G_unquoted_arg=`printf '%s\n' "$1" |$SED "$sed_quote_subst"` ;; parted-3.3/build-aux/ltmain.sh-1113- *) ############################################## parted-3.3/build-aux/ltmain.sh-1198- case $2 in parted-3.3/build-aux/ltmain.sh:1199: .*) func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%\\\\$2\$%%"`;; parted-3.3/build-aux/ltmain.sh:1200: *) func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%$2\$%%"`;; parted-3.3/build-aux/ltmain.sh-1201- esac ############################################## parted-3.3/build-aux/ltmain.sh-1271- [0-9]* | *[!a-zA-Z0-9_]*) parted-3.3/build-aux/ltmain.sh:1272: func_tr_sh_result=`$ECHO "$1" | $SED -e 's/^\([0-9]\)/_\1/' -e 's/[^a-zA-Z0-9_]/_/g'` parted-3.3/build-aux/ltmain.sh-1273- ;; ############################################## parted-3.3/build-aux/ltmain.sh-1358- parted-3.3/build-aux/ltmain.sh:1359: test "x$1" = x`func_sort_ver "$1" "$2" | $SED 1q` parted-3.3/build-aux/ltmain.sh-1360-} ############################################## parted-3.3/build-aux/ltmain.sh-1424-# The default options also support '--debug', which will turn on shell parted-3.3/build-aux/ltmain.sh:1425:# execution tracing (see the comment above debug_cmd below for another parted-3.3/build-aux/ltmain.sh-1426-# use), and '--verbose' and the func_verbose function to allow your script ############################################## parted-3.3/build-aux/ltmain.sh-1517- parted-3.3/build-aux/ltmain.sh:1518: eval ${1}_hooks='`$ECHO "\$'$1'_hooks" |$SED "s| '$2'||"`' parted-3.3/build-aux/ltmain.sh-1519-} ############################################## parted-3.3/build-aux/ltmain.sh-1870- parted-3.3/build-aux/ltmain.sh:1871: func_split_equals_lhs=`expr "x$1" : 'x\([^=]*\)'` parted-3.3/build-aux/ltmain.sh-1872- func_split_equals_rhs= parted-3.3/build-aux/ltmain.sh-1873- test "x$func_split_equals_lhs" = "x$1" \ parted-3.3/build-aux/ltmain.sh:1874: || func_split_equals_rhs=`expr "x$1" : 'x[^=]*=\(.*\)$'` parted-3.3/build-aux/ltmain.sh-1875- } ############################################## parted-3.3/build-aux/ltmain.sh-1898- parted-3.3/build-aux/ltmain.sh:1899: func_split_short_opt_name=`expr "x$1" : 'x-\(.\)'` parted-3.3/build-aux/ltmain.sh:1900: func_split_short_opt_arg=`expr "x$1" : 'x-.\(.*\)$'` parted-3.3/build-aux/ltmain.sh-1901- } ############################################## parted-3.3/build-aux/ltmain.sh-2071- version: $progname (GNU libtool) 2.4.6 parted-3.3/build-aux/ltmain.sh:2072: automake: `($AUTOMAKE --version) 2>/dev/null |$SED 1q` parted-3.3/build-aux/ltmain.sh:2073: autoconf: `($AUTOCONF --version) 2>/dev/null |$SED 1q` parted-3.3/build-aux/ltmain.sh-2074- ############################################## parted-3.3/build-aux/ltmain.sh-2110- { parted-3.3/build-aux/ltmain.sh:2111: func_lo2o_result=`$ECHO "$1" | $SED "$lo2o"` parted-3.3/build-aux/ltmain.sh-2112- } ############################################## parted-3.3/build-aux/ltmain.sh-2115- { parted-3.3/build-aux/ltmain.sh:2116: func_xform_result=`$ECHO "$1" | $SED 's|\.[^.]*$|.lo|'` parted-3.3/build-aux/ltmain.sh-2117- } ############################################## parted-3.3/build-aux/ltmain.sh-2206- # quotes we have to do it in 2 steps: parted-3.3/build-aux/ltmain.sh:2207: extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"` parted-3.3/build-aux/ltmain.sh-2208- eval "$extractedcf" ############################################## parted-3.3/build-aux/ltmain.sh-2659- done parted-3.3/build-aux/ltmain.sh:2660: CC_expanded=`func_echo_all $CC` parted-3.3/build-aux/ltmain.sh:2661: CC_quoted_expanded=`func_echo_all $CC_quoted` parted-3.3/build-aux/ltmain.sh-2662- case $@ in ############################################## parted-3.3/build-aux/ltmain.sh-2672- # Evaluate the configuration. parted-3.3/build-aux/ltmain.sh:2673: eval "`$SED -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`" parted-3.3/build-aux/ltmain.sh-2674- CC_quoted= ############################################## parted-3.3/build-aux/ltmain.sh-2678- done parted-3.3/build-aux/ltmain.sh:2679: CC_expanded=`func_echo_all $CC` parted-3.3/build-aux/ltmain.sh:2680: CC_quoted_expanded=`func_echo_all $CC_quoted` parted-3.3/build-aux/ltmain.sh-2681- case "$@ " in ############################################## parted-3.3/build-aux/ltmain.sh-2770- # zero AND non-empty stdout, which explains the odd construction: parted-3.3/build-aux/ltmain.sh:2771: func_convert_core_file_wine_to_w32_tmp=`winepath -w "$1" 2>/dev/null` parted-3.3/build-aux/ltmain.sh-2772- if test "$?" -eq 0 && test -n "$func_convert_core_file_wine_to_w32_tmp"; then ############################################## parted-3.3/build-aux/ltmain.sh-2838- if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then parted-3.3/build-aux/ltmain.sh:2839: func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null` parted-3.3/build-aux/ltmain.sh-2840- if test "$?" -ne 0; then ############################################## parted-3.3/build-aux/ltmain.sh-3009- # LT_CYGPATH in this case. parted-3.3/build-aux/ltmain.sh:3010: func_to_host_file_result=`cygpath -m "$1"` parted-3.3/build-aux/ltmain.sh-3011- fi ############################################## parted-3.3/build-aux/ltmain.sh-3166- func_to_host_path_tmp1=$func_stripname_result parted-3.3/build-aux/ltmain.sh:3167: func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"` parted-3.3/build-aux/ltmain.sh-3168- func_convert_path_check : ";" \ ############################################## parted-3.3/build-aux/ltmain.sh-3376- *.[cCFSifmso] | \ parted-3.3/build-aux/ltmain.sh:3377: *.ada | *.adb | *.ads | *.asm | \ parted-3.3/build-aux/ltmain.sh-3378- *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \ ############################################## parted-3.3/build-aux/ltmain.sh-3453- if test no = "$compiler_c_o"; then parted-3.3/build-aux/ltmain.sh:3454: output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.$objext parted-3.3/build-aux/ltmain.sh-3455- lockfile=$output_obj.lock ############################################## parted-3.3/build-aux/ltmain.sh-3472-*** ERROR, $lockfile exists and contains: parted-3.3/build-aux/ltmain.sh:3473:`cat $lockfile 2>/dev/null` parted-3.3/build-aux/ltmain.sh-3474- ############################################## parted-3.3/build-aux/ltmain.sh-3520- if test warn = "$need_locks" && parted-3.3/build-aux/ltmain.sh:3521: test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then parted-3.3/build-aux/ltmain.sh-3522- $ECHO "\ parted-3.3/build-aux/ltmain.sh-3523-*** ERROR, $lockfile contains: parted-3.3/build-aux/ltmain.sh:3524:`cat $lockfile 2>/dev/null` parted-3.3/build-aux/ltmain.sh-3525- ############################################## parted-3.3/build-aux/ltmain.sh-3569- if test warn = "$need_locks" && parted-3.3/build-aux/ltmain.sh:3570: test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then parted-3.3/build-aux/ltmain.sh-3571- $ECHO "\ parted-3.3/build-aux/ltmain.sh-3572-*** ERROR, $lockfile contains: parted-3.3/build-aux/ltmain.sh:3573:`cat $lockfile 2>/dev/null` parted-3.3/build-aux/ltmain.sh-3574- ############################################## parted-3.3/build-aux/ltmain.sh-3895- # Get the absolute pathname. parted-3.3/build-aux/ltmain.sh:3896: absdir=`cd "$dir" && pwd` parted-3.3/build-aux/ltmain.sh-3897- test -n "$absdir" && dir=$absdir ############################################## parted-3.3/build-aux/ltmain.sh-3994- if test -n "$lt_sysroot"; then parted-3.3/build-aux/ltmain.sh:3995: sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"` parted-3.3/build-aux/ltmain.sh-3996- sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;" ############################################## parted-3.3/build-aux/ltmain.sh-4278- # Determine the prefix the user has applied to our future dir. parted-3.3/build-aux/ltmain.sh:4279: inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"` parted-3.3/build-aux/ltmain.sh-4280- ############################################## parted-3.3/build-aux/ltmain.sh-4291- # Stick the inst_prefix_dir data into the link command. parted-3.3/build-aux/ltmain.sh:4292: relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"` parted-3.3/build-aux/ltmain.sh-4293- else parted-3.3/build-aux/ltmain.sh:4294: relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"` parted-3.3/build-aux/ltmain.sh-4295- fi ############################################## parted-3.3/build-aux/ltmain.sh-4458- fi parted-3.3/build-aux/ltmain.sh:4459: libfile=$libdir/`$ECHO "$lib" | $SED 's%^.*/%%g'` parted-3.3/build-aux/ltmain.sh-4460- if test -n "$libdir" && test ! -f "$libfile"; then ############################################## parted-3.3/build-aux/ltmain.sh-4477- # Replace the output file specification. parted-3.3/build-aux/ltmain.sh:4478: relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'` parted-3.3/build-aux/ltmain.sh-4479- ############################################## parted-3.3/build-aux/ltmain.sh-4496- # Install the binary that we compiled earlier. parted-3.3/build-aux/ltmain.sh:4497: file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"` parted-3.3/build-aux/ltmain.sh-4498- fi ############################################## parted-3.3/build-aux/ltmain.sh-4570- my_pic_p=${3-false} parted-3.3/build-aux/ltmain.sh:4571: my_prefix=`$ECHO "$my_originator" | $SED 's%[^a-zA-Z0-9]%_%g'` parted-3.3/build-aux/ltmain.sh-4572- my_dlsyms= ############################################## parted-3.3/build-aux/ltmain.sh-4628- # Add our own program objects to the symbol list. parted-3.3/build-aux/ltmain.sh:4629: progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP` parted-3.3/build-aux/ltmain.sh-4630- for progfile in $progfiles; do ############################################## parted-3.3/build-aux/ltmain.sh-4690- # Use subshell, to avoid clobbering current variable values parted-3.3/build-aux/ltmain.sh:4691: dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"` parted-3.3/build-aux/ltmain.sh-4692- if test -n "$dlprefile_dlname"; then ############################################## parted-3.3/build-aux/ltmain.sh-4859- if test -f "$output_objdir/$my_outputname.def"; then parted-3.3/build-aux/ltmain.sh:4860: compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"` parted-3.3/build-aux/ltmain.sh:4861: finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"` parted-3.3/build-aux/ltmain.sh-4862- else parted-3.3/build-aux/ltmain.sh:4863: compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"` parted-3.3/build-aux/ltmain.sh:4864: finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"` parted-3.3/build-aux/ltmain.sh-4865- fi ############################################## parted-3.3/build-aux/ltmain.sh-4867- *) parted-3.3/build-aux/ltmain.sh:4868: compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"` parted-3.3/build-aux/ltmain.sh:4869: finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"` parted-3.3/build-aux/ltmain.sh-4870- ;; ############################################## parted-3.3/build-aux/ltmain.sh-4882- # Nullify the symbol file. parted-3.3/build-aux/ltmain.sh:4883: compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"` parted-3.3/build-aux/ltmain.sh:4884: finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"` parted-3.3/build-aux/ltmain.sh-4885- fi ############################################## parted-3.3/build-aux/ltmain.sh-4896- func_to_tool_file "$1" func_convert_file_msys_to_w32 parted-3.3/build-aux/ltmain.sh:4897: func_cygming_gnu_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $EGREP ' (_head_[A-Za-z0-9_]+_[ad]l*|[A-Za-z0-9_]+_[ad]l*_iname)$'` parted-3.3/build-aux/ltmain.sh-4898- test -n "$func_cygming_gnu_implib_tmp" ############################################## parted-3.3/build-aux/ltmain.sh-4909- func_to_tool_file "$1" func_convert_file_msys_to_w32 parted-3.3/build-aux/ltmain.sh:4910: func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'` parted-3.3/build-aux/ltmain.sh-4911- test -n "$func_cygming_ms_implib_tmp" ############################################## parted-3.3/build-aux/ltmain.sh-4925- win32_libid_type=unknown parted-3.3/build-aux/ltmain.sh:4926: win32_fileres=`file -L $1 2>/dev/null` parted-3.3/build-aux/ltmain.sh-4927- case $win32_fileres in ############################################## parted-3.3/build-aux/ltmain.sh-4990- parted-3.3/build-aux/ltmain.sh:4991: sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"` parted-3.3/build-aux/ltmain.sh-4992-} ############################################## parted-3.3/build-aux/ltmain.sh-5008- parted-3.3/build-aux/ltmain.sh:5009: match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"` parted-3.3/build-aux/ltmain.sh-5010- $OBJDUMP -s --section "$1" "$2" 2>/dev/null | ############################################## parted-3.3/build-aux/ltmain.sh-5072- # binutils import library parted-3.3/build-aux/ltmain.sh:5073: sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"` parted-3.3/build-aux/ltmain.sh-5074- elif func_cygming_ms_implib_p "$1"; then parted-3.3/build-aux/ltmain.sh-5075- # ms-generated import library parted-3.3/build-aux/ltmain.sh:5076: sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"` parted-3.3/build-aux/ltmain.sh-5077- else ############################################## parted-3.3/build-aux/ltmain.sh-5156- darwin_base_archive=$func_basename_result parted-3.3/build-aux/ltmain.sh:5157: darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true` parted-3.3/build-aux/ltmain.sh-5158- if test -n "$darwin_arches"; then parted-3.3/build-aux/ltmain.sh:5159: darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'` parted-3.3/build-aux/ltmain.sh-5160- darwin_arch= ############################################## parted-3.3/build-aux/ltmain.sh-5170- ## Okay now we've a bunch of thin objects, gotta fatten them up :) parted-3.3/build-aux/ltmain.sh:5171: darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$sed_basename" | sort -u` parted-3.3/build-aux/ltmain.sh-5172- darwin_file= ############################################## parted-3.3/build-aux/ltmain.sh-5174- for darwin_file in $darwin_filelist; do parted-3.3/build-aux/ltmain.sh:5175: darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP` parted-3.3/build-aux/ltmain.sh-5176- $LIPO -create -output "$darwin_file" $darwin_files ############################################## parted-3.3/build-aux/ltmain.sh-5189- esac parted-3.3/build-aux/ltmain.sh:5190: my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP` parted-3.3/build-aux/ltmain.sh-5191- done ############################################## parted-3.3/build-aux/ltmain.sh-5260- parted-3.3/build-aux/ltmain.sh:5261: qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"` parted-3.3/build-aux/ltmain.sh-5262- $ECHO "\ ############################################## parted-3.3/build-aux/ltmain.sh-5295- --lt-dump-script) parted-3.3/build-aux/ltmain.sh:5296: lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\` parted-3.3/build-aux/ltmain.sh-5297- test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=. parted-3.3/build-aux/ltmain.sh:5298: lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\` parted-3.3/build-aux/ltmain.sh-5299- cat \"\$lt_dump_D/\$lt_dump_F\" ############################################## parted-3.3/build-aux/ltmain.sh-5322- \$ECHO \"$outputname:$output:\$LINENO: newargv[\$lt_dump_args_N]: \$lt_arg\" parted-3.3/build-aux/ltmain.sh:5323: lt_dump_args_N=\`expr \$lt_dump_args_N + 1\` parted-3.3/build-aux/ltmain.sh-5324- done ############################################## parted-3.3/build-aux/ltmain.sh-5380- # Find the directory that this script lives in. parted-3.3/build-aux/ltmain.sh:5381: thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\` parted-3.3/build-aux/ltmain.sh-5382- test \"x\$thisdir\" = \"x\$file\" && thisdir=. ############################################## parted-3.3/build-aux/ltmain.sh-5384- # Follow symbolic links until we get to the real thisdir. parted-3.3/build-aux/ltmain.sh:5385: file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\` parted-3.3/build-aux/ltmain.sh-5386- while test -n \"\$file\"; do parted-3.3/build-aux/ltmain.sh:5387: destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\` parted-3.3/build-aux/ltmain.sh-5388- ############################################## parted-3.3/build-aux/ltmain.sh-5396- parted-3.3/build-aux/ltmain.sh:5397: file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\` parted-3.3/build-aux/ltmain.sh:5398: file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\` parted-3.3/build-aux/ltmain.sh-5399- done ############################################## parted-3.3/build-aux/ltmain.sh-5410- case \"\$thisdir\" in parted-3.3/build-aux/ltmain.sh:5411: *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;; parted-3.3/build-aux/ltmain.sh-5412- $objdir ) thisdir=. ;; ############################################## parted-3.3/build-aux/ltmain.sh-5416- # Try to get the absolute directory name. parted-3.3/build-aux/ltmain.sh:5417: absdir=\`cd \"\$thisdir\" && pwd\` parted-3.3/build-aux/ltmain.sh-5418- test -n \"\$absdir\" && thisdir=\"\$absdir\" ############################################## parted-3.3/build-aux/ltmain.sh-5426- if test ! -f \"\$progdir/\$program\" || parted-3.3/build-aux/ltmain.sh:5427: { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | $SED 1q\`; \\ parted-3.3/build-aux/ltmain.sh-5428- test \"X\$file\" != \"X\$progdir/\$program\"; }; then ############################################## parted-3.3/build-aux/ltmain.sh-5441- if test -n \"\$relink_command\"; then parted-3.3/build-aux/ltmain.sh:5442: if relink_command_output=\`eval \$relink_command 2>&1\`; then : parted-3.3/build-aux/ltmain.sh-5443- else ############################################## parted-3.3/build-aux/ltmain.sh-5485- # The second colon is a workaround for a bug in BeOS R4 sed parted-3.3/build-aux/ltmain.sh:5486: $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\` parted-3.3/build-aux/ltmain.sh-5487- ############################################## parted-3.3/build-aux/ltmain.sh-6464- parted-3.3/build-aux/ltmain.sh:6465: case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in parted-3.3/build-aux/ltmain.sh-6466- *import*) : ;; ############################################## parted-3.3/build-aux/ltmain.sh-6712- moreargs= parted-3.3/build-aux/ltmain.sh:6713: for fil in `cat "$save_arg"` parted-3.3/build-aux/ltmain.sh-6714- do ############################################## parted-3.3/build-aux/ltmain.sh-6973- *) parted-3.3/build-aux/ltmain.sh:6974: absdir=`cd "$dir" && pwd` parted-3.3/build-aux/ltmain.sh-6975- test -z "$absdir" && \ ############################################## parted-3.3/build-aux/ltmain.sh-6994- *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*) parted-3.3/build-aux/ltmain.sh:6995: testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'` parted-3.3/build-aux/ltmain.sh-6996- case :$dllsearchpath: in ############################################## parted-3.3/build-aux/ltmain.sh-7289- -Z*) parted-3.3/build-aux/ltmain.sh:7290: if test os2 = "`expr $host : '.*\(os2\)'`"; then parted-3.3/build-aux/ltmain.sh-7291- # OS/2 uses -Zxxx to specify OS/2-specific options ############################################## parted-3.3/build-aux/ltmain.sh-7459- # get the directories listed in $shlibpath_var parted-3.3/build-aux/ltmain.sh:7460: eval shlib_search_path=\`\$ECHO \"\$$shlibpath_var\" \| \$SED \'s/:/ /g\'\` parted-3.3/build-aux/ltmain.sh-7461- else ############################################## parted-3.3/build-aux/ltmain.sh-7775- set dummy $deplibs_check_method; shift parted-3.3/build-aux/ltmain.sh:7776: match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"` parted-3.3/build-aux/ltmain.sh-7777- if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \ ############################################## parted-3.3/build-aux/ltmain.sh-7865- if test -n "$inherited_linker_flags"; then parted-3.3/build-aux/ltmain.sh:7866: tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'` parted-3.3/build-aux/ltmain.sh-7867- for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do ############################################## parted-3.3/build-aux/ltmain.sh-7873- fi parted-3.3/build-aux/ltmain.sh:7874: dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` parted-3.3/build-aux/ltmain.sh-7875- if test lib,link = "$linkmode,$pass" || ############################################## parted-3.3/build-aux/ltmain.sh-7946- *) parted-3.3/build-aux/ltmain.sh:7947: abs_ladir=`cd "$ladir" && pwd` parted-3.3/build-aux/ltmain.sh-7948- if test -z "$abs_ladir"; then ############################################## parted-3.3/build-aux/ltmain.sh-8199- shift parted-3.3/build-aux/ltmain.sh:8200: libname=`eval "\\$ECHO \"$libname_spec\""` parted-3.3/build-aux/ltmain.sh-8201- # use dlname if we got it. it's perfectly good, no? ############################################## parted-3.3/build-aux/ltmain.sh-8491- *) parted-3.3/build-aux/ltmain.sh:8492: absdir=`cd "$dir" && pwd` parted-3.3/build-aux/ltmain.sh-8493- if test -z "$absdir"; then ############################################## parted-3.3/build-aux/ltmain.sh-8502- depdepl= parted-3.3/build-aux/ltmain.sh:8503: eval deplibrary_names=`$SED -n -e 's/^library_names=\(.*\)$/\1/p' $deplib` parted-3.3/build-aux/ltmain.sh-8504- if test -n "$deplibrary_names"; then ############################################## parted-3.3/build-aux/ltmain.sh-8509- depdepl=$absdir/$objdir/$depdepl parted-3.3/build-aux/ltmain.sh:8510: darwin_install_name=`$OTOOL -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'` parted-3.3/build-aux/ltmain.sh-8511- if test -z "$darwin_install_name"; then parted-3.3/build-aux/ltmain.sh:8512: darwin_install_name=`$OTOOL64 -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'` parted-3.3/build-aux/ltmain.sh-8513- fi ############################################## parted-3.3/build-aux/ltmain.sh-8524- else parted-3.3/build-aux/ltmain.sh:8525: eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $deplib` parted-3.3/build-aux/ltmain.sh-8526- test -z "$libdir" && \ ############################################## parted-3.3/build-aux/ltmain.sh-8547- else parted-3.3/build-aux/ltmain.sh:8548: compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` parted-3.3/build-aux/ltmain.sh-8549- fi ############################################## parted-3.3/build-aux/ltmain.sh-8636- linux*) parted-3.3/build-aux/ltmain.sh:8637: case `$CC -V 2>&1 | sed 5q` in parted-3.3/build-aux/ltmain.sh-8638- *Sun\ C*) # Sun C++ 5.9 ############################################## parted-3.3/build-aux/ltmain.sh-9041- removelist= parted-3.3/build-aux/ltmain.sh:9042: tempremovelist=`$ECHO "$output_objdir/*"` parted-3.3/build-aux/ltmain.sh-9043- for p in $tempremovelist; do ############################################## parted-3.3/build-aux/ltmain.sh-9067- # Transform .lo files to .o files. parted-3.3/build-aux/ltmain.sh:9068: oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; $lo2o" | $NL2SP` parted-3.3/build-aux/ltmain.sh-9069- fi ############################################## parted-3.3/build-aux/ltmain.sh-9072- #for path in $notinst_path; do parted-3.3/build-aux/ltmain.sh:9073: # lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"` parted-3.3/build-aux/ltmain.sh:9074: # deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"` parted-3.3/build-aux/ltmain.sh:9075: # dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"` parted-3.3/build-aux/ltmain.sh-9076- #done ############################################## parted-3.3/build-aux/ltmain.sh-9193- if test -n "$i"; then parted-3.3/build-aux/ltmain.sh:9194: libname=`eval "\\$ECHO \"$libname_spec\""` parted-3.3/build-aux/ltmain.sh:9195: deplib_matches=`eval "\\$ECHO \"$library_names_spec\""` parted-3.3/build-aux/ltmain.sh-9196- set dummy $deplib_matches; shift parted-3.3/build-aux/ltmain.sh-9197- deplib_match=$1 parted-3.3/build-aux/ltmain.sh:9198: if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then parted-3.3/build-aux/ltmain.sh-9199- func_append newdeplibs " $i" ############################################## parted-3.3/build-aux/ltmain.sh-9236- if test -n "$i"; then parted-3.3/build-aux/ltmain.sh:9237: libname=`eval "\\$ECHO \"$libname_spec\""` parted-3.3/build-aux/ltmain.sh:9238: deplib_matches=`eval "\\$ECHO \"$library_names_spec\""` parted-3.3/build-aux/ltmain.sh-9239- set dummy $deplib_matches; shift parted-3.3/build-aux/ltmain.sh-9240- deplib_match=$1 parted-3.3/build-aux/ltmain.sh:9241: if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then parted-3.3/build-aux/ltmain.sh-9242- func_append newdeplibs " $i" ############################################## parted-3.3/build-aux/ltmain.sh-9271- set dummy $deplibs_check_method; shift parted-3.3/build-aux/ltmain.sh:9272: file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"` parted-3.3/build-aux/ltmain.sh-9273- for a_deplib in $deplibs; do ############################################## parted-3.3/build-aux/ltmain.sh-9286- if test -n "$a_deplib"; then parted-3.3/build-aux/ltmain.sh:9287: libname=`eval "\\$ECHO \"$libname_spec\""` parted-3.3/build-aux/ltmain.sh-9288- if test -n "$file_magic_glob"; then parted-3.3/build-aux/ltmain.sh:9289: libnameglob=`func_echo_all "$libname" | $SED -e $file_magic_glob` parted-3.3/build-aux/ltmain.sh-9290- else ############################################## parted-3.3/build-aux/ltmain.sh-9296- shopt -s nocaseglob parted-3.3/build-aux/ltmain.sh:9297: potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null` parted-3.3/build-aux/ltmain.sh-9298- $nocaseglob parted-3.3/build-aux/ltmain.sh-9299- else parted-3.3/build-aux/ltmain.sh:9300: potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null` parted-3.3/build-aux/ltmain.sh-9301- fi ############################################## parted-3.3/build-aux/ltmain.sh-9314- while test -h "$potlib" 2>/dev/null; do parted-3.3/build-aux/ltmain.sh:9315: potliblink=`ls -ld $potlib | $SED 's/.* -> //'` parted-3.3/build-aux/ltmain.sh-9316- case $potliblink in parted-3.3/build-aux/ltmain.sh-9317- [\\/]* | [A-Za-z]:[\\/]*) potlib=$potliblink;; parted-3.3/build-aux/ltmain.sh:9318: *) potlib=`$ECHO "$potlib" | $SED 's|[^/]*$||'`"$potliblink";; parted-3.3/build-aux/ltmain.sh-9319- esac ############################################## parted-3.3/build-aux/ltmain.sh-9355- set dummy $deplibs_check_method; shift parted-3.3/build-aux/ltmain.sh:9356: match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"` parted-3.3/build-aux/ltmain.sh-9357- for a_deplib in $deplibs; do ############################################## parted-3.3/build-aux/ltmain.sh-9370- if test -n "$a_deplib"; then parted-3.3/build-aux/ltmain.sh:9371: libname=`eval "\\$ECHO \"$libname_spec\""` parted-3.3/build-aux/ltmain.sh-9372- for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do parted-3.3/build-aux/ltmain.sh:9373: potential_libs=`ls $i/$libname[.-]* 2>/dev/null` parted-3.3/build-aux/ltmain.sh-9374- for potent_lib in $potential_libs; do ############################################## parted-3.3/build-aux/ltmain.sh-9409- newdeplibs= parted-3.3/build-aux/ltmain.sh:9410: tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'` parted-3.3/build-aux/ltmain.sh-9411- if test yes = "$allow_libtool_libs_with_static_runtimes"; then ############################################## parted-3.3/build-aux/ltmain.sh-9413- # can't use Xsed below, because $i might contain '/' parted-3.3/build-aux/ltmain.sh:9414: tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s|$i||"` parted-3.3/build-aux/ltmain.sh-9415- done ############################################## parted-3.3/build-aux/ltmain.sh-9439- # On Rhapsody replace the C library with the System framework parted-3.3/build-aux/ltmain.sh:9440: newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'` parted-3.3/build-aux/ltmain.sh-9441- ;; ############################################## parted-3.3/build-aux/ltmain.sh-9491- *-*-darwin*) parted-3.3/build-aux/ltmain.sh:9492: newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` parted-3.3/build-aux/ltmain.sh:9493: new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` parted-3.3/build-aux/ltmain.sh:9494: deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` parted-3.3/build-aux/ltmain.sh-9495- ;; ############################################## parted-3.3/build-aux/ltmain.sh-9618- # Use standard objects if they are pic parted-3.3/build-aux/ltmain.sh:9619: test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP` parted-3.3/build-aux/ltmain.sh-9620- test "X$libobjs" = "X " && libobjs= ############################################## parted-3.3/build-aux/ltmain.sh-10132- eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\" parted-3.3/build-aux/ltmain.sh:10133: test -n "$wl" || tmp_whole_archive_flags=`$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'` parted-3.3/build-aux/ltmain.sh-10134- reload_conv_objs=$reload_objs\ $tmp_whole_archive_flags ############################################## parted-3.3/build-aux/ltmain.sh-10147- # Create the old-style object. parted-3.3/build-aux/ltmain.sh:10148: reload_objs=$objs$old_deplibs' '`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; /\.lib$/d; $lo2o" | $NL2SP`' '$reload_conv_objs parted-3.3/build-aux/ltmain.sh-10149- ############################################## parted-3.3/build-aux/ltmain.sh-10205- # On Rhapsody replace the C library is the System framework parted-3.3/build-aux/ltmain.sh:10206: compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'` parted-3.3/build-aux/ltmain.sh:10207: finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'` parted-3.3/build-aux/ltmain.sh-10208- ;; ############################################## parted-3.3/build-aux/ltmain.sh-10223- # Time to change all our "foo.ltframework" stuff back to "-framework foo" parted-3.3/build-aux/ltmain.sh:10224: compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` parted-3.3/build-aux/ltmain.sh:10225: finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` parted-3.3/build-aux/ltmain.sh-10226- ;; ############################################## parted-3.3/build-aux/ltmain.sh-10301- *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*) parted-3.3/build-aux/ltmain.sh:10302: testbindir=`$ECHO "$libdir" | $SED -e 's*/lib$*/bin*'` parted-3.3/build-aux/ltmain.sh-10303- case :$dllsearchpath: in ############################################## parted-3.3/build-aux/ltmain.sh-10361- # Transform all the library objects into standard objects. parted-3.3/build-aux/ltmain.sh:10362: compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP` parted-3.3/build-aux/ltmain.sh:10363: finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP` parted-3.3/build-aux/ltmain.sh-10364- fi ############################################## parted-3.3/build-aux/ltmain.sh-10389- # Replace the output file specification. parted-3.3/build-aux/ltmain.sh:10390: compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'` parted-3.3/build-aux/ltmain.sh-10391- link_command=$compile_command$compile_rpath ############################################## parted-3.3/build-aux/ltmain.sh-10398- func_to_tool_file "$output" parted-3.3/build-aux/ltmain.sh:10399: postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'` parted-3.3/build-aux/ltmain.sh-10400- func_execute_cmds "$postlink_cmds" 'exit $?' ############################################## parted-3.3/build-aux/ltmain.sh-10442- # Replace the output file specification. parted-3.3/build-aux/ltmain.sh:10443: link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'` parted-3.3/build-aux/ltmain.sh-10444- # Delete the old output file. ############################################## parted-3.3/build-aux/ltmain.sh-10450- func_to_tool_file "$output" parted-3.3/build-aux/ltmain.sh:10451: postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'` parted-3.3/build-aux/ltmain.sh-10452- func_execute_cmds "$postlink_cmds" 'exit $?' ############################################## parted-3.3/build-aux/ltmain.sh-10468- link_command=$finalize_var$compile_command$finalize_rpath parted-3.3/build-aux/ltmain.sh:10469: relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'` parted-3.3/build-aux/ltmain.sh-10470- ;; ############################################## parted-3.3/build-aux/ltmain.sh-10481- # Replace the output file specification. parted-3.3/build-aux/ltmain.sh:10482: link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'` parted-3.3/build-aux/ltmain.sh-10483- ############################################## parted-3.3/build-aux/ltmain.sh-10490- func_to_tool_file "$output_objdir/$outputname" parted-3.3/build-aux/ltmain.sh:10491: postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'` parted-3.3/build-aux/ltmain.sh-10492- func_execute_cmds "$postlink_cmds" 'exit $?' ############################################## parted-3.3/build-aux/ltmain.sh-10511- relink_command="(cd `pwd`; $relink_command)" parted-3.3/build-aux/ltmain.sh:10512: relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"` parted-3.3/build-aux/ltmain.sh-10513- fi ############################################## parted-3.3/build-aux/ltmain.sh-10757- relink_command="(cd `pwd`; $SHELL \"$progpath\" $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)" parted-3.3/build-aux/ltmain.sh:10758: relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"` parted-3.3/build-aux/ltmain.sh-10759- if test yes = "$hardcode_automatic"; then ############################################## parted-3.3/build-aux/ltmain.sh-10778- func_resolve_sysroot "$deplib" parted-3.3/build-aux/ltmain.sh:10779: eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result` parted-3.3/build-aux/ltmain.sh-10780- test -z "$libdir" && \ ############################################## parted-3.3/build-aux/ltmain.sh-10804- name=$func_basename_result parted-3.3/build-aux/ltmain.sh:10805: eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib` parted-3.3/build-aux/ltmain.sh-10806- test -z "$libdir" && \ ############################################## parted-3.3/build-aux/ltmain.sh-10823- name=$func_basename_result parted-3.3/build-aux/ltmain.sh:10824: eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib` parted-3.3/build-aux/ltmain.sh-10825- test -z "$libdir" && \ ############################################## parted-3.3/build-aux/ltmain.sh-11142-# ### BEGIN LIBTOOL TAG CONFIG: disable-static parted-3.3/build-aux/ltmain.sh:11143:build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac` parted-3.3/build-aux/ltmain.sh-11144-# ### END LIBTOOL TAG CONFIG: disable-static ############################################## parted-3.3/build-aux/depcomp-64- case $1 in parted-3.3/build-aux/depcomp:65: */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;; parted-3.3/build-aux/depcomp-66- *) dir=;; ############################################## parted-3.3/build-aux/depcomp-73-{ parted-3.3/build-aux/depcomp:74: base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'` parted-3.3/build-aux/depcomp-75-} ############################################## parted-3.3/build-aux/depcomp-126- sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`} parted-3.3/build-aux/depcomp:127:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`} parted-3.3/build-aux/depcomp-128- ############################################## parted-3.3/build-aux/depcomp-405- sleep 1 parted-3.3/build-aux/depcomp:406: i=`expr $i - 1` parted-3.3/build-aux/depcomp-407- done parted-3.3/build-aux/depcomp-408- fi parted-3.3/build-aux/depcomp:409: i=`expr $i - 1` parted-3.3/build-aux/depcomp-410- done ############################################## parted-3.3/build-aux/depcomp-425- # Do two passes, one to just change these to parted-3.3/build-aux/depcomp:426: # `$object: dependent.h' and one to simply `dependent.h:'. parted-3.3/build-aux/depcomp-427- sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile" ############################################## parted-3.3/build-aux/depcomp-659- done parted-3.3/build-aux/depcomp:660: obj_suffix=`echo "$object" | sed 's/^.*\././'` parted-3.3/build-aux/depcomp-661- touch "$tmpdepfile" ############################################## parted-3.3/build-aux/mdate-sh-114-# On HPUX /bin/sh, "set" interprets "-rw-r--r--" as options, so the "x" below. parted-3.3/build-aux/mdate-sh:115:set x`$ls_command /` parted-3.3/build-aux/mdate-sh-116- ############################################## parted-3.3/build-aux/mdate-sh-144-# Get the extended ls output of the file or directory. parted-3.3/build-aux/mdate-sh:145:set dummy x`eval "$ls_command \"\\\$save_arg1\""` parted-3.3/build-aux/mdate-sh-146- ############################################## parted-3.3/build-aux/mdate-sh-211- then parted-3.3/build-aux/mdate-sh:212: year=`expr $year - 1` parted-3.3/build-aux/mdate-sh-213- fi;; ############################################## parted-3.3/build-aux/texinfo.tex-6990- \catcode `\\=0 \catcode `\{=1 \catcode `\}=2 parted-3.3/build-aux/texinfo.tex:6991: \catcode `\$=3 \catcode `\&=4 \catcode `\#=6 parted-3.3/build-aux/texinfo.tex-6992- \catcode `\^=7 \catcode `\_=8 \catcode `\~=\active \let~=\tie ############################################## parted-3.3/build-aux/announce-gen-126- my $cmd = "du -h $f"; parted-3.3/build-aux/announce-gen:127: my $t = `$cmd`; parted-3.3/build-aux/announce-gen-128- # FIXME-someday: give a better diagnostic, a la $PROCESS_STATUS ############################################## parted-3.3/build-aux/announce-gen-351- # 'tool --version' output is the version string. parted-3.3/build-aux/announce-gen:352: my ($first_line, undef) = split ("\n", `$t --version`); parted-3.3/build-aux/announce-gen-353- if ($first_line =~ /.* (\d[\w.-]+)$/) ############################################## parted-3.3/build-aux/gendocs.sh-36- parted-3.3/build-aux/gendocs.sh:37:prog=`basename "$0"` parted-3.3/build-aux/gendocs.sh-38-srcdir=`pwd` ############################################## parted-3.3/build-aux/gendocs.sh-209- # but here, we use the basename of $srcfile parted-3.3/build-aux/gendocs.sh:210: base=`basename "$srcfile"` parted-3.3/build-aux/gendocs.sh-211- case $base in parted-3.3/build-aux/gendocs.sh:212: *.txi|*.texi|*.texinfo) base=`echo "$base"|sed 's/\.[texinfo]*$//'`;; parted-3.3/build-aux/gendocs.sh-213- esac ############################################## parted-3.3/build-aux/gendocs.sh-234-{ parted-3.3/build-aux/gendocs.sh:235: size=`ls -ksl $1 | awk '{print $1}'` parted-3.3/build-aux/gendocs.sh-236- echo $size ############################################## parted-3.3/build-aux/gendocs.sh-298- ls -l "$outdir/$PACKAGE.info.tar.gz" parted-3.3/build-aux/gendocs.sh:299: info_tgz_size=`calcsize "$outdir/$PACKAGE.info.tar.gz"` parted-3.3/build-aux/gendocs.sh-300- # do not mv the info files, there's no point in having them available ############################################## parted-3.3/build-aux/gendocs.sh-310- gzip -f -9 $PACKAGE.dvi parted-3.3/build-aux/gendocs.sh:311: dvi_gz_size=`calcsize $PACKAGE.dvi.gz` parted-3.3/build-aux/gendocs.sh-312- mv $PACKAGE.dvi.gz "$outdir/" ############################################## parted-3.3/build-aux/gendocs.sh-317- eval "$cmd" parted-3.3/build-aux/gendocs.sh:318: pdf_size=`calcsize $PACKAGE.pdf` parted-3.3/build-aux/gendocs.sh-319- mv $PACKAGE.pdf "$outdir/" ############################################## parted-3.3/build-aux/gendocs.sh-328- eval "$cmd" parted-3.3/build-aux/gendocs.sh:329: ascii_size=`calcsize $PACKAGE.txt` parted-3.3/build-aux/gendocs.sh-330- gzip -f -9 -c $PACKAGE.txt >"$outdir/$PACKAGE.txt.gz" parted-3.3/build-aux/gendocs.sh:331: ascii_gz_size=`calcsize "$outdir/$PACKAGE.txt.gz"` parted-3.3/build-aux/gendocs.sh-332- mv $PACKAGE.txt "$outdir/" ############################################## parted-3.3/build-aux/gendocs.sh-351- ) parted-3.3/build-aux/gendocs.sh:352: eval html_$1_tgz_size=`calcsize "$outdir/${PACKAGE}.html_$1.tar.gz"` parted-3.3/build-aux/gendocs.sh-353- rm -f "$outdir"/html_$1/*.html ############################################## parted-3.3/build-aux/gendocs.sh-364- eval "$cmd" parted-3.3/build-aux/gendocs.sh:365: html_mono_size=`calcsize $PACKAGE.html` parted-3.3/build-aux/gendocs.sh-366- gzip -f -9 -c $PACKAGE.html >"$outdir/$PACKAGE.html.gz" parted-3.3/build-aux/gendocs.sh:367: html_mono_gz_size=`calcsize "$outdir/$PACKAGE.html.gz"` parted-3.3/build-aux/gendocs.sh-368- copy_images "$outdir/" $PACKAGE.html ############################################## parted-3.3/build-aux/gendocs.sh-391- eval \ parted-3.3/build-aux/gendocs.sh:392: html_${split}_tgz_size=`calcsize "$outdir/$PACKAGE.html_$split.tar.gz"` parted-3.3/build-aux/gendocs.sh-393- rm -rf "$outdir/html_$split/" ############################################## parted-3.3/build-aux/gendocs.sh-403- eval "$cmd" parted-3.3/build-aux/gendocs.sh:404: html_mono_size=`calcsize $PACKAGE.html` parted-3.3/build-aux/gendocs.sh-405- gzip -f -9 -c $PACKAGE.html >"$outdir/$PACKAGE.html.gz" parted-3.3/build-aux/gendocs.sh:406: html_mono_gz_size=`calcsize "$outdir/$PACKAGE.html.gz"` parted-3.3/build-aux/gendocs.sh-407- mv $PACKAGE.html "$outdir/" ############################################## parted-3.3/build-aux/gendocs.sh-416-printf "\nMaking .tar.gz for sources...\n" parted-3.3/build-aux/gendocs.sh:417:d=`dirname $srcfile` parted-3.3/build-aux/gendocs.sh-418-( parted-3.3/build-aux/gendocs.sh-419- cd "$d" parted-3.3/build-aux/gendocs.sh:420: srcfiles=`ls -d *.texinfo *.texi *.txi *.eps $source_extra 2>/dev/null` || true parted-3.3/build-aux/gendocs.sh-421- tar czfh "$abs_outdir/$PACKAGE.texi.tar.gz" $srcfiles ############################################## parted-3.3/build-aux/gendocs.sh-423-) parted-3.3/build-aux/gendocs.sh:424:texi_tgz_size=`calcsize "$outdir/$PACKAGE.texi.tar.gz"` parted-3.3/build-aux/gendocs.sh-425- ############################################## parted-3.3/build-aux/gendocs.sh-432- eval "$cmd" parted-3.3/build-aux/gendocs.sh:433: docbook_xml_size=`calcsize $PACKAGE-db.xml` parted-3.3/build-aux/gendocs.sh-434- gzip -f -9 -c $PACKAGE-db.xml >"$outdir/$PACKAGE-db.xml.gz" parted-3.3/build-aux/gendocs.sh:435: docbook_xml_gz_size=`calcsize "$outdir/$PACKAGE-db.xml.gz"` parted-3.3/build-aux/gendocs.sh-436- mv $PACKAGE-db.xml "$outdir/" ############################################## parted-3.3/build-aux/gendocs.sh-446- ) parted-3.3/build-aux/gendocs.sh:447: html_node_db_tgz_size=`calcsize "$outdir/${PACKAGE}.html_node_db.tar.gz"` parted-3.3/build-aux/gendocs.sh-448- rm -f "$outdir"/html_node_db/*.html ############################################## parted-3.3/build-aux/gendocs.sh-455- eval "$cmd" parted-3.3/build-aux/gendocs.sh:456: docbook_ascii_size=`calcsize $PACKAGE-db.txt` parted-3.3/build-aux/gendocs.sh-457- mv $PACKAGE-db.txt "$outdir/" ############################################## parted-3.3/build-aux/gendocs.sh-461- eval "$cmd" parted-3.3/build-aux/gendocs.sh:462: docbook_pdf_size=`calcsize $PACKAGE-db.pdf` parted-3.3/build-aux/gendocs.sh-463- mv $PACKAGE-db.pdf "$outdir/" ############################################## parted-3.3/build-aux/gendocs.sh-475- parted-3.3/build-aux/gendocs.sh:476:curdate=`$SETLANG date '+%B %d, %Y'` parted-3.3/build-aux/gendocs.sh-477-sed \ ############################################## parted-3.3/build-aux/git-version-gen-74- parted-3.3/build-aux/git-version-gen:75:year=`expr "$scriptversion" : '\([^-]*\)'` parted-3.3/build-aux/git-version-gen-76-version="git-version-gen $scriptversion ############################################## parted-3.3/build-aux/git-version-gen-141-then parted-3.3/build-aux/git-version-gen:142: v=`cat $tarball_version_file` || v= parted-3.3/build-aux/git-version-gen-143- case $v in ############################################## parted-3.3/build-aux/git-version-gen-160- || git describe --abbrev=4 HEAD 2>/dev/null` \ parted-3.3/build-aux/git-version-gen:161: && v=`printf '%s\n' "$v" | sed "$tag_sed_script"` \ parted-3.3/build-aux/git-version-gen-162- && case $v in ############################################## parted-3.3/build-aux/git-version-gen-170- # Older: v6.10-g0f8faeb parted-3.3/build-aux/git-version-gen:171: vprefix=`expr "X$v" : 'X\(.*\)-g[^-]*$'` || vprefix=$v parted-3.3/build-aux/git-version-gen-172- case $vprefix in ############################################## parted-3.3/build-aux/git-version-gen-178- # of git describe. parted-3.3/build-aux/git-version-gen:179: vtag=`echo "$v" | sed 's/-.*//'` parted-3.3/build-aux/git-version-gen:180: commit_list=`git rev-list "$vtag"..HEAD 2>/dev/null` \ parted-3.3/build-aux/git-version-gen-181- || { commit_list=failed; parted-3.3/build-aux/git-version-gen-182- echo "$0: WARNING: git rev-list failed" 1>&2; } parted-3.3/build-aux/git-version-gen:183: numcommits=`echo "$commit_list" | wc -l` parted-3.3/build-aux/git-version-gen:184: v=`echo "$v" | sed "s/\(.*\)-\(.*\)/\1-$numcommits-\2/"`; parted-3.3/build-aux/git-version-gen-185- test "$commit_list" = failed && v=UNKNOWN ############################################## parted-3.3/build-aux/git-version-gen-190- # Remove the "g" to save a byte. parted-3.3/build-aux/git-version-gen:191: v=`echo "$v" | sed 's/-\([^-]*\)-g\([^-]*\)$/.\1-\2/'`; parted-3.3/build-aux/git-version-gen-192- v_from_git=1 ############################################## parted-3.3/build-aux/git-version-gen-198- parted-3.3/build-aux/git-version-gen:199:v=`echo "$v" |sed "s/^$prefix//"` parted-3.3/build-aux/git-version-gen-200- ############################################## parted-3.3/build-aux/gitlog-to-changelog-331- # Let $code operate on it, safely. parted-3.3/build-aux/gitlog-to-changelog:332: my $r = $s->reval("$code") parted-3.3/build-aux/gitlog-to-changelog-333- or die "$ME:$.:$sha: failed to eval \"$code\":\n$@\n"; ############################################## parted-3.3/build-aux/gnupload-31-# FIXME-2020: remove, once all major distros ship gpg version 3 as /usr/bin/gpg parted-3.3/build-aux/gnupload:32:gpg_agent_version=`(gpg-agent --version) 2>/dev/null | sed -e '2,$d' -e 's/^[^0-9]*//'` parted-3.3/build-aux/gnupload-33-case "$gpg_agent_version" in parted-3.3/build-aux/gnupload-34- 2.*) parted-3.3/build-aux/gnupload:35: gpg_version=`(gpg --version) 2>/dev/null | sed -e '2,$d' -e 's/^[^0-9]*//'` parted-3.3/build-aux/gnupload-36- case "$gpg_version" in ############################################## parted-3.3/build-aux/gnupload-150- echo "$0: Reading configuration file $conffile" parted-3.3/build-aux/gnupload:151: conf=`sed 's/#.*$//;/^$/d' "$conffile" | tr "\015$nl" ' '` parted-3.3/build-aux/gnupload-152- eval set x "$conf \"\$@\"" ############################################## parted-3.3/build-aux/gnupload-198- --symlink-regex=*) parted-3.3/build-aux/gnupload:199: symlink_expr=`expr "$1" : '[^=]*=\(.*\)'` parted-3.3/build-aux/gnupload-200- ;; ############################################## parted-3.3/build-aux/gnupload-249-if test -n "$symlink_files"; then parted-3.3/build-aux/gnupload:250: x=`echo "$symlink_files" | sed 's/[^ ]//g;s/ //g'` parted-3.3/build-aux/gnupload-251- if test -n "$x"; then ############################################## parted-3.3/build-aux/gnupload-270- elif test -n "$symlink_expr"; then parted-3.3/build-aux/gnupload:271: linkname=`echo $file | sed "$symlink_expr"` parted-3.3/build-aux/gnupload-272- if test -z "$linkname"; then ############################################## parted-3.3/build-aux/gnupload-386- download.gnu.org.ua:alpha/*|download.gnu.org.ua:ftp/*) parted-3.3/build-aux/gnupload:387: destdir_p1=`echo "$destdir" | sed 's,^[^/]*/,,'` parted-3.3/build-aux/gnupload:388: destdir_topdir=`echo "$destdir" | sed 's,/.*,,'` parted-3.3/build-aux/gnupload-389- mkdirective "$destdir_p1" "$base" "$file" "$stmt" ############################################## parted-3.3/build-aux/gnupload-396- /*) parted-3.3/build-aux/gnupload:397: dest_host=`echo "$dest" | sed 's,:.*,,'` parted-3.3/build-aux/gnupload-398- mkdirective "$destdir" "$base" "$file" "$stmt" ############################################## parted-3.3/build-aux/gnupload-416- stmt="$stmt parted-3.3/build-aux/gnupload:417:`mksymlink $symlink_files`" parted-3.3/build-aux/gnupload-418-fi ############################################## parted-3.3/build-aux/gnupload-434- do parted-3.3/build-aux/gnupload:435: destdir=`echo $dest | sed 's/[^:]*://'` parted-3.3/build-aux/gnupload-436- upload "$dest" "$destdir" "`hostname`-$$" "" "$stmt" ############################################## parted-3.3/build-aux/gnupload-453- files="$file $file.sig" parted-3.3/build-aux/gnupload:454: destdir=`echo $dest | sed 's/[^:]*://'` parted-3.3/build-aux/gnupload-455- if test -n "$symlink_expr"; then parted-3.3/build-aux/gnupload:456: linkname=`echo $file | sed "$symlink_expr"` parted-3.3/build-aux/gnupload-457- stmt="$stmt ############################################## parted-3.3/build-aux/mktempd-32- parted-3.3/build-aux/mktempd:33:ME=`basename "$0"` parted-3.3/build-aux/mktempd-34-die() { echo >&2 "$ME: $@"; exit 1; } ############################################## parted-3.3/build-aux/mktempd-52- cmds='date; date +%N; free; who -a; w; ps auxww; ps -ef' parted-3.3/build-aux/mktempd:53: data=` (eval "$cmds") 2>&1 | gzip ` parted-3.3/build-aux/mktempd-54- parted-3.3/build-aux/mktempd:55: n_plus_50=`expr $n + 50` parted-3.3/build-aux/mktempd-56- ############################################## parted-3.3/build-aux/mktempd-58- while :; do parted-3.3/build-aux/mktempd:59: len=`echo "$data"|wc -c` parted-3.3/build-aux/mktempd-60- test $n_plus_50 -le $len && break; parted-3.3/build-aux/mktempd:61: data=` (echo "$data"; eval "$cmds") 2>&1 | gzip ` parted-3.3/build-aux/mktempd-62- done ############################################## parted-3.3/build-aux/mktempd-93- # First, try to use mktemp. parted-3.3/build-aux/mktempd:94: d=`env -u TMPDIR mktemp -d -t -p "$destdir" "$template" 2>/dev/null` \ parted-3.3/build-aux/mktempd-95- || fail=1 ############################################## parted-3.3/build-aux/mktempd-103- # It must have 0700 permissions. Handle sticky "S" bits. parted-3.3/build-aux/mktempd:104: perms=`ls -dgo "$d" 2>/dev/null|tr S -` || fail=1 parted-3.3/build-aux/mktempd-105- case $perms in drwx------*) ;; *) fail=1;; esac ############################################## parted-3.3/build-aux/mktempd-114- # Get a copy of the template without its suffix of X's. parted-3.3/build-aux/mktempd:115: base_template=`echo "$template"|sed 's/XX*$//'` parted-3.3/build-aux/mktempd-116- parted-3.3/build-aux/mktempd-117- # Calculate how many X's we've just removed. parted-3.3/build-aux/mktempd:118: template_length=`echo "$template" | wc -c` parted-3.3/build-aux/mktempd:119: nx=`echo "$base_template" | wc -c` parted-3.3/build-aux/mktempd:120: nx=`expr $template_length - $nx` parted-3.3/build-aux/mktempd-121- ############################################## parted-3.3/build-aux/mktempd-124- while :; do parted-3.3/build-aux/mktempd:125: X=`rand_bytes $nx` parted-3.3/build-aux/mktempd-126- candidate_dir="$destdir/$base_template$X" parted-3.3/build-aux/mktempd:127: err=`mkdir -m 0700 "$candidate_dir" 2>&1` \ parted-3.3/build-aux/mktempd-128- && { echo "$candidate_dir"; return; } parted-3.3/build-aux/mktempd-129- test $MAX_TRIES -le $i && break; parted-3.3/build-aux/mktempd:130: i=`expr $i + 1` parted-3.3/build-aux/mktempd-131- done ############################################## parted-3.3/build-aux/vc-list-files-47- --version) parted-3.3/build-aux/vc-list-files:48: year=`echo "$scriptversion" | sed 's/[^0-9].*//'` parted-3.3/build-aux/vc-list-files-49- cat <<EOF ############################################## parted-3.3/build-aux/vc-list-files-70- && dir= sed_esc= \ parted-3.3/build-aux/vc-list-files:71: || { dir="$dir/"; sed_esc=`echo "$dir"|env sed 's,\([\\/]\),\\\\\1,g'`; } parted-3.3/build-aux/vc-list-files-72- # Ignore git symlinks - either they point into the tree, in which case ############################################## parted-3.3/build-aux/vc-list-files-96- }}'\'' \ parted-3.3/build-aux/vc-list-files:97: `find "$dir" -name Entries -print` /dev/null' $postprocess parted-3.3/build-aux/vc-list-files-98- fi ############################################## parted-3.3/m4/00gnulib.m4-37- [AC][_DEFUN([$1], parted-3.3/m4/00gnulib.m4:38: [AC_REQUIRE([_gl_DEFUN_ONCE([$1])], parted-3.3/m4/00gnulib.m4-39- [m4_indir([_gl_DEFUN_ONCE([$1])])])])]dnl ############################################## parted-3.3/m4/getopt.m4-218- gl_awk_probe='BEGIN { if ("POSIXLY_CORRECT" in ENVIRON) print "x" }' parted-3.3/m4/getopt.m4:219: case ${POSIXLY_CORRECT+x}`$AWK "$gl_awk_probe" </dev/null` in parted-3.3/m4/getopt.m4-220- xx) gl_had_POSIXLY_CORRECT=exported ;; ############################################## parted-3.3/m4/gettext.m4-249- LTLIBINTL="ifelse([$3],[],\${top_builddir}/intl,[$3])/libintl.[]gt_libtool_suffix_prefix[]a $LTLIBICONV $LTLIBTHREAD" parted-3.3/m4/gettext.m4:250: LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'` parted-3.3/m4/gettext.m4-251- fi ############################################## parted-3.3/m4/gnulib-comp.m4-405-changequote(,)dnl parted-3.3/m4/gnulib-comp.m4:406:LTALLOCA=`echo "$ALLOCA" | sed -e 's/\.[^.]* /.lo /g;s/\.[^.]*$/.lo/'` parted-3.3/m4/gnulib-comp.m4-407-changequote([, ])dnl ############################################## parted-3.3/m4/gnulib-comp.m4-792- sed_drop_objext='s/\.o$//;s/\.obj$//' parted-3.3/m4/gnulib-comp.m4:793: for i in `for i in $gl_LIBOBJS; do echo "$i"; done | sed -e "$sed_drop_objext" | sort | uniq`; do parted-3.3/m4/gnulib-comp.m4-794- gl_libobjs="$gl_libobjs $i.$ac_objext" ############################################## parted-3.3/m4/gnulib-comp.m4-810-changequote(,)dnl parted-3.3/m4/gnulib-comp.m4:811: 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 parted-3.3/m4/gnulib-comp.m4-812-changequote([, ])dnl ############################################## parted-3.3/m4/gnulib-comp.m4-1065- gl_STDLIB_MODULE_INDICATOR([unsetenv]) parted-3.3/m4/gnulib-comp.m4:1066: abs_aux_dir=`cd "$ac_aux_dir"; pwd` parted-3.3/m4/gnulib-comp.m4-1067- AC_SUBST([abs_aux_dir]) parted-3.3/m4/gnulib-comp.m4:1068: abs_aux_dir=`cd "$ac_aux_dir"; pwd` parted-3.3/m4/gnulib-comp.m4-1069- AC_SUBST([abs_aux_dir]) ############################################## parted-3.3/m4/gnulib-comp.m4-1121- sed_drop_objext='s/\.o$//;s/\.obj$//' parted-3.3/m4/gnulib-comp.m4:1122: for i in `for i in $gltests_LIBOBJS; do echo "$i"; done | sed -e "$sed_drop_objext" | sort | uniq`; do parted-3.3/m4/gnulib-comp.m4-1123- gltests_libobjs="$gltests_libobjs $i.$ac_objext" ############################################## parted-3.3/m4/host-cpu-c-abi.m4-330- dnl In most cases, $HOST_CPU and $HOST_CPU_C_ABI are the same. parted-3.3/m4/host-cpu-c-abi.m4:331: HOST_CPU=`echo "$gl_cv_host_cpu_c_abi" | sed -e 's/-.*//'` parted-3.3/m4/host-cpu-c-abi.m4-332- HOST_CPU_C_ABI="$gl_cv_host_cpu_c_abi" ############################################## parted-3.3/m4/iconv.m4-192- 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);"]) parted-3.3/m4/iconv.m4:193: am_cv_proto_iconv=`echo "[$]am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'` parted-3.3/m4/iconv.m4-194- AC_MSG_RESULT([ ############################################## parted-3.3/m4/lib-ld.m4-14-[# I'd rather use --version here, but apparently some GNU lds only accept -v. parted-3.3/m4/lib-ld.m4:15:case `$LD -v 2>&1 </dev/null` in parted-3.3/m4/lib-ld.m4-16-*GNU* | *'with BFD'*) ############################################## parted-3.3/m4/lib-ld.m4-71- # gcc leaves a trailing carriage return which upsets mingw parted-3.3/m4/lib-ld.m4:72: acl_output=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; parted-3.3/m4/lib-ld.m4-73- *) parted-3.3/m4/lib-ld.m4:74: acl_output=`($CC -print-prog-name=ld) 2>&5` ;; parted-3.3/m4/lib-ld.m4-75- esac ############################################## parted-3.3/m4/lib-ld.m4-80- # Canonicalize the pathname of ld parted-3.3/m4/lib-ld.m4:81: acl_output=`echo "$acl_output" | sed 's%\\\\%/%g'` parted-3.3/m4/lib-ld.m4-82- while echo "$acl_output" | grep "$re_direlt" > /dev/null 2>&1; do parted-3.3/m4/lib-ld.m4:83: acl_output=`echo $acl_output | sed "s%$re_direlt%/%"` parted-3.3/m4/lib-ld.m4-84- done ############################################## parted-3.3/m4/lib-ld.m4-108- # Break only if it was the GNU/non-GNU ld that we prefer. parted-3.3/m4/lib-ld.m4:109: case `"$acl_cv_path_LD" -v 2>&1 </dev/null` in parted-3.3/m4/lib-ld.m4-110- *GNU* | *'with BFD'*) ############################################## parted-3.3/m4/lib-link.m4-245- dnl or AC_LIB_HAVE_LINKFLAGS call. parted-3.3/m4/lib-link.m4:246: uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./+-|ABCDEFGHIJKLMNOPQRSTUVWXYZ____|'` parted-3.3/m4/lib-link.m4-247- eval value=\"\$HAVE_LIB$uppername\" ############################################## parted-3.3/m4/lib-link.m4-320- -L*) parted-3.3/m4/lib-link.m4:321: dir=`echo "X$x" | sed -e 's/^X-L//'` parted-3.3/m4/lib-link.m4-322- dnl First look for a shared library. ############################################## parted-3.3/m4/lib-link.m4-464- */$acl_libdirstem | */$acl_libdirstem/) parted-3.3/m4/lib-link.m4:465: basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'` parted-3.3/m4/lib-link.m4-466- if test "$name" = '$1'; then ############################################## parted-3.3/m4/lib-link.m4-471- */$acl_libdirstem2 | */$acl_libdirstem2/) parted-3.3/m4/lib-link.m4:472: basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'` parted-3.3/m4/lib-link.m4-473- if test "$name" = '$1'; then ############################################## parted-3.3/m4/lib-link.m4-527- -L*) parted-3.3/m4/lib-link.m4:528: additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'` parted-3.3/m4/lib-link.m4-529- dnl Potentially add $additional_libdir to $LIBNAME and $LTLIBNAME. ############################################## parted-3.3/m4/lib-link.m4-579- -R*) parted-3.3/m4/lib-link.m4:580: dir=`echo "X$dep" | sed -e 's/^X-R//'` parted-3.3/m4/lib-link.m4-581- if test "$enable_rpath" != no; then ############################################## parted-3.3/m4/lib-link.m4-609- dnl Handle this in the next round. parted-3.3/m4/lib-link.m4:610: names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'` parted-3.3/m4/lib-link.m4-611- ;; ############################################## parted-3.3/m4/lib-link.m4-615- dnl option. parted-3.3/m4/lib-link.m4:616: names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'` parted-3.3/m4/lib-link.m4-617- ;; ############################################## parted-3.3/m4/lib-link.m4-727- -L) next=yes ;; parted-3.3/m4/lib-link.m4:728: -L*) dir=`echo "X$opt" | sed -e 's,^X-L,,'` parted-3.3/m4/lib-link.m4-729- dnl No need to hardcode the standard /usr/lib. ############################################## parted-3.3/m4/lib-prefix.m4-230- ;; parted-3.3/m4/lib-prefix.m4:231: *) searchdir=`cd "$searchdir" && pwd` parted-3.3/m4/lib-prefix.m4-232- case "$searchdir" in ############################################## parted-3.3/m4/lib-prefix.m4-246- # Decompose acl_cv_libdirstems into acl_libdirstem and acl_libdirstem2. parted-3.3/m4/lib-prefix.m4:247: acl_libdirstem=`echo "$acl_cv_libdirstems" | sed -e 's/,.*//'` parted-3.3/m4/lib-prefix.m4:248: acl_libdirstem2=`echo "$acl_cv_libdirstems" | sed -e '/,/s/.*,//'` parted-3.3/m4/lib-prefix.m4-249-]) ############################################## parted-3.3/m4/libtool.m4-119- done parted-3.3/m4/libtool.m4:120: func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` parted-3.3/m4/libtool.m4-121-} ############################################## parted-3.3/m4/libtool.m4-437-m4_define([_LT_CONFIG_STATUS_DECLARE], parted-3.3/m4/libtool.m4:438:[$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`']) parted-3.3/m4/libtool.m4-439- ############################################## parted-3.3/m4/libtool.m4-447-# parted-3.3/m4/libtool.m4:448:# <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`' parted-3.3/m4/libtool.m4-449-m4_defun([_LT_CONFIG_STATUS_DECLARATIONS], ############################################## parted-3.3/m4/libtool.m4-557-]], lt_decl_quote_varnames); do parted-3.3/m4/libtool.m4:558: case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in parted-3.3/m4/libtool.m4-559- *[[\\\\\\\`\\"\\\$]]*) parted-3.3/m4/libtool.m4:560: eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes parted-3.3/m4/libtool.m4-561- ;; ############################################## parted-3.3/m4/libtool.m4-570-]], lt_decl_dquote_varnames); do parted-3.3/m4/libtool.m4:571: case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in parted-3.3/m4/libtool.m4-572- *[[\\\\\\\`\\"\\\$]]*) parted-3.3/m4/libtool.m4:573: eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes parted-3.3/m4/libtool.m4-574- ;; ############################################## parted-3.3/m4/libtool.m4-1112- if test yes = "$lt_cv_ld_force_load"; then parted-3.3/m4/libtool.m4:1113: _LT_TAGVAR(whole_archive_flag_spec, $1)='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`' parted-3.3/m4/libtool.m4-1114- m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes], ############################################## parted-3.3/m4/libtool.m4-1165- }]' parted-3.3/m4/libtool.m4:1166: _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` parted-3.3/m4/libtool.m4-1167- # Check for a 64-bit object if we didn't find anything. parted-3.3/m4/libtool.m4-1168- if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then parted-3.3/m4/libtool.m4:1169: _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` parted-3.3/m4/libtool.m4-1170- fi],[]) ############################################## parted-3.3/m4/libtool.m4-1201-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \ parted-3.3/m4/libtool.m4:1202: test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then parted-3.3/m4/libtool.m4-1203- ECHO='print -r --' parted-3.3/m4/libtool.m4:1204:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then parted-3.3/m4/libtool.m4-1205- ECHO='printf %s\n' ############################################## parted-3.3/m4/libtool.m4-1236- PATH=/empty FPATH=/empty; export PATH FPATH parted-3.3/m4/libtool.m4:1237: test "X`printf %s $ECHO`" = "X$ECHO" \ parted-3.3/m4/libtool.m4:1238: || test "X`print -r -- $ECHO`" = "X$ECHO" )])]) parted-3.3/m4/libtool.m4-1239- ############################################## parted-3.3/m4/libtool.m4-1260- if test yes = "$GCC"; then parted-3.3/m4/libtool.m4:1261: lt_sysroot=`$CC --print-sysroot 2>/dev/null` parted-3.3/m4/libtool.m4-1262- fi ############################################## parted-3.3/m4/libtool.m4-1264- /*) parted-3.3/m4/libtool.m4:1265: lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"` parted-3.3/m4/libtool.m4-1266- ;; #( ############################################## parted-3.3/m4/libtool.m4-1294- if AC_TRY_EVAL(ac_compile); then parted-3.3/m4/libtool.m4:1295: case `/usr/bin/file conftest.$ac_objext` in parted-3.3/m4/libtool.m4-1296- *ELF-32*) ############################################## parted-3.3/m4/libtool.m4-1311- if test yes = "$lt_cv_prog_gnu_ld"; then parted-3.3/m4/libtool.m4:1312: case `/usr/bin/file conftest.$ac_objext` in parted-3.3/m4/libtool.m4-1313- *32-bit*) ############################################## parted-3.3/m4/libtool.m4-1323- else parted-3.3/m4/libtool.m4:1324: case `/usr/bin/file conftest.$ac_objext` in parted-3.3/m4/libtool.m4-1325- *32-bit*) ############################################## parted-3.3/m4/libtool.m4-1345- emul=elf parted-3.3/m4/libtool.m4:1346: case `/usr/bin/file conftest.$ac_objext` in parted-3.3/m4/libtool.m4-1347- *32-bit*) ############################################## parted-3.3/m4/libtool.m4-1353- esac parted-3.3/m4/libtool.m4:1354: case `/usr/bin/file conftest.$ac_objext` in parted-3.3/m4/libtool.m4-1355- *MSB*) ############################################## parted-3.3/m4/libtool.m4-1361- esac parted-3.3/m4/libtool.m4:1362: case `/usr/bin/file conftest.$ac_objext` in parted-3.3/m4/libtool.m4-1363- *N32*) ############################################## parted-3.3/m4/libtool.m4-1726- # And add a safety zone parted-3.3/m4/libtool.m4:1727: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` parted-3.3/m4/libtool.m4:1728: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` parted-3.3/m4/libtool.m4-1729- ;; ############################################## parted-3.3/m4/libtool.m4-1759- if test -n "$kargmax"; then parted-3.3/m4/libtool.m4:1760: lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[ ]]//'` parted-3.3/m4/libtool.m4-1761- else ############################################## parted-3.3/m4/libtool.m4-1768- test undefined != "$lt_cv_sys_max_cmd_len"; then parted-3.3/m4/libtool.m4:1769: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` parted-3.3/m4/libtool.m4:1770: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` parted-3.3/m4/libtool.m4-1771- else ############################################## parted-3.3/m4/libtool.m4-1780- # we can't tell. parted-3.3/m4/libtool.m4:1781: while { test X`env echo "$teststring$teststring" 2>/dev/null` \ parted-3.3/m4/libtool.m4-1782- = "X$teststring$teststring"; } >/dev/null 2>&1 && ############################################## parted-3.3/m4/libtool.m4-1784- do parted-3.3/m4/libtool.m4:1785: i=`expr $i + 1` parted-3.3/m4/libtool.m4-1786- teststring=$teststring$teststring ############################################## parted-3.3/m4/libtool.m4-1788- # Only check the string length outside the loop. parted-3.3/m4/libtool.m4:1789: lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` parted-3.3/m4/libtool.m4-1790- teststring= ############################################## parted-3.3/m4/libtool.m4-1793- # linker. It appears as though 1/2 is a usable value. parted-3.3/m4/libtool.m4:1794: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` parted-3.3/m4/libtool.m4-1795- fi ############################################## parted-3.3/m4/libtool.m4-2259- *:) parted-3.3/m4/libtool.m4:2260: eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'` \@S|@@S|@1\" parted-3.3/m4/libtool.m4-2261- ;; parted-3.3/m4/libtool.m4-2262- x:*) parted-3.3/m4/libtool.m4:2263: eval @S|@1=\"\@S|@@S|@1 `$ECHO @S|@2 | $SED 's/:/ /g'`\" parted-3.3/m4/libtool.m4-2264- ;; parted-3.3/m4/libtool.m4-2265- *::*) parted-3.3/m4/libtool.m4:2266: eval @S|@1=\"\@S|@@S|@1\ `$ECHO @S|@2 | $SED -e 's/.*:://' -e 's/:/ /g'`\" parted-3.3/m4/libtool.m4:2267: eval @S|@1=\"`$ECHO @S|@2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \@S|@@S|@1\" parted-3.3/m4/libtool.m4-2268- ;; parted-3.3/m4/libtool.m4-2269- *) parted-3.3/m4/libtool.m4:2270: eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'`\" parted-3.3/m4/libtool.m4-2271- ;; ############################################## parted-3.3/m4/libtool.m4-2299- esac parted-3.3/m4/libtool.m4:2300: lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq` parted-3.3/m4/libtool.m4-2301- case $lt_search_path_spec in ############################################## parted-3.3/m4/libtool.m4-2306- # okay in the real world where ";" in dirpaths is itself problematic. parted-3.3/m4/libtool.m4:2307: lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'` parted-3.3/m4/libtool.m4-2308- ;; parted-3.3/m4/libtool.m4-2309- *) parted-3.3/m4/libtool.m4:2310: lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"` parted-3.3/m4/libtool.m4-2311- ;; ############################################## parted-3.3/m4/libtool.m4-2315- lt_tmp_lt_search_path_spec= parted-3.3/m4/libtool.m4:2316: lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null` parted-3.3/m4/libtool.m4-2317- # ...but if some path component already ends with the multilib dir we assume ############################################## parted-3.3/m4/libtool.m4-2357- esac parted-3.3/m4/libtool.m4:2358: sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP` parted-3.3/m4/libtool.m4-2359-else ############################################## parted-3.3/m4/libtool.m4-2498- # Create ${libname}_ixlibrary.a entries in /sys/libs. parted-3.3/m4/libtool.m4:2499: finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' parted-3.3/m4/libtool.m4-2500- ;; ############################################## parted-3.3/m4/libtool.m4-2534- # DLL is installed to $(libdir)/../bin by postinstall_cmds parted-3.3/m4/libtool.m4:2535: postinstall_cmds='base_file=`basename \$file`~ parted-3.3/m4/libtool.m4:2536: dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~ parted-3.3/m4/libtool.m4:2537: dldir=$destdir/`dirname \$dlpath`~ parted-3.3/m4/libtool.m4-2538- test -d \$dldir || mkdir -p \$dldir~ ############################################## parted-3.3/m4/libtool.m4-2543- fi' parted-3.3/m4/libtool.m4:2544: postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ parted-3.3/m4/libtool.m4-2545- dlpath=$dir/\$dldll~ ############################################## parted-3.3/m4/libtool.m4-2551- # Cygwin DLLs use 'cyg' prefix rather than 'lib' parted-3.3/m4/libtool.m4:2552: soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext' parted-3.3/m4/libtool.m4-2553-m4_if([$1], [],[ ############################################## parted-3.3/m4/libtool.m4-2557- # MinGW DLLs use traditional 'lib' prefix parted-3.3/m4/libtool.m4:2558: soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext' parted-3.3/m4/libtool.m4-2559- ;; ############################################## parted-3.3/m4/libtool.m4-2561- # pw32 DLLs use 'pw' prefix rather than 'lib' parted-3.3/m4/libtool.m4:2562: library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext' parted-3.3/m4/libtool.m4-2563- ;; ############################################## parted-3.3/m4/libtool.m4-2570- libname_spec='$name' parted-3.3/m4/libtool.m4:2571: soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext' parted-3.3/m4/libtool.m4-2572- library_names_spec='$libname.dll.lib' ############################################## parted-3.3/m4/libtool.m4-2582- # Let DOS variable expansion print the short 8.3 style file name. parted-3.3/m4/libtool.m4:2583: lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"` parted-3.3/m4/libtool.m4-2584- sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path" ############################################## parted-3.3/m4/libtool.m4-2587- # Convert to MSYS style. parted-3.3/m4/libtool.m4:2588: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'` parted-3.3/m4/libtool.m4-2589- ;; ############################################## parted-3.3/m4/libtool.m4-2593- # like /cygdrive/c/PROGRA~1:/cygdr... parted-3.3/m4/libtool.m4:2594: sys_lib_search_path_spec=`cygpath --path --unix "$LIB"` parted-3.3/m4/libtool.m4:2595: sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null` parted-3.3/m4/libtool.m4:2596: sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` parted-3.3/m4/libtool.m4-2597- ;; ############################################## parted-3.3/m4/libtool.m4-2601- # It is most probably a Windows format PATH. parted-3.3/m4/libtool.m4:2602: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` parted-3.3/m4/libtool.m4-2603- else parted-3.3/m4/libtool.m4:2604: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` parted-3.3/m4/libtool.m4-2605- fi ############################################## parted-3.3/m4/libtool.m4-2611- # DLL is installed to $(libdir)/../bin by postinstall_cmds parted-3.3/m4/libtool.m4:2612: postinstall_cmds='base_file=`basename \$file`~ parted-3.3/m4/libtool.m4:2613: dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~ parted-3.3/m4/libtool.m4:2614: dldir=$destdir/`dirname \$dlpath`~ parted-3.3/m4/libtool.m4-2615- test -d \$dldir || mkdir -p \$dldir~ parted-3.3/m4/libtool.m4-2616- $install_prog $dir/$dlname \$dldir/$dlname' parted-3.3/m4/libtool.m4:2617: postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ parted-3.3/m4/libtool.m4-2618- dlpath=$dir/\$dldll~ ############################################## parted-3.3/m4/libtool.m4-2625- # Assume MSVC wrapper parted-3.3/m4/libtool.m4:2626: library_names_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext $libname.lib' parted-3.3/m4/libtool.m4-2627- dynamic_linker='Win32 ld.exe' ############################################## parted-3.3/m4/libtool.m4-2642- shlibpath_var=DYLD_LIBRARY_PATH parted-3.3/m4/libtool.m4:2643: shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' parted-3.3/m4/libtool.m4-2644-m4_if([$1], [],[ ############################################## parted-3.3/m4/libtool.m4-2879- if test -f /etc/ld.so.conf; then parted-3.3/m4/libtool.m4:2880: lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '` parted-3.3/m4/libtool.m4-2881- sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra" ############################################## parted-3.3/m4/libtool.m4-2933- need_lib_prefix=no parted-3.3/m4/libtool.m4:2934: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then parted-3.3/m4/libtool.m4-2935- need_version=no ############################################## parted-3.3/m4/libtool.m4-2960- sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec parted-3.3/m4/libtool.m4:2961: postinstall_cmds='base_file=`basename \$file`~ parted-3.3/m4/libtool.m4:2962: dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~ parted-3.3/m4/libtool.m4:2963: dldir=$destdir/`dirname \$dlpath`~ parted-3.3/m4/libtool.m4-2964- test -d \$dldir || mkdir -p \$dldir~ ############################################## parted-3.3/m4/libtool.m4-2969- fi' parted-3.3/m4/libtool.m4:2970: postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~ parted-3.3/m4/libtool.m4-2971- dlpath=$dir/\$dldll~ ############################################## parted-3.3/m4/libtool.m4-3180- "file_magic "*) parted-3.3/m4/libtool.m4:3181: file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` parted-3.3/m4/libtool.m4-3182- MAGIC_CMD=$lt_cv_path_MAGIC_CMD ############################################## parted-3.3/m4/libtool.m4-3263- # gcc leaves a trailing carriage return, which upsets mingw parted-3.3/m4/libtool.m4:3264: ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; parted-3.3/m4/libtool.m4-3265- *) parted-3.3/m4/libtool.m4:3266: ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; parted-3.3/m4/libtool.m4-3267- esac ############################################## parted-3.3/m4/libtool.m4-3272- # Canonicalize the pathname of ld parted-3.3/m4/libtool.m4:3273: ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'` parted-3.3/m4/libtool.m4-3274- while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do parted-3.3/m4/libtool.m4:3275: ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` parted-3.3/m4/libtool.m4-3276- done ############################################## parted-3.3/m4/libtool.m4-3303- # Break only if it was the GNU/non-GNU ld that we prefer. parted-3.3/m4/libtool.m4:3304: case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in parted-3.3/m4/libtool.m4-3305- *GNU* | *'with BFD'*) ############################################## parted-3.3/m4/libtool.m4-3343-[# I'd rather use --version here, but apparently some GNU lds only accept -v. parted-3.3/m4/libtool.m4:3344:case `$LD -v 2>&1 </dev/null` in parted-3.3/m4/libtool.m4-3345-*GNU* | *'with BFD'*) ############################################## parted-3.3/m4/libtool.m4-3570-openbsd* | bitrig*) parted-3.3/m4/libtool.m4:3571: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then parted-3.3/m4/libtool.m4-3572- lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$' ############################################## parted-3.3/m4/libtool.m4-3637- else parted-3.3/m4/libtool.m4:3638: file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"` parted-3.3/m4/libtool.m4-3639- fi ############################################## parted-3.3/m4/libtool.m4-3688- esac parted-3.3/m4/libtool.m4:3689: case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in parted-3.3/m4/libtool.m4-3690- *$lt_bad_file* | *'Invalid file or object type'*) ############################################## parted-3.3/m4/libtool.m4-3694- *) parted-3.3/m4/libtool.m4:3695: case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in parted-3.3/m4/libtool.m4-3696- */dev/null*) ############################################## parted-3.3/m4/libtool.m4-3720- AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :) parted-3.3/m4/libtool.m4:3721: case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in parted-3.3/m4/libtool.m4-3722- *COFF*) ############################################## parted-3.3/m4/libtool.m4-3779- # decide which one to use based on capabilities of $DLLTOOL parted-3.3/m4/libtool.m4:3780: case `$DLLTOOL --help 2>&1` in parted-3.3/m4/libtool.m4-3781- *--identify-strict*) ############################################## parted-3.3/m4/libtool.m4-3953-# If we're using GNU nm, then use its standard symbol codes. parted-3.3/m4/libtool.m4:3954:case `$NM -V 2>&1` in parted-3.3/m4/libtool.m4-3955-*GNU* | *'with BFD'*) ############################################## parted-3.3/m4/libtool.m4-4001-mingw*) parted-3.3/m4/libtool.m4:4002: opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp parted-3.3/m4/libtool.m4-4003- ;; ############################################## parted-3.3/m4/libtool.m4-4057- nlist=conftest.nm parted-3.3/m4/libtool.m4:4058: if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then parted-3.3/m4/libtool.m4-4059- # Try sorting and uniquifying the output. ############################################## parted-3.3/m4/libtool.m4-4405- *) parted-3.3/m4/libtool.m4:4406: case `$CC -V 2>&1 | sed 5q` in parted-3.3/m4/libtool.m4-4407- *Sun\ C*) ############################################## parted-3.3/m4/libtool.m4-4741- *) parted-3.3/m4/libtool.m4:4742: case `$CC -V 2>&1 | sed 5q` in parted-3.3/m4/libtool.m4-4743- *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*) ############################################## parted-3.3/m4/libtool.m4-4924- else parted-3.3/m4/libtool.m4:4925: _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols' parted-3.3/m4/libtool.m4-4926- fi ############################################## parted-3.3/m4/libtool.m4-5017- # shared libraries, regardless of the interface used. parted-3.3/m4/libtool.m4:5018: case `$LD -v 2>&1` in parted-3.3/m4/libtool.m4-5019- *\ \(GNU\ Binutils\)\ 2.19.5*) ;; ############################################## parted-3.3/m4/libtool.m4-5049- supports_anon_versioning=no parted-3.3/m4/libtool.m4:5050: case `$LD -v | $SED -e 's/([^)]\+)\s\+//' 2>&1` in parted-3.3/m4/libtool.m4-5051- *GNU\ gold*) supports_anon_versioning=yes ;; ############################################## parted-3.3/m4/libtool.m4-5152- prefix_cmds="$SED"~ parted-3.3/m4/libtool.m4:5153: if test EXPORTS = "`$SED 1q $export_symbols`"; then parted-3.3/m4/libtool.m4-5154- prefix_cmds="$prefix_cmds -e 1d"; ############################################## parted-3.3/m4/libtool.m4-5174- # time. Moving up from 0x10000000 also allows more sbrk(2) space. parted-3.3/m4/libtool.m4:5175: _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' parted-3.3/m4/libtool.m4:5176: _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' parted-3.3/m4/libtool.m4-5177- ;; ############################################## parted-3.3/m4/libtool.m4-5192- pgcc*) # Portland Group C compiler parted-3.3/m4/libtool.m4:5193: _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' parted-3.3/m4/libtool.m4-5194- tmp_addflag=' $pic_flag' ############################################## parted-3.3/m4/libtool.m4-5197- # Portland Group f77 and f90 compilers parted-3.3/m4/libtool.m4:5198: _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' parted-3.3/m4/libtool.m4-5199- tmp_addflag=' $pic_flag -Mnomain' ;; ############################################## parted-3.3/m4/libtool.m4-5214- nvcc*) # Cuda Compiler Driver 2.2 parted-3.3/m4/libtool.m4:5215: _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' parted-3.3/m4/libtool.m4-5216- _LT_TAGVAR(compiler_needs_object, $1)=yes ############################################## parted-3.3/m4/libtool.m4-5218- esac parted-3.3/m4/libtool.m4:5219: case `$CC -V 2>&1 | sed 5q` in parted-3.3/m4/libtool.m4-5220- *Sun\ C*) # Sun C 5.9 parted-3.3/m4/libtool.m4:5221: _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' parted-3.3/m4/libtool.m4-5222- _LT_TAGVAR(compiler_needs_object, $1)=yes ############################################## parted-3.3/m4/libtool.m4-5289- sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) parted-3.3/m4/libtool.m4:5290: case `$LD -v 2>&1` in parted-3.3/m4/libtool.m4-5291- *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*) ############################################## parted-3.3/m4/libtool.m4-5378- else parted-3.3/m4/libtool.m4:5379: _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols' parted-3.3/m4/libtool.m4-5380- fi ############################################## parted-3.3/m4/libtool.m4-5443- # below for broken collect2 doesn't work under 4.3+ parted-3.3/m4/libtool.m4:5444: collect2name=`$CC -print-prog-name=collect2` parted-3.3/m4/libtool.m4-5445- if test -f "$collect2name" && ############################################## parted-3.3/m4/libtool.m4-5499- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath" parted-3.3/m4/libtool.m4:5500: _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag parted-3.3/m4/libtool.m4-5501- else ############################################## parted-3.3/m4/libtool.m4-5524- # -brtl affects multiple linker settings, -berok does not and is overridden later parted-3.3/m4/libtool.m4:5525: compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`' parted-3.3/m4/libtool.m4-5526- if test svr4 != "$with_aix_soname"; then ############################################## parted-3.3/m4/libtool.m4-5615- # FIXME: Setting linknames here is a bad hack. parted-3.3/m4/libtool.m4:5616: _LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames=' parted-3.3/m4/libtool.m4-5617- # The linker will automatically build a .lib file if we build a DLL. ############################################## parted-3.3/m4/libtool.m4-5753- if test yes = "$GCC"; then parted-3.3/m4/libtool.m4:5754: _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' parted-3.3/m4/libtool.m4-5755- # Try to use the -exported_symbol ld option, if it does not ############################################## parted-3.3/m4/libtool.m4-5776- if test yes = "$lt_cv_irix_exported_symbol"; then parted-3.3/m4/libtool.m4:5777: _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib' parted-3.3/m4/libtool.m4-5778- fi parted-3.3/m4/libtool.m4-5779- else parted-3.3/m4/libtool.m4:5780: _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' parted-3.3/m4/libtool.m4:5781: _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib' parted-3.3/m4/libtool.m4-5782- fi ############################################## parted-3.3/m4/libtool.m4-5826- _LT_TAGVAR(hardcode_direct_absolute, $1)=yes parted-3.3/m4/libtool.m4:5827: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then parted-3.3/m4/libtool.m4-5828- _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' ############################################## parted-3.3/m4/libtool.m4-5857- prefix_cmds="$SED"~ parted-3.3/m4/libtool.m4:5858: if test EXPORTS = "`$SED 1q $export_symbols`"; then parted-3.3/m4/libtool.m4-5859- prefix_cmds="$prefix_cmds -e 1d"; ############################################## parted-3.3/m4/libtool.m4-5871- _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*' parted-3.3/m4/libtool.m4:5872: _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' parted-3.3/m4/libtool.m4-5873- else parted-3.3/m4/libtool.m4-5874- _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' parted-3.3/m4/libtool.m4:5875: _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' parted-3.3/m4/libtool.m4-5876- fi ############################################## parted-3.3/m4/libtool.m4-5884- _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*' parted-3.3/m4/libtool.m4:5885: _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' parted-3.3/m4/libtool.m4-5886- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' ############################################## parted-3.3/m4/libtool.m4-5888- _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' parted-3.3/m4/libtool.m4:5889: _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' parted-3.3/m4/libtool.m4:5890: _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~ parted-3.3/m4/libtool.m4:5891: $CC -shared$allow_undefined_flag $wl-input $wl$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~$RM $lib.exp' parted-3.3/m4/libtool.m4-5892- ############################################## parted-3.3/m4/libtool.m4-5907- else parted-3.3/m4/libtool.m4:5908: case `$CC -V 2>&1` in parted-3.3/m4/libtool.m4-5909- *"Compilers 5.0"*) ############################################## parted-3.3/m4/libtool.m4-6100- _LT_TAGVAR(allow_undefined_flag, $1)= parted-3.3/m4/libtool.m4:6101: if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) parted-3.3/m4/libtool.m4-6102- then ############################################## parted-3.3/m4/libtool.m4-6404- # ancient GNU ld didn't support --whole-archive et. al. parted-3.3/m4/libtool.m4:6405: if eval "`$CC -print-prog-name=ld` --help 2>&1" | parted-3.3/m4/libtool.m4-6406- $GREP 'no-whole-archive' > /dev/null; then ############################################## parted-3.3/m4/libtool.m4-6514- # below for broken collect2 doesn't work under 4.3+ parted-3.3/m4/libtool.m4:6515: collect2name=`$CC -print-prog-name=collect2` parted-3.3/m4/libtool.m4-6516- if test -f "$collect2name" && ############################################## parted-3.3/m4/libtool.m4-6572- parted-3.3/m4/libtool.m4:6573: _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag parted-3.3/m4/libtool.m4-6574- else ############################################## parted-3.3/m4/libtool.m4-6597- # -brtl affects multiple linker settings, -berok does not and is overridden later parted-3.3/m4/libtool.m4:6598: compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`' parted-3.3/m4/libtool.m4-6599- if test svr4 != "$with_aix_soname"; then ############################################## parted-3.3/m4/libtool.m4-6726- prefix_cmds="$SED"~ parted-3.3/m4/libtool.m4:6727: if test EXPORTS = "`$SED 1q $export_symbols`"; then parted-3.3/m4/libtool.m4-6728- prefix_cmds="$prefix_cmds -e 1d"; ############################################## parted-3.3/m4/libtool.m4-6800- # dependencies. parted-3.3/m4/libtool.m4:6801: output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' parted-3.3/m4/libtool.m4-6802- ;; ############################################## parted-3.3/m4/libtool.m4-6865- # dependencies. parted-3.3/m4/libtool.m4:6866: output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' parted-3.3/m4/libtool.m4-6867- ;; ############################################## parted-3.3/m4/libtool.m4-6901- # time. Moving up from 0x10000000 also allows more sbrk(2) space. parted-3.3/m4/libtool.m4:6902: _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' parted-3.3/m4/libtool.m4:6903: _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' parted-3.3/m4/libtool.m4-6904- ;; ############################################## parted-3.3/m4/libtool.m4-6908- # SGI C++ parted-3.3/m4/libtool.m4:6909: _LT_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' parted-3.3/m4/libtool.m4-6910- ############################################## parted-3.3/m4/libtool.m4-6919- if test no = "$with_gnu_ld"; then parted-3.3/m4/libtool.m4:6920: _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' parted-3.3/m4/libtool.m4-6921- else parted-3.3/m4/libtool.m4:6922: _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` -o $lib' parted-3.3/m4/libtool.m4-6923- fi ############################################## parted-3.3/m4/libtool.m4-6940- # to its proper name (with version) after linking. parted-3.3/m4/libtool.m4:6941: _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' parted-3.3/m4/libtool.m4:6942: _LT_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib $wl-retain-symbols-file,$export_symbols; mv \$templib $lib' parted-3.3/m4/libtool.m4-6943- # Commands to make compiler produce verbose output that lists ############################################## parted-3.3/m4/libtool.m4-6950- # dependencies. parted-3.3/m4/libtool.m4:6951: output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' parted-3.3/m4/libtool.m4-6952- ############################################## parted-3.3/m4/libtool.m4-6965- # earlier do not add the objects themselves. parted-3.3/m4/libtool.m4:6966: case `$CC -V 2>&1` in parted-3.3/m4/libtool.m4-6967- *"Version 7."*) ############################################## parted-3.3/m4/libtool.m4-6986- # Portland Group C++ compiler parted-3.3/m4/libtool.m4:6987: case `$CC -V` in parted-3.3/m4/libtool.m4-6988- *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*) ############################################## parted-3.3/m4/libtool.m4-6991- $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~ parted-3.3/m4/libtool.m4:6992: compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"' parted-3.3/m4/libtool.m4-6993- _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~ ############################################## parted-3.3/m4/libtool.m4-6995- $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~ parted-3.3/m4/libtool.m4:6996: $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~ parted-3.3/m4/libtool.m4-6997- $RANLIB $oldlib' ############################################## parted-3.3/m4/libtool.m4-7000- $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ parted-3.3/m4/libtool.m4:7001: $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib' parted-3.3/m4/libtool.m4-7002- _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~ ############################################## parted-3.3/m4/libtool.m4-7004- $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ parted-3.3/m4/libtool.m4:7005: $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' parted-3.3/m4/libtool.m4-7006- ;; ############################################## parted-3.3/m4/libtool.m4-7014- _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic' parted-3.3/m4/libtool.m4:7015: _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' parted-3.3/m4/libtool.m4-7016- ;; ############################################## parted-3.3/m4/libtool.m4-7033- # dependencies. parted-3.3/m4/libtool.m4:7034: output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed' parted-3.3/m4/libtool.m4-7035- ;; ############################################## parted-3.3/m4/libtool.m4-7048- *) parted-3.3/m4/libtool.m4:7049: case `$CC -V 2>&1 | sed 5q` in parted-3.3/m4/libtool.m4-7050- *Sun\ C*) ############################################## parted-3.3/m4/libtool.m4-7055- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' parted-3.3/m4/libtool.m4:7056: _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' parted-3.3/m4/libtool.m4-7057- _LT_TAGVAR(compiler_needs_object, $1)=yes ############################################## parted-3.3/m4/libtool.m4-7120- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir' parted-3.3/m4/libtool.m4:7121: if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`"; then parted-3.3/m4/libtool.m4-7122- _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-retain-symbols-file,$export_symbols -o $lib' ############################################## parted-3.3/m4/libtool.m4-7139- # to its proper name (with version) after linking. parted-3.3/m4/libtool.m4:7140: _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' parted-3.3/m4/libtool.m4-7141- ############################################## parted-3.3/m4/libtool.m4-7160- _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*' parted-3.3/m4/libtool.m4:7161: _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $soname `test -n "$verstring" && func_echo_all "$wl-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' parted-3.3/m4/libtool.m4-7162- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' ############################################## parted-3.3/m4/libtool.m4-7165- _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' parted-3.3/m4/libtool.m4:7166: _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' parted-3.3/m4/libtool.m4:7167: _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~ parted-3.3/m4/libtool.m4-7168- echo "-hidden">> $lib.exp~ parted-3.3/m4/libtool.m4:7169: $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname $wl-input $wl$lib.exp `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~ parted-3.3/m4/libtool.m4-7170- $RM $lib.exp' ############################################## parted-3.3/m4/libtool.m4-7184- # dependencies. parted-3.3/m4/libtool.m4:7185: output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' parted-3.3/m4/libtool.m4-7186- ;; ############################################## parted-3.3/m4/libtool.m4-7191- osf3*) parted-3.3/m4/libtool.m4:7192: _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' parted-3.3/m4/libtool.m4-7193- ;; parted-3.3/m4/libtool.m4-7194- *) parted-3.3/m4/libtool.m4:7195: _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' parted-3.3/m4/libtool.m4-7196- ;; ############################################## parted-3.3/m4/libtool.m4-7444- case @S|@2 in parted-3.3/m4/libtool.m4:7445: .*) func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%\\\\@S|@2\$%%"`;; parted-3.3/m4/libtool.m4:7446: *) func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%@S|@2\$%%"`;; parted-3.3/m4/libtool.m4-7447- esac ############################################## parted-3.3/m4/libtool.m4-7533- parted-3.3/m4/libtool.m4:7534: for p in `eval "$output_verbose_link_cmd"`; do parted-3.3/m4/libtool.m4-7535- case $prev$p in ############################################## parted-3.3/m4/libtool.m4-7637-if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then parted-3.3/m4/libtool.m4:7638: _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | $SED -e 's! -L! !g' -e 's!^ !!'` parted-3.3/m4/libtool.m4-7639-fi ############################################## parted-3.3/m4/libtool.m4-8257- test 10 -lt "$lt_ac_count" && break parted-3.3/m4/libtool.m4:8258: lt_ac_count=`expr $lt_ac_count + 1` parted-3.3/m4/libtool.m4-8259- if test "$lt_ac_count" -gt "$lt_ac_max"; then ############################################## parted-3.3/m4/ltsugar.m4-68-m4_define([lt_combine], parted-3.3/m4/ltsugar.m4:69:[m4_if(m4_eval([$# > 3]), [1], parted-3.3/m4/ltsugar.m4-70- [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl ############################################## parted-3.3/m4/manywarnings.m4-310- if test -n "$GCC"; then parted-3.3/m4/manywarnings.m4:311: case `($CC --version) 2>/dev/null` in parted-3.3/m4/manywarnings.m4-312- 'gcc (GCC) '[[0-3]].* | \ ############################################## parted-3.3/m4/po.m4-47-changequote(,)dnl parted-3.3/m4/po.m4:48: case `$MSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in parted-3.3/m4/po.m4-49- '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) MSGFMT_015=: ;; ############################################## parted-3.3/m4/po.m4-54-changequote(,)dnl parted-3.3/m4/po.m4:55: case `$GMSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in parted-3.3/m4/po.m4-56- '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) GMSGFMT_015=: ;; ############################################## parted-3.3/m4/po.m4-73-changequote(,)dnl parted-3.3/m4/po.m4:74: case `$XGETTEXT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in parted-3.3/m4/po.m4-75- '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) XGETTEXT_015=: ;; ############################################## parted-3.3/m4/po.m4-98- case "$ac_file" in parted-3.3/m4/po.m4:99: *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;; parted-3.3/m4/po.m4-100- esac ############################################## parted-3.3/m4/po.m4-103- # Adjust a relative srcdir. parted-3.3/m4/po.m4:104: ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'` parted-3.3/m4/po.m4:105: ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`" parted-3.3/m4/po.m4:106: ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'` parted-3.3/m4/po.m4-107- # In autoconf-2.13 it is called $ac_given_srcdir. ############################################## parted-3.3/m4/po.m4-110- case "$ac_given_srcdir" in parted-3.3/m4/po.m4:111: .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;; parted-3.3/m4/po.m4-112- /*) top_srcdir="$ac_given_srcdir" ;; ############################################## parted-3.3/m4/po.m4-130- fi parted-3.3/m4/po.m4:131: ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"` parted-3.3/m4/po.m4-132- # Hide the ALL_LINGUAS assigment from automake < 1.5. ############################################## parted-3.3/m4/po.m4-227- # Adjust a relative srcdir. parted-3.3/m4/po.m4:228: ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'` parted-3.3/m4/po.m4:229: ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`" parted-3.3/m4/po.m4:230: ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'` parted-3.3/m4/po.m4-231- # In autoconf-2.13 it is called $ac_given_srcdir. ############################################## parted-3.3/m4/po.m4-234- case "$ac_given_srcdir" in parted-3.3/m4/po.m4:235: .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;; parted-3.3/m4/po.m4-236- /*) top_srcdir="$ac_given_srcdir" ;; ############################################## parted-3.3/m4/po.m4-295- # Set POTFILES to the value of the Makefile variable POTFILES. parted-3.3/m4/po.m4:296: sed_x_POTFILES=`$gt_echo "$sed_x_variable" | sed -e '/^ *#/d' -e 's/VARIABLE/POTFILES/g'` parted-3.3/m4/po.m4:297: POTFILES=`sed -n -e "$sed_x_POTFILES" < "$ac_file"` parted-3.3/m4/po.m4-298- # Compute POTFILES_DEPS as ############################################## parted-3.3/m4/po.m4-310- # The LINGUAS file contains the set of available languages. parted-3.3/m4/po.m4:311: ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"` parted-3.3/m4/po.m4-312- POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS" ############################################## parted-3.3/m4/po.m4-314- # Set ALL_LINGUAS to the value of the Makefile variable LINGUAS. parted-3.3/m4/po.m4:315: sed_x_LINGUAS=`$gt_echo "$sed_x_variable" | sed -e '/^ *#/d' -e 's/VARIABLE/LINGUAS/g'` parted-3.3/m4/po.m4:316: ALL_LINGUAS_=`sed -n -e "$sed_x_LINGUAS" < "$ac_file"` parted-3.3/m4/po.m4-317- fi ############################################## parted-3.3/m4/po.m4-358- QMFILES="$QMFILES $srcdirpre$lang.qm" parted-3.3/m4/po.m4:359: frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'` parted-3.3/m4/po.m4-360- MSGFILES="$MSGFILES $srcdirpre$frobbedlang.msg" parted-3.3/m4/po.m4:361: 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/'` parted-3.3/m4/po.m4-362- RESOURCESDLLFILES="$RESOURCESDLLFILES $srcdirpre$frobbedlang/\$(DOMAIN).resources.dll" ############################################## parted-3.3/m4/po.m4-399- QTCATALOGS="$QTCATALOGS $lang.qm" parted-3.3/m4/po.m4:400: frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'` parted-3.3/m4/po.m4-401- TCLCATALOGS="$TCLCATALOGS $frobbedlang.msg" parted-3.3/m4/po.m4:402: 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/'` parted-3.3/m4/po.m4-403- CSHARPCATALOGS="$CSHARPCATALOGS $frobbedlang/\$(DOMAIN).resources.dll" ############################################## parted-3.3/m4/po.m4-410- for lang in $ALL_LINGUAS; do parted-3.3/m4/po.m4:411: frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'` parted-3.3/m4/po.m4-412- cat >> "$ac_file.tmp" <<EOF ############################################## parted-3.3/m4/po.m4-421- for lang in $ALL_LINGUAS; do parted-3.3/m4/po.m4:422: 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/'` parted-3.3/m4/po.m4-423- cat >> "$ac_file.tmp" <<EOF ############################################## parted-3.3/m4/stdint.m4-406- fi parted-3.3/m4/stdint.m4:407: GLTYPE=`echo "$gltype" | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'` parted-3.3/m4/stdint.m4-408- AC_DEFINE_UNQUOTED([BITSIZEOF_${GLTYPE}], [$result]) ############################################## parted-3.3/m4/stdint.m4-435- eval result=\$gl_cv_type_${gltype}_signed parted-3.3/m4/stdint.m4:436: GLTYPE=`echo $gltype | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'` parted-3.3/m4/stdint.m4-437- if test "$result" = yes; then ############################################## parted-3.3/m4/stdint.m4-489- done]) parted-3.3/m4/stdint.m4:490: GLTYPE=`echo $gltype | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'` parted-3.3/m4/stdint.m4-491- eval result=\$gl_cv_type_${gltype}_suffix ############################################## parted-3.3/m4/warnings.m4-33-case $gl_positive in parted-3.3/m4/warnings.m4:34: -Wno-*) gl_positive=-W`expr "X$gl_positive" : 'X-Wno-\(.*\)'` ;; parted-3.3/m4/warnings.m4-35-esac ############################################## parted-3.3/m4/wchar_h.m4-91- save_ac_compile="$ac_compile" parted-3.3/m4/wchar_h.m4:92: ac_compile=`echo "$save_ac_compile" | sed s/conftest/conftest1/` parted-3.3/m4/wchar_h.m4-93- if echo '#include "conftest.c"' >conftest1.c && ############################################## parted-3.3/m4/wchar_h.m4-107- dnl See note above about renaming object files. parted-3.3/m4/wchar_h.m4:108: ac_compile=`echo "$save_ac_compile" | sed s/conftest/conftest2/` parted-3.3/m4/wchar_h.m4-109- if echo '#include "conftest.c"' >conftest2.c && ############################################## parted-3.3/Makefile.am-63- output=$${output}.new; \ parted-3.3/Makefile.am:64: t=`echo $${output} | sed 's=.*config/abi/=='`; \ parted-3.3/Makefile.am-65- echo "Baseline file already exists, writing to $${t} instead."; \ ############################################## parted-3.3/configure-45-if test -z "$BASH_VERSION$ZSH_VERSION" \ parted-3.3/configure:46: && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then parted-3.3/configure-47- as_echo='print -r --' parted-3.3/configure-48- as_echo_n='print -rn --' parted-3.3/configure:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then parted-3.3/configure-50- as_echo='printf %s\n' ############################################## parted-3.3/configure-52-else parted-3.3/configure:53: if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then parted-3.3/configure-54- as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' ############################################## parted-3.3/configure-62- expr "X$arg" : "X\\(.*\\)$as_nl"; parted-3.3/configure:63: arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; parted-3.3/configure-64- esac; ############################################## parted-3.3/configure-199- eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && parted-3.3/configure:200: test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1 parted-3.3/configure-201-test \$(( 1 + 1 )) = 2 || exit 1 ############################################## parted-3.3/configure-207- PATH=/empty FPATH=/empty; export PATH FPATH parted-3.3/configure:208: test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\ parted-3.3/configure:209: || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1" parted-3.3/configure-210- if (eval "$as_required") 2>/dev/null; then : ############################################## parted-3.3/configure-335- case $as_dir in #( parted-3.3/configure:336: *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( parted-3.3/configure-337- *) as_qdir=$as_dir;; ############################################## parted-3.3/configure-408- { parted-3.3/configure:409: as_val=`expr "$@" || test $? -eq 1` parted-3.3/configure-410- } ############################################## parted-3.3/configure-415-# ---------------------------------------- parted-3.3/configure:416:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are parted-3.3/configure-417-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the ############################################## parted-3.3/configure-478- eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" && parted-3.3/configure:479: test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || { parted-3.3/configure-480- # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-) ############################################## parted-3.3/configure-1895- case $ac_option in parted-3.3/configure:1896: *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; parted-3.3/configure-1897- *=) ac_optarg= ;; ############################################## parted-3.3/configure-1939- -disable-* | --disable-*) parted-3.3/configure:1940: ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` parted-3.3/configure-1941- # Reject names that are not valid shell variable names. ############################################## parted-3.3/configure-1944- ac_useropt_orig=$ac_useropt parted-3.3/configure:1945: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` parted-3.3/configure-1946- case $ac_user_opts in ############################################## parted-3.3/configure-1965- -enable-* | --enable-*) parted-3.3/configure:1966: ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` parted-3.3/configure-1967- # Reject names that are not valid shell variable names. ############################################## parted-3.3/configure-1970- ac_useropt_orig=$ac_useropt parted-3.3/configure:1971: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` parted-3.3/configure-1972- case $ac_user_opts in ############################################## parted-3.3/configure-2169- -with-* | --with-*) parted-3.3/configure:2170: ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` parted-3.3/configure-2171- # Reject names that are not valid shell variable names. ############################################## parted-3.3/configure-2174- ac_useropt_orig=$ac_useropt parted-3.3/configure:2175: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` parted-3.3/configure-2176- case $ac_user_opts in ############################################## parted-3.3/configure-2185- -without-* | --without-*) parted-3.3/configure:2186: ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` parted-3.3/configure-2187- # Reject names that are not valid shell variable names. ############################################## parted-3.3/configure-2190- ac_useropt_orig=$ac_useropt parted-3.3/configure:2191: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` parted-3.3/configure-2192- case $ac_user_opts in ############################################## parted-3.3/configure-2223- *=*) parted-3.3/configure:2224: ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` parted-3.3/configure-2225- # Reject names that are not valid shell variable names. ############################################## parted-3.3/configure-2244-if test -n "$ac_prev"; then parted-3.3/configure:2245: ac_option=--`echo $ac_prev | sed 's/_/-/g'` parted-3.3/configure-2246- as_fn_error $? "missing argument to $ac_option" ############################################## parted-3.3/configure-2266- */ ) parted-3.3/configure:2267: ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` parted-3.3/configure-2268- eval $ac_var=\$ac_val;; ############################################## parted-3.3/configure-2301-ac_ls_di=`ls -di .` && parted-3.3/configure:2302:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || parted-3.3/configure-2303- as_fn_error $? "working directory cannot be determined" ############################################## parted-3.3/configure-2357-case $srcdir in parted-3.3/configure:2358:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; parted-3.3/configure-2359-esac ############################################## parted-3.3/configure-2400-By default, \`make install' will install all the files in parted-3.3/configure:2401:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify parted-3.3/configure:2402:an installation prefix other than \`$ac_default_prefix' using \`--prefix', parted-3.3/configure-2403-for instance \`--prefix=\$HOME'. ############################################## parted-3.3/configure-2547-*) parted-3.3/configure:2548: ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` parted-3.3/configure-2549- # A ".." for each directory in $ac_dir_suffix. parted-3.3/configure:2550: ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` parted-3.3/configure-2551- case $ac_top_builddir_sub in ############################################## parted-3.3/configure-3204- as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack parted-3.3/configure:3205: as_decl_name=`echo $2|sed 's/ *(.*//'` parted-3.3/configure:3206: as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'` parted-3.3/configure-3207- { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5 ############################################## parted-3.3/configure-3375- *\'*) parted-3.3/configure:3376: ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; parted-3.3/configure-3377- esac ############################################## parted-3.3/configure-3458- case $ac_val in parted-3.3/configure:3459: *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; parted-3.3/configure-3460- esac ############################################## parted-3.3/configure-3473- case $ac_val in parted-3.3/configure:3474: *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; parted-3.3/configure-3475- esac ############################################## parted-3.3/configure-3670- set,) parted-3.3/configure:3671: { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 parted-3.3/configure:3672:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} parted-3.3/configure-3673- ac_cache_corrupted=: ;; ############################################## parted-3.3/configure-3681- # differences in whitespace do not lead to failure. parted-3.3/configure:3682: ac_old_val_w=`echo x $ac_old_val` parted-3.3/configure:3683: ac_new_val_w=`echo x $ac_new_val` parted-3.3/configure-3684- if test "$ac_old_val_w" != "$ac_new_val_w"; then ############################################## parted-3.3/configure-3701- case $ac_new_val in parted-3.3/configure:3702: *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; parted-3.3/configure-3703- *) ac_arg=$ac_var=$ac_new_val ;; ############################################## parted-3.3/configure-3769-# when autoconf creates configure (see AC_INIT, above). parted-3.3/configure:3770:PED_MAJOR_VERSION=`echo "$PACKAGE_VERSION"|sed 's/\..*//'` parted-3.3/configure:3771:PED_MINOR_VERSION=`echo "$PACKAGE_VERSION"|sed 's/^[0-9][0-9]*\.//;s/\..*//'` parted-3.3/configure-3772-case $PACKAGE_VERSION in ############################################## parted-3.3/configure-3785-LT_RELEASE=$PED_MAJOR_VERSION.$PED_MINOR_VERSION parted-3.3/configure:3786:LT_CURRENT=`expr $PED_MICRO_VERSION - $PED_INTERFACE_AGE` parted-3.3/configure-3787-LT_REVISION=$PED_INTERFACE_AGE parted-3.3/configure:3788:LT_AGE=`expr $PED_BINARY_AGE - $PED_INTERFACE_AGE` parted-3.3/configure-3789- ############################################## parted-3.3/configure-3912- echo "timestamp, slept: $am_has_slept" > conftest.file parted-3.3/configure:3913: set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` parted-3.3/configure-3914- if test "$*" = "X"; then parted-3.3/configure-3915- # -L didn't work. parted-3.3/configure:3916: set X `ls -t "$srcdir/configure" conftest.file` parted-3.3/configure-3917- fi ############################################## parted-3.3/configure-3963-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' parted-3.3/configure:3964:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` parted-3.3/configure-3965- parted-3.3/configure-3966-# Expand $ac_aux_dir to an absolute path. parted-3.3/configure:3967:am_aux_dir=`cd "$ac_aux_dir" && pwd` parted-3.3/configure-3968- ############################################## parted-3.3/configure-4108- as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue parted-3.3/configure:4109: case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( parted-3.3/configure-4110- 'mkdir (GNU coreutils) '* | \ ############################################## parted-3.3/configure-4181-set x ${MAKE-make} parted-3.3/configure:4182:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` parted-3.3/configure-4183-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then : ############################################## parted-3.3/configure-4191-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us. parted-3.3/configure:4192:case `${MAKE-make} -f conftest.make 2>/dev/null` in parted-3.3/configure-4193- *@@@%%%=?*=@@@%%%*) ############################################## parted-3.3/configure-4257- parted-3.3/configure:4258:if test "`cd $srcdir && pwd`" != "`pwd`"; then parted-3.3/configure-4259- # Use -I$(srcdir) only when $(srcdir) != ., so that make's output ############################################## parted-3.3/configure-4423-test "x$ac_build_alias" = x && parted-3.3/configure:4424: ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` parted-3.3/configure-4425-test "x$ac_build_alias" = x && parted-3.3/configure-4426- as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5 parted-3.3/configure:4427:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || parted-3.3/configure-4428- as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5 ############################################## parted-3.3/configure-4447-IFS=$ac_save_IFS parted-3.3/configure:4448:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac parted-3.3/configure-4449- ############################################## parted-3.3/configure-4458-else parted-3.3/configure:4459: ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || parted-3.3/configure-4460- as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5 ############################################## parted-3.3/configure-4480-IFS=$ac_save_IFS parted-3.3/configure:4481:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac parted-3.3/configure-4482- ############################################## parted-3.3/configure-5118-$as_echo_n "checking whether the C compiler works... " >&6; } parted-3.3/configure:5119:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` parted-3.3/configure-5120- ############################################## parted-3.3/configure-5162- then :; else parted-3.3/configure:5163: ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` parted-3.3/configure-5164- fi ############################################## parted-3.3/configure-5222- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; parted-3.3/configure:5223: *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` parted-3.3/configure-5224- break;; ############################################## parted-3.3/configure-5331- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; parted-3.3/configure:5332: *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` parted-3.3/configure-5333- break;; ############################################## parted-3.3/configure-6012- if test "$am_compiler_list" = ""; then parted-3.3/configure:6013: am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` parted-3.3/configure-6014- fi ############################################## parted-3.3/configure-6326- # Check for GNU $ac_path_GREP parted-3.3/configure:6327:case `"$ac_path_GREP" --version 2>&1` in parted-3.3/configure-6328-*GNU*) ############################################## parted-3.3/configure-6392- # Check for GNU $ac_path_EGREP parted-3.3/configure:6393:case `"$ac_path_EGREP" --version 2>&1` in parted-3.3/configure-6394-*GNU*) ############################################## parted-3.3/configure-6597-do : parted-3.3/configure:6598: as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` parted-3.3/configure-6599-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default ############################################## parted-3.3/configure-6602- cat >>confdefs.h <<_ACEOF parted-3.3/configure:6603:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 parted-3.3/configure-6604-_ACEOF ############################################## parted-3.3/configure-8207- for ac_func in _getb67 GETB67 getb67; do parted-3.3/configure:8208: as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` parted-3.3/configure-8209-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" ############################################## parted-3.3/configure-8388- save_ac_compile="$ac_compile" parted-3.3/configure:8389: ac_compile=`echo "$save_ac_compile" | sed s/conftest/conftest1/` parted-3.3/configure-8390- if echo '#include "conftest.c"' >conftest1.c && ############################################## parted-3.3/configure-8410-_ACEOF parted-3.3/configure:8411: ac_compile=`echo "$save_ac_compile" | sed s/conftest/conftest2/` parted-3.3/configure-8412- if echo '#include "conftest.c"' >conftest2.c && ############################################## parted-3.3/configure-8447-do : parted-3.3/configure:8448: as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` parted-3.3/configure-8449-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" ############################################## parted-3.3/configure-8451- cat >>confdefs.h <<_ACEOF parted-3.3/configure:8452:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 parted-3.3/configure-8453-_ACEOF ############################################## parted-3.3/configure-9017-do : parted-3.3/configure:9018: as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` parted-3.3/configure-9019-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default ############################################## parted-3.3/configure-9022- cat >>confdefs.h <<_ACEOF parted-3.3/configure:9023:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 parted-3.3/configure-9024-_ACEOF ############################################## parted-3.3/configure-10560- gl_awk_probe='BEGIN { if ("POSIXLY_CORRECT" in ENVIRON) print "x" }' parted-3.3/configure:10561: case ${POSIXLY_CORRECT+x}`$AWK "$gl_awk_probe" </dev/null` in parted-3.3/configure-10562- xx) gl_had_POSIXLY_CORRECT=exported ;; ############################################## parted-3.3/configure-12052-do : parted-3.3/configure:12053: as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` parted-3.3/configure-12054-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" ############################################## parted-3.3/configure-12056- cat >>confdefs.h <<_ACEOF parted-3.3/configure:12057:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 parted-3.3/configure-12058-_ACEOF ############################################## parted-3.3/configure-12107- fi parted-3.3/configure:12108: GLTYPE=`echo "$gltype" | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'` parted-3.3/configure-12109- cat >>confdefs.h <<_ACEOF ############################################## parted-3.3/configure-12152- fi parted-3.3/configure:12153: GLTYPE=`echo "$gltype" | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'` parted-3.3/configure-12154- cat >>confdefs.h <<_ACEOF ############################################## parted-3.3/configure-12204- eval result=\$gl_cv_type_${gltype}_signed parted-3.3/configure:12205: GLTYPE=`echo $gltype | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'` parted-3.3/configure-12206- if test "$result" = yes; then ############################################## parted-3.3/configure-12280-$as_echo "$ac_res" >&6; } parted-3.3/configure:12281: GLTYPE=`echo $gltype | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'` parted-3.3/configure-12282- eval result=\$gl_cv_type_${gltype}_suffix ############################################## parted-3.3/configure-12352-$as_echo "$ac_res" >&6; } parted-3.3/configure:12353: GLTYPE=`echo $gltype | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'` parted-3.3/configure-12354- eval result=\$gl_cv_type_${gltype}_suffix ############################################## parted-3.3/configure-13312- # Check for GNU $ac_path_SED parted-3.3/configure:13313:case `"$ac_path_SED" --version 2>&1` in parted-3.3/configure-13314-*GNU*) ############################################## parted-3.3/configure-16960- gl_source_base='lib' parted-3.3/configure:16961:LTALLOCA=`echo "$ALLOCA" | sed -e 's/\.[^.]* /.lo /g;s/\.[^.]*$/.lo/'` parted-3.3/configure-16962- ############################################## parted-3.3/configure-24772- gl_source_base='gnulib-tests' parted-3.3/configure:24773: 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 parted-3.3/configure-24774- ############################################## parted-3.3/configure-31844- parted-3.3/configure:31845: abs_aux_dir=`cd "$ac_aux_dir"; pwd` parted-3.3/configure-31846- parted-3.3/configure:31847: abs_aux_dir=`cd "$ac_aux_dir"; pwd` parted-3.3/configure-31848- ############################################## parted-3.3/configure-33059- if test -n "$GCC"; then parted-3.3/configure:33060: case `($CC --version) 2>/dev/null` in parted-3.3/configure-33061- 'gcc (GCC) '[0-3].* | \ ############################################## parted-3.3/configure-33156- parted-3.3/configure:33157:as_gl_Warn=`$as_echo "gl_cv_warn_c_$w" | $as_tr_sh` parted-3.3/configure-33158-gl_positive="$w" parted-3.3/configure-33159-case $gl_positive in parted-3.3/configure:33160: -Wno-*) gl_positive=-W`expr "X$gl_positive" : 'X-Wno-\(.*\)'` ;; parted-3.3/configure-33161-esac ############################################## parted-3.3/configure-33793-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \ parted-3.3/configure:33794: test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then parted-3.3/configure-33795- ECHO='print -r --' parted-3.3/configure:33796:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then parted-3.3/configure-33797- ECHO='printf %s\n' ############################################## parted-3.3/configure-33862- # Check for GNU $ac_path_SED parted-3.3/configure:33863:case `"$ac_path_SED" --version 2>&1` in parted-3.3/configure-33864-*GNU*) ############################################## parted-3.3/configure-33941- # Check for GNU $ac_path_FGREP parted-3.3/configure:33942:case `"$ac_path_FGREP" --version 2>&1` in parted-3.3/configure-33943-*GNU*) ############################################## parted-3.3/configure-34021- # gcc leaves a trailing carriage return, which upsets mingw parted-3.3/configure:34022: ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; parted-3.3/configure-34023- *) parted-3.3/configure:34024: ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; parted-3.3/configure-34025- esac ############################################## parted-3.3/configure-34030- # Canonicalize the pathname of ld parted-3.3/configure:34031: ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'` parted-3.3/configure-34032- while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do parted-3.3/configure:34033: ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` parted-3.3/configure-34034- done ############################################## parted-3.3/configure-34065- # Break only if it was the GNU/non-GNU ld that we prefer. parted-3.3/configure:34066: case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in parted-3.3/configure-34067- *GNU* | *'with BFD'*) ############################################## parted-3.3/configure-34096- # I'd rather use --version here, but apparently some GNU lds only accept -v. parted-3.3/configure:34097:case `$LD -v 2>&1 </dev/null` in parted-3.3/configure-34098-*GNU* | *'with BFD'*) ############################################## parted-3.3/configure-34146- esac parted-3.3/configure:34147: case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in parted-3.3/configure-34148- *$lt_bad_file* | *'Invalid file or object type'*) ############################################## parted-3.3/configure-34152- *) parted-3.3/configure:34153: case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in parted-3.3/configure-34154- */dev/null*) ############################################## parted-3.3/configure-34280- parted-3.3/configure:34281: case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in parted-3.3/configure-34282- *COFF*) ############################################## parted-3.3/configure-34392- # And add a safety zone parted-3.3/configure:34393: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` parted-3.3/configure:34394: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` parted-3.3/configure-34395- ;; ############################################## parted-3.3/configure-34425- if test -n "$kargmax"; then parted-3.3/configure:34426: lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'` parted-3.3/configure-34427- else ############################################## parted-3.3/configure-34434- test undefined != "$lt_cv_sys_max_cmd_len"; then parted-3.3/configure:34435: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` parted-3.3/configure:34436: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` parted-3.3/configure-34437- else ############################################## parted-3.3/configure-34446- # we can't tell. parted-3.3/configure:34447: while { test X`env echo "$teststring$teststring" 2>/dev/null` \ parted-3.3/configure-34448- = "X$teststring$teststring"; } >/dev/null 2>&1 && ############################################## parted-3.3/configure-34450- do parted-3.3/configure:34451: i=`expr $i + 1` parted-3.3/configure-34452- teststring=$teststring$teststring ############################################## parted-3.3/configure-34454- # Only check the string length outside the loop. parted-3.3/configure:34455: lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` parted-3.3/configure-34456- teststring= ############################################## parted-3.3/configure-34459- # linker. It appears as though 1/2 is a usable value. parted-3.3/configure:34460: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` parted-3.3/configure-34461- fi ############################################## parted-3.3/configure-34870-openbsd* | bitrig*) parted-3.3/configure:34871: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then parted-3.3/configure-34872- lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$' ############################################## parted-3.3/configure-34940- else parted-3.3/configure:34941: file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"` parted-3.3/configure-34942- fi ############################################## parted-3.3/configure-35085- # decide which one to use based on capabilities of $DLLTOOL parted-3.3/configure:35086: case `$DLLTOOL --help 2>&1` in parted-3.3/configure-35087- *--identify-strict*) ############################################## parted-3.3/configure-35606-# If we're using GNU nm, then use its standard symbol codes. parted-3.3/configure:35607:case `$NM -V 2>&1` in parted-3.3/configure-35608-*GNU* | *'with BFD'*) ############################################## parted-3.3/configure-35654-mingw*) parted-3.3/configure:35655: opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp parted-3.3/configure-35656- ;; ############################################## parted-3.3/configure-35886- if test yes = "$GCC"; then parted-3.3/configure:35887: lt_sysroot=`$CC --print-sysroot 2>/dev/null` parted-3.3/configure-35888- fi ############################################## parted-3.3/configure-35890- /*) parted-3.3/configure:35891: lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"` parted-3.3/configure-35892- ;; #( ############################################## parted-3.3/configure-35985- done parted-3.3/configure:35986: func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` parted-3.3/configure-35987-} ############################################## parted-3.3/configure-36007- test $ac_status = 0; }; then parted-3.3/configure:36008: case `/usr/bin/file conftest.$ac_objext` in parted-3.3/configure-36009- *ELF-32*) ############################################## parted-3.3/configure-36028- if test yes = "$lt_cv_prog_gnu_ld"; then parted-3.3/configure:36029: case `/usr/bin/file conftest.$ac_objext` in parted-3.3/configure-36030- *32-bit*) ############################################## parted-3.3/configure-36040- else parted-3.3/configure:36041: case `/usr/bin/file conftest.$ac_objext` in parted-3.3/configure-36042- *32-bit*) ############################################## parted-3.3/configure-36066- emul=elf parted-3.3/configure:36067: case `/usr/bin/file conftest.$ac_objext` in parted-3.3/configure-36068- *32-bit*) ############################################## parted-3.3/configure-36074- esac parted-3.3/configure:36075: case `/usr/bin/file conftest.$ac_objext` in parted-3.3/configure-36076- *MSB*) ############################################## parted-3.3/configure-36082- esac parted-3.3/configure:36083: case `/usr/bin/file conftest.$ac_objext` in parted-3.3/configure-36084- *N32*) ############################################## parted-3.3/configure-37015- *:) parted-3.3/configure:37016: eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\" parted-3.3/configure-37017- ;; parted-3.3/configure-37018- x:*) parted-3.3/configure:37019: eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\" parted-3.3/configure-37020- ;; parted-3.3/configure-37021- *::*) parted-3.3/configure:37022: eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\" parted-3.3/configure:37023: eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\" parted-3.3/configure-37024- ;; parted-3.3/configure-37025- *) parted-3.3/configure:37026: eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\" parted-3.3/configure-37027- ;; ############################################## parted-3.3/configure-37350- "file_magic "*) parted-3.3/configure:37351: file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` parted-3.3/configure-37352- MAGIC_CMD=$lt_cv_path_MAGIC_CMD ############################################## parted-3.3/configure-37416- "file_magic "*) parted-3.3/configure:37417: file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` parted-3.3/configure-37418- MAGIC_CMD=$lt_cv_path_MAGIC_CMD ############################################## parted-3.3/configure-37814- *) parted-3.3/configure:37815: case `$CC -V 2>&1 | sed 5q` in parted-3.3/configure-37816- *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*) ############################################## parted-3.3/configure-38260- # shared libraries, regardless of the interface used. parted-3.3/configure:38261: case `$LD -v 2>&1` in parted-3.3/configure-38262- *\ \(GNU\ Binutils\)\ 2.19.5*) ;; ############################################## parted-3.3/configure-38292- supports_anon_versioning=no parted-3.3/configure:38293: case `$LD -v | $SED -e 's/(^)\+)\s\+//' 2>&1` in parted-3.3/configure-38294- *GNU\ gold*) supports_anon_versioning=yes ;; ############################################## parted-3.3/configure-38361- # is; otherwise, prepend EXPORTS... parted-3.3/configure:38362: archive_expsym_cmds='if test DEF = "`$SED -n -e '\''s/^[ ]*//'\'' -e '\''/^\(;.*\)*$/d'\'' -e '\''s/^\(EXPORTS\|LIBRARY\)\([ ].*\)*$/DEF/p'\'' -e q $export_symbols`" ; then parted-3.3/configure-38363- cp $export_symbols $output_objdir/$soname.def; ############################################## parted-3.3/configure-38395- prefix_cmds="$SED"~ parted-3.3/configure:38396: if test EXPORTS = "`$SED 1q $export_symbols`"; then parted-3.3/configure-38397- prefix_cmds="$prefix_cmds -e 1d"; ############################################## parted-3.3/configure-38417- # time. Moving up from 0x10000000 also allows more sbrk(2) space. parted-3.3/configure:38418: archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' parted-3.3/configure:38419: archive_expsym_cmds='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' parted-3.3/configure-38420- ;; ############################################## parted-3.3/configure-38435- pgcc*) # Portland Group C compiler parted-3.3/configure:38436: whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' parted-3.3/configure-38437- tmp_addflag=' $pic_flag' ############################################## parted-3.3/configure-38440- # Portland Group f77 and f90 compilers parted-3.3/configure:38441: whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' parted-3.3/configure-38442- tmp_addflag=' $pic_flag -Mnomain' ;; ############################################## parted-3.3/configure-38457- nvcc*) # Cuda Compiler Driver 2.2 parted-3.3/configure:38458: whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' parted-3.3/configure-38459- compiler_needs_object=yes ############################################## parted-3.3/configure-38461- esac parted-3.3/configure:38462: case `$CC -V 2>&1 | sed 5q` in parted-3.3/configure-38463- *Sun\ C*) # Sun C 5.9 parted-3.3/configure:38464: whole_archive_flag_spec='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' parted-3.3/configure-38465- compiler_needs_object=yes ############################################## parted-3.3/configure-38532- sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) parted-3.3/configure:38533: case `$LD -v 2>&1` in parted-3.3/configure-38534- *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*) ############################################## parted-3.3/configure-38621- else parted-3.3/configure:38622: export_symbols_cmds='`func_echo_all $NM | $SED -e '\''s/B\([^B]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && (substr(\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols' parted-3.3/configure-38623- fi ############################################## parted-3.3/configure-38686- # below for broken collect2 doesn't work under 4.3+ parted-3.3/configure:38687: collect2name=`$CC -print-prog-name=collect2` parted-3.3/configure-38688- if test -f "$collect2name" && ############################################## parted-3.3/configure-38766- }' parted-3.3/configure:38767: lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` parted-3.3/configure-38768- # Check for a 64-bit object if we didn't find anything. parted-3.3/configure-38769- if test -z "$lt_cv_aix_libpath_"; then parted-3.3/configure:38770: lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` parted-3.3/configure-38771- fi ############################################## parted-3.3/configure-38784- hardcode_libdir_flag_spec='$wl-blibpath:$libdir:'"$aix_libpath" parted-3.3/configure:38785: archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag parted-3.3/configure-38786- else ############################################## parted-3.3/configure-38819- }' parted-3.3/configure:38820: lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` parted-3.3/configure-38821- # Check for a 64-bit object if we didn't find anything. parted-3.3/configure-38822- if test -z "$lt_cv_aix_libpath_"; then parted-3.3/configure:38823: lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` parted-3.3/configure-38824- fi ############################################## parted-3.3/configure-38851- # -brtl affects multiple linker settings, -berok does not and is overridden later parted-3.3/configure:38852: compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([, ]\\)%-berok\\1%g"`' parted-3.3/configure-38853- if test svr4 != "$with_aix_soname"; then ############################################## parted-3.3/configure-38904- archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames=' parted-3.3/configure:38905: archive_expsym_cmds='if test DEF = "`$SED -n -e '\''s/^[ ]*//'\'' -e '\''/^\(;.*\)*$/d'\'' -e '\''s/^\(EXPORTS\|LIBRARY\)\([ ].*\)*$/DEF/p'\'' -e q $export_symbols`" ; then parted-3.3/configure-38906- cp "$export_symbols" "$output_objdir/$soname.def"; ############################################## parted-3.3/configure-38942- # FIXME: Setting linknames here is a bad hack. parted-3.3/configure:38943: archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames=' parted-3.3/configure-38944- # The linker will automatically build a .lib file if we build a DLL. ############################################## parted-3.3/configure-38960- if test yes = "$lt_cv_ld_force_load"; then parted-3.3/configure:38961: whole_archive_flag_spec='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`' parted-3.3/configure-38962- ############################################## parted-3.3/configure-39140- if test yes = "$GCC"; then parted-3.3/configure:39141: archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' parted-3.3/configure-39142- # Try to use the -exported_symbol ld option, if it does not ############################################## parted-3.3/configure-39168- if test yes = "$lt_cv_irix_exported_symbol"; then parted-3.3/configure:39169: archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib' parted-3.3/configure-39170- fi parted-3.3/configure-39171- else parted-3.3/configure:39172: archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' parted-3.3/configure:39173: archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib' parted-3.3/configure-39174- fi ############################################## parted-3.3/configure-39218- hardcode_direct_absolute=yes parted-3.3/configure:39219: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then parted-3.3/configure-39220- archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' ############################################## parted-3.3/configure-39249- prefix_cmds="$SED"~ parted-3.3/configure:39250: if test EXPORTS = "`$SED 1q $export_symbols`"; then parted-3.3/configure-39251- prefix_cmds="$prefix_cmds -e 1d"; ############################################## parted-3.3/configure-39263- allow_undefined_flag=' $wl-expect_unresolved $wl\*' parted-3.3/configure:39264: archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' parted-3.3/configure-39265- else parted-3.3/configure-39266- allow_undefined_flag=' -expect_unresolved \*' parted-3.3/configure:39267: archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' parted-3.3/configure-39268- fi ############################################## parted-3.3/configure-39276- allow_undefined_flag=' $wl-expect_unresolved $wl\*' parted-3.3/configure:39277: archive_cmds='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' parted-3.3/configure-39278- hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' ############################################## parted-3.3/configure-39280- allow_undefined_flag=' -expect_unresolved \*' parted-3.3/configure:39281: archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' parted-3.3/configure:39282: archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~ parted-3.3/configure:39283: $CC -shared$allow_undefined_flag $wl-input $wl$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~$RM $lib.exp' parted-3.3/configure-39284- ############################################## parted-3.3/configure-39299- else parted-3.3/configure:39300: case `$CC -V 2>&1` in parted-3.3/configure-39301- *"Compilers 5.0"*) ############################################## parted-3.3/configure-39698- esac parted-3.3/configure:39699: lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq` parted-3.3/configure-39700- case $lt_search_path_spec in ############################################## parted-3.3/configure-39705- # okay in the real world where ";" in dirpaths is itself problematic. parted-3.3/configure:39706: lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'` parted-3.3/configure-39707- ;; parted-3.3/configure-39708- *) parted-3.3/configure:39709: lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"` parted-3.3/configure-39710- ;; ############################################## parted-3.3/configure-39714- lt_tmp_lt_search_path_spec= parted-3.3/configure:39715: lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null` parted-3.3/configure-39716- # ...but if some path component already ends with the multilib dir we assume ############################################## parted-3.3/configure-39756- esac parted-3.3/configure:39757: sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP` parted-3.3/configure-39758-else ############################################## parted-3.3/configure-39896- # Create ${libname}_ixlibrary.a entries in /sys/libs. parted-3.3/configure:39897: finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' parted-3.3/configure-39898- ;; ############################################## parted-3.3/configure-39932- # DLL is installed to $(libdir)/../bin by postinstall_cmds parted-3.3/configure:39933: postinstall_cmds='base_file=`basename \$file`~ parted-3.3/configure:39934: dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~ parted-3.3/configure:39935: dldir=$destdir/`dirname \$dlpath`~ parted-3.3/configure-39936- test -d \$dldir || mkdir -p \$dldir~ ############################################## parted-3.3/configure-39941- fi' parted-3.3/configure:39942: postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ parted-3.3/configure-39943- dlpath=$dir/\$dldll~ ############################################## parted-3.3/configure-39949- # Cygwin DLLs use 'cyg' prefix rather than 'lib' parted-3.3/configure:39950: soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' parted-3.3/configure-39951- ############################################## parted-3.3/configure-39955- # MinGW DLLs use traditional 'lib' prefix parted-3.3/configure:39956: soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' parted-3.3/configure-39957- ;; ############################################## parted-3.3/configure-39959- # pw32 DLLs use 'pw' prefix rather than 'lib' parted-3.3/configure:39960: library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' parted-3.3/configure-39961- ;; ############################################## parted-3.3/configure-39968- libname_spec='$name' parted-3.3/configure:39969: soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' parted-3.3/configure-39970- library_names_spec='$libname.dll.lib' ############################################## parted-3.3/configure-39980- # Let DOS variable expansion print the short 8.3 style file name. parted-3.3/configure:39981: lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"` parted-3.3/configure-39982- sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path" ############################################## parted-3.3/configure-39985- # Convert to MSYS style. parted-3.3/configure:39986: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'` parted-3.3/configure-39987- ;; ############################################## parted-3.3/configure-39991- # like /cygdrive/c/PROGRA~1:/cygdr... parted-3.3/configure:39992: sys_lib_search_path_spec=`cygpath --path --unix "$LIB"` parted-3.3/configure:39993: sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null` parted-3.3/configure:39994: sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` parted-3.3/configure-39995- ;; ############################################## parted-3.3/configure-39999- # It is most probably a Windows format PATH. parted-3.3/configure:40000: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` parted-3.3/configure-40001- else parted-3.3/configure:40002: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` parted-3.3/configure-40003- fi ############################################## parted-3.3/configure-40009- # DLL is installed to $(libdir)/../bin by postinstall_cmds parted-3.3/configure:40010: postinstall_cmds='base_file=`basename \$file`~ parted-3.3/configure:40011: dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~ parted-3.3/configure:40012: dldir=$destdir/`dirname \$dlpath`~ parted-3.3/configure-40013- test -d \$dldir || mkdir -p \$dldir~ parted-3.3/configure-40014- $install_prog $dir/$dlname \$dldir/$dlname' parted-3.3/configure:40015: postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ parted-3.3/configure-40016- dlpath=$dir/\$dldll~ ############################################## parted-3.3/configure-40023- # Assume MSVC wrapper parted-3.3/configure:40024: library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib' parted-3.3/configure-40025- dynamic_linker='Win32 ld.exe' ############################################## parted-3.3/configure-40040- shlibpath_var=DYLD_LIBRARY_PATH parted-3.3/configure:40041: shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' parted-3.3/configure-40042- ############################################## parted-3.3/configure-40296- if test -f /etc/ld.so.conf; then parted-3.3/configure:40297: lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '` parted-3.3/configure-40298- sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra" ############################################## parted-3.3/configure-40350- need_lib_prefix=no parted-3.3/configure:40351: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then parted-3.3/configure-40352- need_version=no ############################################## parted-3.3/configure-40377- sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec parted-3.3/configure:40378: postinstall_cmds='base_file=`basename \$file`~ parted-3.3/configure:40379: dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~ parted-3.3/configure:40380: dldir=$destdir/`dirname \$dlpath`~ parted-3.3/configure-40381- test -d \$dldir || mkdir -p \$dldir~ ############################################## parted-3.3/configure-40386- fi' parted-3.3/configure:40387: postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~ parted-3.3/configure-40388- dlpath=$dir/\$dldll~ ############################################## parted-3.3/configure-41384- # gcc leaves a trailing carriage return which upsets mingw parted-3.3/configure:41385: acl_output=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; parted-3.3/configure-41386- *) parted-3.3/configure:41387: acl_output=`($CC -print-prog-name=ld) 2>&5` ;; parted-3.3/configure-41388- esac ############################################## parted-3.3/configure-41393- # Canonicalize the pathname of ld parted-3.3/configure:41394: acl_output=`echo "$acl_output" | sed 's%\\\\%/%g'` parted-3.3/configure-41395- while echo "$acl_output" | grep "$re_direlt" > /dev/null 2>&1; do parted-3.3/configure:41396: acl_output=`echo $acl_output | sed "s%$re_direlt%/%"` parted-3.3/configure-41397- done ############################################## parted-3.3/configure-41421- # Break only if it was the GNU/non-GNU ld that we prefer. parted-3.3/configure:41422: case `"$acl_cv_path_LD" -v 2>&1 </dev/null` in parted-3.3/configure-41423- *GNU* | *'with BFD'*) ############################################## parted-3.3/configure-41498- # I'd rather use --version here, but apparently some GNU lds only accept -v. parted-3.3/configure:41499:case `$LD -v 2>&1 </dev/null` in parted-3.3/configure-41500-*GNU* | *'with BFD'*) ############################################## parted-3.3/configure-41845- ;; parted-3.3/configure:41846: *) searchdir=`cd "$searchdir" && pwd` parted-3.3/configure-41847- case "$searchdir" in ############################################## parted-3.3/configure-41864- # Decompose acl_cv_libdirstems into acl_libdirstem and acl_libdirstem2. parted-3.3/configure:41865: acl_libdirstem=`echo "$acl_cv_libdirstems" | sed -e 's/,.*//'` parted-3.3/configure:41866: acl_libdirstem2=`echo "$acl_cv_libdirstems" | sed -e '/,/s/.*,//'` parted-3.3/configure-41867- ############################################## parted-3.3/configure-41944- names_already_handled="$names_already_handled $name" parted-3.3/configure:41945: uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./+-|ABCDEFGHIJKLMNOPQRSTUVWXYZ____|'` parted-3.3/configure-41946- eval value=\"\$HAVE_LIB$uppername\" ############################################## parted-3.3/configure-42020- -L*) parted-3.3/configure:42021: dir=`echo "X$x" | sed -e 's/^X-L//'` parted-3.3/configure-42022- if test -n "$acl_shlibext"; then ############################################## parted-3.3/configure-42137- */$acl_libdirstem | */$acl_libdirstem/) parted-3.3/configure:42138: basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'` parted-3.3/configure-42139- if test "$name" = 'iconv'; then ############################################## parted-3.3/configure-42144- */$acl_libdirstem2 | */$acl_libdirstem2/) parted-3.3/configure:42145: basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'` parted-3.3/configure-42146- if test "$name" = 'iconv'; then ############################################## parted-3.3/configure-42195- -L*) parted-3.3/configure:42196: additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'` parted-3.3/configure-42197- if test "X$additional_libdir" != "X/usr/$acl_libdirstem" \ ############################################## parted-3.3/configure-42254- -R*) parted-3.3/configure:42255: dir=`echo "X$dep" | sed -e 's/^X-R//'` parted-3.3/configure-42256- if test "$enable_rpath" != no; then ############################################## parted-3.3/configure-42279- -l*) parted-3.3/configure:42280: names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'` parted-3.3/configure-42281- ;; parted-3.3/configure-42282- *.la) parted-3.3/configure:42283: names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'` parted-3.3/configure-42284- ;; ############################################## parted-3.3/configure-42591- parted-3.3/configure:42592: am_cv_proto_iconv=`echo "$am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'` parted-3.3/configure-42593- { $as_echo "$as_me:${as_lineno-$LINENO}: result: ############################################## parted-3.3/configure-42744- parted-3.3/configure:42745: case `$MSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in parted-3.3/configure-42746- '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) MSGFMT_015=: ;; ############################################## parted-3.3/configure-42749- parted-3.3/configure:42750: case `$GMSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in parted-3.3/configure-42751- '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) GMSGFMT_015=: ;; ############################################## parted-3.3/configure-42827- parted-3.3/configure:42828: case `$XGETTEXT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in parted-3.3/configure-42829- '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) XGETTEXT_015=: ;; ############################################## parted-3.3/configure-43375- names_already_handled="$names_already_handled $name" parted-3.3/configure:43376: uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./+-|ABCDEFGHIJKLMNOPQRSTUVWXYZ____|'` parted-3.3/configure-43377- eval value=\"\$HAVE_LIB$uppername\" ############################################## parted-3.3/configure-43451- -L*) parted-3.3/configure:43452: dir=`echo "X$x" | sed -e 's/^X-L//'` parted-3.3/configure-43453- if test -n "$acl_shlibext"; then ############################################## parted-3.3/configure-43568- */$acl_libdirstem | */$acl_libdirstem/) parted-3.3/configure:43569: basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'` parted-3.3/configure-43570- if test "$name" = 'intl'; then ############################################## parted-3.3/configure-43575- */$acl_libdirstem2 | */$acl_libdirstem2/) parted-3.3/configure:43576: basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'` parted-3.3/configure-43577- if test "$name" = 'intl'; then ############################################## parted-3.3/configure-43626- -L*) parted-3.3/configure:43627: additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'` parted-3.3/configure-43628- if test "X$additional_libdir" != "X/usr/$acl_libdirstem" \ ############################################## parted-3.3/configure-43685- -R*) parted-3.3/configure:43686: dir=`echo "X$dep" | sed -e 's/^X-R//'` parted-3.3/configure-43687- if test "$enable_rpath" != no; then ############################################## parted-3.3/configure-43710- -l*) parted-3.3/configure:43711: names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'` parted-3.3/configure-43712- ;; parted-3.3/configure-43713- *.la) parted-3.3/configure:43714: names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'` parted-3.3/configure-43715- ;; ############################################## parted-3.3/configure-44475-do : parted-3.3/configure:44476: as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` parted-3.3/configure-44477-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" ############################################## parted-3.3/configure-44479- cat >>confdefs.h <<_ACEOF parted-3.3/configure:44480:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 parted-3.3/configure-44481-_ACEOF ############################################## parted-3.3/configure-44728- test $ac_status = 0; }; then parted-3.3/configure:44729: pkg_cv_CHECK_CFLAGS=`$PKG_CONFIG --cflags "check >= 0.9.3" 2>/dev/null` parted-3.3/configure-44730- test "x$?" != "x0" && pkg_failed=yes ############################################## parted-3.3/configure-44745- test $ac_status = 0; }; then parted-3.3/configure:44746: pkg_cv_CHECK_LIBS=`$PKG_CONFIG --libs "check >= 0.9.3" 2>/dev/null` parted-3.3/configure-44747- test "x$?" != "x0" && pkg_failed=yes ############################################## parted-3.3/configure-44766- if test $_pkg_short_errors_supported = yes; then parted-3.3/configure:44767: CHECK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "check >= 0.9.3" 2>&1` parted-3.3/configure-44768- else parted-3.3/configure:44769: CHECK_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "check >= 0.9.3" 2>&1` parted-3.3/configure-44770- fi ############################################## parted-3.3/configure-44815- # gcc leaves a trailing carriage return, which upsets mingw parted-3.3/configure:44816: ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; parted-3.3/configure-44817- *) parted-3.3/configure:44818: ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; parted-3.3/configure-44819- esac ############################################## parted-3.3/configure-44824- # Canonicalize the pathname of ld parted-3.3/configure:44825: ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'` parted-3.3/configure-44826- while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do parted-3.3/configure:44827: ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` parted-3.3/configure-44828- done ############################################## parted-3.3/configure-44859- # Break only if it was the GNU/non-GNU ld that we prefer. parted-3.3/configure:44860: case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in parted-3.3/configure-44861- *GNU* | *'with BFD'*) ############################################## parted-3.3/configure-44890- # I'd rather use --version here, but apparently some GNU lds only accept -v. parted-3.3/configure:44891:case `$LD -v 2>&1 </dev/null` in parted-3.3/configure-44892-*GNU* | *'with BFD'*) ############################################## parted-3.3/configure-45540- ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' parted-3.3/configure:45541: ac_i=`$as_echo "$ac_i" | sed "$ac_script"` parted-3.3/configure-45542- # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR ############################################## parted-3.3/configure-45624- sed_drop_objext='s/\.o$//;s/\.obj$//' parted-3.3/configure:45625: for i in `for i in $gl_LIBOBJS; do echo "$i"; done | sed -e "$sed_drop_objext" | sort | uniq`; do parted-3.3/configure-45626- gl_libobjs="$gl_libobjs $i.$ac_objext" ############################################## parted-3.3/configure-45649- sed_drop_objext='s/\.o$//;s/\.obj$//' parted-3.3/configure:45650: for i in `for i in $gltests_LIBOBJS; do echo "$i"; done | sed -e "$sed_drop_objext" | sort | uniq`; do parted-3.3/configure-45651- gltests_libobjs="$gltests_libobjs $i.$ac_objext" ############################################## parted-3.3/configure-45724-if test -z "$BASH_VERSION$ZSH_VERSION" \ parted-3.3/configure:45725: && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then parted-3.3/configure-45726- as_echo='print -r --' parted-3.3/configure-45727- as_echo_n='print -rn --' parted-3.3/configure:45728:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then parted-3.3/configure-45729- as_echo='printf %s\n' ############################################## parted-3.3/configure-45731-else parted-3.3/configure:45732: if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then parted-3.3/configure-45733- as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' ############################################## parted-3.3/configure-45741- expr "X$arg" : "X\\(.*\\)$as_nl"; parted-3.3/configure:45742: arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; parted-3.3/configure-45743- esac; ############################################## parted-3.3/configure-45818-# ---------------------------------------- parted-3.3/configure:45819:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are parted-3.3/configure-45820-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the ############################################## parted-3.3/configure-45890- { parted-3.3/configure:45891: as_val=`expr "$@" || test $? -eq 1` parted-3.3/configure-45892- } ############################################## parted-3.3/configure-45994- case $as_dir in #( parted-3.3/configure:45995: *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( parted-3.3/configure-45996- *) as_qdir=$as_dir;; ############################################## parted-3.3/configure-46135-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 parted-3.3/configure:46136:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" parted-3.3/configure-46137-ac_cs_version="\\ ############################################## parted-3.3/configure-46160- --*=?*) parted-3.3/configure:46161: ac_option=`expr "X$1" : 'X\([^=]*\)='` parted-3.3/configure:46162: ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` parted-3.3/configure-46163- ac_shift=: ############################################## parted-3.3/configure-46165- --*=) parted-3.3/configure:46166: ac_option=`expr "X$1" : 'X\([^=]*\)='` parted-3.3/configure-46167- ac_optarg= ############################################## parted-3.3/configure-46189- case $ac_optarg in parted-3.3/configure:46190: *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; parted-3.3/configure-46191- '') as_fn_error $? "missing file argument" ;; ############################################## parted-3.3/configure-46197- case $ac_optarg in parted-3.3/configure:46198: *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; parted-3.3/configure-46199- esac ############################################## parted-3.3/configure-46267-delay_variable_subst='$delay_variable_subst' parted-3.3/configure:46268:enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46269:macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46270:macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46271:enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46272:pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46273:enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46274:shared_archive_member_spec='`$ECHO "$shared_archive_member_spec" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46275:SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46276:ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46277:PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46278:host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46279:host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46280:host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46281:build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46282:build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46283:build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46284:SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46285:Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46286:GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46287:EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46288:FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46289:LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46290:NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46291:LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46292:max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46293:ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46294:exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46295:lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46296:lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46297:lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46298:lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46299:lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46300:reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46301:reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46302:OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46303:deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46304:file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46305:file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46306:want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46307:DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46308:sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46309:AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46310:AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46311:archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46312:STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46313:RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46314:old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46315:old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46316:old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46317:lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46318:CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46319:CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46320:compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46321:GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46322:lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46323:lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46324:lt_cv_sys_global_symbol_to_import='`$ECHO "$lt_cv_sys_global_symbol_to_import" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46325:lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46326:lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46327:lt_cv_nm_interface='`$ECHO "$lt_cv_nm_interface" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46328:nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46329:lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46330:lt_cv_truncate_bin='`$ECHO "$lt_cv_truncate_bin" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46331:objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46332:MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46333:lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46334:lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46335:lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46336:lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46337:lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46338:need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46339:MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46340:DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46341:NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46342:LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46343:OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46344:OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46345:libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46346:shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46347:extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46348:archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46349:enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46350:export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46351:whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46352:compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46353:old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46354:old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46355:archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46356:archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46357:module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46358:module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46359:with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46360:allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46361:no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46362:hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46363:hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46364:hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46365:hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46366:hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46367:hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46368:hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46369:inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46370:link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46371:always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46372:export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46373:exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46374:include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46375:prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46376:postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46377:file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46378:variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46379:need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46380:need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46381:version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46382:runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46383:shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46384:shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46385:libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46386:library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46387:soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46388:install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46389:postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46390:postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46391:finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46392:finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46393:hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46394:sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46395:configure_time_dlsearch_path='`$ECHO "$configure_time_dlsearch_path" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46396:configure_time_lt_sys_library_path='`$ECHO "$configure_time_lt_sys_library_path" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46397:hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46398:enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46399:enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46400:enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46401:old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`' parted-3.3/configure:46402:striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`' parted-3.3/configure-46403- ############################################## parted-3.3/configure-46484-striplib; do parted-3.3/configure:46485: case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in parted-3.3/configure-46486- *[\\\\\\\`\\"\\\$]*) parted-3.3/configure:46487: eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes parted-3.3/configure-46488- ;; ############################################## parted-3.3/configure-46515-configure_time_lt_sys_library_path; do parted-3.3/configure:46516: case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in parted-3.3/configure-46517- *[\\\\\\\`\\"\\\$]*) parted-3.3/configure:46518: eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes parted-3.3/configure-46519- ;; ############################################## parted-3.3/configure-46638-fi parted-3.3/configure:46639:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` parted-3.3/configure-46640-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then ############################################## parted-3.3/configure-46655- as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 parted-3.3/configure:46656:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` parted-3.3/configure-46657-ac_delim='%!_!# ' ############################################## parted-3.3/configure-46661- parted-3.3/configure:46662: ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` parted-3.3/configure-46663- if test $ac_delim_n = $ac_delim_num; then ############################################## parted-3.3/configure-46799-for ac_last_try in false false :; do parted-3.3/configure:46800: ac_tt=`sed -n "/$ac_delim/p" confdefs.h` parted-3.3/configure-46801- if test -z "$ac_tt"; then ############################################## parted-3.3/configure-46931- esac parted-3.3/configure:46932: case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac parted-3.3/configure-46933- as_fn_append ac_file_inputs " '$ac_f'" ############################################## parted-3.3/configure-46990-*) parted-3.3/configure:46991: ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` parted-3.3/configure-46992- # A ".." for each directory in $ac_dir_suffix. parted-3.3/configure:46993: ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` parted-3.3/configure-46994- case $ac_top_builddir_sub in ############################################## parted-3.3/configure-47051-/@mandir@/p' parted-3.3/configure:47052:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in parted-3.3/configure-47053-*datarootdir*) ac_datarootdir_seen=yes;; ############################################## parted-3.3/configure-47068- parted-3.3/configure:47069:# Neutralize VPATH when `$srcdir' = `.'. parted-3.3/configure-47070-# Shell code in configure.ac might set extrasub. ############################################## parted-3.3/configure-47096-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && parted-3.3/configure:47097: { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && parted-3.3/configure-47098- { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ ############################################## parted-3.3/configure-47142- * ) parted-3.3/configure:47143: _am_stamp_count=`expr $_am_stamp_count + 1` ;; parted-3.3/configure-47144- esac ############################################## parted-3.3/configure-47228- # Strip MF so we end up with the name of the file. parted-3.3/configure:47229: am_mf=`$as_echo "$am_mf" | sed -e 's/:.*$//'` parted-3.3/configure-47230- # Check whether this is an Automake generated Makefile which includes ############################################## parted-3.3/configure-47780- *:) parted-3.3/configure:47781: eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\" parted-3.3/configure-47782- ;; parted-3.3/configure-47783- x:*) parted-3.3/configure:47784: eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\" parted-3.3/configure-47785- ;; parted-3.3/configure-47786- *::*) parted-3.3/configure:47787: eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\" parted-3.3/configure:47788: eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\" parted-3.3/configure-47789- ;; parted-3.3/configure-47790- *) parted-3.3/configure:47791: eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\" parted-3.3/configure-47792- ;; ############################################## parted-3.3/configure-47807- done parted-3.3/configure:47808: func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` parted-3.3/configure-47809-} ############################################## parted-3.3/configure-47849- case "$ac_file" in parted-3.3/configure:47850: *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;; parted-3.3/configure-47851- esac ############################################## parted-3.3/configure-47854- # Adjust a relative srcdir. parted-3.3/configure:47855: ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'` parted-3.3/configure:47856: ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`" parted-3.3/configure:47857: ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'` parted-3.3/configure-47858- # In autoconf-2.13 it is called $ac_given_srcdir. ############################################## parted-3.3/configure-47861- case "$ac_given_srcdir" in parted-3.3/configure:47862: .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;; parted-3.3/configure-47863- /*) top_srcdir="$ac_given_srcdir" ;; ############################################## parted-3.3/configure-47881- fi parted-3.3/configure:47882: ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"` parted-3.3/configure-47883- # Hide the ALL_LINGUAS assigment from automake < 1.5. ############################################## parted-3.3/aclocal.m4-131- PKG_CHECK_EXISTS([$3], parted-3.3/aclocal.m4:132: [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null` parted-3.3/aclocal.m4-133- test "x$?" != "x0" && pkg_failed=yes ], ############################################## parted-3.3/aclocal.m4-179- if test $_pkg_short_errors_supported = yes; then parted-3.3/aclocal.m4:180: $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1` parted-3.3/aclocal.m4-181- else parted-3.3/aclocal.m4:182: $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1` parted-3.3/aclocal.m4-183- fi ############################################## parted-3.3/aclocal.m4-436-# iff we strip the leading $srcdir from $ac_aux_dir. That would be: parted-3.3/aclocal.m4:437:# am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"` parted-3.3/aclocal.m4-438-# and then we would define $MISSING as ############################################## parted-3.3/aclocal.m4-451-# Expand $ac_aux_dir to an absolute path. parted-3.3/aclocal.m4:452:am_aux_dir=`cd "$ac_aux_dir" && pwd` parted-3.3/aclocal.m4-453-]) ############################################## parted-3.3/aclocal.m4-549- if test "$am_compiler_list" = ""; then parted-3.3/aclocal.m4:550: am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp` parted-3.3/aclocal.m4-551- fi ############################################## parted-3.3/aclocal.m4-702- # Strip MF so we end up with the name of the file. parted-3.3/aclocal.m4:703: am_mf=`AS_ECHO(["$am_mf"]) | sed -e 's/:.*$//'` parted-3.3/aclocal.m4-704- # Check whether this is an Automake generated Makefile which includes ############################################## parted-3.3/aclocal.m4-709- || continue parted-3.3/aclocal.m4:710: am_dirpart=`AS_DIRNAME(["$am_mf"])` parted-3.3/aclocal.m4:711: am_filepart=`AS_BASENAME(["$am_mf"])` parted-3.3/aclocal.m4-712- AM_RUN_LOG([cd "$am_dirpart" \ ############################################## parted-3.3/aclocal.m4-777-AC_REQUIRE([AC_PROG_INSTALL])dnl parted-3.3/aclocal.m4:778:if test "`cd $srcdir && pwd`" != "`pwd`"; then parted-3.3/aclocal.m4-779- # Use -I$(srcdir) only when $(srcdir) != ., so that make's output ############################################## parted-3.3/aclocal.m4-936- * ) parted-3.3/aclocal.m4:937: _am_stamp_count=`expr $_am_stamp_count + 1` ;; parted-3.3/aclocal.m4-938- esac parted-3.3/aclocal.m4-939-done parted-3.3/aclocal.m4:940:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) parted-3.3/aclocal.m4-941- ############################################## parted-3.3/aclocal.m4-1224- echo "timestamp, slept: $am_has_slept" > conftest.file parted-3.3/aclocal.m4:1225: set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` parted-3.3/aclocal.m4-1226- if test "$[*]" = "X"; then parted-3.3/aclocal.m4-1227- # -L didn't work. parted-3.3/aclocal.m4:1228: set X `ls -t "$srcdir/configure" conftest.file` parted-3.3/aclocal.m4-1229- fi ############################################## parted-3.3/Makefile.in-50- { \ parted-3.3/Makefile.in:51: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ parted-3.3/Makefile.in-52- }; \ ############################################## parted-3.3/Makefile.in-229- esac parted-3.3/Makefile.in:230:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; parted-3.3/Makefile.in-231-am__vpath_adj = case $$p in \ parted-3.3/Makefile.in:232: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ parted-3.3/Makefile.in-233- *) f=$$p;; \ parted-3.3/Makefile.in-234- esac; parted-3.3/Makefile.in:235:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; parted-3.3/Makefile.in-236-am__install_max = 40 parted-3.3/Makefile.in-237-am__nobase_strip_setup = \ parted-3.3/Makefile.in:238: srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` parted-3.3/Makefile.in-239-am__nobase_strip = \ ############################################## parted-3.3/Makefile.in-317- while test -n "$$dir1"; do \ parted-3.3/Makefile.in:318: first=`echo "$$dir1" | sed -e "$$sed_first"`; \ parted-3.3/Makefile.in-319- if test "$$first" != "."; then \ parted-3.3/Makefile.in-320- if test "$$first" = ".."; then \ parted-3.3/Makefile.in:321: dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ parted-3.3/Makefile.in:322: dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ parted-3.3/Makefile.in-323- else \ parted-3.3/Makefile.in:324: first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ parted-3.3/Makefile.in-325- if test "$$first2" = "$$first"; then \ parted-3.3/Makefile.in:326: dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ parted-3.3/Makefile.in-327- else \ ############################################## parted-3.3/Makefile.in-332- fi; \ parted-3.3/Makefile.in:333: dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ parted-3.3/Makefile.in-334- done; \ ############################################## parted-3.3/Makefile.in-1557- @list='$(pc_DATA)'; test -n "$(pcdir)" || list=; \ parted-3.3/Makefile.in:1558: files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ parted-3.3/Makefile.in-1559- dir='$(DESTDIR)$(pcdir)'; $(am__uninstall_files_from_dir) ############################################## parted-3.3/Makefile.in-1574- dot_seen=no; \ parted-3.3/Makefile.in:1575: target=`echo $@ | sed s/-recursive//`; \ parted-3.3/Makefile.in-1576- case "$@" in \ ############################################## parted-3.3/Makefile.in-1637-GTAGS: parted-3.3/Makefile.in:1638: here=`$(am__cd) $(top_builddir) && pwd` \ parted-3.3/Makefile.in-1639- && $(am__cd) $(top_srcdir) \ ############################################## parted-3.3/Makefile.in-1672- test -d "$(distdir)" || mkdir "$(distdir)" parted-3.3/Makefile.in:1673: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ parted-3.3/Makefile.in:1674: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ parted-3.3/Makefile.in-1675- list='$(DISTFILES)'; \ ############################################## parted-3.3/Makefile.in-1686- if test -d $$d/$$file; then \ parted-3.3/Makefile.in:1687: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ parted-3.3/Makefile.in-1688- if test -d "$(distdir)/$$file"; then \ ############################################## parted-3.3/Makefile.in-1799- test -d $(distdir)/_build || exit 0; \ parted-3.3/Makefile.in:1800: dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ parted-3.3/Makefile.in-1801- && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ ############################################## parted-3.3/Makefile.in-1844- }; \ parted-3.3/Makefile.in:1845: test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ parted-3.3/Makefile.in-1846- || { echo "ERROR: files left after uninstall:" ; \ ############################################## parted-3.3/Makefile.in-1856- fi parted-3.3/Makefile.in:1857: @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ parted-3.3/Makefile.in-1858- || { echo "ERROR: files left in build directory after distclean:" ; \ ############################################## parted-3.3/Makefile.in-2029- output=$${output}.new; \ parted-3.3/Makefile.in:2030: t=`echo $${output} | sed 's=.*config/abi/=='`; \ parted-3.3/Makefile.in-2031- echo "Baseline file already exists, writing to $${t} instead."; \ ############################################## parted-3.3/maint.mk-543- dummy=; : so we do not need a semicolon before each use; \ parted-3.3/maint.mk:544: h_esc=`echo '[<"]'"$$h"'[">]'|$(SED) 's/\./\\\\./g'`; \ parted-3.3/maint.mk-545- if $(VC_LIST_EXCEPT) | $(GREP) '\.c$$' > /dev/null; then \ ############################################## parted-3.3/maint.mk-1731- for sig in 1 2 3 13 15; do \ parted-3.3/maint.mk:1732: eval "trap 'v=`expr $$sig + 128`; (exit $$v); exit $$v' $$sig"; \ parted-3.3/maint.mk-1733- done; \ ############################################## parted-3.3/po/Makefile.in.in-88-.po.gmo: parted-3.3/po/Makefile.in.in:89: @lang=`echo $* | sed -e 's,.*/,,'`; \ parted-3.3/po/Makefile.in.in-90- test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \ ############################################## parted-3.3/po/Makefile.in.in-150- fi; \ parted-3.3/po/Makefile.in.in:151: case `$(XGETTEXT) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \ parted-3.3/po/Makefile.in.in-152- '' | 0.[0-9] | 0.[0-9].* | 0.1[0-5] | 0.1[0-5].* | 0.16 | 0.16.[0-1]*) \ ############################################## parted-3.3/po/Makefile.in.in-192-$(POFILES): $(srcdir)/$(DOMAIN).pot parted-3.3/po/Makefile.in.in:193: @lang=`echo $@ | sed -e 's,.*/,,' -e 's/\.po$$//'`; \ parted-3.3/po/Makefile.in.in-194- if test -f "$(srcdir)/$${lang}.po"; then \ ############################################## parted-3.3/po/Makefile.in.in-197- cd $(srcdir) \ parted-3.3/po/Makefile.in.in:198: && { case `$(MSGMERGE_UPDATE) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \ parted-3.3/po/Makefile.in.in-199- '' | 0.[0-9] | 0.[0-9].* | 0.1[0-7] | 0.1[0-7].*) \ ############################################## parted-3.3/po/Makefile.in.in-228- for cat in $$catalogs; do \ parted-3.3/po/Makefile.in.in:229: cat=`basename $$cat`; \ parted-3.3/po/Makefile.in.in:230: lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \ parted-3.3/po/Makefile.in.in-231- dir=$(localedir)/$$lang/LC_MESSAGES; \ ############################################## parted-3.3/po/Makefile.in.in-238- if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \ parted-3.3/po/Makefile.in.in:239: link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \ parted-3.3/po/Makefile.in.in-240- mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \ ############################################## parted-3.3/po/Makefile.in.in-279- for cat in $$catalogs; do \ parted-3.3/po/Makefile.in.in:280: cat=`basename $$cat`; \ parted-3.3/po/Makefile.in.in:281: lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \ parted-3.3/po/Makefile.in.in-282- dir=$(localedir)/$$lang/LC_MESSAGES; \ ############################################## parted-3.3/po/Makefile.in.in-286- if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \ parted-3.3/po/Makefile.in.in:287: link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \ parted-3.3/po/Makefile.in.in-288- mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \ ############################################## parted-3.3/po/Makefile.in.in-325- for cat in $$catalogs; do \ parted-3.3/po/Makefile.in.in:326: cat=`basename $$cat`; \ parted-3.3/po/Makefile.in.in:327: lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \ parted-3.3/po/Makefile.in.in-328- for lc in LC_MESSAGES $(EXTRA_LOCALE_CATEGORIES); do \ ############################################## parted-3.3/po/Makefile.in.in-390-.nop.po-create: parted-3.3/po/Makefile.in.in:391: @lang=`echo $@ | sed -e 's/\.po-create$$//'`; \ parted-3.3/po/Makefile.in.in-392- echo "File $$lang.po does not exist. If you are a translator, you can create it through 'msginit'." 1>&2; \ ############################################## parted-3.3/po/Makefile.in.in-397-.nop.po-update: parted-3.3/po/Makefile.in.in:398: @lang=`echo $@ | sed -e 's/\.po-update$$//'`; \ parted-3.3/po/Makefile.in.in-399- if test "$(PACKAGE)" = "gettext-tools"; then PATH=`pwd`/../src:$$PATH; fi; \ ############################################## parted-3.3/po/Makefile.in.in-404- cd $(srcdir); \ parted-3.3/po/Makefile.in.in:405: if { case `$(MSGMERGE) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \ parted-3.3/po/Makefile.in.in-406- '' | 0.[0-9] | 0.[0-9].* | 0.1[0-7] | 0.1[0-7].*) \ ############################################## parted-3.3/po/Rules-quot-15-.insert-header.po-update-en: parted-3.3/po/Rules-quot:16: @lang=`echo $@ | sed -e 's/\.po-update-en$$//'`; \ parted-3.3/po/Rules-quot:17: if test "$(PACKAGE)" = "gettext"; then PATH=`pwd`/../src:$$PATH; GETTEXTLIBDIR=`cd $(top_srcdir)/src && pwd`; export GETTEXTLIBDIR; fi; \ parted-3.3/po/Rules-quot-18- tmpdir=`pwd`; \ parted-3.3/po/Rules-quot-19- echo "$$lang:"; \ parted-3.3/po/Rules-quot:20: ll=`echo $$lang | sed -e 's/@.*//'`; \ parted-3.3/po/Rules-quot-21- LC_ALL=C; export LC_ALL; \ parted-3.3/po/Rules-quot-22- cd $(srcdir); \ parted-3.3/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 \ parted-3.3/po/Rules-quot-24- if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \ ############################################## parted-3.3/po/id.po-3152-"\n" parted-3.3/po/id.po:3153:"Error: ILL_ILLADDR (Illegal mode pengalamatan)" parted-3.3/po/id.po-3154- ############################################## parted-3.3/lib/Makefile.in-132- { \ parted-3.3/lib/Makefile.in:133: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ parted-3.3/lib/Makefile.in-134- }; \ ############################################## parted-3.3/lib/Makefile.in-1822-.c.o: parted-3.3/lib/Makefile.in:1823:@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ parted-3.3/lib/Makefile.in-1824-@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ ############################################## parted-3.3/lib/Makefile.in-1830-.c.obj: parted-3.3/lib/Makefile.in:1831:@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ parted-3.3/lib/Makefile.in:1832:@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ parted-3.3/lib/Makefile.in-1833-@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po ############################################## parted-3.3/lib/Makefile.in-1835-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ parted-3.3/lib/Makefile.in:1836:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` parted-3.3/lib/Makefile.in-1837- parted-3.3/lib/Makefile.in-1838-.c.lo: parted-3.3/lib/Makefile.in:1839:@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ parted-3.3/lib/Makefile.in-1840-@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ ############################################## parted-3.3/lib/Makefile.in-1882-GTAGS: parted-3.3/lib/Makefile.in:1883: here=`$(am__cd) $(top_builddir) && pwd` \ parted-3.3/lib/Makefile.in-1884- && $(am__cd) $(top_srcdir) \ ############################################## parted-3.3/lib/Makefile.in-1908-distdir-am: $(DISTFILES) parted-3.3/lib/Makefile.in:1909: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ parted-3.3/lib/Makefile.in:1910: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ parted-3.3/lib/Makefile.in-1911- list='$(DISTFILES)'; \ ############################################## parted-3.3/lib/Makefile.in-1922- if test -d $$d/$$file; then \ parted-3.3/lib/Makefile.in:1923: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ parted-3.3/lib/Makefile.in-1924- if test -d "$(distdir)/$$file"; then \ ############################################## parted-3.3/lib/cdefs.h-461-# define __LDBL_REDIR1_DECL(name, alias) \ parted-3.3/lib/cdefs.h:462: extern __typeof (name) name __asm (__ASMNAME (#alias)); parted-3.3/lib/cdefs.h-463-# define __LDBL_REDIR_DECL(name) \ parted-3.3/lib/cdefs.h:464: extern __typeof (name) name __asm (__ASMNAME ("__nldbl_" #name)); parted-3.3/lib/cdefs.h-465-# define __REDIRECT_LDBL(name, proto, alias) \ ############################################## parted-3.3/include/Makefile.in-49- { \ parted-3.3/include/Makefile.in:50: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ parted-3.3/include/Makefile.in-51- }; \ ############################################## parted-3.3/include/Makefile.in-262- while test -n "$$dir1"; do \ parted-3.3/include/Makefile.in:263: first=`echo "$$dir1" | sed -e "$$sed_first"`; \ parted-3.3/include/Makefile.in-264- if test "$$first" != "."; then \ parted-3.3/include/Makefile.in-265- if test "$$first" = ".."; then \ parted-3.3/include/Makefile.in:266: dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ parted-3.3/include/Makefile.in:267: dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ parted-3.3/include/Makefile.in-268- else \ parted-3.3/include/Makefile.in:269: first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ parted-3.3/include/Makefile.in-270- if test "$$first2" = "$$first"; then \ parted-3.3/include/Makefile.in:271: dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ parted-3.3/include/Makefile.in-272- else \ ############################################## parted-3.3/include/Makefile.in-277- fi; \ parted-3.3/include/Makefile.in:278: dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ parted-3.3/include/Makefile.in-279- done; \ ############################################## parted-3.3/include/Makefile.in-1451- dot_seen=no; \ parted-3.3/include/Makefile.in:1452: target=`echo $@ | sed s/-recursive//`; \ parted-3.3/include/Makefile.in-1453- case "$@" in \ ############################################## parted-3.3/include/Makefile.in-1514-GTAGS: parted-3.3/include/Makefile.in:1515: here=`$(am__cd) $(top_builddir) && pwd` \ parted-3.3/include/Makefile.in-1516- && $(am__cd) $(top_srcdir) \ ############################################## parted-3.3/include/Makefile.in-1540-distdir-am: $(DISTFILES) parted-3.3/include/Makefile.in:1541: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ parted-3.3/include/Makefile.in:1542: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ parted-3.3/include/Makefile.in-1543- list='$(DISTFILES)'; \ ############################################## parted-3.3/include/Makefile.in-1554- if test -d $$d/$$file; then \ parted-3.3/include/Makefile.in:1555: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ parted-3.3/include/Makefile.in-1556- if test -d "$(distdir)/$$file"; then \ ############################################## parted-3.3/include/parted/Makefile.in-50- { \ parted-3.3/include/parted/Makefile.in:51: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ parted-3.3/include/parted/Makefile.in-52- }; \ ############################################## parted-3.3/include/parted/Makefile.in-220-am__noinst_HEADERS_DIST = crc32.h endian.h fdasd.h vtoc.h parted-3.3/include/parted/Makefile.in:221:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; parted-3.3/include/parted/Makefile.in-222-am__vpath_adj = case $$p in \ parted-3.3/include/parted/Makefile.in:223: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ parted-3.3/include/parted/Makefile.in-224- *) f=$$p;; \ parted-3.3/include/parted/Makefile.in-225- esac; parted-3.3/include/parted/Makefile.in:226:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; parted-3.3/include/parted/Makefile.in-227-am__install_max = 40 parted-3.3/include/parted/Makefile.in-228-am__nobase_strip_setup = \ parted-3.3/include/parted/Makefile.in:229: srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` parted-3.3/include/parted/Makefile.in-230-am__nobase_strip = \ ############################################## parted-3.3/include/parted/Makefile.in-1486- @list='$(partedinclude_HEADERS)'; test -n "$(partedincludedir)" || list=; \ parted-3.3/include/parted/Makefile.in:1487: files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ parted-3.3/include/parted/Makefile.in-1488- dir='$(DESTDIR)$(partedincludedir)'; $(am__uninstall_files_from_dir) ############################################## parted-3.3/include/parted/Makefile.in-1519-GTAGS: parted-3.3/include/parted/Makefile.in:1520: here=`$(am__cd) $(top_builddir) && pwd` \ parted-3.3/include/parted/Makefile.in-1521- && $(am__cd) $(top_srcdir) \ ############################################## parted-3.3/include/parted/Makefile.in-1545-distdir-am: $(DISTFILES) parted-3.3/include/parted/Makefile.in:1546: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ parted-3.3/include/parted/Makefile.in:1547: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ parted-3.3/include/parted/Makefile.in-1548- list='$(DISTFILES)'; \ ############################################## parted-3.3/include/parted/Makefile.in-1559- if test -d $$d/$$file; then \ parted-3.3/include/parted/Makefile.in:1560: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ parted-3.3/include/parted/Makefile.in-1561- if test -d "$(distdir)/$$file"; then \ ############################################## parted-3.3/libparted/Makefile.in-55- { \ parted-3.3/libparted/Makefile.in:56: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ parted-3.3/libparted/Makefile.in-57- }; \ ############################################## parted-3.3/libparted/Makefile.in-205-CONFIG_CLEAN_VPATH_FILES = parted-3.3/libparted/Makefile.in:206:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; parted-3.3/libparted/Makefile.in-207-am__vpath_adj = case $$p in \ parted-3.3/libparted/Makefile.in:208: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ parted-3.3/libparted/Makefile.in-209- *) f=$$p;; \ parted-3.3/libparted/Makefile.in-210- esac; parted-3.3/libparted/Makefile.in:211:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; parted-3.3/libparted/Makefile.in-212-am__install_max = 40 parted-3.3/libparted/Makefile.in-213-am__nobase_strip_setup = \ parted-3.3/libparted/Makefile.in:214: srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` parted-3.3/libparted/Makefile.in-215-am__nobase_strip = \ ############################################## parted-3.3/libparted/Makefile.in-349- while test -n "$$dir1"; do \ parted-3.3/libparted/Makefile.in:350: first=`echo "$$dir1" | sed -e "$$sed_first"`; \ parted-3.3/libparted/Makefile.in-351- if test "$$first" != "."; then \ parted-3.3/libparted/Makefile.in-352- if test "$$first" = ".."; then \ parted-3.3/libparted/Makefile.in:353: dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ parted-3.3/libparted/Makefile.in:354: dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ parted-3.3/libparted/Makefile.in-355- else \ parted-3.3/libparted/Makefile.in:356: first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ parted-3.3/libparted/Makefile.in-357- if test "$$first2" = "$$first"; then \ parted-3.3/libparted/Makefile.in:358: dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ parted-3.3/libparted/Makefile.in-359- else \ ############################################## parted-3.3/libparted/Makefile.in-364- fi; \ parted-3.3/libparted/Makefile.in:365: dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ parted-3.3/libparted/Makefile.in-366- done; \ ############################################## parted-3.3/libparted/Makefile.in-1658-.c.o: parted-3.3/libparted/Makefile.in:1659:@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ parted-3.3/libparted/Makefile.in-1660-@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ ############################################## parted-3.3/libparted/Makefile.in-1666-.c.obj: parted-3.3/libparted/Makefile.in:1667:@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ parted-3.3/libparted/Makefile.in:1668:@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ parted-3.3/libparted/Makefile.in-1669-@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po ############################################## parted-3.3/libparted/Makefile.in-1671-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ parted-3.3/libparted/Makefile.in:1672:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` parted-3.3/libparted/Makefile.in-1673- parted-3.3/libparted/Makefile.in-1674-.c.lo: parted-3.3/libparted/Makefile.in:1675:@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ parted-3.3/libparted/Makefile.in-1676-@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ ############################################## parted-3.3/libparted/Makefile.in-1703- dot_seen=no; \ parted-3.3/libparted/Makefile.in:1704: target=`echo $@ | sed s/-recursive//`; \ parted-3.3/libparted/Makefile.in-1705- case "$@" in \ ############################################## parted-3.3/libparted/Makefile.in-1766-GTAGS: parted-3.3/libparted/Makefile.in:1767: here=`$(am__cd) $(top_builddir) && pwd` \ parted-3.3/libparted/Makefile.in-1768- && $(am__cd) $(top_srcdir) \ ############################################## parted-3.3/libparted/Makefile.in-1792-distdir-am: $(DISTFILES) parted-3.3/libparted/Makefile.in:1793: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ parted-3.3/libparted/Makefile.in:1794: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ parted-3.3/libparted/Makefile.in-1795- list='$(DISTFILES)'; \ ############################################## parted-3.3/libparted/Makefile.in-1806- if test -d $$d/$$file; then \ parted-3.3/libparted/Makefile.in:1807: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ parted-3.3/libparted/Makefile.in-1808- if test -d "$(distdir)/$$file"; then \ ############################################## parted-3.3/libparted/labels/Makefile.in-55- { \ parted-3.3/libparted/labels/Makefile.in:56: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ parted-3.3/libparted/labels/Makefile.in-57- }; \ ############################################## parted-3.3/libparted/labels/Makefile.in-1526-.c.o: parted-3.3/libparted/labels/Makefile.in:1527:@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ parted-3.3/libparted/labels/Makefile.in-1528-@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ ############################################## parted-3.3/libparted/labels/Makefile.in-1534-.c.obj: parted-3.3/libparted/labels/Makefile.in:1535:@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ parted-3.3/libparted/labels/Makefile.in:1536:@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ parted-3.3/libparted/labels/Makefile.in-1537-@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po ############################################## parted-3.3/libparted/labels/Makefile.in-1539-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ parted-3.3/libparted/labels/Makefile.in:1540:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` parted-3.3/libparted/labels/Makefile.in-1541- parted-3.3/libparted/labels/Makefile.in-1542-.c.lo: parted-3.3/libparted/labels/Makefile.in:1543:@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ parted-3.3/libparted/labels/Makefile.in-1544-@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ ############################################## parted-3.3/libparted/labels/Makefile.in-1585-GTAGS: parted-3.3/libparted/labels/Makefile.in:1586: here=`$(am__cd) $(top_builddir) && pwd` \ parted-3.3/libparted/labels/Makefile.in-1587- && $(am__cd) $(top_srcdir) \ ############################################## parted-3.3/libparted/labels/Makefile.in-1611-distdir-am: $(DISTFILES) parted-3.3/libparted/labels/Makefile.in:1612: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ parted-3.3/libparted/labels/Makefile.in:1613: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ parted-3.3/libparted/labels/Makefile.in-1614- list='$(DISTFILES)'; \ ############################################## parted-3.3/libparted/labels/Makefile.in-1625- if test -d $$d/$$file; then \ parted-3.3/libparted/labels/Makefile.in:1626: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ parted-3.3/libparted/labels/Makefile.in-1627- if test -d "$(distdir)/$$file"; then \ ############################################## parted-3.3/libparted/fs/xfs/xfs_sb.h-432- parted-3.3/libparted/fs/xfs/xfs_sb.h:433:#define XFS_SB_DADDR ((xfs_daddr_t)0) /* daddr in file system/ag */ parted-3.3/libparted/fs/xfs/xfs_sb.h-434-#if XFS_WANT_FUNCS || (XFS_WANT_SPACE && XFSSO_XFS_SB_BLOCK) ############################################## parted-3.3/libparted/fs/xfs/xfs_sb.h-454-#if XFS_WANT_FUNCS || (XFS_WANT_SPACE && XFSSO_XFS_FSB_TO_DADDR) parted-3.3/libparted/fs/xfs/xfs_sb.h:455:xfs_daddr_t xfs_fsb_to_daddr(struct xfs_mount *mp, xfs_fsblock_t fsbno); parted-3.3/libparted/fs/xfs/xfs_sb.h:456:#define XFS_FSB_TO_DADDR(mp,fsbno) xfs_fsb_to_daddr(mp,fsbno) parted-3.3/libparted/fs/xfs/xfs_sb.h-457-#else parted-3.3/libparted/fs/xfs/xfs_sb.h:458:#define XFS_FSB_TO_DADDR(mp,fsbno) \ parted-3.3/libparted/fs/xfs/xfs_sb.h:459: XFS_AGB_TO_DADDR(mp, XFS_FSB_TO_AGNO(mp,fsbno), \ parted-3.3/libparted/fs/xfs/xfs_sb.h-460- XFS_FSB_TO_AGBNO(mp,fsbno)) ############################################## parted-3.3/libparted/fs/Makefile.in-55- { \ parted-3.3/libparted/fs/Makefile.in:56: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ parted-3.3/libparted/fs/Makefile.in-57- }; \ ############################################## parted-3.3/libparted/fs/Makefile.in-204-CONFIG_CLEAN_VPATH_FILES = parted-3.3/libparted/fs/Makefile.in:205:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; parted-3.3/libparted/fs/Makefile.in-206-am__vpath_adj = case $$p in \ parted-3.3/libparted/fs/Makefile.in:207: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ parted-3.3/libparted/fs/Makefile.in-208- *) f=$$p;; \ parted-3.3/libparted/fs/Makefile.in-209- esac; parted-3.3/libparted/fs/Makefile.in:210:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; parted-3.3/libparted/fs/Makefile.in-211-am__install_max = 40 parted-3.3/libparted/fs/Makefile.in-212-am__nobase_strip_setup = \ parted-3.3/libparted/fs/Makefile.in:213: srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` parted-3.3/libparted/fs/Makefile.in-214-am__nobase_strip = \ ############################################## parted-3.3/libparted/fs/Makefile.in-1889-.c.o: parted-3.3/libparted/fs/Makefile.in:1890:@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ parted-3.3/libparted/fs/Makefile.in-1891-@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ ############################################## parted-3.3/libparted/fs/Makefile.in-1897-.c.obj: parted-3.3/libparted/fs/Makefile.in:1898:@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ parted-3.3/libparted/fs/Makefile.in:1899:@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ parted-3.3/libparted/fs/Makefile.in-1900-@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po ############################################## parted-3.3/libparted/fs/Makefile.in-1902-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ parted-3.3/libparted/fs/Makefile.in:1903:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` parted-3.3/libparted/fs/Makefile.in-1904- parted-3.3/libparted/fs/Makefile.in-1905-.c.lo: parted-3.3/libparted/fs/Makefile.in:1906:@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ parted-3.3/libparted/fs/Makefile.in-1907-@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ ############################################## parted-3.3/libparted/fs/Makefile.in-1964-GTAGS: parted-3.3/libparted/fs/Makefile.in:1965: here=`$(am__cd) $(top_builddir) && pwd` \ parted-3.3/libparted/fs/Makefile.in-1966- && $(am__cd) $(top_srcdir) \ ############################################## parted-3.3/libparted/fs/Makefile.in-1990-distdir-am: $(DISTFILES) parted-3.3/libparted/fs/Makefile.in:1991: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ parted-3.3/libparted/fs/Makefile.in:1992: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ parted-3.3/libparted/fs/Makefile.in-1993- list='$(DISTFILES)'; \ ############################################## parted-3.3/libparted/fs/Makefile.in-2004- if test -d $$d/$$file; then \ parted-3.3/libparted/fs/Makefile.in:2005: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ parted-3.3/libparted/fs/Makefile.in-2006- if test -d "$(distdir)/$$file"; then \ ############################################## parted-3.3/libparted/tests/Makefile.in-54- { \ parted-3.3/libparted/tests/Makefile.in:55: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ parted-3.3/libparted/tests/Makefile.in-56- }; \ ############################################## parted-3.3/libparted/tests/Makefile.in-322-} parted-3.3/libparted/tests/Makefile.in:323:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; parted-3.3/libparted/tests/Makefile.in-324-am__vpath_adj = case $$p in \ parted-3.3/libparted/tests/Makefile.in:325: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ parted-3.3/libparted/tests/Makefile.in-326- *) f=$$p;; \ parted-3.3/libparted/tests/Makefile.in-327- esac; parted-3.3/libparted/tests/Makefile.in:328:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; parted-3.3/libparted/tests/Makefile.in-329-am__install_max = 40 parted-3.3/libparted/tests/Makefile.in-330-am__nobase_strip_setup = \ parted-3.3/libparted/tests/Makefile.in:331: srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` parted-3.3/libparted/tests/Makefile.in-332-am__nobase_strip = \ ############################################## parted-3.3/libparted/tests/Makefile.in-450-case "$@" in \ parted-3.3/libparted/tests/Makefile.in:451: */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;; \ parted-3.3/libparted/tests/Makefile.in-452- *) am__odir=.;; \ ############################################## parted-3.3/libparted/tests/Makefile.in-480- bases='$(TEST_LOGS)'; \ parted-3.3/libparted/tests/Makefile.in:481: bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \ parted-3.3/libparted/tests/Makefile.in:482: bases=`echo $$bases` parted-3.3/libparted/tests/Makefile.in-483-RECHECK_LOGS = $(TEST_LOGS) ############################################## parted-3.3/libparted/tests/Makefile.in-493- */*) b='$*';; \ parted-3.3/libparted/tests/Makefile.in:494: *) b=`echo '$@' | sed 's/\.log$$//'`; \ parted-3.3/libparted/tests/Makefile.in-495- esac;; \ ############################################## parted-3.3/libparted/tests/Makefile.in-1691- test -n "$(EXEEXT)" || exit 0; \ parted-3.3/libparted/tests/Makefile.in:1692: list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ parted-3.3/libparted/tests/Makefile.in-1693- echo " rm -f" $$list; \ ############################################## parted-3.3/libparted/tests/Makefile.in-1735-.c.o: parted-3.3/libparted/tests/Makefile.in:1736:@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ parted-3.3/libparted/tests/Makefile.in-1737-@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ ############################################## parted-3.3/libparted/tests/Makefile.in-1743-.c.obj: parted-3.3/libparted/tests/Makefile.in:1744:@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ parted-3.3/libparted/tests/Makefile.in:1745:@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ parted-3.3/libparted/tests/Makefile.in-1746-@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po ############################################## parted-3.3/libparted/tests/Makefile.in-1748-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ parted-3.3/libparted/tests/Makefile.in:1749:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` parted-3.3/libparted/tests/Makefile.in-1750- parted-3.3/libparted/tests/Makefile.in-1751-.c.lo: parted-3.3/libparted/tests/Makefile.in:1752:@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ parted-3.3/libparted/tests/Makefile.in-1753-@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ ############################################## parted-3.3/libparted/tests/Makefile.in-1794-GTAGS: parted-3.3/libparted/tests/Makefile.in:1795: here=`$(am__cd) $(top_builddir) && pwd` \ parted-3.3/libparted/tests/Makefile.in-1796- && $(am__cd) $(top_srcdir) \ ############################################## parted-3.3/libparted/tests/Makefile.in-1837- if test -n "$$redo_bases"; then \ parted-3.3/libparted/tests/Makefile.in:1838: redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \ parted-3.3/libparted/tests/Makefile.in:1839: redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \ parted-3.3/libparted/tests/Makefile.in-1840- if $(am__make_dryrun); then :; else \ ############################################## parted-3.3/libparted/tests/Makefile.in-1862- ws='[ ]'; \ parted-3.3/libparted/tests/Makefile.in:1863: results=`for b in $$bases; do echo $$b.trs; done`; \ parted-3.3/libparted/tests/Makefile.in-1864- test -n "$$results" || results=/dev/null; \ parted-3.3/libparted/tests/Makefile.in:1865: all=` grep "^$$ws*:test-result:" $$results | wc -l`; \ parted-3.3/libparted/tests/Makefile.in:1866: pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \ parted-3.3/libparted/tests/Makefile.in:1867: fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \ parted-3.3/libparted/tests/Makefile.in:1868: skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \ parted-3.3/libparted/tests/Makefile.in:1869: xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \ parted-3.3/libparted/tests/Makefile.in:1870: xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \ parted-3.3/libparted/tests/Makefile.in:1871: error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \ parted-3.3/libparted/tests/Makefile.in:1872: if test `expr $$fail + $$xpass + $$error` -eq 0; then \ parted-3.3/libparted/tests/Makefile.in-1873- success=true; \ ############################################## parted-3.3/libparted/tests/Makefile.in-1941- @set +e; $(am__set_TESTS_bases); \ parted-3.3/libparted/tests/Makefile.in:1942: log_list=`for i in $$bases; do echo $$i.log; done`; \ parted-3.3/libparted/tests/Makefile.in:1943: trs_list=`for i in $$bases; do echo $$i.trs; done`; \ parted-3.3/libparted/tests/Makefile.in:1944: log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \ parted-3.3/libparted/tests/Makefile.in-1945- $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \ ############################################## parted-3.3/libparted/tests/Makefile.in-1951- | $(am__list_recheck_tests)` || exit 1; \ parted-3.3/libparted/tests/Makefile.in:1952: log_list=`for i in $$bases; do echo $$i.log; done`; \ parted-3.3/libparted/tests/Makefile.in:1953: log_list=`echo $$log_list`; \ parted-3.3/libparted/tests/Makefile.in-1954- $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \ ############################################## parted-3.3/libparted/tests/Makefile.in-2011-distdir-am: $(DISTFILES) parted-3.3/libparted/tests/Makefile.in:2012: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ parted-3.3/libparted/tests/Makefile.in:2013: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ parted-3.3/libparted/tests/Makefile.in-2014- list='$(DISTFILES)'; \ ############################################## parted-3.3/libparted/tests/Makefile.in-2025- if test -d $$d/$$file; then \ parted-3.3/libparted/tests/Makefile.in:2026: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ parted-3.3/libparted/tests/Makefile.in-2027- if test -d "$(distdir)/$$file"; then \ ############################################## parted-3.3/parted/Makefile.in-51- { \ parted-3.3/parted/Makefile.in:52: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ parted-3.3/parted/Makefile.in-53- }; \ ############################################## parted-3.3/parted/Makefile.in-1518- test -n "$(EXEEXT)" || exit 0; \ parted-3.3/parted/Makefile.in:1519: list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ parted-3.3/parted/Makefile.in-1520- echo " rm -f" $$list; \ ############################################## parted-3.3/parted/Makefile.in-1554-.c.o: parted-3.3/parted/Makefile.in:1555:@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ parted-3.3/parted/Makefile.in-1556-@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ ############################################## parted-3.3/parted/Makefile.in-1562-.c.obj: parted-3.3/parted/Makefile.in:1563:@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ parted-3.3/parted/Makefile.in:1564:@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ parted-3.3/parted/Makefile.in-1565-@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po ############################################## parted-3.3/parted/Makefile.in-1567-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ parted-3.3/parted/Makefile.in:1568:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` parted-3.3/parted/Makefile.in-1569- parted-3.3/parted/Makefile.in-1570-.c.lo: parted-3.3/parted/Makefile.in:1571:@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ parted-3.3/parted/Makefile.in-1572-@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ ############################################## parted-3.3/parted/Makefile.in-1613-GTAGS: parted-3.3/parted/Makefile.in:1614: here=`$(am__cd) $(top_builddir) && pwd` \ parted-3.3/parted/Makefile.in-1615- && $(am__cd) $(top_srcdir) \ ############################################## parted-3.3/parted/Makefile.in-1639-distdir-am: $(DISTFILES) parted-3.3/parted/Makefile.in:1640: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ parted-3.3/parted/Makefile.in:1641: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ parted-3.3/parted/Makefile.in-1642- list='$(DISTFILES)'; \ ############################################## parted-3.3/parted/Makefile.in-1653- if test -d $$d/$$file; then \ parted-3.3/parted/Makefile.in:1654: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ parted-3.3/parted/Makefile.in-1655- if test -d "$(distdir)/$$file"; then \ ############################################## parted-3.3/partprobe/Makefile.in-50- { \ parted-3.3/partprobe/Makefile.in:51: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ parted-3.3/partprobe/Makefile.in-52- }; \ ############################################## parted-3.3/partprobe/Makefile.in-1487- test -n "$(EXEEXT)" || exit 0; \ parted-3.3/partprobe/Makefile.in:1488: list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ parted-3.3/partprobe/Makefile.in-1489- echo " rm -f" $$list; \ ############################################## parted-3.3/partprobe/Makefile.in-1510-.c.o: parted-3.3/partprobe/Makefile.in:1511:@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ parted-3.3/partprobe/Makefile.in-1512-@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ ############################################## parted-3.3/partprobe/Makefile.in-1518-.c.obj: parted-3.3/partprobe/Makefile.in:1519:@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ parted-3.3/partprobe/Makefile.in:1520:@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ parted-3.3/partprobe/Makefile.in-1521-@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po ############################################## parted-3.3/partprobe/Makefile.in-1523-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ parted-3.3/partprobe/Makefile.in:1524:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` parted-3.3/partprobe/Makefile.in-1525- parted-3.3/partprobe/Makefile.in-1526-.c.lo: parted-3.3/partprobe/Makefile.in:1527:@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ parted-3.3/partprobe/Makefile.in-1528-@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ ############################################## parted-3.3/partprobe/Makefile.in-1569-GTAGS: parted-3.3/partprobe/Makefile.in:1570: here=`$(am__cd) $(top_builddir) && pwd` \ parted-3.3/partprobe/Makefile.in-1571- && $(am__cd) $(top_srcdir) \ ############################################## parted-3.3/partprobe/Makefile.in-1595-distdir-am: $(DISTFILES) parted-3.3/partprobe/Makefile.in:1596: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ parted-3.3/partprobe/Makefile.in:1597: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ parted-3.3/partprobe/Makefile.in-1598- list='$(DISTFILES)'; \ ############################################## parted-3.3/partprobe/Makefile.in-1609- if test -d $$d/$$file; then \ parted-3.3/partprobe/Makefile.in:1610: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ parted-3.3/partprobe/Makefile.in-1611- if test -d "$(distdir)/$$file"; then \ ############################################## parted-3.3/doc/Makefile.in-49- { \ parted-3.3/doc/Makefile.in:50: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ parted-3.3/doc/Makefile.in-51- }; \ ############################################## parted-3.3/doc/Makefile.in-268-am__installdirs = "$(DESTDIR)$(infodir)" parted-3.3/doc/Makefile.in:269:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; parted-3.3/doc/Makefile.in-270-am__vpath_adj = case $$p in \ parted-3.3/doc/Makefile.in:271: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ parted-3.3/doc/Makefile.in-272- *) f=$$p;; \ parted-3.3/doc/Makefile.in-273- esac; parted-3.3/doc/Makefile.in:274:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; parted-3.3/doc/Makefile.in-275-am__install_max = 40 parted-3.3/doc/Makefile.in-276-am__nobase_strip_setup = \ parted-3.3/doc/Makefile.in:277: srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` parted-3.3/doc/Makefile.in-278-am__nobase_strip = \ ############################################## parted-3.3/doc/Makefile.in-334- while test -n "$$dir1"; do \ parted-3.3/doc/Makefile.in:335: first=`echo "$$dir1" | sed -e "$$sed_first"`; \ parted-3.3/doc/Makefile.in-336- if test "$$first" != "."; then \ parted-3.3/doc/Makefile.in-337- if test "$$first" = ".."; then \ parted-3.3/doc/Makefile.in:338: dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ parted-3.3/doc/Makefile.in:339: dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ parted-3.3/doc/Makefile.in-340- else \ parted-3.3/doc/Makefile.in:341: first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ parted-3.3/doc/Makefile.in-342- if test "$$first2" = "$$first"; then \ parted-3.3/doc/Makefile.in:343: dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ parted-3.3/doc/Makefile.in-344- else \ ############################################## parted-3.3/doc/Makefile.in-349- fi; \ parted-3.3/doc/Makefile.in:350: dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ parted-3.3/doc/Makefile.in-351- done; \ ############################################## parted-3.3/doc/Makefile.in-1537- $(am__cd) $(srcdir) && \ parted-3.3/doc/Makefile.in:1538: $$restore $$backupdir/* `echo "./$@" | sed 's|[^/]*$$||'`; \ parted-3.3/doc/Makefile.in-1539- fi; \ ############################################## parted-3.3/doc/Makefile.in-1569- @(dir=.; test -f ./parted.texi || dir=$(srcdir); \ parted-3.3/doc/Makefile.in:1570: set `$(SHELL) $(top_srcdir)/build-aux/mdate-sh $$dir/parted.texi`; \ parted-3.3/doc/Makefile.in-1571- echo "@set UPDATED $$1 $$2 $$3"; \ ############################################## parted-3.3/doc/Makefile.in-1613- for file in $$list; do \ parted-3.3/doc/Makefile.in:1614: relfile=`echo "$$file" | sed 's|^.*/||'`; \ parted-3.3/doc/Makefile.in-1615- echo " install-info --info-dir='$(DESTDIR)$(infodir)' --remove '$(DESTDIR)$(infodir)/$$relfile'"; \ ############################################## parted-3.3/doc/Makefile.in-1622- for file in $$list; do \ parted-3.3/doc/Makefile.in:1623: relfile=`echo "$$file" | sed 's|^.*/||'`; \ parted-3.3/doc/Makefile.in:1624: relfile_i=`echo "$$relfile" | sed 's|\.info$$||;s|$$|.i|'`; \ parted-3.3/doc/Makefile.in-1625- (if test -d "$(DESTDIR)$(infodir)" && cd "$(DESTDIR)$(infodir)"; then \ ############################################## parted-3.3/doc/Makefile.in-1649-dist-info: $(INFO_DEPS) parted-3.3/doc/Makefile.in:1650: @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ parted-3.3/doc/Makefile.in-1651- list='$(INFO_DEPS)'; \ ############################################## parted-3.3/doc/Makefile.in-1653- case $$base in \ parted-3.3/doc/Makefile.in:1654: $(srcdir)/*) base=`echo "$$base" | sed "s|^$$srcdirstrip/||"`;; \ parted-3.3/doc/Makefile.in-1655- esac; \ parted-3.3/doc/Makefile.in-1656- if test -f $$base; then d=.; else d=$(srcdir); fi; \ parted-3.3/doc/Makefile.in:1657: base_i=`echo "$$base" | sed 's|\.info$$||;s|$$|.i|'`; \ parted-3.3/doc/Makefile.in-1658- 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 \ parted-3.3/doc/Makefile.in-1659- if test -f $$file; then \ parted-3.3/doc/Makefile.in:1660: relfile=`expr "$$file" : "$$d/\(.*\)"`; \ parted-3.3/doc/Makefile.in-1661- test -f "$(distdir)/$$relfile" || \ ############################################## parted-3.3/doc/Makefile.in-1675- @list='$(INFO_DEPS)'; for i in $$list; do \ parted-3.3/doc/Makefile.in:1676: i_i=`echo "$$i" | sed 's|\.info$$||;s|$$|.i|'`; \ parted-3.3/doc/Makefile.in-1677- echo " rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]"; \ ############################################## parted-3.3/doc/Makefile.in-1694- dot_seen=no; \ parted-3.3/doc/Makefile.in:1695: target=`echo $@ | sed s/-recursive//`; \ parted-3.3/doc/Makefile.in-1696- case "$@" in \ ############################################## parted-3.3/doc/Makefile.in-1757-GTAGS: parted-3.3/doc/Makefile.in:1758: here=`$(am__cd) $(top_builddir) && pwd` \ parted-3.3/doc/Makefile.in-1759- && $(am__cd) $(top_srcdir) \ ############################################## parted-3.3/doc/Makefile.in-1783-distdir-am: $(DISTFILES) parted-3.3/doc/Makefile.in:1784: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ parted-3.3/doc/Makefile.in:1785: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ parted-3.3/doc/Makefile.in-1786- list='$(DISTFILES)'; \ ############################################## parted-3.3/doc/Makefile.in-1797- if test -d $$d/$$file; then \ parted-3.3/doc/Makefile.in:1798: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ parted-3.3/doc/Makefile.in-1799- if test -d "$(distdir)/$$file"; then \ ############################################## parted-3.3/doc/Makefile.in-1950- @$(NORMAL_INSTALL) parted-3.3/doc/Makefile.in:1951: @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ parted-3.3/doc/Makefile.in-1952- list='$(INFO_DEPS)'; test -n "$(infodir)" || list=; \ ############################################## parted-3.3/doc/Makefile.in-1958- case $$file in \ parted-3.3/doc/Makefile.in:1959: $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ parted-3.3/doc/Makefile.in-1960- esac; \ parted-3.3/doc/Makefile.in-1961- if test -f $$file; then d=.; else d=$(srcdir); fi; \ parted-3.3/doc/Makefile.in:1962: file_i=`echo "$$file" | sed 's|\.info$$||;s|$$|.i|'`; \ parted-3.3/doc/Makefile.in-1963- for ifile in $$d/$$file $$d/$$file-[0-9] $$d/$$file-[0-9][0-9] \ ############################################## parted-3.3/doc/Makefile.in-1976- for file in $$list; do \ parted-3.3/doc/Makefile.in:1977: relfile=`echo "$$file" | sed 's|^.*/||'`; \ parted-3.3/doc/Makefile.in-1978- echo " install-info --info-dir='$(DESTDIR)$(infodir)' '$(DESTDIR)$(infodir)/$$relfile'";\ ############################################## parted-3.3/doc/C/Makefile.in-49- { \ parted-3.3/doc/C/Makefile.in:50: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ parted-3.3/doc/C/Makefile.in-51- }; \ ############################################## parted-3.3/doc/C/Makefile.in-217- esac parted-3.3/doc/C/Makefile.in:218:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; parted-3.3/doc/C/Makefile.in-219-am__vpath_adj = case $$p in \ parted-3.3/doc/C/Makefile.in:220: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ parted-3.3/doc/C/Makefile.in-221- *) f=$$p;; \ parted-3.3/doc/C/Makefile.in-222- esac; parted-3.3/doc/C/Makefile.in:223:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; parted-3.3/doc/C/Makefile.in-224-am__install_max = 40 parted-3.3/doc/C/Makefile.in-225-am__nobase_strip_setup = \ parted-3.3/doc/C/Makefile.in:226: srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` parted-3.3/doc/C/Makefile.in-227-am__nobase_strip = \ ############################################## parted-3.3/doc/C/Makefile.in-1415- test -n "$(man8dir)" \ parted-3.3/doc/C/Makefile.in:1416: && test -n "`echo $$list1$$list2`" \ parted-3.3/doc/C/Makefile.in-1417- || exit 0; \ ############################################## parted-3.3/doc/C/Makefile.in-1462-distdir-am: $(DISTFILES) parted-3.3/doc/C/Makefile.in:1463: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ parted-3.3/doc/C/Makefile.in:1464: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ parted-3.3/doc/C/Makefile.in-1465- list='$(DISTFILES)'; \ ############################################## parted-3.3/doc/C/Makefile.in-1476- if test -d $$d/$$file; then \ parted-3.3/doc/C/Makefile.in:1477: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ parted-3.3/doc/C/Makefile.in-1478- if test -d "$(distdir)/$$file"; then \ ############################################## parted-3.3/doc/pt_BR/Makefile.in-74- { \ parted-3.3/doc/pt_BR/Makefile.in:75: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ parted-3.3/doc/pt_BR/Makefile.in-76- }; \ ############################################## parted-3.3/doc/pt_BR/Makefile.in-1422-distdir-am: $(DISTFILES) parted-3.3/doc/pt_BR/Makefile.in:1423: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ parted-3.3/doc/pt_BR/Makefile.in:1424: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ parted-3.3/doc/pt_BR/Makefile.in-1425- list='$(DISTFILES)'; \ ############################################## parted-3.3/doc/pt_BR/Makefile.in-1436- if test -d $$d/$$file; then \ parted-3.3/doc/pt_BR/Makefile.in:1437: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ parted-3.3/doc/pt_BR/Makefile.in-1438- if test -d "$(distdir)/$$file"; then \ ############################################## parted-3.3/doc/pt_BR/Makefile.in-1578-all-local: parted-3.3/doc/pt_BR/Makefile.in:1579: $(AM_V_GEN)for po in `ls -1 $(srcdir)/*.$(lang).po 2>/dev/null`; do \ parted-3.3/doc/pt_BR/Makefile.in-1580- $(MAKE) $$(basename $${po%.$(lang).po}); \ ############################################## parted-3.3/doc/pt_BR/Makefile.in-1584-clean-local: parted-3.3/doc/pt_BR/Makefile.in:1585: $(AM_V_GEN)for po in `ls -1 $(srcdir)/*.$(lang).po 2>/dev/null`; do \ parted-3.3/doc/pt_BR/Makefile.in-1586- rm -f $$(basename $${po%.$(lang).po}); \ ############################################## parted-3.3/doc/po4a.mk-43-all-local: parted-3.3/doc/po4a.mk:44: $(AM_V_GEN)for po in `ls -1 $(srcdir)/*.$(lang).po 2>/dev/null`; do \ parted-3.3/doc/po4a.mk-45- $(MAKE) $$(basename $${po%.$(lang).po}); \ ############################################## parted-3.3/doc/po4a.mk-49-clean-local: parted-3.3/doc/po4a.mk:50: $(AM_V_GEN)for po in `ls -1 $(srcdir)/*.$(lang).po 2>/dev/null`; do \ parted-3.3/doc/po4a.mk-51- rm -f $$(basename $${po%.$(lang).po}); \ ############################################## parted-3.3/debug/Makefile.in-49- { \ parted-3.3/debug/Makefile.in:50: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ parted-3.3/debug/Makefile.in-51- }; \ ############################################## parted-3.3/debug/Makefile.in-262- while test -n "$$dir1"; do \ parted-3.3/debug/Makefile.in:263: first=`echo "$$dir1" | sed -e "$$sed_first"`; \ parted-3.3/debug/Makefile.in-264- if test "$$first" != "."; then \ parted-3.3/debug/Makefile.in-265- if test "$$first" = ".."; then \ parted-3.3/debug/Makefile.in:266: dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ parted-3.3/debug/Makefile.in:267: dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ parted-3.3/debug/Makefile.in-268- else \ parted-3.3/debug/Makefile.in:269: first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ parted-3.3/debug/Makefile.in-270- if test "$$first2" = "$$first"; then \ parted-3.3/debug/Makefile.in:271: dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ parted-3.3/debug/Makefile.in-272- else \ ############################################## parted-3.3/debug/Makefile.in-277- fi; \ parted-3.3/debug/Makefile.in:278: dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ parted-3.3/debug/Makefile.in-279- done; \ ############################################## parted-3.3/debug/Makefile.in-1452- dot_seen=no; \ parted-3.3/debug/Makefile.in:1453: target=`echo $@ | sed s/-recursive//`; \ parted-3.3/debug/Makefile.in-1454- case "$@" in \ ############################################## parted-3.3/debug/Makefile.in-1515-GTAGS: parted-3.3/debug/Makefile.in:1516: here=`$(am__cd) $(top_builddir) && pwd` \ parted-3.3/debug/Makefile.in-1517- && $(am__cd) $(top_srcdir) \ ############################################## parted-3.3/debug/Makefile.in-1541-distdir-am: $(DISTFILES) parted-3.3/debug/Makefile.in:1542: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ parted-3.3/debug/Makefile.in:1543: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ parted-3.3/debug/Makefile.in-1544- list='$(DISTFILES)'; \ ############################################## parted-3.3/debug/Makefile.in-1555- if test -d $$d/$$file; then \ parted-3.3/debug/Makefile.in:1556: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ parted-3.3/debug/Makefile.in-1557- if test -d "$(distdir)/$$file"; then \ ############################################## parted-3.3/debug/test/Makefile.in-50- { \ parted-3.3/debug/test/Makefile.in:51: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ parted-3.3/debug/test/Makefile.in-52- }; \ ############################################## parted-3.3/debug/test/Makefile.in-1406-distdir-am: $(DISTFILES) parted-3.3/debug/test/Makefile.in:1407: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ parted-3.3/debug/test/Makefile.in:1408: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ parted-3.3/debug/test/Makefile.in-1409- list='$(DISTFILES)'; \ ############################################## parted-3.3/debug/test/Makefile.in-1420- if test -d $$d/$$file; then \ parted-3.3/debug/test/Makefile.in:1421: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ parted-3.3/debug/test/Makefile.in-1422- if test -d "$(distdir)/$$file"; then \ ############################################## parted-3.3/debug/test/test_fs_fat-55- part=$TEST_DRIVE$part_num parted-3.3/debug/test/test_fs_fat:56: hole_parent=`echo $TEST_DATA_HOLE | sed -e "s/[-_.a-zA-Z0-9]+\///g"` parted-3.3/debug/test/test_fs_fat-57- ############################################## parted-3.3/debug/test/test_fs_hfs-47- part=$TEST_DRIVE$part_num parted-3.3/debug/test/test_fs_hfs:48: hole_parent=`echo $TEST_DATA_HOLE | sed -e "s/[-_.a-zA-Z0-9]+\///g"` parted-3.3/debug/test/test_fs_hfs-49- ############################################## parted-3.3/debug/test/test_fs_hfsplus-51- part=$TEST_DRIVE$part_num parted-3.3/debug/test/test_fs_hfsplus:52: hole_parent=`echo $TEST_DATA_HOLE | sed -e "s/[-_.a-zA-Z0-9]+\///g"` parted-3.3/debug/test/test_fs_hfsplus-53- ############################################## parted-3.3/tests/Makefile.in-49- { \ parted-3.3/tests/Makefile.in:50: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ parted-3.3/tests/Makefile.in-51- }; \ ############################################## parted-3.3/tests/Makefile.in-318-} parted-3.3/tests/Makefile.in:319:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; parted-3.3/tests/Makefile.in-320-am__vpath_adj = case $$p in \ parted-3.3/tests/Makefile.in:321: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ parted-3.3/tests/Makefile.in-322- *) f=$$p;; \ parted-3.3/tests/Makefile.in-323- esac; parted-3.3/tests/Makefile.in:324:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; parted-3.3/tests/Makefile.in-325-am__install_max = 40 parted-3.3/tests/Makefile.in-326-am__nobase_strip_setup = \ parted-3.3/tests/Makefile.in:327: srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` parted-3.3/tests/Makefile.in-328-am__nobase_strip = \ ############################################## parted-3.3/tests/Makefile.in-446-case "$@" in \ parted-3.3/tests/Makefile.in:447: */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;; \ parted-3.3/tests/Makefile.in-448- *) am__odir=.;; \ ############################################## parted-3.3/tests/Makefile.in-476- bases='$(TEST_LOGS)'; \ parted-3.3/tests/Makefile.in:477: bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \ parted-3.3/tests/Makefile.in:478: bases=`echo $$bases` parted-3.3/tests/Makefile.in-479-RECHECK_LOGS = $(TEST_LOGS) ############################################## parted-3.3/tests/Makefile.in-491- */*) b='$*';; \ parted-3.3/tests/Makefile.in:492: *) b=`echo '$@' | sed 's/\.log$$//'`; \ parted-3.3/tests/Makefile.in-493- esac;; \ ############################################## parted-3.3/tests/Makefile.in-1750- ENABLE_DEVICE_MAPPER=$(ENABLE_DEVICE_MAPPER) \ parted-3.3/tests/Makefile.in:1751: PARTED_TEST_NAME=`basename '$(abs_srcdir)'`,`echo $$tst|sed 's,^\./,,;s,/,-,g'`\ parted-3.3/tests/Makefile.in-1752- PATH='$(abs_top_builddir)/parted$(PATH_SEPARATOR)'"$$PATH" \ ############################################## parted-3.3/tests/Makefile.in-1795- test -n "$(EXEEXT)" || exit 0; \ parted-3.3/tests/Makefile.in:1796: list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ parted-3.3/tests/Makefile.in-1797- echo " rm -f" $$list; \ ############################################## parted-3.3/tests/Makefile.in-1843-.c.o: parted-3.3/tests/Makefile.in:1844:@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ parted-3.3/tests/Makefile.in-1845-@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ ############################################## parted-3.3/tests/Makefile.in-1851-.c.obj: parted-3.3/tests/Makefile.in:1852:@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ parted-3.3/tests/Makefile.in:1853:@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ parted-3.3/tests/Makefile.in-1854-@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po ############################################## parted-3.3/tests/Makefile.in-1856-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ parted-3.3/tests/Makefile.in:1857:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` parted-3.3/tests/Makefile.in-1858- parted-3.3/tests/Makefile.in-1859-.c.lo: parted-3.3/tests/Makefile.in:1860:@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ parted-3.3/tests/Makefile.in-1861-@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ ############################################## parted-3.3/tests/Makefile.in-1902-GTAGS: parted-3.3/tests/Makefile.in:1903: here=`$(am__cd) $(top_builddir) && pwd` \ parted-3.3/tests/Makefile.in-1904- && $(am__cd) $(top_srcdir) \ ############################################## parted-3.3/tests/Makefile.in-1945- if test -n "$$redo_bases"; then \ parted-3.3/tests/Makefile.in:1946: redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \ parted-3.3/tests/Makefile.in:1947: redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \ parted-3.3/tests/Makefile.in-1948- if $(am__make_dryrun); then :; else \ ############################################## parted-3.3/tests/Makefile.in-1970- ws='[ ]'; \ parted-3.3/tests/Makefile.in:1971: results=`for b in $$bases; do echo $$b.trs; done`; \ parted-3.3/tests/Makefile.in-1972- test -n "$$results" || results=/dev/null; \ parted-3.3/tests/Makefile.in:1973: all=` grep "^$$ws*:test-result:" $$results | wc -l`; \ parted-3.3/tests/Makefile.in:1974: pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \ parted-3.3/tests/Makefile.in:1975: fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \ parted-3.3/tests/Makefile.in:1976: skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \ parted-3.3/tests/Makefile.in:1977: xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \ parted-3.3/tests/Makefile.in:1978: xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \ parted-3.3/tests/Makefile.in:1979: error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \ parted-3.3/tests/Makefile.in:1980: if test `expr $$fail + $$xpass + $$error` -eq 0; then \ parted-3.3/tests/Makefile.in-1981- success=true; \ ############################################## parted-3.3/tests/Makefile.in-2049- @set +e; $(am__set_TESTS_bases); \ parted-3.3/tests/Makefile.in:2050: log_list=`for i in $$bases; do echo $$i.log; done`; \ parted-3.3/tests/Makefile.in:2051: trs_list=`for i in $$bases; do echo $$i.trs; done`; \ parted-3.3/tests/Makefile.in:2052: log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \ parted-3.3/tests/Makefile.in-2053- $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \ ############################################## parted-3.3/tests/Makefile.in-2059- | $(am__list_recheck_tests)` || exit 1; \ parted-3.3/tests/Makefile.in:2060: log_list=`for i in $$bases; do echo $$i.log; done`; \ parted-3.3/tests/Makefile.in:2061: log_list=`echo $$log_list`; \ parted-3.3/tests/Makefile.in-2062- $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \ ############################################## parted-3.3/tests/Makefile.in-2084-distdir-am: $(DISTFILES) parted-3.3/tests/Makefile.in:2085: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ parted-3.3/tests/Makefile.in:2086: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ parted-3.3/tests/Makefile.in-2087- list='$(DISTFILES)'; \ ############################################## parted-3.3/tests/Makefile.in-2098- if test -d $$d/$$file; then \ parted-3.3/tests/Makefile.in:2099: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ parted-3.3/tests/Makefile.in-2100- if test -d "$(distdir)/$$file"; then \ ############################################## parted-3.3/tests/t3310-flags.sh-75- # Query libparted for the available flags for this test partition. parted-3.3/tests/t3310-flags.sh:76: flags=`print-flags $dev $ptn_num` \ parted-3.3/tests/t3310-flags.sh-77- || { warn_ "$ME_: $table_type: failed to get available flags"; ############################################## parted-3.3/tests/t3310-flags.sh-82- # primary partitions. parted-3.3/tests/t3310-flags.sh:83: flags=`echo "$flags" | egrep -v 'boot'` parted-3.3/tests/t3310-flags.sh-84- ;; ############################################## parted-3.3/tests/t3310-flags.sh-91- # test to fail. parted-3.3/tests/t3310-flags.sh:92: flags=`echo "$flags" | egrep -v 'lvm|raid'` parted-3.3/tests/t3310-flags.sh-93- ;; ############################################## parted-3.3/tests/init.sh-59- parted-3.3/tests/init.sh:60:ME_=`expr "./$0" : '.*/\(.*\)$'` parted-3.3/tests/init.sh-61- ############################################## parted-3.3/tests/init.sh-265- parted-3.3/tests/init.sh:266:if diff_out_=`exec 2>/dev/null; diff -u "$0" "$0" < /dev/null` \ parted-3.3/tests/init.sh-267- && diff -u Makefile "$0" 2>/dev/null | grep '^[+]#!' >/dev/null; then ############################################## parted-3.3/tests/init.sh-286- fi parted-3.3/tests/init.sh:287:elif diff_out_=`exec 2>/dev/null; diff -c "$0" "$0" < /dev/null`; then parted-3.3/tests/init.sh-288- if test -z "$diff_out_"; then ############################################## parted-3.3/tests/init.sh-392- parted-3.3/tests/init.sh:393: base_names_=`find_exe_basenames_ $1` \ parted-3.3/tests/init.sh-394- || { echo "$0 (exe_shim): skipping directory: $1" 1>&2; return 0; } ############################################## parted-3.3/tests/init.sh-447- pfx_=`testdir_prefix_` parted-3.3/tests/init.sh:448: test_dir_=`mktempd_ "$initial_cwd_" "$pfx_-$ME_.XXXX"` \ parted-3.3/tests/init.sh-449- || fail_ "failed to create temporary directory in $initial_cwd_" ############################################## parted-3.3/tests/init.sh-497- parted-3.3/tests/init.sh:498: n_plus_50_=`expr $n_ + 50` parted-3.3/tests/init.sh-499- cmds_='date; date +%N; free; who -a; w; ps auxww; ps ef; netstat -n' parted-3.3/tests/init.sh:500: data_=` (eval "$cmds_") 2>&1 | gzip ` parted-3.3/tests/init.sh-501- ############################################## parted-3.3/tests/init.sh-503- while :; do parted-3.3/tests/init.sh:504: len_=`echo "$data_"|wc -c` parted-3.3/tests/init.sh-505- test $n_plus_50_ -le $len_ && break; parted-3.3/tests/init.sh:506: data_=` (echo "$data_"; eval "$cmds_") 2>&1 | gzip ` parted-3.3/tests/init.sh-507- done ############################################## parted-3.3/tests/init.sh-539- # First, try to use mktemp. parted-3.3/tests/init.sh:540: d=`unset TMPDIR; { mktemp -d -t -p "$destdir_" "$template_"; } 2>/dev/null` \ parted-3.3/tests/init.sh-541- || fail=1 ############################################## parted-3.3/tests/init.sh-549- # It must have 0700 permissions. Handle sticky "S" bits. parted-3.3/tests/init.sh:550: perms=`ls -dgo "$d" 2>/dev/null|tr S -` || fail=1 parted-3.3/tests/init.sh-551- case $perms in drwx------*) ;; *) fail=1;; esac ############################################## parted-3.3/tests/init.sh-560- # Get a copy of the template without its suffix of X's. parted-3.3/tests/init.sh:561: base_template_=`echo "$template_"|sed 's/XX*$//'` parted-3.3/tests/init.sh-562- parted-3.3/tests/init.sh-563- # Calculate how many X's we've just removed. parted-3.3/tests/init.sh:564: template_length_=`echo "$template_" | wc -c` parted-3.3/tests/init.sh:565: nx_=`echo "$base_template_" | wc -c` parted-3.3/tests/init.sh:566: nx_=`expr $template_length_ - $nx_` parted-3.3/tests/init.sh-567- ############################################## parted-3.3/tests/init.sh-570- while :; do parted-3.3/tests/init.sh:571: X_=`rand_bytes_ $nx_` parted-3.3/tests/init.sh-572- candidate_dir_="$destdir_/$base_template_$X_" parted-3.3/tests/init.sh:573: err_=`mkdir -m 0700 "$candidate_dir_" 2>&1` \ parted-3.3/tests/init.sh-574- && { echo "$candidate_dir_"; return; } parted-3.3/tests/init.sh-575- test $MAX_TRIES_ -le $i_ && break; parted-3.3/tests/init.sh:576: i_=`expr $i_ + 1` parted-3.3/tests/init.sh-577- done ############################################## parted-3.3/tests/t-lib-helpers.sh-110- *[!0-9]*) parted-3.3/tests/t-lib-helpers.sh:111: echo "$0: invalid output (\`$my_uid') from \`id -u'" 1>&2 parted-3.3/tests/t-lib-helpers.sh-112- return 1 ;; ############################################## parted-3.3/tests/t-lib-helpers.sh-148- parted-3.3/tests/t-lib-helpers.sh:149: u=`echo $rwx|sed 's/^.\(...\).*/,u=\1/;s/-//g;s/^,u=$//;'$s` parted-3.3/tests/t-lib-helpers.sh:150: g=`echo $rwx|sed 's/^....\(...\).*/,g=\1/;s/-//g;s/^,g=$//;'$s` parted-3.3/tests/t-lib-helpers.sh:151: o=`echo $rwx|sed 's/^.......\(...\).*/,o=\1/;s/-//g;s/^,o=$//;'$s';'$t` parted-3.3/tests/t-lib-helpers.sh-152- echo "=$u$g$o" ############################################## parted-3.3/tests/t-lib-helpers.sh-244- dd bs=1 seek=128K of=$t < /dev/null 2> /dev/null parted-3.3/tests/t-lib-helpers.sh:245: set x `du -sk $t` parted-3.3/tests/t-lib-helpers.sh-246- kb_size=$2 ############################################## parted-3.3/tests/Makefile.am-137- ENABLE_DEVICE_MAPPER=$(ENABLE_DEVICE_MAPPER) \ parted-3.3/tests/Makefile.am:138: PARTED_TEST_NAME=`basename '$(abs_srcdir)'`,`echo $$tst|sed 's,^\./,,;s,/,-,g'`\ parted-3.3/tests/Makefile.am-139- PATH='$(abs_top_builddir)/parted$(PATH_SEPARATOR)'"$$PATH" \ ############################################## parted-3.3/.pc/kfreebsd-gnu.patch/configure.ac-30-# when autoconf creates configure (see AC_INIT, above). parted-3.3/.pc/kfreebsd-gnu.patch/configure.ac:31:PED_MAJOR_VERSION=`echo "$PACKAGE_VERSION"|sed 's/\..*//'` parted-3.3/.pc/kfreebsd-gnu.patch/configure.ac:32:PED_MINOR_VERSION=`echo "$PACKAGE_VERSION"|sed 's/^[[0-9]][[0-9]]*\.//;s/\..*//'` parted-3.3/.pc/kfreebsd-gnu.patch/configure.ac-33-case $PACKAGE_VERSION in ############################################## parted-3.3/.pc/kfreebsd-gnu.patch/configure.ac-46-LT_RELEASE=$PED_MAJOR_VERSION.$PED_MINOR_VERSION parted-3.3/.pc/kfreebsd-gnu.patch/configure.ac:47:LT_CURRENT=`expr $PED_MICRO_VERSION - $PED_INTERFACE_AGE` parted-3.3/.pc/kfreebsd-gnu.patch/configure.ac-48-LT_REVISION=$PED_INTERFACE_AGE parted-3.3/.pc/kfreebsd-gnu.patch/configure.ac:49:LT_AGE=`expr $PED_BINARY_AGE - $PED_INTERFACE_AGE` parted-3.3/.pc/kfreebsd-gnu.patch/configure.ac-50-AC_SUBST([LT_RELEASE]) ############################################## parted-3.3/.pc/freebsd-ufs.patch/tests/Makefile.am-135- ENABLE_DEVICE_MAPPER=$(ENABLE_DEVICE_MAPPER) \ parted-3.3/.pc/freebsd-ufs.patch/tests/Makefile.am:136: PARTED_TEST_NAME=`basename '$(abs_srcdir)'`,`echo $$tst|sed 's,^\./,,;s,/,-,g'`\ parted-3.3/.pc/freebsd-ufs.patch/tests/Makefile.am-137- PATH='$(abs_top_builddir)/parted$(PATH_SEPARATOR)'"$$PATH" \ ############################################## parted-3.3/.pc/gptsync.patch/tests/Makefile.am-136- ENABLE_DEVICE_MAPPER=$(ENABLE_DEVICE_MAPPER) \ parted-3.3/.pc/gptsync.patch/tests/Makefile.am:137: PARTED_TEST_NAME=`basename '$(abs_srcdir)'`,`echo $$tst|sed 's,^\./,,;s,/,-,g'`\ parted-3.3/.pc/gptsync.patch/tests/Makefile.am-138- PATH='$(abs_top_builddir)/parted$(PATH_SEPARATOR)'"$$PATH" \ ############################################## parted-3.3/configure.ac-30-# when autoconf creates configure (see AC_INIT, above). parted-3.3/configure.ac:31:PED_MAJOR_VERSION=`echo "$PACKAGE_VERSION"|sed 's/\..*//'` parted-3.3/configure.ac:32:PED_MINOR_VERSION=`echo "$PACKAGE_VERSION"|sed 's/^[[0-9]][[0-9]]*\.//;s/\..*//'` parted-3.3/configure.ac-33-case $PACKAGE_VERSION in ############################################## parted-3.3/configure.ac-46-LT_RELEASE=$PED_MAJOR_VERSION.$PED_MINOR_VERSION parted-3.3/configure.ac:47:LT_CURRENT=`expr $PED_MICRO_VERSION - $PED_INTERFACE_AGE` parted-3.3/configure.ac-48-LT_REVISION=$PED_INTERFACE_AGE parted-3.3/configure.ac:49:LT_AGE=`expr $PED_BINARY_AGE - $PED_INTERFACE_AGE` parted-3.3/configure.ac-50-AC_SUBST([LT_RELEASE])