===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
axel-2.17.9/build-aux/compile-67-	mingw/*)
axel-2.17.9/build-aux/compile:68:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
axel-2.17.9/build-aux/compile-69-	  ;;
axel-2.17.9/build-aux/compile-70-	cygwin/*)
axel-2.17.9/build-aux/compile:71:	  file=`cygpath -m "$file" || echo "$file"`
axel-2.17.9/build-aux/compile-72-	  ;;
axel-2.17.9/build-aux/compile-73-	wine/*)
axel-2.17.9/build-aux/compile:74:	  file=`winepath -w "$file" || echo "$file"`
axel-2.17.9/build-aux/compile-75-	  ;;
##############################################
axel-2.17.9/build-aux/compile-310-# Name of file we expect compiler to create.
axel-2.17.9/build-aux/compile:311:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
axel-2.17.9/build-aux/compile-312-
##############################################
axel-2.17.9/build-aux/compile-316-# object file name, since that is what matters with a parallel build.
axel-2.17.9/build-aux/compile:317:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
axel-2.17.9/build-aux/compile-318-while true; do
##############################################
axel-2.17.9/build-aux/config.guess-34-
axel-2.17.9/build-aux/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'`
axel-2.17.9/build-aux/config.guess-36-
##############################################
axel-2.17.9/build-aux/config.guess-102-: ${TMPDIR=/tmp} ;
axel-2.17.9/build-aux/config.guess:103: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
axel-2.17.9/build-aux/config.guess-104- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
axel-2.17.9/build-aux/config.guess-151-	EOF
axel-2.17.9/build-aux/config.guess:152:	eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`"
axel-2.17.9/build-aux/config.guess-153-
##############################################
axel-2.17.9/build-aux/config.guess-188-	    earmv*)
axel-2.17.9/build-aux/config.guess:189:		arch=`echo "$UNAME_MACHINE_ARCH" | sed -e 's,^e\(armv[0-9]\).*$,\1,'`
axel-2.17.9/build-aux/config.guess:190:		endian=`echo "$UNAME_MACHINE_ARCH" | sed -ne 's,^.*\(eb\)$,\1,p'`
axel-2.17.9/build-aux/config.guess-191-		machine="${arch}${endian}"-unknown
##############################################
axel-2.17.9/build-aux/config.guess-220-		expr='s/^earmv[0-9]/-eabi/;s/eb$//'
axel-2.17.9/build-aux/config.guess:221:		abi=`echo "$UNAME_MACHINE_ARCH" | sed -e "$expr"`
axel-2.17.9/build-aux/config.guess-222-		;;
##############################################
axel-2.17.9/build-aux/config.guess-233-	    *)
axel-2.17.9/build-aux/config.guess:234:		release=`echo "$UNAME_RELEASE" | sed -e 's/[-_].*//' | cut -d. -f1,2`
axel-2.17.9/build-aux/config.guess-235-		;;
##############################################
axel-2.17.9/build-aux/config.guess-280-	*4.0)
axel-2.17.9/build-aux/config.guess:281:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
axel-2.17.9/build-aux/config.guess-282-		;;
axel-2.17.9/build-aux/config.guess-283-	*5.*)
axel-2.17.9/build-aux/config.guess:284:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
axel-2.17.9/build-aux/config.guess-285-		;;
##############################################
axel-2.17.9/build-aux/config.guess-290-	# types through head -n 1, so we only detect the type of CPU 0.
axel-2.17.9/build-aux/config.guess:291:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
axel-2.17.9/build-aux/config.guess-292-	case "$ALPHA_CPU_TYPE" in
##############################################
axel-2.17.9/build-aux/config.guess-328-	# 1.2 uses "1.2" for uname -r.
axel-2.17.9/build-aux/config.guess:329:	echo "$UNAME_MACHINE"-dec-osf"`echo "$UNAME_RELEASE" | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz`"
axel-2.17.9/build-aux/config.guess-330-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
axel-2.17.9/build-aux/config.guess-379-    s390x:SunOS:*:*)
axel-2.17.9/build-aux/config.guess:380:	echo "$UNAME_MACHINE"-ibm-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
axel-2.17.9/build-aux/config.guess-381-	exit ;;
axel-2.17.9/build-aux/config.guess-382-    sun4H:SunOS:5.*:*)
axel-2.17.9/build-aux/config.guess:383:	echo sparc-hal-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
axel-2.17.9/build-aux/config.guess-384-	exit ;;
axel-2.17.9/build-aux/config.guess-385-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
axel-2.17.9/build-aux/config.guess:386:	echo sparc-sun-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
axel-2.17.9/build-aux/config.guess-387-	exit ;;
##############################################
axel-2.17.9/build-aux/config.guess-404-	fi
axel-2.17.9/build-aux/config.guess:405:	echo "$SUN_ARCH"-pc-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
axel-2.17.9/build-aux/config.guess-406-	exit ;;
##############################################
axel-2.17.9/build-aux/config.guess-410-	# it's likely to be more like Solaris than SunOS4.
axel-2.17.9/build-aux/config.guess:411:	echo sparc-sun-solaris3"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
axel-2.17.9/build-aux/config.guess-412-	exit ;;
##############################################
axel-2.17.9/build-aux/config.guess-419-	# Japanese Language versions have a version number like `4.1.3-JL'.
axel-2.17.9/build-aux/config.guess:420:	echo sparc-sun-sunos"`echo "$UNAME_RELEASE"|sed -e 's/-/_/'`"
axel-2.17.9/build-aux/config.guess-421-	exit ;;
##############################################
axel-2.17.9/build-aux/config.guess-425-    sun*:*:4.2BSD:*)
axel-2.17.9/build-aux/config.guess:426:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
axel-2.17.9/build-aux/config.guess-427-	test "x$UNAME_RELEASE" = x && UNAME_RELEASE=3
##############################################
axel-2.17.9/build-aux/config.guess-507-	$CC_FOR_BUILD -o "$dummy" "$dummy.c" &&
axel-2.17.9/build-aux/config.guess:508:	  dummyarg=`echo "$UNAME_RELEASE" | sed -n 's/\([0-9]*\).*/\1/p'` &&
axel-2.17.9/build-aux/config.guess:509:	  SYSTEM_NAME=`"$dummy" "$dummyarg"` &&
axel-2.17.9/build-aux/config.guess-510-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
axel-2.17.9/build-aux/config.guess-563-    *:IRIX*:*:*)
axel-2.17.9/build-aux/config.guess:564:	echo mips-sgi-irix"`echo "$UNAME_RELEASE"|sed -e 's/-/_/g'`"
axel-2.17.9/build-aux/config.guess-565-	exit ;;
##############################################
axel-2.17.9/build-aux/config.guess-593-EOF
axel-2.17.9/build-aux/config.guess:594:		if $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"`
axel-2.17.9/build-aux/config.guess-595-		then
##############################################
axel-2.17.9/build-aux/config.guess-606-    *:AIX:*:[4567])
axel-2.17.9/build-aux/config.guess:607:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
axel-2.17.9/build-aux/config.guess-608-	if /usr/sbin/lsattr -El "$IBM_CPU_ID" | grep ' POWER' >/dev/null 2>&1; then
##############################################
axel-2.17.9/build-aux/config.guess-642-    9000/[34678]??:HP-UX:*:*)
axel-2.17.9/build-aux/config.guess:643:	HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
axel-2.17.9/build-aux/config.guess-644-	case "$UNAME_MACHINE" in
##############################################
axel-2.17.9/build-aux/config.guess-696-EOF
axel-2.17.9/build-aux/config.guess:697:		    (CCOPTS="" $CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null) && HP_ARCH=`"$dummy"`
axel-2.17.9/build-aux/config.guess-698-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
axel-2.17.9/build-aux/config.guess-724-    ia64:HP-UX:*:*)
axel-2.17.9/build-aux/config.guess:725:	HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
axel-2.17.9/build-aux/config.guess-726-	echo ia64-hp-hpux"$HPUX_REV"
##############################################
axel-2.17.9/build-aux/config.guess-754-EOF
axel-2.17.9/build-aux/config.guess:755:	$CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"` &&
axel-2.17.9/build-aux/config.guess-756-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
axel-2.17.9/build-aux/config.guess-825-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
axel-2.17.9/build-aux/config.guess:826:	FUJITSU_REL=`echo "$UNAME_RELEASE" | sed -e 's/ /_/'`
axel-2.17.9/build-aux/config.guess-827-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
axel-2.17.9/build-aux/config.guess-830-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
axel-2.17.9/build-aux/config.guess:831:	FUJITSU_REL=`echo "$UNAME_RELEASE" | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'`
axel-2.17.9/build-aux/config.guess-832-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
axel-2.17.9/build-aux/config.guess-850-	esac
axel-2.17.9/build-aux/config.guess:851:	echo "$UNAME_PROCESSOR"-unknown-freebsd"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
axel-2.17.9/build-aux/config.guess-852-	exit ;;
##############################################
axel-2.17.9/build-aux/config.guess-886-    prep*:SunOS:5.*:*)
axel-2.17.9/build-aux/config.guess:887:	echo powerpcle-unknown-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
axel-2.17.9/build-aux/config.guess-888-	exit ;;
##############################################
axel-2.17.9/build-aux/config.guess-890-	# the GNU system
axel-2.17.9/build-aux/config.guess:891:	echo "`echo "$UNAME_MACHINE"|sed -e 's,[-/].*$,,'`-unknown-$LIBC`echo "$UNAME_RELEASE"|sed -e 's,/.*$,,'`"
axel-2.17.9/build-aux/config.guess-892-	exit ;;
##############################################
axel-2.17.9/build-aux/config.guess-894-	# other systems with GNU libc and userland
axel-2.17.9/build-aux/config.guess:895:	echo "$UNAME_MACHINE-unknown-`echo "$UNAME_SYSTEM" | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`-$LIBC"
axel-2.17.9/build-aux/config.guess-896-	exit ;;
##############################################
axel-2.17.9/build-aux/config.guess-988-EOF
axel-2.17.9/build-aux/config.guess:989:	eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^CPU'`"
axel-2.17.9/build-aux/config.guess-990-	test "x$CPU" != x && { echo "$CPU-unknown-linux-$LIBC"; exit; }
##############################################
axel-2.17.9/build-aux/config.guess-1088-    i*86:*:4.*:*)
axel-2.17.9/build-aux/config.guess:1089:	UNAME_REL=`echo "$UNAME_RELEASE" | sed 's/\/MP$//'`
axel-2.17.9/build-aux/config.guess-1090-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
axel-2.17.9/build-aux/config.guess-1291-	fi
axel-2.17.9/build-aux/config.guess:1292:	if test "`echo "$UNAME_RELEASE" | sed -e 's/\..*//'`" -le 10 ; then
axel-2.17.9/build-aux/config.guess-1293-	    if [ "$CC_FOR_BUILD" != no_compiler_found ]; then
##############################################
axel-2.17.9/build-aux/config.guess-1389-    *:DragonFly:*:*)
axel-2.17.9/build-aux/config.guess:1390:	echo "$UNAME_MACHINE"-unknown-dragonfly"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
axel-2.17.9/build-aux/config.guess-1391-	exit ;;
##############################################
axel-2.17.9/build-aux/config.guess-1402-    i*86:skyos:*:*)
axel-2.17.9/build-aux/config.guess:1403:	echo "$UNAME_MACHINE"-pc-skyos"`echo "$UNAME_RELEASE" | sed -e 's/ .*$//'`"
axel-2.17.9/build-aux/config.guess-1404-	exit ;;
##############################################
axel-2.17.9/build-aux/config.sub-52-
axel-2.17.9/build-aux/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'`
axel-2.17.9/build-aux/config.sub-54-
##############################################
axel-2.17.9/build-aux/config.sub-114-# Here we must recognize all the valid KERNEL-OS combinations.
axel-2.17.9/build-aux/config.sub:115:maybe_os=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
axel-2.17.9/build-aux/config.sub-116-case $maybe_os in
##############################################
axel-2.17.9/build-aux/config.sub-122-    os=-$maybe_os
axel-2.17.9/build-aux/config.sub:123:    basic_machine=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
axel-2.17.9/build-aux/config.sub-124-    ;;
##############################################
axel-2.17.9/build-aux/config.sub-126-    os=-linux-android
axel-2.17.9/build-aux/config.sub:127:    basic_machine=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
axel-2.17.9/build-aux/config.sub-128-    ;;
axel-2.17.9/build-aux/config.sub-129-  *)
axel-2.17.9/build-aux/config.sub:130:    basic_machine=`echo "$1" | sed 's/-[^-]*$//'`
axel-2.17.9/build-aux/config.sub-131-    if [ "$basic_machine" != "$1" ]
axel-2.17.9/build-aux/config.sub:132:    then os=`echo "$1" | sed 's/.*-/-/'`
axel-2.17.9/build-aux/config.sub-133-    else os=; fi
##############################################
axel-2.17.9/build-aux/config.sub-180-		os=-sco5v6
axel-2.17.9/build-aux/config.sub:181:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
axel-2.17.9/build-aux/config.sub-182-		;;
##############################################
axel-2.17.9/build-aux/config.sub-184-		os=-sco3.2v5
axel-2.17.9/build-aux/config.sub:185:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
axel-2.17.9/build-aux/config.sub-186-		;;
##############################################
axel-2.17.9/build-aux/config.sub-188-		os=-sco3.2v4
axel-2.17.9/build-aux/config.sub:189:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
axel-2.17.9/build-aux/config.sub-190-		;;
axel-2.17.9/build-aux/config.sub-191-	-sco3.2.[4-9]*)
axel-2.17.9/build-aux/config.sub:192:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
axel-2.17.9/build-aux/config.sub:193:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
axel-2.17.9/build-aux/config.sub-194-		;;
##############################################
axel-2.17.9/build-aux/config.sub-196-		# Don't forget version if it is 3.2v4 or newer.
axel-2.17.9/build-aux/config.sub:197:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
axel-2.17.9/build-aux/config.sub-198-		;;
##############################################
axel-2.17.9/build-aux/config.sub-200-		# Don't forget version if it is 3.2v4 or newer.
axel-2.17.9/build-aux/config.sub:201:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
axel-2.17.9/build-aux/config.sub-202-		;;
##############################################
axel-2.17.9/build-aux/config.sub-204-		os=-sco3.2v2
axel-2.17.9/build-aux/config.sub:205:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
axel-2.17.9/build-aux/config.sub-206-		;;
axel-2.17.9/build-aux/config.sub-207-	-udk*)
axel-2.17.9/build-aux/config.sub:208:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
axel-2.17.9/build-aux/config.sub-209-		;;
##############################################
axel-2.17.9/build-aux/config.sub-211-		os=-isc2.2
axel-2.17.9/build-aux/config.sub:212:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
axel-2.17.9/build-aux/config.sub-213-		;;
##############################################
axel-2.17.9/build-aux/config.sub-217-	-isc*)
axel-2.17.9/build-aux/config.sub:218:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
axel-2.17.9/build-aux/config.sub-219-		;;
##############################################
axel-2.17.9/build-aux/config.sub-229-	-ptx*)
axel-2.17.9/build-aux/config.sub:230:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-sequent/'`
axel-2.17.9/build-aux/config.sub-231-		;;
##############################################
axel-2.17.9/build-aux/config.sub-364-	*-*-*)
axel-2.17.9/build-aux/config.sub:365:		echo Invalid configuration \`"$1"\': machine \`"$basic_machine"\' not recognized 1>&2
axel-2.17.9/build-aux/config.sub-366-		exit 1
##############################################
axel-2.17.9/build-aux/config.sub-493-	amd64-*)
axel-2.17.9/build-aux/config.sub:494:		basic_machine=x86_64-`echo "$basic_machine" | sed 's/^[^-]*-//'`
axel-2.17.9/build-aux/config.sub-495-		;;
##############################################
axel-2.17.9/build-aux/config.sub-538-	blackfin-*)
axel-2.17.9/build-aux/config.sub:539:		basic_machine=bfin-`echo "$basic_machine" | sed 's/^[^-]*-//'`
axel-2.17.9/build-aux/config.sub-540-		os=-linux
##############################################
axel-2.17.9/build-aux/config.sub-546-	c54x-*)
axel-2.17.9/build-aux/config.sub:547:		basic_machine=tic54x-`echo "$basic_machine" | sed 's/^[^-]*-//'`
axel-2.17.9/build-aux/config.sub-548-		;;
axel-2.17.9/build-aux/config.sub-549-	c55x-*)
axel-2.17.9/build-aux/config.sub:550:		basic_machine=tic55x-`echo "$basic_machine" | sed 's/^[^-]*-//'`
axel-2.17.9/build-aux/config.sub-551-		;;
axel-2.17.9/build-aux/config.sub-552-	c6x-*)
axel-2.17.9/build-aux/config.sub:553:		basic_machine=tic6x-`echo "$basic_machine" | sed 's/^[^-]*-//'`
axel-2.17.9/build-aux/config.sub-554-		;;
##############################################
axel-2.17.9/build-aux/config.sub-650-	e500v[12]-*)
axel-2.17.9/build-aux/config.sub:651:		basic_machine=powerpc-`echo "$basic_machine" | sed 's/^[^-]*-//'`
axel-2.17.9/build-aux/config.sub-652-		os=$os"spe"
##############################################
axel-2.17.9/build-aux/config.sub-754-	i*86v32)
axel-2.17.9/build-aux/config.sub:755:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
axel-2.17.9/build-aux/config.sub-756-		os=-sysv32
##############################################
axel-2.17.9/build-aux/config.sub-758-	i*86v4*)
axel-2.17.9/build-aux/config.sub:759:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
axel-2.17.9/build-aux/config.sub-760-		os=-sysv4
##############################################
axel-2.17.9/build-aux/config.sub-762-	i*86v)
axel-2.17.9/build-aux/config.sub:763:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
axel-2.17.9/build-aux/config.sub-764-		os=-sysv
##############################################
axel-2.17.9/build-aux/config.sub-766-	i*86sol2)
axel-2.17.9/build-aux/config.sub:767:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
axel-2.17.9/build-aux/config.sub-768-		os=-solaris2
##############################################
axel-2.17.9/build-aux/config.sub-792-	leon-*|leon[3-9]-*)
axel-2.17.9/build-aux/config.sub:793:		basic_machine=sparc-`echo "$basic_machine" | sed 's/-.*//'`
axel-2.17.9/build-aux/config.sub-794-		;;
##############################################
axel-2.17.9/build-aux/config.sub-799-	m68knommu-*)
axel-2.17.9/build-aux/config.sub:800:		basic_machine=m68k-`echo "$basic_machine" | sed 's/^[^-]*-//'`
axel-2.17.9/build-aux/config.sub-801-		os=-linux
##############################################
axel-2.17.9/build-aux/config.sub-833-	mips3*-*)
axel-2.17.9/build-aux/config.sub:834:		basic_machine=`echo "$basic_machine" | sed -e 's/mips3/mips64/'`
axel-2.17.9/build-aux/config.sub-835-		;;
axel-2.17.9/build-aux/config.sub-836-	mips3*)
axel-2.17.9/build-aux/config.sub:837:		basic_machine=`echo "$basic_machine" | sed -e 's/mips3/mips64/'`-unknown
axel-2.17.9/build-aux/config.sub-838-		;;
##############################################
axel-2.17.9/build-aux/config.sub-855-	ms1-*)
axel-2.17.9/build-aux/config.sub:856:		basic_machine=`echo "$basic_machine" | sed -e 's/ms1-/mt-/'`
axel-2.17.9/build-aux/config.sub-857-		;;
##############################################
axel-2.17.9/build-aux/config.sub-980-	parisc-*)
axel-2.17.9/build-aux/config.sub:981:		basic_machine=hppa-`echo "$basic_machine" | sed 's/^[^-]*-//'`
axel-2.17.9/build-aux/config.sub-982-		os=-linux
##############################################
axel-2.17.9/build-aux/config.sub-996-	pc98-*)
axel-2.17.9/build-aux/config.sub:997:		basic_machine=i386-`echo "$basic_machine" | sed 's/^[^-]*-//'`
axel-2.17.9/build-aux/config.sub-998-		;;
##############################################
axel-2.17.9/build-aux/config.sub-1011-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
axel-2.17.9/build-aux/config.sub:1012:		basic_machine=i586-`echo "$basic_machine" | sed 's/^[^-]*-//'`
axel-2.17.9/build-aux/config.sub-1013-		;;
axel-2.17.9/build-aux/config.sub-1014-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
axel-2.17.9/build-aux/config.sub:1015:		basic_machine=i686-`echo "$basic_machine" | sed 's/^[^-]*-//'`
axel-2.17.9/build-aux/config.sub-1016-		;;
axel-2.17.9/build-aux/config.sub-1017-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
axel-2.17.9/build-aux/config.sub:1018:		basic_machine=i686-`echo "$basic_machine" | sed 's/^[^-]*-//'`
axel-2.17.9/build-aux/config.sub-1019-		;;
axel-2.17.9/build-aux/config.sub-1020-	pentium4-*)
axel-2.17.9/build-aux/config.sub:1021:		basic_machine=i786-`echo "$basic_machine" | sed 's/^[^-]*-//'`
axel-2.17.9/build-aux/config.sub-1022-		;;
##############################################
axel-2.17.9/build-aux/config.sub-1030-	ppc-* | ppcbe-*)
axel-2.17.9/build-aux/config.sub:1031:		basic_machine=powerpc-`echo "$basic_machine" | sed 's/^[^-]*-//'`
axel-2.17.9/build-aux/config.sub-1032-		;;
##############################################
axel-2.17.9/build-aux/config.sub-1036-	ppcle-* | powerpclittle-*)
axel-2.17.9/build-aux/config.sub:1037:		basic_machine=powerpcle-`echo "$basic_machine" | sed 's/^[^-]*-//'`
axel-2.17.9/build-aux/config.sub-1038-		;;
##############################################
axel-2.17.9/build-aux/config.sub-1040-		;;
axel-2.17.9/build-aux/config.sub:1041:	ppc64-*) basic_machine=powerpc64-`echo "$basic_machine" | sed 's/^[^-]*-//'`
axel-2.17.9/build-aux/config.sub-1042-		;;
##############################################
axel-2.17.9/build-aux/config.sub-1046-	ppc64le-* | powerpc64little-*)
axel-2.17.9/build-aux/config.sub:1047:		basic_machine=powerpc64le-`echo "$basic_machine" | sed 's/^[^-]*-//'`
axel-2.17.9/build-aux/config.sub-1048-		;;
##############################################
axel-2.17.9/build-aux/config.sub-1122-	strongarm-* | thumb-*)
axel-2.17.9/build-aux/config.sub:1123:		basic_machine=arm-`echo "$basic_machine" | sed 's/^[^-]*-//'`
axel-2.17.9/build-aux/config.sub-1124-		;;
##############################################
axel-2.17.9/build-aux/config.sub-1255-	xscale-* | xscalee[bl]-*)
axel-2.17.9/build-aux/config.sub:1256:		basic_machine=`echo "$basic_machine" | sed 's/^xscale/arm/'`
axel-2.17.9/build-aux/config.sub-1257-		;;
##############################################
axel-2.17.9/build-aux/config.sub-1317-	*)
axel-2.17.9/build-aux/config.sub:1318:		echo Invalid configuration \`"$1"\': machine \`"$basic_machine"\' not recognized 1>&2
axel-2.17.9/build-aux/config.sub-1319-		exit 1
##############################################
axel-2.17.9/build-aux/config.sub-1325-	*-digital*)
axel-2.17.9/build-aux/config.sub:1326:		basic_machine=`echo "$basic_machine" | sed 's/digital.*/dec/'`
axel-2.17.9/build-aux/config.sub-1327-		;;
axel-2.17.9/build-aux/config.sub-1328-	*-commodore*)
axel-2.17.9/build-aux/config.sub:1329:		basic_machine=`echo "$basic_machine" | sed 's/commodore.*/cbm/'`
axel-2.17.9/build-aux/config.sub-1330-		;;
##############################################
axel-2.17.9/build-aux/config.sub-1346-	-solaris1 | -solaris1.*)
axel-2.17.9/build-aux/config.sub:1347:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
axel-2.17.9/build-aux/config.sub-1348-		;;
##############################################
axel-2.17.9/build-aux/config.sub-1355-	-gnu/linux*)
axel-2.17.9/build-aux/config.sub:1356:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
axel-2.17.9/build-aux/config.sub-1357-		;;
##############################################
axel-2.17.9/build-aux/config.sub-1407-	-nto*)
axel-2.17.9/build-aux/config.sub:1408:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
axel-2.17.9/build-aux/config.sub-1409-		;;
##############################################
axel-2.17.9/build-aux/config.sub-1414-	-mac*)
axel-2.17.9/build-aux/config.sub:1415:		os=`echo "$os" | sed -e 's|mac|macos|'`
axel-2.17.9/build-aux/config.sub-1416-		;;
##############################################
axel-2.17.9/build-aux/config.sub-1420-	-linux*)
axel-2.17.9/build-aux/config.sub:1421:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
axel-2.17.9/build-aux/config.sub-1422-		;;
axel-2.17.9/build-aux/config.sub-1423-	-sunos5*)
axel-2.17.9/build-aux/config.sub:1424:		os=`echo "$os" | sed -e 's|sunos5|solaris2|'`
axel-2.17.9/build-aux/config.sub-1425-		;;
axel-2.17.9/build-aux/config.sub-1426-	-sunos6*)
axel-2.17.9/build-aux/config.sub:1427:		os=`echo "$os" | sed -e 's|sunos6|solaris3|'`
axel-2.17.9/build-aux/config.sub-1428-		;;
##############################################
axel-2.17.9/build-aux/config.sub-1469-	-sinix5.*)
axel-2.17.9/build-aux/config.sub:1470:		os=`echo $os | sed -e 's|sinix|sysv|'`
axel-2.17.9/build-aux/config.sub-1471-		;;
##############################################
axel-2.17.9/build-aux/config.sub-1528-		# Get rid of the `-' at the beginning of $os.
axel-2.17.9/build-aux/config.sub:1529:		os=`echo $os | sed 's/[^-]*-//'`
axel-2.17.9/build-aux/config.sub:1530:		echo Invalid configuration \`"$1"\': system \`"$os"\' not recognized 1>&2
axel-2.17.9/build-aux/config.sub-1531-		exit 1
##############################################
axel-2.17.9/build-aux/config.sub-1788-		esac
axel-2.17.9/build-aux/config.sub:1789:		basic_machine=`echo "$basic_machine" | sed "s/unknown/$vendor/"`
axel-2.17.9/build-aux/config.sub-1790-		;;
##############################################
axel-2.17.9/build-aux/depcomp-64-  case $1 in
axel-2.17.9/build-aux/depcomp:65:    */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;;
axel-2.17.9/build-aux/depcomp-66-      *) dir=;;
##############################################
axel-2.17.9/build-aux/depcomp-73-{
axel-2.17.9/build-aux/depcomp:74:  base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'`
axel-2.17.9/build-aux/depcomp-75-}
##############################################
axel-2.17.9/build-aux/depcomp-126-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
axel-2.17.9/build-aux/depcomp:127:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
axel-2.17.9/build-aux/depcomp-128-
##############################################
axel-2.17.9/build-aux/depcomp-405-        sleep 1
axel-2.17.9/build-aux/depcomp:406:        i=`expr $i - 1`
axel-2.17.9/build-aux/depcomp-407-      done
axel-2.17.9/build-aux/depcomp-408-    fi
axel-2.17.9/build-aux/depcomp:409:    i=`expr $i - 1`
axel-2.17.9/build-aux/depcomp-410-  done
##############################################
axel-2.17.9/build-aux/depcomp-425-  # Do two passes, one to just change these to
axel-2.17.9/build-aux/depcomp:426:  # `$object: dependent.h' and one to simply `dependent.h:'.
axel-2.17.9/build-aux/depcomp-427-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
axel-2.17.9/build-aux/depcomp-659-  done
axel-2.17.9/build-aux/depcomp:660:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
axel-2.17.9/build-aux/depcomp-661-  touch "$tmpdepfile"
##############################################
axel-2.17.9/build-aux/install-sh-234-      fi
axel-2.17.9/build-aux/install-sh:235:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
axel-2.17.9/build-aux/install-sh-236-    *)
##############################################
axel-2.17.9/build-aux/install-sh-280-      dstdir=$dst
axel-2.17.9/build-aux/install-sh:281:      dstbase=`basename "$src"`
axel-2.17.9/build-aux/install-sh-282-      case $dst in
##############################################
axel-2.17.9/build-aux/install-sh-287-    else
axel-2.17.9/build-aux/install-sh:288:      dstdir=`dirname "$dst"`
axel-2.17.9/build-aux/install-sh-289-      test -d "$dstdir"
##############################################
axel-2.17.9/build-aux/install-sh-354-                   test_tmpdir="$tmpdir/a"
axel-2.17.9/build-aux/install-sh:355:                   ls_ld_tmpdir=`ls -ld "$test_tmpdir"`
axel-2.17.9/build-aux/install-sh-356-                   case $ls_ld_tmpdir in
##############################################
axel-2.17.9/build-aux/install-sh-361-                   $mkdirprog -m$different_mode -p -- "$test_tmpdir" && {
axel-2.17.9/build-aux/install-sh:362:                     ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"`
axel-2.17.9/build-aux/install-sh-363-                     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
axel-2.17.9/build-aux/install-sh-419-            case $prefix in
axel-2.17.9/build-aux/install-sh:420:              *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
axel-2.17.9/build-aux/install-sh-421-              *) qprefix=$prefix;;
##############################################
axel-2.17.9/build-aux/install-sh-468-    if $copy_on_change &&
axel-2.17.9/build-aux/install-sh:469:       old=`LC_ALL=C ls -dlL "$dst"     2>/dev/null` &&
axel-2.17.9/build-aux/install-sh:470:       new=`LC_ALL=C ls -dlL "$dsttmp"  2>/dev/null` &&
axel-2.17.9/build-aux/install-sh-471-       set -f &&
##############################################
axel-2.17.9/build-aux/config.rpath-42-host="$1"
axel-2.17.9/build-aux/config.rpath:43:host_cpu=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
axel-2.17.9/build-aux/config.rpath:44:host_vendor=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
axel-2.17.9/build-aux/config.rpath:45:host_os=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
axel-2.17.9/build-aux/config.rpath-46-
##############################################
axel-2.17.9/build-aux/config.rpath-196-        case $host_os in aix4.[012]|aix4.[012].*)
axel-2.17.9/build-aux/config.rpath:197:          collect2name=`${CC} -print-prog-name=collect2`
axel-2.17.9/build-aux/config.rpath-198-          if test -f "$collect2name" && \
##############################################
axel-2.17.9/build-aux/config.rpath-275-      hardcode_direct=yes
axel-2.17.9/build-aux/config.rpath:276:      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
axel-2.17.9/build-aux/config.rpath-277-        hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
##############################################
axel-2.17.9/build-aux/config.rpath-379-        shlibext=dll
axel-2.17.9/build-aux/config.rpath:380:        sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | sed -e "s/^libraries://" -e "s/;/ /g"`
axel-2.17.9/build-aux/config.rpath-381-        ;;
##############################################
axel-2.17.9/build-aux/config.rpath-475-sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
axel-2.17.9/build-aux/config.rpath:476:escaped_wl=`echo "X$wl" | sed -e 's/^X//' -e "$sed_quote_subst"`
axel-2.17.9/build-aux/config.rpath:477:escaped_hardcode_libdir_flag_spec=`echo "X$hardcode_libdir_flag_spec" | sed -e 's/^X//' -e "$sed_quote_subst"`
axel-2.17.9/build-aux/config.rpath:478:escaped_sys_lib_search_path_spec=`echo "X$sys_lib_search_path_spec" | sed -e 's/^X//' -e "$sed_quote_subst"`
axel-2.17.9/build-aux/config.rpath:479:escaped_sys_lib_dlsearch_path_spec=`echo "X$sys_lib_dlsearch_path_spec" | sed -e 's/^X//' -e "$sed_quote_subst"`
axel-2.17.9/build-aux/config.rpath-480-
##############################################
axel-2.17.9/m4/gettext.m4-206-        LTLIBINTL="ifelse([$3],[],\${top_builddir}/intl,[$3])/libintl.[]gt_libtool_suffix_prefix[]a $LTLIBICONV"
axel-2.17.9/m4/gettext.m4:207:        LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'`
axel-2.17.9/m4/gettext.m4-208-      fi
##############################################
axel-2.17.9/m4/gettext.m4-334-    else
axel-2.17.9/m4/gettext.m4:335:      GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
axel-2.17.9/m4/gettext.m4-336-      AC_MSG_RESULT(
##############################################
axel-2.17.9/m4/gettext.m4-362-      case "$ac_file" in
axel-2.17.9/m4/gettext.m4:363:        *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
axel-2.17.9/m4/gettext.m4-364-      esac
##############################################
axel-2.17.9/m4/gettext.m4-367-        # Adjust a relative srcdir.
axel-2.17.9/m4/gettext.m4:368:        ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
axel-2.17.9/m4/gettext.m4:369:        ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
axel-2.17.9/m4/gettext.m4:370:        ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
axel-2.17.9/m4/gettext.m4-371-        # In autoconf-2.13 it is called $ac_given_srcdir.
##############################################
axel-2.17.9/m4/gettext.m4-374-        case "$ac_given_srcdir" in
axel-2.17.9/m4/gettext.m4:375:          .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
axel-2.17.9/m4/gettext.m4-376-          /*) top_srcdir="$ac_given_srcdir" ;;
##############################################
axel-2.17.9/m4/gettext.m4-390-            fi
axel-2.17.9/m4/gettext.m4:391:            ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
axel-2.17.9/m4/gettext.m4-392-            # Hide the ALL_LINGUAS assigment from automake.
##############################################
axel-2.17.9/m4/gettext.m4-511-changequote(<<,>>)dnl
axel-2.17.9/m4/gettext.m4:512:    ac_prog_version=`$INTLBISON --version 2>&1 | sed -n 's/^.*GNU Bison.* \([0-9]*\.[0-9.]*\).*$/\1/p'`
axel-2.17.9/m4/gettext.m4-513-    case $ac_prog_version in
##############################################
axel-2.17.9/m4/iconv.m4-89-      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);"])
axel-2.17.9/m4/iconv.m4:90:    am_cv_proto_iconv=`echo "[$]am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
axel-2.17.9/m4/iconv.m4-91-    AC_MSG_RESULT([$]{ac_t:-
##############################################
axel-2.17.9/m4/lib-ld.m4-38-    # gcc leaves a trailing carriage return which upsets mingw
axel-2.17.9/m4/lib-ld.m4:39:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
axel-2.17.9/m4/lib-ld.m4-40-  *)
axel-2.17.9/m4/lib-ld.m4:41:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
axel-2.17.9/m4/lib-ld.m4-42-  esac
##############################################
axel-2.17.9/m4/lib-ld.m4-47-      # Canonicalize the path of ld
axel-2.17.9/m4/lib-ld.m4:48:      ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
axel-2.17.9/m4/lib-ld.m4-49-      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
axel-2.17.9/m4/lib-ld.m4:50:	ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
axel-2.17.9/m4/lib-ld.m4-51-      done
##############################################
axel-2.17.9/m4/lib-link.m4-175-        dnl or AC_LIB_HAVE_LINKFLAGS call.
axel-2.17.9/m4/lib-link.m4:176:        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
axel-2.17.9/m4/lib-link.m4-177-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
axel-2.17.9/m4/lib-link.m4-217-                -L*)
axel-2.17.9/m4/lib-link.m4:218:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
axel-2.17.9/m4/lib-link.m4-219-                  if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
##############################################
axel-2.17.9/m4/lib-link.m4-334-              */lib | */lib/)
axel-2.17.9/m4/lib-link.m4:335:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
axel-2.17.9/m4/lib-link.m4-336-                additional_includedir="$basedir/include"
##############################################
axel-2.17.9/m4/lib-link.m4-387-                  -L*)
axel-2.17.9/m4/lib-link.m4:388:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
axel-2.17.9/m4/lib-link.m4-389-                    dnl Potentially add $additional_libdir to $LIBNAME and $LTLIBNAME.
##############################################
axel-2.17.9/m4/lib-link.m4-438-                    dnl Handle this in the next round.
axel-2.17.9/m4/lib-link.m4:439:                    names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
axel-2.17.9/m4/lib-link.m4-440-                    ;;
##############################################
axel-2.17.9/m4/lib-link.m4-444-                    dnl option.
axel-2.17.9/m4/lib-link.m4:445:                    names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
axel-2.17.9/m4/lib-link.m4-446-                    ;;
##############################################
axel-2.17.9/src/conn.c-208-
axel-2.17.9/src/conn.c:209:	if (is_ipv6_addr(conn->host)) {
axel-2.17.9/src/conn.c-210-		prefix = "[";
##############################################
axel-2.17.9/src/http.c-164-	// If host is ipv6 literal add square brackets
axel-2.17.9/src/http.c:165:	if (is_ipv6_addr(conn->host)) {
axel-2.17.9/src/http.c-166-		prefix = "[";
##############################################
axel-2.17.9/src/tcp.c-64- */
axel-2.17.9/src/tcp.c:65:int is_ipv6_addr(const char *hostname) {
axel-2.17.9/src/tcp.c-66-	char buf[16]; /* Max buff size needed for inet_pton() */
##############################################
axel-2.17.9/src/tcp.c-96-			local_addr.sin_port = 0;
axel-2.17.9/src/tcp.c:97:			local_addr.sin_addr.s_addr = inet_addr(local_if);
axel-2.17.9/src/tcp.c-98-		}
##############################################
axel-2.17.9/src/tcp.h-55-
axel-2.17.9/src/tcp.h:56:int is_ipv6_addr(const char *hostname);
axel-2.17.9/src/tcp.h-57-int tcp_connect(tcp_t *tcp, char *hostname, int port, int secure,
##############################################
axel-2.17.9/configure-55-if test -z "$BASH_VERSION$ZSH_VERSION" \
axel-2.17.9/configure:56:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
axel-2.17.9/configure-57-  as_echo='print -r --'
axel-2.17.9/configure-58-  as_echo_n='print -rn --'
axel-2.17.9/configure:59:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
axel-2.17.9/configure-60-  as_echo='printf %s\n'
##############################################
axel-2.17.9/configure-62-else
axel-2.17.9/configure:63:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
axel-2.17.9/configure-64-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
axel-2.17.9/configure-72-	expr "X$arg" : "X\\(.*\\)$as_nl";
axel-2.17.9/configure:73:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
axel-2.17.9/configure-74-      esac;
##############################################
axel-2.17.9/configure-209-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
axel-2.17.9/configure:210:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
axel-2.17.9/configure-211-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
axel-2.17.9/configure-338-      case $as_dir in #(
axel-2.17.9/configure:339:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
axel-2.17.9/configure-340-      *) as_qdir=$as_dir;;
##############################################
axel-2.17.9/configure-411-  {
axel-2.17.9/configure:412:    as_val=`expr "$@" || test $? -eq 1`
axel-2.17.9/configure-413-  }
##############################################
axel-2.17.9/configure-418-# ----------------------------------------
axel-2.17.9/configure:419:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
axel-2.17.9/configure-420-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
axel-2.17.9/configure-481-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
axel-2.17.9/configure:482:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
axel-2.17.9/configure-483-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
axel-2.17.9/configure-851-  case $ac_option in
axel-2.17.9/configure:852:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
axel-2.17.9/configure-853-  *=)   ac_optarg= ;;
##############################################
axel-2.17.9/configure-895-  -disable-* | --disable-*)
axel-2.17.9/configure:896:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
axel-2.17.9/configure-897-    # Reject names that are not valid shell variable names.
##############################################
axel-2.17.9/configure-900-    ac_useropt_orig=$ac_useropt
axel-2.17.9/configure:901:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
axel-2.17.9/configure-902-    case $ac_user_opts in
##############################################
axel-2.17.9/configure-921-  -enable-* | --enable-*)
axel-2.17.9/configure:922:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
axel-2.17.9/configure-923-    # Reject names that are not valid shell variable names.
##############################################
axel-2.17.9/configure-926-    ac_useropt_orig=$ac_useropt
axel-2.17.9/configure:927:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
axel-2.17.9/configure-928-    case $ac_user_opts in
##############################################
axel-2.17.9/configure-1125-  -with-* | --with-*)
axel-2.17.9/configure:1126:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
axel-2.17.9/configure-1127-    # Reject names that are not valid shell variable names.
##############################################
axel-2.17.9/configure-1130-    ac_useropt_orig=$ac_useropt
axel-2.17.9/configure:1131:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
axel-2.17.9/configure-1132-    case $ac_user_opts in
##############################################
axel-2.17.9/configure-1141-  -without-* | --without-*)
axel-2.17.9/configure:1142:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
axel-2.17.9/configure-1143-    # Reject names that are not valid shell variable names.
##############################################
axel-2.17.9/configure-1146-    ac_useropt_orig=$ac_useropt
axel-2.17.9/configure:1147:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
axel-2.17.9/configure-1148-    case $ac_user_opts in
##############################################
axel-2.17.9/configure-1179-  *=*)
axel-2.17.9/configure:1180:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
axel-2.17.9/configure-1181-    # Reject names that are not valid shell variable names.
##############################################
axel-2.17.9/configure-1200-if test -n "$ac_prev"; then
axel-2.17.9/configure:1201:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
axel-2.17.9/configure-1202-  as_fn_error $? "missing argument to $ac_option"
##############################################
axel-2.17.9/configure-1222-    */ )
axel-2.17.9/configure:1223:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
axel-2.17.9/configure-1224-      eval $ac_var=\$ac_val;;
##############################################
axel-2.17.9/configure-1257-ac_ls_di=`ls -di .` &&
axel-2.17.9/configure:1258:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
axel-2.17.9/configure-1259-  as_fn_error $? "working directory cannot be determined"
##############################################
axel-2.17.9/configure-1313-case $srcdir in
axel-2.17.9/configure:1314:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
axel-2.17.9/configure-1315-esac
##############################################
axel-2.17.9/configure-1356-By default, \`make install' will install all the files in
axel-2.17.9/configure:1357:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
axel-2.17.9/configure:1358:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
axel-2.17.9/configure-1359-for instance \`--prefix=\$HOME'.
##############################################
axel-2.17.9/configure-1466-*)
axel-2.17.9/configure:1467:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
axel-2.17.9/configure-1468-  # A ".." for each directory in $ac_dir_suffix.
axel-2.17.9/configure:1469:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
axel-2.17.9/configure-1470-  case $ac_top_builddir_sub in
##############################################
axel-2.17.9/configure-2072-    *\'*)
axel-2.17.9/configure:2073:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
axel-2.17.9/configure-2074-    esac
##############################################
axel-2.17.9/configure-2155-      case $ac_val in
axel-2.17.9/configure:2156:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
axel-2.17.9/configure-2157-      esac
##############################################
axel-2.17.9/configure-2170-	case $ac_val in
axel-2.17.9/configure:2171:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
axel-2.17.9/configure-2172-	esac
##############################################
axel-2.17.9/configure-2290-    set,)
axel-2.17.9/configure:2291:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
axel-2.17.9/configure:2292:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
axel-2.17.9/configure-2293-      ac_cache_corrupted=: ;;
##############################################
axel-2.17.9/configure-2301-	# differences in whitespace do not lead to failure.
axel-2.17.9/configure:2302:	ac_old_val_w=`echo x $ac_old_val`
axel-2.17.9/configure:2303:	ac_new_val_w=`echo x $ac_new_val`
axel-2.17.9/configure-2304-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
axel-2.17.9/configure-2321-    case $ac_new_val in
axel-2.17.9/configure:2322:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
axel-2.17.9/configure-2323-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
axel-2.17.9/configure-2502-     echo "timestamp, slept: $am_has_slept" > conftest.file
axel-2.17.9/configure:2503:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
axel-2.17.9/configure-2504-     if test "$*" = "X"; then
axel-2.17.9/configure-2505-	# -L didn't work.
axel-2.17.9/configure:2506:	set X `ls -t "$srcdir/configure" conftest.file`
axel-2.17.9/configure-2507-     fi
##############################################
axel-2.17.9/configure-2553-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
axel-2.17.9/configure:2554:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
axel-2.17.9/configure-2555-
axel-2.17.9/configure-2556-# Expand $ac_aux_dir to an absolute path.
axel-2.17.9/configure:2557:am_aux_dir=`cd "$ac_aux_dir" && pwd`
axel-2.17.9/configure-2558-
##############################################
axel-2.17.9/configure-2698-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
axel-2.17.9/configure:2699:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
axel-2.17.9/configure-2700-	     'mkdir (GNU coreutils) '* | \
##############################################
axel-2.17.9/configure-2771-set x ${MAKE-make}
axel-2.17.9/configure:2772:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
axel-2.17.9/configure-2773-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
axel-2.17.9/configure-2781-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
axel-2.17.9/configure:2782:case `${MAKE-make} -f conftest.make 2>/dev/null` in
axel-2.17.9/configure-2783-  *@@@%%%=?*=@@@%%%*)
##############################################
axel-2.17.9/configure-2847-
axel-2.17.9/configure:2848:if test "`cd $srcdir && pwd`" != "`pwd`"; then
axel-2.17.9/configure-2849-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
axel-2.17.9/configure-3532-$as_echo_n "checking whether the C compiler works... " >&6; }
axel-2.17.9/configure:3533:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
axel-2.17.9/configure-3534-
##############################################
axel-2.17.9/configure-3576-	then :; else
axel-2.17.9/configure:3577:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
axel-2.17.9/configure-3578-	fi
##############################################
axel-2.17.9/configure-3636-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
axel-2.17.9/configure:3637:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
axel-2.17.9/configure-3638-	  break;;
##############################################
axel-2.17.9/configure-3745-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
axel-2.17.9/configure:3746:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
axel-2.17.9/configure-3747-       break;;
##############################################
axel-2.17.9/configure-4063-  if test "$am_compiler_list" = ""; then
axel-2.17.9/configure:4064:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
axel-2.17.9/configure-4065-  fi
##############################################
axel-2.17.9/configure-4320-  # Check for GNU $ac_path_GREP
axel-2.17.9/configure:4321:case `"$ac_path_GREP" --version 2>&1` in
axel-2.17.9/configure-4322-*GNU*)
##############################################
axel-2.17.9/configure-4386-  # Check for GNU $ac_path_EGREP
axel-2.17.9/configure:4387:case `"$ac_path_EGREP" --version 2>&1` in
axel-2.17.9/configure-4388-*GNU*)
##############################################
axel-2.17.9/configure-4547-do :
axel-2.17.9/configure:4548:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
axel-2.17.9/configure-4549-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
axel-2.17.9/configure-4552-  cat >>confdefs.h <<_ACEOF
axel-2.17.9/configure:4553:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
axel-2.17.9/configure-4554-_ACEOF
##############################################
axel-2.17.9/configure-5250-  if test "$am_compiler_list" = ""; then
axel-2.17.9/configure:5251:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
axel-2.17.9/configure-5252-  fi
##############################################
axel-2.17.9/configure-5570-  # Check for GNU $ac_path_SED
axel-2.17.9/configure:5571:case `"$ac_path_SED" --version 2>&1` in
axel-2.17.9/configure-5572-*GNU*)
##############################################
axel-2.17.9/configure-5790-for flag in          -fno-strict-aliasing              ; do
axel-2.17.9/configure:5791:  as_CACHEVAR=`$as_echo "ax_cv_check_cflags_$ax_compiler_flags_test_$flag" | $as_tr_sh`
axel-2.17.9/configure-5792-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts $flag" >&5
##############################################
axel-2.17.9/configure-5870-for flag in                  -Wnested-externs                 -Wmissing-prototypes                 -Wstrict-prototypes                 -Wdeclaration-after-statement                 -Wimplicit-function-declaration                 -Wold-style-definition                 -Wjump-misses-init             ; do
axel-2.17.9/configure:5871:  as_CACHEVAR=`$as_echo "ax_cv_check_cflags_$ax_compiler_flags_test_$flag" | $as_tr_sh`
axel-2.17.9/configure-5872-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts $flag" >&5
##############################################
axel-2.17.9/configure-5948-for flag in              -Wall             -Wextra             -Wundef             -Wwrite-strings             -Wpointer-arith             -Wmissing-declarations             -Wredundant-decls             -Wno-unused-parameter             -Wno-missing-field-initializers             -Wformat=2             -Wcast-align             -Wformat-nonliteral             -Wformat-security             -Wsign-compare             -Wstrict-aliasing             -Wshadow             -Winline             -Wpacked             -Wmissing-format-attribute             -Wmissing-noreturn             -Winit-self             -Wredundant-decls             -Wmissing-include-dirs             -Wunused-but-set-variable             -Warray-bounds             -Wreturn-type             -Wswitch-enum             -Wswitch-default             -Wduplicated-cond             -Wduplicated-branches             -Wlogical-op             -Wrestrict             -Wnull-dereference             -Wdouble-promotion                                                                ; do
axel-2.17.9/configure:5949:  as_CACHEVAR=`$as_echo "ax_cv_check_cflags_$ax_compiler_flags_test_$flag" | $as_tr_sh`
axel-2.17.9/configure-5950-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts $flag" >&5
##############################################
axel-2.17.9/configure-6065-for flag in              $ax_compiler_no_suggest_attribute_flags         ; do
axel-2.17.9/configure:6066:  as_CACHEVAR=`$as_echo "ax_cv_check_cflags_$ax_compiler_flags_test_$flag" | $as_tr_sh`
axel-2.17.9/configure-6067-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts $flag" >&5
##############################################
axel-2.17.9/configure-6153-for flag in -Wno-error=$($as_echo $flag | $SED 's/^-Wno-//'); do
axel-2.17.9/configure:6154:  as_CACHEVAR=`$as_echo "ax_cv_check_cflags_$ax_compiler_flags_test_$flag" | $as_tr_sh`
axel-2.17.9/configure-6155-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts $flag" >&5
##############################################
axel-2.17.9/configure-6335-for flag in -Wl,--as-needed; do
axel-2.17.9/configure:6336:  as_CACHEVAR=`$as_echo "ax_cv_check_ldflags_$ax_compiler_flags_test_$flag" | $as_tr_sh`
axel-2.17.9/configure-6337-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the linker accepts $flag" >&5
##############################################
axel-2.17.9/configure-6448-for flag in -Wl,-z,relro; do
axel-2.17.9/configure:6449:  as_CACHEVAR=`$as_echo "ax_cv_check_ldflags_$ax_compiler_flags_test_$flag" | $as_tr_sh`
axel-2.17.9/configure-6450-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the linker accepts $flag" >&5
##############################################
axel-2.17.9/configure-6561-for flag in -Wl,-z,now; do
axel-2.17.9/configure:6562:  as_CACHEVAR=`$as_echo "ax_cv_check_ldflags_$ax_compiler_flags_test_$flag" | $as_tr_sh`
axel-2.17.9/configure-6563-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the linker accepts $flag" >&5
##############################################
axel-2.17.9/configure-6674-for flag in -Wl,-z,noexecstack; do
axel-2.17.9/configure:6675:  as_CACHEVAR=`$as_echo "ax_cv_check_ldflags_$ax_compiler_flags_test_$flag" | $as_tr_sh`
axel-2.17.9/configure-6676-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the linker accepts $flag" >&5
##############################################
axel-2.17.9/configure-6879-for flag in          $ax_compiler_flags_as_needed_option              ; do
axel-2.17.9/configure:6880:  as_CACHEVAR=`$as_echo "ax_cv_check_ldflags_$ax_compiler_flags_test_$flag" | $as_tr_sh`
axel-2.17.9/configure-6881-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the linker accepts $flag" >&5
##############################################
axel-2.17.9/configure-6959-for flag in       ; do
axel-2.17.9/configure:6960:  as_CACHEVAR=`$as_echo "ax_cv_check_ldflags_$ax_compiler_flags_test_$flag" | $as_tr_sh`
axel-2.17.9/configure-6961-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the linker accepts $flag" >&5
##############################################
axel-2.17.9/configure-7044-for flag in              $ax_compiler_flags_fatal_warnings_option         ; do
axel-2.17.9/configure:7045:  as_CACHEVAR=`$as_echo "ax_cv_check_ldflags_$ax_compiler_flags_test_$flag" | $as_tr_sh`
axel-2.17.9/configure-7046-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the linker accepts $flag" >&5
##############################################
axel-2.17.9/configure-7381-do :
axel-2.17.9/configure:7382:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
axel-2.17.9/configure-7383-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
axel-2.17.9/configure-7385-  cat >>confdefs.h <<_ACEOF
axel-2.17.9/configure:7386:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
axel-2.17.9/configure-7387-_ACEOF
##############################################
axel-2.17.9/configure-7508-do :
axel-2.17.9/configure:7509:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
axel-2.17.9/configure-7510-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
axel-2.17.9/configure-7512-  cat >>confdefs.h <<_ACEOF
axel-2.17.9/configure:7513:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
axel-2.17.9/configure-7514-_ACEOF
##############################################
axel-2.17.9/configure-7585-  test $ac_status = 0; }; then
axel-2.17.9/configure:7586:  pkg_cv_SSL_CFLAGS=`$PKG_CONFIG --cflags "openssl" 2>/dev/null`
axel-2.17.9/configure-7587-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
axel-2.17.9/configure-7602-  test $ac_status = 0; }; then
axel-2.17.9/configure:7603:  pkg_cv_SSL_LIBS=`$PKG_CONFIG --libs "openssl" 2>/dev/null`
axel-2.17.9/configure-7604-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
axel-2.17.9/configure-7623-        if test $_pkg_short_errors_supported = yes; then
axel-2.17.9/configure:7624:	        SSL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "openssl" 2>&1`
axel-2.17.9/configure-7625-        else
axel-2.17.9/configure:7626:	        SSL_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "openssl" 2>&1`
axel-2.17.9/configure-7627-        fi
##############################################
axel-2.17.9/configure-7853-    else
axel-2.17.9/configure:7854:      GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
axel-2.17.9/configure-7855-      { $as_echo "$as_me:${as_lineno-$LINENO}: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
##############################################
axel-2.17.9/configure-7902-test "x$ac_build_alias" = x &&
axel-2.17.9/configure:7903:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
axel-2.17.9/configure-7904-test "x$ac_build_alias" = x &&
axel-2.17.9/configure-7905-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
axel-2.17.9/configure:7906:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
axel-2.17.9/configure-7907-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
axel-2.17.9/configure-7926-IFS=$ac_save_IFS
axel-2.17.9/configure:7927:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
axel-2.17.9/configure-7928-
##############################################
axel-2.17.9/configure-7937-else
axel-2.17.9/configure:7938:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
axel-2.17.9/configure-7939-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
axel-2.17.9/configure-7959-IFS=$ac_save_IFS
axel-2.17.9/configure:7960:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
axel-2.17.9/configure-7961-
##############################################
axel-2.17.9/configure-7978-    # gcc leaves a trailing carriage return which upsets mingw
axel-2.17.9/configure:7979:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
axel-2.17.9/configure-7980-  *)
axel-2.17.9/configure:7981:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
axel-2.17.9/configure-7982-  esac
##############################################
axel-2.17.9/configure-7987-      # Canonicalize the path of ld
axel-2.17.9/configure:7988:      ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
axel-2.17.9/configure-7989-      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
axel-2.17.9/configure:7990:	ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
axel-2.17.9/configure-7991-      done
##############################################
axel-2.17.9/configure-8223-        names_already_handled="$names_already_handled $name"
axel-2.17.9/configure:8224:                        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
axel-2.17.9/configure-8225-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
axel-2.17.9/configure-8269-                -L*)
axel-2.17.9/configure:8270:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
axel-2.17.9/configure-8271-                  if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
##############################################
axel-2.17.9/configure-8361-              */lib | */lib/)
axel-2.17.9/configure:8362:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
axel-2.17.9/configure-8363-                additional_includedir="$basedir/include"
##############################################
axel-2.17.9/configure-8409-                  -L*)
axel-2.17.9/configure:8410:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
axel-2.17.9/configure-8411-                                                                                                                                                                if test "X$additional_libdir" != "X/usr/lib"; then
##############################################
axel-2.17.9/configure-8466-                  -l*)
axel-2.17.9/configure:8467:                                        names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
axel-2.17.9/configure-8468-                    ;;
axel-2.17.9/configure-8469-                  *.la)
axel-2.17.9/configure:8470:                                                                                names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
axel-2.17.9/configure-8471-                    ;;
##############################################
axel-2.17.9/configure-8677-        names_already_handled="$names_already_handled $name"
axel-2.17.9/configure:8678:                        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
axel-2.17.9/configure-8679-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
axel-2.17.9/configure-8723-                -L*)
axel-2.17.9/configure:8724:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
axel-2.17.9/configure-8725-                  if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
##############################################
axel-2.17.9/configure-8815-              */lib | */lib/)
axel-2.17.9/configure:8816:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
axel-2.17.9/configure-8817-                additional_includedir="$basedir/include"
##############################################
axel-2.17.9/configure-8863-                  -L*)
axel-2.17.9/configure:8864:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
axel-2.17.9/configure-8865-                                                                                                                                                                if test "X$additional_libdir" != "X/usr/lib"; then
##############################################
axel-2.17.9/configure-8920-                  -l*)
axel-2.17.9/configure:8921:                                        names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
axel-2.17.9/configure-8922-                    ;;
axel-2.17.9/configure-8923-                  *.la)
axel-2.17.9/configure:8924:                                                                                names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
axel-2.17.9/configure-8925-                    ;;
##############################################
axel-2.17.9/configure-9586-             ax_pthread_sed='s/conftest\.\$ac_ext/conftest.$ac_objext/g'
axel-2.17.9/configure:9587:             ax_pthread_link_step=`$as_echo "$ac_link" | sed "$ax_pthread_sed"`
axel-2.17.9/configure-9588-             ax_pthread_2step_ac_link="($ac_compile) && (echo ==== >&5) && ($ax_pthread_link_step)"
##############################################
axel-2.17.9/configure-10105-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
axel-2.17.9/configure:10106:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
axel-2.17.9/configure-10107-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
axel-2.17.9/configure-10204-if test -z "$BASH_VERSION$ZSH_VERSION" \
axel-2.17.9/configure:10205:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
axel-2.17.9/configure-10206-  as_echo='print -r --'
axel-2.17.9/configure-10207-  as_echo_n='print -rn --'
axel-2.17.9/configure:10208:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
axel-2.17.9/configure-10209-  as_echo='printf %s\n'
##############################################
axel-2.17.9/configure-10211-else
axel-2.17.9/configure:10212:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
axel-2.17.9/configure-10213-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
axel-2.17.9/configure-10221-	expr "X$arg" : "X\\(.*\\)$as_nl";
axel-2.17.9/configure:10222:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
axel-2.17.9/configure-10223-      esac;
##############################################
axel-2.17.9/configure-10298-# ----------------------------------------
axel-2.17.9/configure:10299:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
axel-2.17.9/configure-10300-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
axel-2.17.9/configure-10370-  {
axel-2.17.9/configure:10371:    as_val=`expr "$@" || test $? -eq 1`
axel-2.17.9/configure-10372-  }
##############################################
axel-2.17.9/configure-10474-      case $as_dir in #(
axel-2.17.9/configure:10475:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
axel-2.17.9/configure-10476-      *) as_qdir=$as_dir;;
##############################################
axel-2.17.9/configure-10609-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
axel-2.17.9/configure:10610:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
axel-2.17.9/configure-10611-ac_cs_version="\\
##############################################
axel-2.17.9/configure-10634-  --*=?*)
axel-2.17.9/configure:10635:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
axel-2.17.9/configure:10636:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
axel-2.17.9/configure-10637-    ac_shift=:
##############################################
axel-2.17.9/configure-10639-  --*=)
axel-2.17.9/configure:10640:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
axel-2.17.9/configure-10641-    ac_optarg=
##############################################
axel-2.17.9/configure-10663-    case $ac_optarg in
axel-2.17.9/configure:10664:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
axel-2.17.9/configure-10665-    '') as_fn_error $? "missing file argument" ;;
##############################################
axel-2.17.9/configure-10671-    case $ac_optarg in
axel-2.17.9/configure:10672:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
axel-2.17.9/configure-10673-    esac
##############################################
axel-2.17.9/configure-10808-fi
axel-2.17.9/configure:10809:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
axel-2.17.9/configure-10810-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
axel-2.17.9/configure-10825-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
axel-2.17.9/configure:10826:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
axel-2.17.9/configure-10827-ac_delim='%!_!# '
##############################################
axel-2.17.9/configure-10831-
axel-2.17.9/configure:10832:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
axel-2.17.9/configure-10833-  if test $ac_delim_n = $ac_delim_num; then
##############################################
axel-2.17.9/configure-10969-for ac_last_try in false false :; do
axel-2.17.9/configure:10970:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
axel-2.17.9/configure-10971-  if test -z "$ac_tt"; then
##############################################
axel-2.17.9/configure-11101-      esac
axel-2.17.9/configure:11102:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
axel-2.17.9/configure-11103-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
axel-2.17.9/configure-11160-*)
axel-2.17.9/configure:11161:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
axel-2.17.9/configure-11162-  # A ".." for each directory in $ac_dir_suffix.
axel-2.17.9/configure:11163:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
axel-2.17.9/configure-11164-  case $ac_top_builddir_sub in
##############################################
axel-2.17.9/configure-11221-/@mandir@/p'
axel-2.17.9/configure:11222:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
axel-2.17.9/configure-11223-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
axel-2.17.9/configure-11238-
axel-2.17.9/configure:11239:# Neutralize VPATH when `$srcdir' = `.'.
axel-2.17.9/configure-11240-# Shell code in configure.ac might set extrasub.
##############################################
axel-2.17.9/configure-11266-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
axel-2.17.9/configure:11267:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
axel-2.17.9/configure-11268-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
axel-2.17.9/configure-11312-    * )
axel-2.17.9/configure:11313:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
axel-2.17.9/configure-11314-  esac
##############################################
axel-2.17.9/configure-11367-    # Strip MF so we end up with the name of the file.
axel-2.17.9/configure:11368:    am_mf=`$as_echo "$am_mf" | sed -e 's/:.*$//'`
axel-2.17.9/configure-11369-    # Check whether this is an Automake generated Makefile which includes
##############################################
axel-2.17.9/configure-11447-      case "$ac_file" in
axel-2.17.9/configure:11448:        *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
axel-2.17.9/configure-11449-      esac
##############################################
axel-2.17.9/configure-11452-        # Adjust a relative srcdir.
axel-2.17.9/configure:11453:        ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
axel-2.17.9/configure:11454:        ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
axel-2.17.9/configure:11455:        ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
axel-2.17.9/configure-11456-        # In autoconf-2.13 it is called $ac_given_srcdir.
##############################################
axel-2.17.9/configure-11459-        case "$ac_given_srcdir" in
axel-2.17.9/configure:11460:          .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
axel-2.17.9/configure-11461-          /*) top_srcdir="$ac_given_srcdir" ;;
##############################################
axel-2.17.9/configure-11475-            fi
axel-2.17.9/configure:11476:            ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
axel-2.17.9/configure-11477-            # Hide the ALL_LINGUAS assigment from automake.
##############################################
axel-2.17.9/aclocal.m4-1235-        # $is_release = ($minor_version is even)
axel-2.17.9/aclocal.m4:1236:        minor_version=`echo "$PACKAGE_VERSION" | sed 's/[[^.]][[^.]]*.\([[^.]][[^.]]*\).*/\1/'`
axel-2.17.9/aclocal.m4-1237-        AS_IF([test "$(( $minor_version % 2 ))" -ne 0],
##############################################
axel-2.17.9/aclocal.m4-1241-        # $is_release = ($micro_version is even)
axel-2.17.9/aclocal.m4:1242:        micro_version=`echo "$PACKAGE_VERSION" | sed 's/[[^.]]*\.[[^.]]*\.\([[^.]]*\).*/\1/'`
axel-2.17.9/aclocal.m4-1243-        AS_IF([test "$(( $micro_version % 2 ))" -ne 0],
##############################################
axel-2.17.9/aclocal.m4-1554-             ax_pthread_sed='s/conftest\.\$ac_ext/conftest.$ac_objext/g'
axel-2.17.9/aclocal.m4:1555:             ax_pthread_link_step=`$as_echo "$ac_link" | sed "$ax_pthread_sed"`
axel-2.17.9/aclocal.m4-1556-             ax_pthread_2step_ac_link="($ac_compile) && (echo ==== >&5) && ($ax_pthread_link_step)"
##############################################
axel-2.17.9/aclocal.m4-2059-        LTLIBINTL="ifelse([$3],[],\${top_builddir}/intl,[$3])/libintl.la $LTLIBICONV $LTLIBTHREAD"
axel-2.17.9/aclocal.m4:2060:        LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'`
axel-2.17.9/aclocal.m4-2061-      fi
##############################################
axel-2.17.9/aclocal.m4-2278-    PKG_CHECK_EXISTS([$3],
axel-2.17.9/aclocal.m4:2279:                     [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`
axel-2.17.9/aclocal.m4-2280-		      test "x$?" != "x0" && pkg_failed=yes ],
##############################################
axel-2.17.9/aclocal.m4-2326-        if test $_pkg_short_errors_supported = yes; then
axel-2.17.9/aclocal.m4:2327:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
axel-2.17.9/aclocal.m4-2328-        else
axel-2.17.9/aclocal.m4:2329:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
axel-2.17.9/aclocal.m4-2330-        fi
##############################################
axel-2.17.9/aclocal.m4-2515-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
axel-2.17.9/aclocal.m4:2516:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
axel-2.17.9/aclocal.m4-2517-# and then we would define $MISSING as
##############################################
axel-2.17.9/aclocal.m4-2530-# Expand $ac_aux_dir to an absolute path.
axel-2.17.9/aclocal.m4:2531:am_aux_dir=`cd "$ac_aux_dir" && pwd`
axel-2.17.9/aclocal.m4-2532-])
##############################################
axel-2.17.9/aclocal.m4-2628-  if test "$am_compiler_list" = ""; then
axel-2.17.9/aclocal.m4:2629:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
axel-2.17.9/aclocal.m4-2630-  fi
##############################################
axel-2.17.9/aclocal.m4-2781-    # Strip MF so we end up with the name of the file.
axel-2.17.9/aclocal.m4:2782:    am_mf=`AS_ECHO(["$am_mf"]) | sed -e 's/:.*$//'`
axel-2.17.9/aclocal.m4-2783-    # Check whether this is an Automake generated Makefile which includes
##############################################
axel-2.17.9/aclocal.m4-2788-      || continue
axel-2.17.9/aclocal.m4:2789:    am_dirpart=`AS_DIRNAME(["$am_mf"])`
axel-2.17.9/aclocal.m4:2790:    am_filepart=`AS_BASENAME(["$am_mf"])`
axel-2.17.9/aclocal.m4-2791-    AM_RUN_LOG([cd "$am_dirpart" \
##############################################
axel-2.17.9/aclocal.m4-2858-AC_REQUIRE([AC_PROG_INSTALL])dnl
axel-2.17.9/aclocal.m4:2859:if test "`cd $srcdir && pwd`" != "`pwd`"; then
axel-2.17.9/aclocal.m4-2860-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
axel-2.17.9/aclocal.m4-3017-    * )
axel-2.17.9/aclocal.m4:3018:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
axel-2.17.9/aclocal.m4-3019-  esac
axel-2.17.9/aclocal.m4-3020-done
axel-2.17.9/aclocal.m4:3021:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
axel-2.17.9/aclocal.m4-3022-
##############################################
axel-2.17.9/aclocal.m4-3273-     echo "timestamp, slept: $am_has_slept" > conftest.file
axel-2.17.9/aclocal.m4:3274:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
axel-2.17.9/aclocal.m4-3275-     if test "$[*]" = "X"; then
axel-2.17.9/aclocal.m4-3276-	# -L didn't work.
axel-2.17.9/aclocal.m4:3277:	set X `ls -t "$srcdir/configure" conftest.file`
axel-2.17.9/aclocal.m4-3278-     fi
##############################################
axel-2.17.9/Makefile.in-50-  { \
axel-2.17.9/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
axel-2.17.9/Makefile.in-52-  }; \
##############################################
axel-2.17.9/Makefile.in-185-  esac
axel-2.17.9/Makefile.in:186:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
axel-2.17.9/Makefile.in-187-am__vpath_adj = case $$p in \
axel-2.17.9/Makefile.in:188:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
axel-2.17.9/Makefile.in-189-    *) f=$$p;; \
axel-2.17.9/Makefile.in-190-  esac;
axel-2.17.9/Makefile.in:191:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
axel-2.17.9/Makefile.in-192-am__install_max = 40
axel-2.17.9/Makefile.in-193-am__nobase_strip_setup = \
axel-2.17.9/Makefile.in:194:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
axel-2.17.9/Makefile.in-195-am__nobase_strip = \
##############################################
axel-2.17.9/Makefile.in-276-  while test -n "$$dir1"; do \
axel-2.17.9/Makefile.in:277:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
axel-2.17.9/Makefile.in-278-    if test "$$first" != "."; then \
axel-2.17.9/Makefile.in-279-      if test "$$first" = ".."; then \
axel-2.17.9/Makefile.in:280:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
axel-2.17.9/Makefile.in:281:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
axel-2.17.9/Makefile.in-282-      else \
axel-2.17.9/Makefile.in:283:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
axel-2.17.9/Makefile.in-284-        if test "$$first2" = "$$first"; then \
axel-2.17.9/Makefile.in:285:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
axel-2.17.9/Makefile.in-286-        else \
##############################################
axel-2.17.9/Makefile.in-291-    fi; \
axel-2.17.9/Makefile.in:292:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
axel-2.17.9/Makefile.in-293-  done; \
##############################################
axel-2.17.9/Makefile.in-607-.c.o:
axel-2.17.9/Makefile.in:608:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
axel-2.17.9/Makefile.in-609-@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
axel-2.17.9/Makefile.in-615-.c.obj:
axel-2.17.9/Makefile.in:616:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
axel-2.17.9/Makefile.in:617:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
axel-2.17.9/Makefile.in-618-@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
axel-2.17.9/Makefile.in-620-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
axel-2.17.9/Makefile.in:621:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
axel-2.17.9/Makefile.in-622-install-man1: $(dist_man_MANS)
##############################################
axel-2.17.9/Makefile.in-626-	test -n "$(man1dir)" \
axel-2.17.9/Makefile.in:627:	  && test -n "`echo $$list1$$list2`" \
axel-2.17.9/Makefile.in-628-	  || exit 0; \
##############################################
axel-2.17.9/Makefile.in-679-	dot_seen=no; \
axel-2.17.9/Makefile.in:680:	target=`echo $@ | sed s/-recursive//`; \
axel-2.17.9/Makefile.in-681-	case "$@" in \
##############################################
axel-2.17.9/Makefile.in-742-GTAGS:
axel-2.17.9/Makefile.in:743:	here=`$(am__cd) $(top_builddir) && pwd` \
axel-2.17.9/Makefile.in-744-	  && $(am__cd) $(top_srcdir) \
##############################################
axel-2.17.9/Makefile.in-777-	test -d "$(distdir)" || mkdir "$(distdir)"
axel-2.17.9/Makefile.in:778:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
axel-2.17.9/Makefile.in:779:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
axel-2.17.9/Makefile.in-780-	list='$(DISTFILES)'; \
##############################################
axel-2.17.9/Makefile.in-791-	  if test -d $$d/$$file; then \
axel-2.17.9/Makefile.in:792:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
axel-2.17.9/Makefile.in-793-	    if test -d "$(distdir)/$$file"; then \
##############################################
axel-2.17.9/Makefile.in-909-	test -d $(distdir)/_build || exit 0; \
axel-2.17.9/Makefile.in:910:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
axel-2.17.9/Makefile.in-911-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
axel-2.17.9/Makefile.in-953-	}; \
axel-2.17.9/Makefile.in:954:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
axel-2.17.9/Makefile.in-955-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
axel-2.17.9/Makefile.in-965-	fi
axel-2.17.9/Makefile.in:966:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
axel-2.17.9/Makefile.in-967-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
axel-2.17.9/INSTALL-173-directory configuration variables that were expressed in terms of
axel-2.17.9/INSTALL:174:`${prefix}'.  Any directories that were specified during `configure',
axel-2.17.9/INSTALL-175-but not in terms of `${prefix}', must each be overridden at install
##############################################
axel-2.17.9/po/Makefile.in.in-29-MKINSTALLDIRS = @MKINSTALLDIRS@
axel-2.17.9/po/Makefile.in.in:30:mkinstalldirs = $(SHELL) `case "$(MKINSTALLDIRS)" in /*) echo "$(MKINSTALLDIRS)" ;; *) echo "$(top_builddir)/$(MKINSTALLDIRS)" ;; esac`
axel-2.17.9/po/Makefile.in.in-31-
##############################################
axel-2.17.9/po/Makefile.in.in-64-.po.gmo:
axel-2.17.9/po/Makefile.in.in:65:	@lang=`echo $* | sed -e 's,.*/,,'`; \
axel-2.17.9/po/Makefile.in.in-66-	test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \
##############################################
axel-2.17.9/po/Makefile.in.in-107-$(POFILES): $(srcdir)/$(DOMAIN).pot
axel-2.17.9/po/Makefile.in.in:108:	@lang=`echo $@ | sed -e 's,.*/,,' -e 's/\.po$$//'`; \
axel-2.17.9/po/Makefile.in.in-109-	test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \
##############################################
axel-2.17.9/po/Makefile.in.in-130-	for cat in $$catalogs; do \
axel-2.17.9/po/Makefile.in.in:131:	  cat=`basename $$cat`; \
axel-2.17.9/po/Makefile.in.in:132:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
axel-2.17.9/po/Makefile.in.in-133-	  dir=$(localedir)/$$lang/LC_MESSAGES; \
##############################################
axel-2.17.9/po/Makefile.in.in-140-	      if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
axel-2.17.9/po/Makefile.in.in:141:	        link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
axel-2.17.9/po/Makefile.in.in-142-	        mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
##############################################
axel-2.17.9/po/Makefile.in.in-182-	for cat in $$catalogs; do \
axel-2.17.9/po/Makefile.in.in:183:	  cat=`basename $$cat`; \
axel-2.17.9/po/Makefile.in.in:184:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
axel-2.17.9/po/Makefile.in.in-185-	  dir=$(localedir)/$$lang/LC_MESSAGES; \
##############################################
axel-2.17.9/po/Makefile.in.in-189-	      if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
axel-2.17.9/po/Makefile.in.in:190:	        link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
axel-2.17.9/po/Makefile.in.in-191-	        mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
##############################################
axel-2.17.9/po/Makefile.in.in-228-	for cat in $$catalogs; do \
axel-2.17.9/po/Makefile.in.in:229:	  cat=`basename $$cat`; \
axel-2.17.9/po/Makefile.in.in:230:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
axel-2.17.9/po/Makefile.in.in-231-	  for lc in LC_MESSAGES $(EXTRA_LOCALE_CATEGORIES); do \
##############################################
axel-2.17.9/po/Makefile.in.in-279-.nop.po-update:
axel-2.17.9/po/Makefile.in.in:280:	@lang=`echo $@ | sed -e 's/\.po-update$$//'`; \
axel-2.17.9/po/Makefile.in.in-281-	if test "$(PACKAGE)" = "gettext"; then PATH=`pwd`/../src:$$PATH; fi; \
##############################################
axel-2.17.9/po/Rules-quot-10-.insert-header.po-update-en:
axel-2.17.9/po/Rules-quot:11:	@lang=`echo $@ | sed -e 's/\.po-update-en$$//'`; \
axel-2.17.9/po/Rules-quot:12:	if test "$(PACKAGE)" = "gettext"; then PATH=`pwd`/../src:$$PATH; GETTEXTLIBDIR=`cd $(top_srcdir)/src && pwd`; export GETTEXTLIBDIR; fi; \
axel-2.17.9/po/Rules-quot-13-	tmpdir=`pwd`; \
axel-2.17.9/po/Rules-quot-14-	echo "$$lang:"; \
axel-2.17.9/po/Rules-quot:15:	ll=`echo $$lang | sed -e 's/@.*//'`; \
axel-2.17.9/po/Rules-quot-16-	LC_ALL=C; export LC_ALL; \
axel-2.17.9/po/Rules-quot-17-	cd $(srcdir); \
axel-2.17.9/po/Rules-quot:18:	if $(MSGINIT) -i $(DOMAIN).pot --no-translator -l $$ll -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 \
axel-2.17.9/po/Rules-quot-19-	  if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \