===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
gengetopt-2.23+dfsg1/build-aux/compile-67-	mingw/*)
gengetopt-2.23+dfsg1/build-aux/compile:68:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
gengetopt-2.23+dfsg1/build-aux/compile-69-	  ;;
gengetopt-2.23+dfsg1/build-aux/compile-70-	cygwin/*)
gengetopt-2.23+dfsg1/build-aux/compile:71:	  file=`cygpath -m "$file" || echo "$file"`
gengetopt-2.23+dfsg1/build-aux/compile-72-	  ;;
gengetopt-2.23+dfsg1/build-aux/compile-73-	wine/*)
gengetopt-2.23+dfsg1/build-aux/compile:74:	  file=`winepath -w "$file" || echo "$file"`
gengetopt-2.23+dfsg1/build-aux/compile-75-	  ;;
##############################################
gengetopt-2.23+dfsg1/build-aux/compile-310-# Name of file we expect compiler to create.
gengetopt-2.23+dfsg1/build-aux/compile:311:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
gengetopt-2.23+dfsg1/build-aux/compile-312-
##############################################
gengetopt-2.23+dfsg1/build-aux/compile-316-# object file name, since that is what matters with a parallel build.
gengetopt-2.23+dfsg1/build-aux/compile:317:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
gengetopt-2.23+dfsg1/build-aux/compile-318-while true; do
##############################################
gengetopt-2.23+dfsg1/build-aux/config.guess-34-
gengetopt-2.23+dfsg1/build-aux/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'`
gengetopt-2.23+dfsg1/build-aux/config.guess-36-
##############################################
gengetopt-2.23+dfsg1/build-aux/config.guess-102-: ${TMPDIR=/tmp} ;
gengetopt-2.23+dfsg1/build-aux/config.guess:103: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
gengetopt-2.23+dfsg1/build-aux/config.guess-104- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
gengetopt-2.23+dfsg1/build-aux/config.guess-151-	EOF
gengetopt-2.23+dfsg1/build-aux/config.guess:152:	eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`"
gengetopt-2.23+dfsg1/build-aux/config.guess-153-
##############################################
gengetopt-2.23+dfsg1/build-aux/config.guess-188-	    earmv*)
gengetopt-2.23+dfsg1/build-aux/config.guess:189:		arch=`echo "$UNAME_MACHINE_ARCH" | sed -e 's,^e\(armv[0-9]\).*$,\1,'`
gengetopt-2.23+dfsg1/build-aux/config.guess:190:		endian=`echo "$UNAME_MACHINE_ARCH" | sed -ne 's,^.*\(eb\)$,\1,p'`
gengetopt-2.23+dfsg1/build-aux/config.guess-191-		machine="${arch}${endian}"-unknown
##############################################
gengetopt-2.23+dfsg1/build-aux/config.guess-220-		expr='s/^earmv[0-9]/-eabi/;s/eb$//'
gengetopt-2.23+dfsg1/build-aux/config.guess:221:		abi=`echo "$UNAME_MACHINE_ARCH" | sed -e "$expr"`
gengetopt-2.23+dfsg1/build-aux/config.guess-222-		;;
##############################################
gengetopt-2.23+dfsg1/build-aux/config.guess-233-	    *)
gengetopt-2.23+dfsg1/build-aux/config.guess:234:		release=`echo "$UNAME_RELEASE" | sed -e 's/[-_].*//' | cut -d. -f1,2`
gengetopt-2.23+dfsg1/build-aux/config.guess-235-		;;
##############################################
gengetopt-2.23+dfsg1/build-aux/config.guess-280-	*4.0)
gengetopt-2.23+dfsg1/build-aux/config.guess:281:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
gengetopt-2.23+dfsg1/build-aux/config.guess-282-		;;
gengetopt-2.23+dfsg1/build-aux/config.guess-283-	*5.*)
gengetopt-2.23+dfsg1/build-aux/config.guess:284:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
gengetopt-2.23+dfsg1/build-aux/config.guess-285-		;;
##############################################
gengetopt-2.23+dfsg1/build-aux/config.guess-290-	# types through head -n 1, so we only detect the type of CPU 0.
gengetopt-2.23+dfsg1/build-aux/config.guess:291:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
gengetopt-2.23+dfsg1/build-aux/config.guess-292-	case "$ALPHA_CPU_TYPE" in
##############################################
gengetopt-2.23+dfsg1/build-aux/config.guess-328-	# 1.2 uses "1.2" for uname -r.
gengetopt-2.23+dfsg1/build-aux/config.guess:329:	echo "$UNAME_MACHINE"-dec-osf"`echo "$UNAME_RELEASE" | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz`"
gengetopt-2.23+dfsg1/build-aux/config.guess-330-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
gengetopt-2.23+dfsg1/build-aux/config.guess-379-    s390x:SunOS:*:*)
gengetopt-2.23+dfsg1/build-aux/config.guess:380:	echo "$UNAME_MACHINE"-ibm-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
gengetopt-2.23+dfsg1/build-aux/config.guess-381-	exit ;;
gengetopt-2.23+dfsg1/build-aux/config.guess-382-    sun4H:SunOS:5.*:*)
gengetopt-2.23+dfsg1/build-aux/config.guess:383:	echo sparc-hal-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
gengetopt-2.23+dfsg1/build-aux/config.guess-384-	exit ;;
gengetopt-2.23+dfsg1/build-aux/config.guess-385-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
gengetopt-2.23+dfsg1/build-aux/config.guess:386:	echo sparc-sun-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
gengetopt-2.23+dfsg1/build-aux/config.guess-387-	exit ;;
##############################################
gengetopt-2.23+dfsg1/build-aux/config.guess-404-	fi
gengetopt-2.23+dfsg1/build-aux/config.guess:405:	echo "$SUN_ARCH"-pc-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
gengetopt-2.23+dfsg1/build-aux/config.guess-406-	exit ;;
##############################################
gengetopt-2.23+dfsg1/build-aux/config.guess-410-	# it's likely to be more like Solaris than SunOS4.
gengetopt-2.23+dfsg1/build-aux/config.guess:411:	echo sparc-sun-solaris3"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
gengetopt-2.23+dfsg1/build-aux/config.guess-412-	exit ;;
##############################################
gengetopt-2.23+dfsg1/build-aux/config.guess-419-	# Japanese Language versions have a version number like `4.1.3-JL'.
gengetopt-2.23+dfsg1/build-aux/config.guess:420:	echo sparc-sun-sunos"`echo "$UNAME_RELEASE"|sed -e 's/-/_/'`"
gengetopt-2.23+dfsg1/build-aux/config.guess-421-	exit ;;
##############################################
gengetopt-2.23+dfsg1/build-aux/config.guess-425-    sun*:*:4.2BSD:*)
gengetopt-2.23+dfsg1/build-aux/config.guess:426:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
gengetopt-2.23+dfsg1/build-aux/config.guess-427-	test "x$UNAME_RELEASE" = x && UNAME_RELEASE=3
##############################################
gengetopt-2.23+dfsg1/build-aux/config.guess-507-	$CC_FOR_BUILD -o "$dummy" "$dummy.c" &&
gengetopt-2.23+dfsg1/build-aux/config.guess:508:	  dummyarg=`echo "$UNAME_RELEASE" | sed -n 's/\([0-9]*\).*/\1/p'` &&
gengetopt-2.23+dfsg1/build-aux/config.guess:509:	  SYSTEM_NAME=`"$dummy" "$dummyarg"` &&
gengetopt-2.23+dfsg1/build-aux/config.guess-510-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
gengetopt-2.23+dfsg1/build-aux/config.guess-563-    *:IRIX*:*:*)
gengetopt-2.23+dfsg1/build-aux/config.guess:564:	echo mips-sgi-irix"`echo "$UNAME_RELEASE"|sed -e 's/-/_/g'`"
gengetopt-2.23+dfsg1/build-aux/config.guess-565-	exit ;;
##############################################
gengetopt-2.23+dfsg1/build-aux/config.guess-593-EOF
gengetopt-2.23+dfsg1/build-aux/config.guess:594:		if $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"`
gengetopt-2.23+dfsg1/build-aux/config.guess-595-		then
##############################################
gengetopt-2.23+dfsg1/build-aux/config.guess-606-    *:AIX:*:[4567])
gengetopt-2.23+dfsg1/build-aux/config.guess:607:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
gengetopt-2.23+dfsg1/build-aux/config.guess-608-	if /usr/sbin/lsattr -El "$IBM_CPU_ID" | grep ' POWER' >/dev/null 2>&1; then
##############################################
gengetopt-2.23+dfsg1/build-aux/config.guess-642-    9000/[34678]??:HP-UX:*:*)
gengetopt-2.23+dfsg1/build-aux/config.guess:643:	HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
gengetopt-2.23+dfsg1/build-aux/config.guess-644-	case "$UNAME_MACHINE" in
##############################################
gengetopt-2.23+dfsg1/build-aux/config.guess-696-EOF
gengetopt-2.23+dfsg1/build-aux/config.guess:697:		    (CCOPTS="" $CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null) && HP_ARCH=`"$dummy"`
gengetopt-2.23+dfsg1/build-aux/config.guess-698-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
gengetopt-2.23+dfsg1/build-aux/config.guess-724-    ia64:HP-UX:*:*)
gengetopt-2.23+dfsg1/build-aux/config.guess:725:	HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
gengetopt-2.23+dfsg1/build-aux/config.guess-726-	echo ia64-hp-hpux"$HPUX_REV"
##############################################
gengetopt-2.23+dfsg1/build-aux/config.guess-754-EOF
gengetopt-2.23+dfsg1/build-aux/config.guess:755:	$CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"` &&
gengetopt-2.23+dfsg1/build-aux/config.guess-756-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
gengetopt-2.23+dfsg1/build-aux/config.guess-825-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
gengetopt-2.23+dfsg1/build-aux/config.guess:826:	FUJITSU_REL=`echo "$UNAME_RELEASE" | sed -e 's/ /_/'`
gengetopt-2.23+dfsg1/build-aux/config.guess-827-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
gengetopt-2.23+dfsg1/build-aux/config.guess-830-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
gengetopt-2.23+dfsg1/build-aux/config.guess:831:	FUJITSU_REL=`echo "$UNAME_RELEASE" | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'`
gengetopt-2.23+dfsg1/build-aux/config.guess-832-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
gengetopt-2.23+dfsg1/build-aux/config.guess-850-	esac
gengetopt-2.23+dfsg1/build-aux/config.guess:851:	echo "$UNAME_PROCESSOR"-unknown-freebsd"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
gengetopt-2.23+dfsg1/build-aux/config.guess-852-	exit ;;
##############################################
gengetopt-2.23+dfsg1/build-aux/config.guess-886-    prep*:SunOS:5.*:*)
gengetopt-2.23+dfsg1/build-aux/config.guess:887:	echo powerpcle-unknown-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
gengetopt-2.23+dfsg1/build-aux/config.guess-888-	exit ;;
##############################################
gengetopt-2.23+dfsg1/build-aux/config.guess-890-	# the GNU system
gengetopt-2.23+dfsg1/build-aux/config.guess:891:	echo "`echo "$UNAME_MACHINE"|sed -e 's,[-/].*$,,'`-unknown-$LIBC`echo "$UNAME_RELEASE"|sed -e 's,/.*$,,'`"
gengetopt-2.23+dfsg1/build-aux/config.guess-892-	exit ;;
##############################################
gengetopt-2.23+dfsg1/build-aux/config.guess-894-	# other systems with GNU libc and userland
gengetopt-2.23+dfsg1/build-aux/config.guess:895:	echo "$UNAME_MACHINE-unknown-`echo "$UNAME_SYSTEM" | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`-$LIBC"
gengetopt-2.23+dfsg1/build-aux/config.guess-896-	exit ;;
##############################################
gengetopt-2.23+dfsg1/build-aux/config.guess-988-EOF
gengetopt-2.23+dfsg1/build-aux/config.guess:989:	eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^CPU'`"
gengetopt-2.23+dfsg1/build-aux/config.guess-990-	test "x$CPU" != x && { echo "$CPU-unknown-linux-$LIBC"; exit; }
##############################################
gengetopt-2.23+dfsg1/build-aux/config.guess-1088-    i*86:*:4.*:*)
gengetopt-2.23+dfsg1/build-aux/config.guess:1089:	UNAME_REL=`echo "$UNAME_RELEASE" | sed 's/\/MP$//'`
gengetopt-2.23+dfsg1/build-aux/config.guess-1090-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
gengetopt-2.23+dfsg1/build-aux/config.guess-1291-	fi
gengetopt-2.23+dfsg1/build-aux/config.guess:1292:	if test "`echo "$UNAME_RELEASE" | sed -e 's/\..*//'`" -le 10 ; then
gengetopt-2.23+dfsg1/build-aux/config.guess-1293-	    if [ "$CC_FOR_BUILD" != no_compiler_found ]; then
##############################################
gengetopt-2.23+dfsg1/build-aux/config.guess-1389-    *:DragonFly:*:*)
gengetopt-2.23+dfsg1/build-aux/config.guess:1390:	echo "$UNAME_MACHINE"-unknown-dragonfly"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
gengetopt-2.23+dfsg1/build-aux/config.guess-1391-	exit ;;
##############################################
gengetopt-2.23+dfsg1/build-aux/config.guess-1402-    i*86:skyos:*:*)
gengetopt-2.23+dfsg1/build-aux/config.guess:1403:	echo "$UNAME_MACHINE"-pc-skyos"`echo "$UNAME_RELEASE" | sed -e 's/ .*$//'`"
gengetopt-2.23+dfsg1/build-aux/config.guess-1404-	exit ;;
##############################################
gengetopt-2.23+dfsg1/build-aux/config.sub-52-
gengetopt-2.23+dfsg1/build-aux/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'`
gengetopt-2.23+dfsg1/build-aux/config.sub-54-
##############################################
gengetopt-2.23+dfsg1/build-aux/config.sub-114-# Here we must recognize all the valid KERNEL-OS combinations.
gengetopt-2.23+dfsg1/build-aux/config.sub:115:maybe_os=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
gengetopt-2.23+dfsg1/build-aux/config.sub-116-case $maybe_os in
##############################################
gengetopt-2.23+dfsg1/build-aux/config.sub-122-    os=-$maybe_os
gengetopt-2.23+dfsg1/build-aux/config.sub:123:    basic_machine=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
gengetopt-2.23+dfsg1/build-aux/config.sub-124-    ;;
##############################################
gengetopt-2.23+dfsg1/build-aux/config.sub-126-    os=-linux-android
gengetopt-2.23+dfsg1/build-aux/config.sub:127:    basic_machine=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
gengetopt-2.23+dfsg1/build-aux/config.sub-128-    ;;
gengetopt-2.23+dfsg1/build-aux/config.sub-129-  *)
gengetopt-2.23+dfsg1/build-aux/config.sub:130:    basic_machine=`echo "$1" | sed 's/-[^-]*$//'`
gengetopt-2.23+dfsg1/build-aux/config.sub-131-    if [ "$basic_machine" != "$1" ]
gengetopt-2.23+dfsg1/build-aux/config.sub:132:    then os=`echo "$1" | sed 's/.*-/-/'`
gengetopt-2.23+dfsg1/build-aux/config.sub-133-    else os=; fi
##############################################
gengetopt-2.23+dfsg1/build-aux/config.sub-180-		os=-sco5v6
gengetopt-2.23+dfsg1/build-aux/config.sub:181:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
gengetopt-2.23+dfsg1/build-aux/config.sub-182-		;;
##############################################
gengetopt-2.23+dfsg1/build-aux/config.sub-184-		os=-sco3.2v5
gengetopt-2.23+dfsg1/build-aux/config.sub:185:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
gengetopt-2.23+dfsg1/build-aux/config.sub-186-		;;
##############################################
gengetopt-2.23+dfsg1/build-aux/config.sub-188-		os=-sco3.2v4
gengetopt-2.23+dfsg1/build-aux/config.sub:189:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
gengetopt-2.23+dfsg1/build-aux/config.sub-190-		;;
gengetopt-2.23+dfsg1/build-aux/config.sub-191-	-sco3.2.[4-9]*)
gengetopt-2.23+dfsg1/build-aux/config.sub:192:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
gengetopt-2.23+dfsg1/build-aux/config.sub:193:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
gengetopt-2.23+dfsg1/build-aux/config.sub-194-		;;
##############################################
gengetopt-2.23+dfsg1/build-aux/config.sub-196-		# Don't forget version if it is 3.2v4 or newer.
gengetopt-2.23+dfsg1/build-aux/config.sub:197:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
gengetopt-2.23+dfsg1/build-aux/config.sub-198-		;;
##############################################
gengetopt-2.23+dfsg1/build-aux/config.sub-200-		# Don't forget version if it is 3.2v4 or newer.
gengetopt-2.23+dfsg1/build-aux/config.sub:201:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
gengetopt-2.23+dfsg1/build-aux/config.sub-202-		;;
##############################################
gengetopt-2.23+dfsg1/build-aux/config.sub-204-		os=-sco3.2v2
gengetopt-2.23+dfsg1/build-aux/config.sub:205:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
gengetopt-2.23+dfsg1/build-aux/config.sub-206-		;;
gengetopt-2.23+dfsg1/build-aux/config.sub-207-	-udk*)
gengetopt-2.23+dfsg1/build-aux/config.sub:208:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
gengetopt-2.23+dfsg1/build-aux/config.sub-209-		;;
##############################################
gengetopt-2.23+dfsg1/build-aux/config.sub-211-		os=-isc2.2
gengetopt-2.23+dfsg1/build-aux/config.sub:212:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
gengetopt-2.23+dfsg1/build-aux/config.sub-213-		;;
##############################################
gengetopt-2.23+dfsg1/build-aux/config.sub-217-	-isc*)
gengetopt-2.23+dfsg1/build-aux/config.sub:218:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
gengetopt-2.23+dfsg1/build-aux/config.sub-219-		;;
##############################################
gengetopt-2.23+dfsg1/build-aux/config.sub-229-	-ptx*)
gengetopt-2.23+dfsg1/build-aux/config.sub:230:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-sequent/'`
gengetopt-2.23+dfsg1/build-aux/config.sub-231-		;;
##############################################
gengetopt-2.23+dfsg1/build-aux/config.sub-364-	*-*-*)
gengetopt-2.23+dfsg1/build-aux/config.sub:365:		echo Invalid configuration \`"$1"\': machine \`"$basic_machine"\' not recognized 1>&2
gengetopt-2.23+dfsg1/build-aux/config.sub-366-		exit 1
##############################################
gengetopt-2.23+dfsg1/build-aux/config.sub-493-	amd64-*)
gengetopt-2.23+dfsg1/build-aux/config.sub:494:		basic_machine=x86_64-`echo "$basic_machine" | sed 's/^[^-]*-//'`
gengetopt-2.23+dfsg1/build-aux/config.sub-495-		;;
##############################################
gengetopt-2.23+dfsg1/build-aux/config.sub-538-	blackfin-*)
gengetopt-2.23+dfsg1/build-aux/config.sub:539:		basic_machine=bfin-`echo "$basic_machine" | sed 's/^[^-]*-//'`
gengetopt-2.23+dfsg1/build-aux/config.sub-540-		os=-linux
##############################################
gengetopt-2.23+dfsg1/build-aux/config.sub-546-	c54x-*)
gengetopt-2.23+dfsg1/build-aux/config.sub:547:		basic_machine=tic54x-`echo "$basic_machine" | sed 's/^[^-]*-//'`
gengetopt-2.23+dfsg1/build-aux/config.sub-548-		;;
gengetopt-2.23+dfsg1/build-aux/config.sub-549-	c55x-*)
gengetopt-2.23+dfsg1/build-aux/config.sub:550:		basic_machine=tic55x-`echo "$basic_machine" | sed 's/^[^-]*-//'`
gengetopt-2.23+dfsg1/build-aux/config.sub-551-		;;
gengetopt-2.23+dfsg1/build-aux/config.sub-552-	c6x-*)
gengetopt-2.23+dfsg1/build-aux/config.sub:553:		basic_machine=tic6x-`echo "$basic_machine" | sed 's/^[^-]*-//'`
gengetopt-2.23+dfsg1/build-aux/config.sub-554-		;;
##############################################
gengetopt-2.23+dfsg1/build-aux/config.sub-650-	e500v[12]-*)
gengetopt-2.23+dfsg1/build-aux/config.sub:651:		basic_machine=powerpc-`echo "$basic_machine" | sed 's/^[^-]*-//'`
gengetopt-2.23+dfsg1/build-aux/config.sub-652-		os=$os"spe"
##############################################
gengetopt-2.23+dfsg1/build-aux/config.sub-754-	i*86v32)
gengetopt-2.23+dfsg1/build-aux/config.sub:755:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
gengetopt-2.23+dfsg1/build-aux/config.sub-756-		os=-sysv32
##############################################
gengetopt-2.23+dfsg1/build-aux/config.sub-758-	i*86v4*)
gengetopt-2.23+dfsg1/build-aux/config.sub:759:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
gengetopt-2.23+dfsg1/build-aux/config.sub-760-		os=-sysv4
##############################################
gengetopt-2.23+dfsg1/build-aux/config.sub-762-	i*86v)
gengetopt-2.23+dfsg1/build-aux/config.sub:763:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
gengetopt-2.23+dfsg1/build-aux/config.sub-764-		os=-sysv
##############################################
gengetopt-2.23+dfsg1/build-aux/config.sub-766-	i*86sol2)
gengetopt-2.23+dfsg1/build-aux/config.sub:767:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
gengetopt-2.23+dfsg1/build-aux/config.sub-768-		os=-solaris2
##############################################
gengetopt-2.23+dfsg1/build-aux/config.sub-792-	leon-*|leon[3-9]-*)
gengetopt-2.23+dfsg1/build-aux/config.sub:793:		basic_machine=sparc-`echo "$basic_machine" | sed 's/-.*//'`
gengetopt-2.23+dfsg1/build-aux/config.sub-794-		;;
##############################################
gengetopt-2.23+dfsg1/build-aux/config.sub-799-	m68knommu-*)
gengetopt-2.23+dfsg1/build-aux/config.sub:800:		basic_machine=m68k-`echo "$basic_machine" | sed 's/^[^-]*-//'`
gengetopt-2.23+dfsg1/build-aux/config.sub-801-		os=-linux
##############################################
gengetopt-2.23+dfsg1/build-aux/config.sub-833-	mips3*-*)
gengetopt-2.23+dfsg1/build-aux/config.sub:834:		basic_machine=`echo "$basic_machine" | sed -e 's/mips3/mips64/'`
gengetopt-2.23+dfsg1/build-aux/config.sub-835-		;;
gengetopt-2.23+dfsg1/build-aux/config.sub-836-	mips3*)
gengetopt-2.23+dfsg1/build-aux/config.sub:837:		basic_machine=`echo "$basic_machine" | sed -e 's/mips3/mips64/'`-unknown
gengetopt-2.23+dfsg1/build-aux/config.sub-838-		;;
##############################################
gengetopt-2.23+dfsg1/build-aux/config.sub-855-	ms1-*)
gengetopt-2.23+dfsg1/build-aux/config.sub:856:		basic_machine=`echo "$basic_machine" | sed -e 's/ms1-/mt-/'`
gengetopt-2.23+dfsg1/build-aux/config.sub-857-		;;
##############################################
gengetopt-2.23+dfsg1/build-aux/config.sub-980-	parisc-*)
gengetopt-2.23+dfsg1/build-aux/config.sub:981:		basic_machine=hppa-`echo "$basic_machine" | sed 's/^[^-]*-//'`
gengetopt-2.23+dfsg1/build-aux/config.sub-982-		os=-linux
##############################################
gengetopt-2.23+dfsg1/build-aux/config.sub-996-	pc98-*)
gengetopt-2.23+dfsg1/build-aux/config.sub:997:		basic_machine=i386-`echo "$basic_machine" | sed 's/^[^-]*-//'`
gengetopt-2.23+dfsg1/build-aux/config.sub-998-		;;
##############################################
gengetopt-2.23+dfsg1/build-aux/config.sub-1011-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
gengetopt-2.23+dfsg1/build-aux/config.sub:1012:		basic_machine=i586-`echo "$basic_machine" | sed 's/^[^-]*-//'`
gengetopt-2.23+dfsg1/build-aux/config.sub-1013-		;;
gengetopt-2.23+dfsg1/build-aux/config.sub-1014-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
gengetopt-2.23+dfsg1/build-aux/config.sub:1015:		basic_machine=i686-`echo "$basic_machine" | sed 's/^[^-]*-//'`
gengetopt-2.23+dfsg1/build-aux/config.sub-1016-		;;
gengetopt-2.23+dfsg1/build-aux/config.sub-1017-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
gengetopt-2.23+dfsg1/build-aux/config.sub:1018:		basic_machine=i686-`echo "$basic_machine" | sed 's/^[^-]*-//'`
gengetopt-2.23+dfsg1/build-aux/config.sub-1019-		;;
gengetopt-2.23+dfsg1/build-aux/config.sub-1020-	pentium4-*)
gengetopt-2.23+dfsg1/build-aux/config.sub:1021:		basic_machine=i786-`echo "$basic_machine" | sed 's/^[^-]*-//'`
gengetopt-2.23+dfsg1/build-aux/config.sub-1022-		;;
##############################################
gengetopt-2.23+dfsg1/build-aux/config.sub-1030-	ppc-* | ppcbe-*)
gengetopt-2.23+dfsg1/build-aux/config.sub:1031:		basic_machine=powerpc-`echo "$basic_machine" | sed 's/^[^-]*-//'`
gengetopt-2.23+dfsg1/build-aux/config.sub-1032-		;;
##############################################
gengetopt-2.23+dfsg1/build-aux/config.sub-1036-	ppcle-* | powerpclittle-*)
gengetopt-2.23+dfsg1/build-aux/config.sub:1037:		basic_machine=powerpcle-`echo "$basic_machine" | sed 's/^[^-]*-//'`
gengetopt-2.23+dfsg1/build-aux/config.sub-1038-		;;
##############################################
gengetopt-2.23+dfsg1/build-aux/config.sub-1040-		;;
gengetopt-2.23+dfsg1/build-aux/config.sub:1041:	ppc64-*) basic_machine=powerpc64-`echo "$basic_machine" | sed 's/^[^-]*-//'`
gengetopt-2.23+dfsg1/build-aux/config.sub-1042-		;;
##############################################
gengetopt-2.23+dfsg1/build-aux/config.sub-1046-	ppc64le-* | powerpc64little-*)
gengetopt-2.23+dfsg1/build-aux/config.sub:1047:		basic_machine=powerpc64le-`echo "$basic_machine" | sed 's/^[^-]*-//'`
gengetopt-2.23+dfsg1/build-aux/config.sub-1048-		;;
##############################################
gengetopt-2.23+dfsg1/build-aux/config.sub-1122-	strongarm-* | thumb-*)
gengetopt-2.23+dfsg1/build-aux/config.sub:1123:		basic_machine=arm-`echo "$basic_machine" | sed 's/^[^-]*-//'`
gengetopt-2.23+dfsg1/build-aux/config.sub-1124-		;;
##############################################
gengetopt-2.23+dfsg1/build-aux/config.sub-1255-	xscale-* | xscalee[bl]-*)
gengetopt-2.23+dfsg1/build-aux/config.sub:1256:		basic_machine=`echo "$basic_machine" | sed 's/^xscale/arm/'`
gengetopt-2.23+dfsg1/build-aux/config.sub-1257-		;;
##############################################
gengetopt-2.23+dfsg1/build-aux/config.sub-1317-	*)
gengetopt-2.23+dfsg1/build-aux/config.sub:1318:		echo Invalid configuration \`"$1"\': machine \`"$basic_machine"\' not recognized 1>&2
gengetopt-2.23+dfsg1/build-aux/config.sub-1319-		exit 1
##############################################
gengetopt-2.23+dfsg1/build-aux/config.sub-1325-	*-digital*)
gengetopt-2.23+dfsg1/build-aux/config.sub:1326:		basic_machine=`echo "$basic_machine" | sed 's/digital.*/dec/'`
gengetopt-2.23+dfsg1/build-aux/config.sub-1327-		;;
gengetopt-2.23+dfsg1/build-aux/config.sub-1328-	*-commodore*)
gengetopt-2.23+dfsg1/build-aux/config.sub:1329:		basic_machine=`echo "$basic_machine" | sed 's/commodore.*/cbm/'`
gengetopt-2.23+dfsg1/build-aux/config.sub-1330-		;;
##############################################
gengetopt-2.23+dfsg1/build-aux/config.sub-1346-	-solaris1 | -solaris1.*)
gengetopt-2.23+dfsg1/build-aux/config.sub:1347:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
gengetopt-2.23+dfsg1/build-aux/config.sub-1348-		;;
##############################################
gengetopt-2.23+dfsg1/build-aux/config.sub-1355-	-gnu/linux*)
gengetopt-2.23+dfsg1/build-aux/config.sub:1356:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
gengetopt-2.23+dfsg1/build-aux/config.sub-1357-		;;
##############################################
gengetopt-2.23+dfsg1/build-aux/config.sub-1407-	-nto*)
gengetopt-2.23+dfsg1/build-aux/config.sub:1408:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
gengetopt-2.23+dfsg1/build-aux/config.sub-1409-		;;
##############################################
gengetopt-2.23+dfsg1/build-aux/config.sub-1414-	-mac*)
gengetopt-2.23+dfsg1/build-aux/config.sub:1415:		os=`echo "$os" | sed -e 's|mac|macos|'`
gengetopt-2.23+dfsg1/build-aux/config.sub-1416-		;;
##############################################
gengetopt-2.23+dfsg1/build-aux/config.sub-1420-	-linux*)
gengetopt-2.23+dfsg1/build-aux/config.sub:1421:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
gengetopt-2.23+dfsg1/build-aux/config.sub-1422-		;;
gengetopt-2.23+dfsg1/build-aux/config.sub-1423-	-sunos5*)
gengetopt-2.23+dfsg1/build-aux/config.sub:1424:		os=`echo "$os" | sed -e 's|sunos5|solaris2|'`
gengetopt-2.23+dfsg1/build-aux/config.sub-1425-		;;
gengetopt-2.23+dfsg1/build-aux/config.sub-1426-	-sunos6*)
gengetopt-2.23+dfsg1/build-aux/config.sub:1427:		os=`echo "$os" | sed -e 's|sunos6|solaris3|'`
gengetopt-2.23+dfsg1/build-aux/config.sub-1428-		;;
##############################################
gengetopt-2.23+dfsg1/build-aux/config.sub-1469-	-sinix5.*)
gengetopt-2.23+dfsg1/build-aux/config.sub:1470:		os=`echo $os | sed -e 's|sinix|sysv|'`
gengetopt-2.23+dfsg1/build-aux/config.sub-1471-		;;
##############################################
gengetopt-2.23+dfsg1/build-aux/config.sub-1528-		# Get rid of the `-' at the beginning of $os.
gengetopt-2.23+dfsg1/build-aux/config.sub:1529:		os=`echo $os | sed 's/[^-]*-//'`
gengetopt-2.23+dfsg1/build-aux/config.sub:1530:		echo Invalid configuration \`"$1"\': system \`"$os"\' not recognized 1>&2
gengetopt-2.23+dfsg1/build-aux/config.sub-1531-		exit 1
##############################################
gengetopt-2.23+dfsg1/build-aux/config.sub-1788-		esac
gengetopt-2.23+dfsg1/build-aux/config.sub:1789:		basic_machine=`echo "$basic_machine" | sed "s/unknown/$vendor/"`
gengetopt-2.23+dfsg1/build-aux/config.sub-1790-		;;
##############################################
gengetopt-2.23+dfsg1/build-aux/install-sh-234-      fi
gengetopt-2.23+dfsg1/build-aux/install-sh:235:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
gengetopt-2.23+dfsg1/build-aux/install-sh-236-    *)
##############################################
gengetopt-2.23+dfsg1/build-aux/install-sh-280-      dstdir=$dst
gengetopt-2.23+dfsg1/build-aux/install-sh:281:      dstbase=`basename "$src"`
gengetopt-2.23+dfsg1/build-aux/install-sh-282-      case $dst in
##############################################
gengetopt-2.23+dfsg1/build-aux/install-sh-287-    else
gengetopt-2.23+dfsg1/build-aux/install-sh:288:      dstdir=`dirname "$dst"`
gengetopt-2.23+dfsg1/build-aux/install-sh-289-      test -d "$dstdir"
##############################################
gengetopt-2.23+dfsg1/build-aux/install-sh-354-                   test_tmpdir="$tmpdir/a"
gengetopt-2.23+dfsg1/build-aux/install-sh:355:                   ls_ld_tmpdir=`ls -ld "$test_tmpdir"`
gengetopt-2.23+dfsg1/build-aux/install-sh-356-                   case $ls_ld_tmpdir in
##############################################
gengetopt-2.23+dfsg1/build-aux/install-sh-361-                   $mkdirprog -m$different_mode -p -- "$test_tmpdir" && {
gengetopt-2.23+dfsg1/build-aux/install-sh:362:                     ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"`
gengetopt-2.23+dfsg1/build-aux/install-sh-363-                     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
gengetopt-2.23+dfsg1/build-aux/install-sh-419-            case $prefix in
gengetopt-2.23+dfsg1/build-aux/install-sh:420:              *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
gengetopt-2.23+dfsg1/build-aux/install-sh-421-              *) qprefix=$prefix;;
##############################################
gengetopt-2.23+dfsg1/build-aux/install-sh-468-    if $copy_on_change &&
gengetopt-2.23+dfsg1/build-aux/install-sh:469:       old=`LC_ALL=C ls -dlL "$dst"     2>/dev/null` &&
gengetopt-2.23+dfsg1/build-aux/install-sh:470:       new=`LC_ALL=C ls -dlL "$dsttmp"  2>/dev/null` &&
gengetopt-2.23+dfsg1/build-aux/install-sh-471-       set -f &&
##############################################
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-94-#
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:95:#   . `echo "$0" | ${SED-sed} 's|[^/]*$||'`/build-aux/funclib.sh
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-96-#
##############################################
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-210-          func_executable_p "$_G_path_prog" || continue
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:211:          case `"$_G_path_prog" --version 2>&1` in
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-212-            *GNU*) func_path_progs_result=$_G_path_prog _G_path_prog_found=: ;;
##############################################
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-257-      diff conftest.out conftest.nl >/dev/null 2>&1 || break
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:258:      _G_count=`expr $_G_count + 1`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-259-      if test "$_G_count" -gt "$_G_path_prog_max"; then
##############################################
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-293-      diff conftest.out conftest.nl >/dev/null 2>&1 || break
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:294:      _G_count=`expr $_G_count + 1`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-295-      if test "$_G_count" -gt "$_G_path_prog_max"; then
##############################################
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-418-# The name of this program.
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:419:progname=`$ECHO "$progpath" |$SED "$sed_basename"`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-420-
##############################################
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-424-  *[\\/]*)
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:425:     progdir=`$ECHO "$progpath" |$SED "$sed_dirname"`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:426:     progdir=`cd "$progdir" && pwd`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-427-     progpath=$progdir/$progname
##############################################
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-618-
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:619:    eval _G_current_value='`$ECHO $'$1'`'
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:620:    _G_delim=`expr "$2" : '\(.\)'`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-621-
##############################################
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-647-
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:648:    func_arith_result=`expr "$@"`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-649-  }
##############################################
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-668-  # ...otherwise fall back to using sed.
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:669:  _b='func_basename_result=`$ECHO "$1" |$SED "$sed_basename"`'
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:670:  _d='func_dirname_result=`$ECHO "$1"  |$SED "$sed_dirname"`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-671-      if test "X$func_dirname_result" = "X$1"; then
##############################################
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-765-      test -n "$_G_tc" && {
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:766:        _G_esc_tc=`$ECHO "$_G_tc" | $SED "$sed_make_literal_regex"`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:767:        _G_indent=`$ECHO "$_G_indent" | $SED "s|$_G_esc_tc||g"`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-768-      }
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-769-    done
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:770:    _G_indent="$progname: "`echo "$_G_indent" | $SED 's|.| |g'`"  " ## exclude from sc_prohibit_nested_quotes
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-771-
##############################################
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-839-
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:840:    func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-841-  }
##############################################
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-871-        # ...otherwise throw away the child directory and loop
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:872:        _G_directory_path=`$ECHO "$_G_directory_path" | $SED -e "$sed_dirname"`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-873-      done
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:874:      _G_dir_list=`$ECHO "$_G_dir_list" | $SED 's|:*$||'`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-875-
##############################################
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-909-      # If mktemp works, use that first and foremost
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:910:      _G_tmpdir=`mktemp -d "$_G_template-XXXXXXXX" 2>/dev/null`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-911-
##############################################
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-1181-# but optimized for speed.  Result is stored in $func_quotefast_eval.
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:1182:if test xyes = `(x=; printf -v x %q yes; echo x"$x") 2>/dev/null`; then
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-1183-  printf -v _GL_test_printf_tilde %q '~'
##############################################
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-1320-    case $2 in
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:1321:      .*) func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%\\\\$2\$%%"`;;
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:1322:      *)  func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%$2\$%%"`;;
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-1323-    esac
##############################################
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-1393-    [0-9]* | *[!a-zA-Z0-9_]*)
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:1394:      func_tr_sh_result=`$ECHO "$1" | $SED -e 's/^\([0-9]\)/_\1/' -e 's/[^a-zA-Z0-9_]/_/g'`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-1395-      ;;
##############################################
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-1480-
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:1481:    test "x$1" = x`func_sort_ver "$1" "$2" | $SED 1q`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-1482-}
##############################################
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-1542-# The default options also support '--debug', which will turn on shell
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:1543:# execution tracing (see the comment above debug_cmd below for another
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-1544-# use), and '--verbose' and the func_verbose function to allow your script
##############################################
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-1636-
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:1637:    eval ${1}_hooks='`$ECHO "\$'$1'_hooks" |$SED "s| '$2'||"`'
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-1638-}
##############################################
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-2056-
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:2057:      func_split_equals_lhs=`expr "x$1" : 'x\([^=]*\)'`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-2058-      func_split_equals_rhs=
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-2059-      test "x$func_split_equals_lhs" = "x$1" \
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:2060:        || func_split_equals_rhs=`expr "x$1" : 'x[^=]*=\(.*\)$'`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-2061-  }
##############################################
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-2084-
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:2085:      func_split_short_opt_name=`expr "x$1" : 'x-\(.\)'`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:2086:      func_split_short_opt_arg=`expr "x$1" : 'x-.\(.*\)$'`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-2087-  }
##############################################
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-2270-       version:        $progname (GNU libtool) 2.4.6.42-b88ce
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:2271:       automake:       `($AUTOMAKE --version) 2>/dev/null |$SED 1q`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:2272:       autoconf:       `($AUTOCONF --version) 2>/dev/null |$SED 1q`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-2273-
##############################################
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-2309-  {
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:2310:    func_lo2o_result=`$ECHO "$1" | $SED "$lo2o"`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-2311-  }
##############################################
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-2314-  {
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:2315:    func_xform_result=`$ECHO "$1" | $SED 's|\.[^.]*$|.lo|'`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-2316-  }
##############################################
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-2405-	  # quotes we have to do it in 2 steps:
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:2406:	  extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-2407-	  eval "$extractedcf"
##############################################
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-2873-      done
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:2874:      CC_expanded=`func_echo_all $CC`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:2875:      CC_quoted_expanded=`func_echo_all $CC_quoted`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-2876-      case $@ in
##############################################
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-2886-	    # Evaluate the configuration.
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:2887:	    eval "`$SED -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-2888-	    CC_quoted=
##############################################
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-2892-	    done
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:2893:	    CC_expanded=`func_echo_all $CC`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:2894:	    CC_quoted_expanded=`func_echo_all $CC_quoted`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-2895-	    case "$@ " in
##############################################
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-2984-    # zero AND non-empty stdout, which explains the odd construction:
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:2985:    func_convert_core_file_wine_to_w32_tmp=`winepath -w "$1" 2>/dev/null`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-2986-    if test "$?" -eq 0 && test -n "$func_convert_core_file_wine_to_w32_tmp"; then
##############################################
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-3052-  if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:3053:    func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-3054-    if test "$?" -ne 0; then
##############################################
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-3223-    # LT_CYGPATH in this case.
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:3224:    func_to_host_file_result=`cygpath -m "$1"`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-3225-  fi
##############################################
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-3380-    func_to_host_path_tmp1=$func_stripname_result
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:3381:    func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-3382-    func_convert_path_check : ";" \
##############################################
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-3590-    *.[cCFSifmso] | \
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:3591:    *.ada | *.adb | *.ads | *.asm | \
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-3592-    *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \
##############################################
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-3667-    if test no = "$compiler_c_o"; then
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:3668:      output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.$objext
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-3669-      lockfile=$output_obj.lock
##############################################
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-3686-*** ERROR, $lockfile exists and contains:
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:3687:`cat $lockfile 2>/dev/null`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-3688-
##############################################
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-3734-      if test warn = "$need_locks" &&
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:3735:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-3736-	$ECHO "\
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-3737-*** ERROR, $lockfile contains:
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:3738:`cat $lockfile 2>/dev/null`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-3739-
##############################################
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-3783-      if test warn = "$need_locks" &&
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:3784:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-3785-	$ECHO "\
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-3786-*** ERROR, $lockfile contains:
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:3787:`cat $lockfile 2>/dev/null`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-3788-
##############################################
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-4109-      # Get the absolute pathname.
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:4110:      absdir=`cd "$dir" && pwd`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-4111-      test -n "$absdir" && dir=$absdir
##############################################
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-4208-      if test -n "$lt_sysroot"; then
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:4209:        sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-4210-        sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;"
##############################################
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-4492-	  # Determine the prefix the user has applied to our future dir.
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:4493:	  inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-4494-
##############################################
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-4505-	    # Stick the inst_prefix_dir data into the link command.
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:4506:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-4507-	  else
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:4508:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-4509-	  fi
##############################################
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-4672-	    fi
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:4673:	    libfile=$libdir/`$ECHO "$lib" | $SED 's%^.*/%%g'`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-4674-	    if test -n "$libdir" && test ! -f "$libfile"; then
##############################################
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-4691-	        # Replace the output file specification.
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:4692:	        relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-4693-
##############################################
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-4710-	    # Install the binary that we compiled earlier.
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:4711:	    file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-4712-	  fi
##############################################
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-4784-    my_pic_p=${3-false}
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:4785:    my_prefix=`$ECHO "$my_originator" | $SED 's%[^a-zA-Z0-9]%_%g'`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-4786-    my_dlsyms=
##############################################
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-4842-	  # Add our own program objects to the symbol list.
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:4843:	  progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-4844-	  for progfile in $progfiles; do
##############################################
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-4904-	          # Use subshell, to avoid clobbering current variable values
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:4905:	          dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-4906-	          if test -n "$dlprefile_dlname"; then
##############################################
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-5073-	  if test -f "$output_objdir/$my_outputname.def"; then
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:5074:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:5075:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-5076-	  else
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:5077:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:5078:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-5079-	  fi
##############################################
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-5081-	*)
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:5082:	  compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:5083:	  finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-5084-	  ;;
##############################################
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-5096-      # Nullify the symbol file.
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:5097:      compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:5098:      finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-5099-    fi
##############################################
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-5110-  func_to_tool_file "$1" func_convert_file_msys_to_w32
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:5111:  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)$'`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-5112-  test -n "$func_cygming_gnu_implib_tmp"
##############################################
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-5123-  func_to_tool_file "$1" func_convert_file_msys_to_w32
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:5124:  func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-5125-  test -n "$func_cygming_ms_implib_tmp"
##############################################
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-5139-  win32_libid_type=unknown
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:5140:  win32_fileres=`file -L $1 2>/dev/null`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-5141-  case $win32_fileres in
##############################################
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-5204-
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:5205:  sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-5206-}
##############################################
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-5222-
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:5223:  match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-5224-  $OBJDUMP -s --section "$1" "$2" 2>/dev/null |
##############################################
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-5286-    # binutils import library
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:5287:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-5288-  elif func_cygming_ms_implib_p "$1"; then
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-5289-    # ms-generated import library
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:5290:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-5291-  else
##############################################
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-5370-	  darwin_base_archive=$func_basename_result
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:5371:	  darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-5372-	  if test -n "$darwin_arches"; then
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:5373:	    darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-5374-	    darwin_arch=
##############################################
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-5384-            ## Okay now we've a bunch of thin objects, gotta fatten them up :)
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:5385:	    darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$sed_basename" | sort -u`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-5386-	    darwin_file=
##############################################
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-5388-	    for darwin_file in $darwin_filelist; do
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:5389:	      darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-5390-	      $LIPO -create -output "$darwin_file" $darwin_files
##############################################
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-5403-      esac
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:5404:      my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-5405-    done
##############################################
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-5510-    --lt-dump-script)
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:5511:        lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-5512-        test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=.
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:5513:        lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-5514-        cat \"\$lt_dump_D/\$lt_dump_F\"
##############################################
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-5537-    \$ECHO \"$outputname:$output:\$LINENO: newargv[\$lt_dump_args_N]: \$lt_arg\"
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:5538:    lt_dump_args_N=\`expr \$lt_dump_args_N + 1\`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-5539-  done
##############################################
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-5595-  # Find the directory that this script lives in.
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:5596:  thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-5597-  test \"x\$thisdir\" = \"x\$file\" && thisdir=.
##############################################
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-5599-  # Follow symbolic links until we get to the real thisdir.
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:5600:  file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-5601-  while test -n \"\$file\"; do
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:5602:    destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-5603-
##############################################
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-5611-
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:5612:    file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:5613:    file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-5614-  done
##############################################
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-5625-    case \"\$thisdir\" in
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:5626:    *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;;
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-5627-    $objdir )   thisdir=. ;;
##############################################
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-5631-  # Try to get the absolute directory name.
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:5632:  absdir=\`cd \"\$thisdir\" && pwd\`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-5633-  test -n \"\$absdir\" && thisdir=\"\$absdir\"
##############################################
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-5641-  if test ! -f \"\$progdir/\$program\" ||
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:5642:     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | $SED 1q\`; \\
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-5643-       test \"X\$file\" != \"X\$progdir/\$program\"; }; then
##############################################
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-5656-    if test -n \"\$relink_command\"; then
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:5657:      if relink_command_output=\`eval \$relink_command 2>&1\`; then :
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-5658-      else
##############################################
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-5700-    # The second colon is a workaround for a bug in BeOS R4 sed
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:5701:    $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-5702-
##############################################
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-6679-
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:6680:    case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-6681-    *import*) : ;;
##############################################
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-6927-	    moreargs=
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:6928:	    for fil in `cat "$save_arg"`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-6929-	    do
##############################################
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-7188-	*)
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:7189:	  absdir=`cd "$dir" && pwd`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-7190-	  test -z "$absdir" && \
##############################################
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-7209-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:7210:	  testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-7211-	  case :$dllsearchpath: in
##############################################
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-7506-      -Z*)
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:7507:        if test os2 = "`expr $host : '.*\(os2\)'`"; then
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-7508-          # OS/2 uses -Zxxx to specify OS/2-specific options
##############################################
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-7676-      # get the directories listed in $shlibpath_var
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:7677:      eval shlib_search_path=\`\$ECHO \"\$$shlibpath_var\" \| \$SED \'s/:/ /g\'\`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-7678-    else
##############################################
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-7992-		  set dummy $deplibs_check_method; shift
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:7993:		  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-7994-		  if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \
##############################################
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-8082-	if test -n "$inherited_linker_flags"; then
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:8083:	  tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-8084-	  for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do
##############################################
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-8090-	fi
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:8091:	dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-8092-	if test lib,link = "$linkmode,$pass" ||
##############################################
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-8163-	*)
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:8164:	  abs_ladir=`cd "$ladir" && pwd`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-8165-	  if test -z "$abs_ladir"; then
##############################################
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-8416-	    shift
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:8417:	    libname=`eval "\\$ECHO \"$libname_spec\""`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-8418-	    # use dlname if we got it. it's perfectly good, no?
##############################################
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-8708-		*)
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:8709:		  absdir=`cd "$dir" && pwd`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-8710-		  if test -z "$absdir"; then
##############################################
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-8719-		  depdepl=
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:8720:		  eval deplibrary_names=`$SED -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-8721-		  if test -n "$deplibrary_names"; then
##############################################
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-8726-		      depdepl=$absdir/$objdir/$depdepl
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:8727:		      darwin_install_name=`$OTOOL -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-8728-                      if test -z "$darwin_install_name"; then
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:8729:                          darwin_install_name=`$OTOOL64 -L $depdepl  | awk '{if (NR == 2) {print $1;exit}}'`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-8730-                      fi
##############################################
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-8741-		else
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:8742:		  eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-8743-		  test -z "$libdir" && \
##############################################
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-8764-	else
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:8765:	  compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-8766-	fi
##############################################
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-8853-        linux*)
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:8854:          case `$CC -V 2>&1 | sed 5q` in
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-8855-          *Sun\ C*) # Sun C++ 5.9
##############################################
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-9258-	removelist=
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:9259:	tempremovelist=`$ECHO "$output_objdir/*"`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-9260-	for p in $tempremovelist; do
##############################################
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-9284-	# Transform .lo files to .o files.
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:9285:	oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; $lo2o" | $NL2SP`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-9286-      fi
##############################################
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-9289-      #for path in $notinst_path; do
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:9290:      #	lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:9291:      #	deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:9292:      #	dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-9293-      #done
##############################################
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-9410-		if test -n "$i"; then
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:9411:		  libname=`eval "\\$ECHO \"$libname_spec\""`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:9412:		  deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-9413-		  set dummy $deplib_matches; shift
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-9414-		  deplib_match=$1
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:9415:		  if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-9416-		    func_append newdeplibs " $i"
##############################################
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-9453-		  if test -n "$i"; then
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:9454:		    libname=`eval "\\$ECHO \"$libname_spec\""`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:9455:		    deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-9456-		    set dummy $deplib_matches; shift
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-9457-		    deplib_match=$1
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:9458:		    if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-9459-		      func_append newdeplibs " $i"
##############################################
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-9488-	  set dummy $deplibs_check_method; shift
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:9489:	  file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-9490-	  for a_deplib in $deplibs; do
##############################################
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-9503-	      if test -n "$a_deplib"; then
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:9504:		libname=`eval "\\$ECHO \"$libname_spec\""`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-9505-		if test -n "$file_magic_glob"; then
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:9506:		  libnameglob=`func_echo_all "$libname" | $SED -e $file_magic_glob`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-9507-		else
##############################################
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-9513-		    shopt -s nocaseglob
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:9514:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-9515-		    $nocaseglob
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-9516-		  else
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:9517:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-9518-		  fi
##############################################
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-9531-		      while test -h "$potlib" 2>/dev/null; do
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:9532:			potliblink=`ls -ld $potlib | $SED 's/.* -> //'`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-9533-			case $potliblink in
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-9534-			[\\/]* | [A-Za-z]:[\\/]*) potlib=$potliblink;;
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:9535:			*) potlib=`$ECHO "$potlib" | $SED 's|[^/]*$||'`"$potliblink";;
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-9536-			esac
##############################################
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-9572-	  set dummy $deplibs_check_method; shift
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:9573:	  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-9574-	  for a_deplib in $deplibs; do
##############################################
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-9587-	      if test -n "$a_deplib"; then
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:9588:		libname=`eval "\\$ECHO \"$libname_spec\""`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-9589-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:9590:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-9591-		  for potent_lib in $potential_libs; do
##############################################
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-9626-	  newdeplibs=
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:9627:	  tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-9628-	  if test yes = "$allow_libtool_libs_with_static_runtimes"; then
##############################################
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-9630-	      # can't use Xsed below, because $i might contain '/'
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:9631:	      tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s|$i||"`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-9632-	    done
##############################################
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-9656-	  # On Rhapsody replace the C library with the System framework
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:9657:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-9658-	  ;;
##############################################
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-9708-	*-*-darwin*)
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:9709:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:9710:	  new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:9711:	  deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-9712-	  ;;
##############################################
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-9835-	# Use standard objects if they are pic
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:9836:	test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-9837-	test "X$libobjs" = "X " && libobjs=
##############################################
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-10349-	  eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\"
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:10350:	  test -n "$wl" || tmp_whole_archive_flags=`$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-10351-	  reload_conv_objs=$reload_objs\ $tmp_whole_archive_flags
##############################################
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-10364-      # Create the old-style object.
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:10365:      reload_objs=$objs$old_deplibs' '`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; /\.lib$/d; $lo2o" | $NL2SP`' '$reload_conv_objs
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-10366-
##############################################
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-10422-	# On Rhapsody replace the C library is the System framework
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:10423:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:10424:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-10425-	;;
##############################################
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-10440-	# Time to change all our "foo.ltframework" stuff back to "-framework foo"
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:10441:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:10442:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-10443-	;;
##############################################
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-10518-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:10519:	  testbindir=`$ECHO "$libdir" | $SED -e 's*/lib$*/bin*'`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-10520-	  case :$dllsearchpath: in
##############################################
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-10578-	# Transform all the library objects into standard objects.
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:10579:	compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:10580:	finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-10581-      fi
##############################################
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-10606-	# Replace the output file specification.
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:10607:	compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-10608-	link_command=$compile_command$compile_rpath
##############################################
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-10615-	  func_to_tool_file "$output"
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:10616:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-10617-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-10659-	# Replace the output file specification.
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:10660:	link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-10661-	# Delete the old output file.
##############################################
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-10667-	  func_to_tool_file "$output"
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:10668:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-10669-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-10685-	  link_command=$finalize_var$compile_command$finalize_rpath
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:10686:	  relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-10687-          ;;
##############################################
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-10698-      # Replace the output file specification.
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:10699:      link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-10700-
##############################################
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-10707-	func_to_tool_file "$output_objdir/$outputname"
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:10708:	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'`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-10709-	func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-10998-		func_resolve_sysroot "$deplib"
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:10999:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-11000-		test -z "$libdir" && \
##############################################
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-11024-		name=$func_basename_result
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:11025:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-11026-		test -z "$libdir" && \
##############################################
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-11043-		name=$func_basename_result
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:11044:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-11045-		test -z "$libdir" && \
##############################################
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-11362-# ### BEGIN LIBTOOL TAG CONFIG: disable-static
gengetopt-2.23+dfsg1/build-aux/ltmain.sh:11363:build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
gengetopt-2.23+dfsg1/build-aux/ltmain.sh-11364-# ### END LIBTOOL TAG CONFIG: disable-static
##############################################
gengetopt-2.23+dfsg1/build-aux/depcomp-64-  case $1 in
gengetopt-2.23+dfsg1/build-aux/depcomp:65:    */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;;
gengetopt-2.23+dfsg1/build-aux/depcomp-66-      *) dir=;;
##############################################
gengetopt-2.23+dfsg1/build-aux/depcomp-73-{
gengetopt-2.23+dfsg1/build-aux/depcomp:74:  base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'`
gengetopt-2.23+dfsg1/build-aux/depcomp-75-}
##############################################
gengetopt-2.23+dfsg1/build-aux/depcomp-126-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
gengetopt-2.23+dfsg1/build-aux/depcomp:127:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
gengetopt-2.23+dfsg1/build-aux/depcomp-128-
##############################################
gengetopt-2.23+dfsg1/build-aux/depcomp-405-        sleep 1
gengetopt-2.23+dfsg1/build-aux/depcomp:406:        i=`expr $i - 1`
gengetopt-2.23+dfsg1/build-aux/depcomp-407-      done
gengetopt-2.23+dfsg1/build-aux/depcomp-408-    fi
gengetopt-2.23+dfsg1/build-aux/depcomp:409:    i=`expr $i - 1`
gengetopt-2.23+dfsg1/build-aux/depcomp-410-  done
##############################################
gengetopt-2.23+dfsg1/build-aux/depcomp-425-  # Do two passes, one to just change these to
gengetopt-2.23+dfsg1/build-aux/depcomp:426:  # `$object: dependent.h' and one to simply `dependent.h:'.
gengetopt-2.23+dfsg1/build-aux/depcomp-427-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
gengetopt-2.23+dfsg1/build-aux/depcomp-659-  done
gengetopt-2.23+dfsg1/build-aux/depcomp:660:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
gengetopt-2.23+dfsg1/build-aux/depcomp-661-  touch "$tmpdepfile"
##############################################
gengetopt-2.23+dfsg1/build-aux/mdate-sh-114-# On HPUX /bin/sh, "set" interprets "-rw-r--r--" as options, so the "x" below.
gengetopt-2.23+dfsg1/build-aux/mdate-sh:115:set x`$ls_command /`
gengetopt-2.23+dfsg1/build-aux/mdate-sh-116-
##############################################
gengetopt-2.23+dfsg1/build-aux/mdate-sh-144-# Get the extended ls output of the file or directory.
gengetopt-2.23+dfsg1/build-aux/mdate-sh:145:set dummy x`eval "$ls_command \"\\\$save_arg1\""`
gengetopt-2.23+dfsg1/build-aux/mdate-sh-146-
##############################################
gengetopt-2.23+dfsg1/build-aux/mdate-sh-211-       then
gengetopt-2.23+dfsg1/build-aux/mdate-sh:212:	 year=`expr $year - 1`
gengetopt-2.23+dfsg1/build-aux/mdate-sh-213-       fi;;
##############################################
gengetopt-2.23+dfsg1/build-aux/texinfo.tex-7102-  \catcode `\\=0 \catcode `\{=1 \catcode `\}=2
gengetopt-2.23+dfsg1/build-aux/texinfo.tex:7103:  \catcode `\$=3 \catcode `\&=4 \catcode `\#=6
gengetopt-2.23+dfsg1/build-aux/texinfo.tex-7104-  \catcode `\^=7 \catcode `\_=8 \catcode `\~=\active \let~=\tie
##############################################
gengetopt-2.23+dfsg1/gl/m4/00gnulib.m4-21-  [AC][_DEFUN([$1],
gengetopt-2.23+dfsg1/gl/m4/00gnulib.m4:22:    [AC_REQUIRE([_gl_DEFUN_ONCE([$1])],
gengetopt-2.23+dfsg1/gl/m4/00gnulib.m4-23-      [m4_indir([_gl_DEFUN_ONCE([$1])])])])]dnl
##############################################
gengetopt-2.23+dfsg1/gl/m4/gnulib-comp.m4-105-      sed_drop_objext='s/\.o$//;s/\.obj$//'
gengetopt-2.23+dfsg1/gl/m4/gnulib-comp.m4:106:      for i in `for i in $gl_LIBOBJS; do echo "$i"; done | sed -e "$sed_drop_objext" | sort | uniq`; do
gengetopt-2.23+dfsg1/gl/m4/gnulib-comp.m4-107-        gl_libobjs="$gl_libobjs $i.$ac_objext"
##############################################
gengetopt-2.23+dfsg1/gl/m4/gnulib-comp.m4-123-changequote(,)dnl
gengetopt-2.23+dfsg1/gl/m4/gnulib-comp.m4:124:  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
gengetopt-2.23+dfsg1/gl/m4/gnulib-comp.m4-125-changequote([, ])dnl
##############################################
gengetopt-2.23+dfsg1/gl/m4/gnulib-comp.m4-151-      sed_drop_objext='s/\.o$//;s/\.obj$//'
gengetopt-2.23+dfsg1/gl/m4/gnulib-comp.m4:152:      for i in `for i in $gltests_LIBOBJS; do echo "$i"; done | sed -e "$sed_drop_objext" | sort | uniq`; do
gengetopt-2.23+dfsg1/gl/m4/gnulib-comp.m4-153-        gltests_libobjs="$gltests_libobjs $i.$ac_objext"
##############################################
gengetopt-2.23+dfsg1/gl/Makefile.in-63-  { \
gengetopt-2.23+dfsg1/gl/Makefile.in:64:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gengetopt-2.23+dfsg1/gl/Makefile.in-65-  }; \
##############################################
gengetopt-2.23+dfsg1/gl/Makefile.in-230-  while test -n "$$dir1"; do \
gengetopt-2.23+dfsg1/gl/Makefile.in:231:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gengetopt-2.23+dfsg1/gl/Makefile.in-232-    if test "$$first" != "."; then \
gengetopt-2.23+dfsg1/gl/Makefile.in-233-      if test "$$first" = ".."; then \
gengetopt-2.23+dfsg1/gl/Makefile.in:234:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gengetopt-2.23+dfsg1/gl/Makefile.in:235:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gengetopt-2.23+dfsg1/gl/Makefile.in-236-      else \
gengetopt-2.23+dfsg1/gl/Makefile.in:237:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gengetopt-2.23+dfsg1/gl/Makefile.in-238-        if test "$$first2" = "$$first"; then \
gengetopt-2.23+dfsg1/gl/Makefile.in:239:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gengetopt-2.23+dfsg1/gl/Makefile.in-240-        else \
##############################################
gengetopt-2.23+dfsg1/gl/Makefile.in-245-    fi; \
gengetopt-2.23+dfsg1/gl/Makefile.in:246:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gengetopt-2.23+dfsg1/gl/Makefile.in-247-  done; \
##############################################
gengetopt-2.23+dfsg1/gl/Makefile.in-679-.c.o:
gengetopt-2.23+dfsg1/gl/Makefile.in:680:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
gengetopt-2.23+dfsg1/gl/Makefile.in-681-@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
gengetopt-2.23+dfsg1/gl/Makefile.in-687-.c.obj:
gengetopt-2.23+dfsg1/gl/Makefile.in:688:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
gengetopt-2.23+dfsg1/gl/Makefile.in:689:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
gengetopt-2.23+dfsg1/gl/Makefile.in-690-@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
gengetopt-2.23+dfsg1/gl/Makefile.in-692-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gengetopt-2.23+dfsg1/gl/Makefile.in:693:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
gengetopt-2.23+dfsg1/gl/Makefile.in-694-
gengetopt-2.23+dfsg1/gl/Makefile.in-695-.c.lo:
gengetopt-2.23+dfsg1/gl/Makefile.in:696:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
gengetopt-2.23+dfsg1/gl/Makefile.in-697-@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
gengetopt-2.23+dfsg1/gl/Makefile.in-722-	dot_seen=no; \
gengetopt-2.23+dfsg1/gl/Makefile.in:723:	target=`echo $@ | sed s/-recursive//`; \
gengetopt-2.23+dfsg1/gl/Makefile.in-724-	case "$@" in \
##############################################
gengetopt-2.23+dfsg1/gl/Makefile.in-785-GTAGS:
gengetopt-2.23+dfsg1/gl/Makefile.in:786:	here=`$(am__cd) $(top_builddir) && pwd` \
gengetopt-2.23+dfsg1/gl/Makefile.in-787-	  && $(am__cd) $(top_srcdir) \
##############################################
gengetopt-2.23+dfsg1/gl/Makefile.in-811-distdir-am: $(DISTFILES)
gengetopt-2.23+dfsg1/gl/Makefile.in:812:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gengetopt-2.23+dfsg1/gl/Makefile.in:813:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gengetopt-2.23+dfsg1/gl/Makefile.in-814-	list='$(DISTFILES)'; \
##############################################
gengetopt-2.23+dfsg1/gl/Makefile.in-825-	  if test -d $$d/$$file; then \
gengetopt-2.23+dfsg1/gl/Makefile.in:826:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gengetopt-2.23+dfsg1/gl/Makefile.in-827-	    if test -d "$(distdir)/$$file"; then \
##############################################
gengetopt-2.23+dfsg1/m4/libtool.m4-119-    done
gengetopt-2.23+dfsg1/m4/libtool.m4:120:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
gengetopt-2.23+dfsg1/m4/libtool.m4-121-}
##############################################
gengetopt-2.23+dfsg1/m4/libtool.m4-437-m4_define([_LT_CONFIG_STATUS_DECLARE],
gengetopt-2.23+dfsg1/m4/libtool.m4:438:[$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`'])
gengetopt-2.23+dfsg1/m4/libtool.m4-439-
##############################################
gengetopt-2.23+dfsg1/m4/libtool.m4-447-#
gengetopt-2.23+dfsg1/m4/libtool.m4:448:#    <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/m4/libtool.m4-449-m4_defun([_LT_CONFIG_STATUS_DECLARATIONS],
##############################################
gengetopt-2.23+dfsg1/m4/libtool.m4-557-]], lt_decl_quote_varnames); do
gengetopt-2.23+dfsg1/m4/libtool.m4:558:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
gengetopt-2.23+dfsg1/m4/libtool.m4-559-    *[[\\\\\\\`\\"\\\$]]*)
gengetopt-2.23+dfsg1/m4/libtool.m4:560:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
gengetopt-2.23+dfsg1/m4/libtool.m4-561-      ;;
##############################################
gengetopt-2.23+dfsg1/m4/libtool.m4-570-]], lt_decl_dquote_varnames); do
gengetopt-2.23+dfsg1/m4/libtool.m4:571:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
gengetopt-2.23+dfsg1/m4/libtool.m4-572-    *[[\\\\\\\`\\"\\\$]]*)
gengetopt-2.23+dfsg1/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
gengetopt-2.23+dfsg1/m4/libtool.m4-574-      ;;
##############################################
gengetopt-2.23+dfsg1/m4/libtool.m4-1112-  if test yes = "$lt_cv_ld_force_load"; then
gengetopt-2.23+dfsg1/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\"`'
gengetopt-2.23+dfsg1/m4/libtool.m4-1114-    m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes],
##############################################
gengetopt-2.23+dfsg1/m4/libtool.m4-1165-      }]'
gengetopt-2.23+dfsg1/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"`
gengetopt-2.23+dfsg1/m4/libtool.m4-1167-  # Check for a 64-bit object if we didn't find anything.
gengetopt-2.23+dfsg1/m4/libtool.m4-1168-  if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then
gengetopt-2.23+dfsg1/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"`
gengetopt-2.23+dfsg1/m4/libtool.m4-1170-  fi],[])
##############################################
gengetopt-2.23+dfsg1/m4/libtool.m4-1201-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
gengetopt-2.23+dfsg1/m4/libtool.m4:1202:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
gengetopt-2.23+dfsg1/m4/libtool.m4-1203-  ECHO='print -r --'
gengetopt-2.23+dfsg1/m4/libtool.m4:1204:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
gengetopt-2.23+dfsg1/m4/libtool.m4-1205-  ECHO='printf %s\n'
##############################################
gengetopt-2.23+dfsg1/m4/libtool.m4-1236-    PATH=/empty FPATH=/empty; export PATH FPATH
gengetopt-2.23+dfsg1/m4/libtool.m4:1237:    test "X`printf %s $ECHO`" = "X$ECHO" \
gengetopt-2.23+dfsg1/m4/libtool.m4:1238:      || test "X`print -r -- $ECHO`" = "X$ECHO" )])])
gengetopt-2.23+dfsg1/m4/libtool.m4-1239-
##############################################
gengetopt-2.23+dfsg1/m4/libtool.m4-1260-   if test yes = "$GCC"; then
gengetopt-2.23+dfsg1/m4/libtool.m4:1261:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
gengetopt-2.23+dfsg1/m4/libtool.m4-1262-   fi
##############################################
gengetopt-2.23+dfsg1/m4/libtool.m4-1264- /*)
gengetopt-2.23+dfsg1/m4/libtool.m4:1265:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
gengetopt-2.23+dfsg1/m4/libtool.m4-1266-   ;; #(
##############################################
gengetopt-2.23+dfsg1/m4/libtool.m4-1294-  if AC_TRY_EVAL(ac_compile); then
gengetopt-2.23+dfsg1/m4/libtool.m4:1295:    case `/usr/bin/file conftest.$ac_objext` in
gengetopt-2.23+dfsg1/m4/libtool.m4-1296-      *ELF-32*)
##############################################
gengetopt-2.23+dfsg1/m4/libtool.m4-1311-    if test yes = "$lt_cv_prog_gnu_ld"; then
gengetopt-2.23+dfsg1/m4/libtool.m4:1312:      case `/usr/bin/file conftest.$ac_objext` in
gengetopt-2.23+dfsg1/m4/libtool.m4-1313-	*32-bit*)
##############################################
gengetopt-2.23+dfsg1/m4/libtool.m4-1323-    else
gengetopt-2.23+dfsg1/m4/libtool.m4:1324:      case `/usr/bin/file conftest.$ac_objext` in
gengetopt-2.23+dfsg1/m4/libtool.m4-1325-	*32-bit*)
##############################################
gengetopt-2.23+dfsg1/m4/libtool.m4-1345-    emul=elf
gengetopt-2.23+dfsg1/m4/libtool.m4:1346:    case `/usr/bin/file conftest.$ac_objext` in
gengetopt-2.23+dfsg1/m4/libtool.m4-1347-      *32-bit*)
##############################################
gengetopt-2.23+dfsg1/m4/libtool.m4-1353-    esac
gengetopt-2.23+dfsg1/m4/libtool.m4:1354:    case `/usr/bin/file conftest.$ac_objext` in
gengetopt-2.23+dfsg1/m4/libtool.m4-1355-      *MSB*)
##############################################
gengetopt-2.23+dfsg1/m4/libtool.m4-1361-    esac
gengetopt-2.23+dfsg1/m4/libtool.m4:1362:    case `/usr/bin/file conftest.$ac_objext` in
gengetopt-2.23+dfsg1/m4/libtool.m4-1363-      *N32*)
##############################################
gengetopt-2.23+dfsg1/m4/libtool.m4-1739-    # And add a safety zone
gengetopt-2.23+dfsg1/m4/libtool.m4:1740:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
gengetopt-2.23+dfsg1/m4/libtool.m4:1741:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
gengetopt-2.23+dfsg1/m4/libtool.m4-1742-    ;;
##############################################
gengetopt-2.23+dfsg1/m4/libtool.m4-1772-    if test -n "$kargmax"; then
gengetopt-2.23+dfsg1/m4/libtool.m4:1773:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[	 ]]//'`
gengetopt-2.23+dfsg1/m4/libtool.m4-1774-    else
##############################################
gengetopt-2.23+dfsg1/m4/libtool.m4-1781-       test undefined != "$lt_cv_sys_max_cmd_len"; then
gengetopt-2.23+dfsg1/m4/libtool.m4:1782:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
gengetopt-2.23+dfsg1/m4/libtool.m4:1783:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
gengetopt-2.23+dfsg1/m4/libtool.m4-1784-    else
##############################################
gengetopt-2.23+dfsg1/m4/libtool.m4-1793-      # we can't tell.
gengetopt-2.23+dfsg1/m4/libtool.m4:1794:      while { test X`env echo "$teststring$teststring" 2>/dev/null` \
gengetopt-2.23+dfsg1/m4/libtool.m4-1795-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
gengetopt-2.23+dfsg1/m4/libtool.m4-1797-      do
gengetopt-2.23+dfsg1/m4/libtool.m4:1798:        i=`expr $i + 1`
gengetopt-2.23+dfsg1/m4/libtool.m4-1799-        teststring=$teststring$teststring
##############################################
gengetopt-2.23+dfsg1/m4/libtool.m4-1801-      # Only check the string length outside the loop.
gengetopt-2.23+dfsg1/m4/libtool.m4:1802:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
gengetopt-2.23+dfsg1/m4/libtool.m4-1803-      teststring=
##############################################
gengetopt-2.23+dfsg1/m4/libtool.m4-1806-      # linker.  It appears as though 1/2 is a usable value.
gengetopt-2.23+dfsg1/m4/libtool.m4:1807:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
gengetopt-2.23+dfsg1/m4/libtool.m4-1808-    fi
##############################################
gengetopt-2.23+dfsg1/m4/libtool.m4-2281-    *:)
gengetopt-2.23+dfsg1/m4/libtool.m4:2282:        eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'` \@S|@@S|@1\"
gengetopt-2.23+dfsg1/m4/libtool.m4-2283-        ;;
gengetopt-2.23+dfsg1/m4/libtool.m4-2284-    x:*)
gengetopt-2.23+dfsg1/m4/libtool.m4:2285:        eval @S|@1=\"\@S|@@S|@1 `$ECHO @S|@2 | $SED 's/:/ /g'`\"
gengetopt-2.23+dfsg1/m4/libtool.m4-2286-        ;;
gengetopt-2.23+dfsg1/m4/libtool.m4-2287-    *::*)
gengetopt-2.23+dfsg1/m4/libtool.m4:2288:        eval @S|@1=\"\@S|@@S|@1\ `$ECHO @S|@2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
gengetopt-2.23+dfsg1/m4/libtool.m4:2289:        eval @S|@1=\"`$ECHO @S|@2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \@S|@@S|@1\"
gengetopt-2.23+dfsg1/m4/libtool.m4-2290-        ;;
gengetopt-2.23+dfsg1/m4/libtool.m4-2291-    *)
gengetopt-2.23+dfsg1/m4/libtool.m4:2292:        eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'`\"
gengetopt-2.23+dfsg1/m4/libtool.m4-2293-        ;;
##############################################
gengetopt-2.23+dfsg1/m4/libtool.m4-2321-  esac
gengetopt-2.23+dfsg1/m4/libtool.m4:2322:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
gengetopt-2.23+dfsg1/m4/libtool.m4-2323-  case $lt_search_path_spec in
##############################################
gengetopt-2.23+dfsg1/m4/libtool.m4-2328-    # okay in the real world where ";" in dirpaths is itself problematic.
gengetopt-2.23+dfsg1/m4/libtool.m4:2329:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
gengetopt-2.23+dfsg1/m4/libtool.m4-2330-    ;;
gengetopt-2.23+dfsg1/m4/libtool.m4-2331-  *)
gengetopt-2.23+dfsg1/m4/libtool.m4:2332:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
gengetopt-2.23+dfsg1/m4/libtool.m4-2333-    ;;
##############################################
gengetopt-2.23+dfsg1/m4/libtool.m4-2337-  lt_tmp_lt_search_path_spec=
gengetopt-2.23+dfsg1/m4/libtool.m4:2338:  lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
gengetopt-2.23+dfsg1/m4/libtool.m4-2339-  # ...but if some path component already ends with the multilib dir we assume
##############################################
gengetopt-2.23+dfsg1/m4/libtool.m4-2379-  esac
gengetopt-2.23+dfsg1/m4/libtool.m4:2380:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
gengetopt-2.23+dfsg1/m4/libtool.m4-2381-else
##############################################
gengetopt-2.23+dfsg1/m4/libtool.m4-2520-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
gengetopt-2.23+dfsg1/m4/libtool.m4:2521:    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'
gengetopt-2.23+dfsg1/m4/libtool.m4-2522-    ;;
##############################################
gengetopt-2.23+dfsg1/m4/libtool.m4-2556-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
gengetopt-2.23+dfsg1/m4/libtool.m4:2557:    postinstall_cmds='base_file=`basename \$file`~
gengetopt-2.23+dfsg1/m4/libtool.m4:2558:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
gengetopt-2.23+dfsg1/m4/libtool.m4:2559:      dldir=$destdir/`dirname \$dlpath`~
gengetopt-2.23+dfsg1/m4/libtool.m4-2560-      test -d \$dldir || mkdir -p \$dldir~
##############################################
gengetopt-2.23+dfsg1/m4/libtool.m4-2565-      fi'
gengetopt-2.23+dfsg1/m4/libtool.m4:2566:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
gengetopt-2.23+dfsg1/m4/libtool.m4-2567-      dlpath=$dir/\$dldll~
##############################################
gengetopt-2.23+dfsg1/m4/libtool.m4-2573-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
gengetopt-2.23+dfsg1/m4/libtool.m4:2574:      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
gengetopt-2.23+dfsg1/m4/libtool.m4-2575-m4_if([$1], [],[
##############################################
gengetopt-2.23+dfsg1/m4/libtool.m4-2579-      # MinGW DLLs use traditional 'lib' prefix
gengetopt-2.23+dfsg1/m4/libtool.m4:2580:      soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
gengetopt-2.23+dfsg1/m4/libtool.m4-2581-      ;;
##############################################
gengetopt-2.23+dfsg1/m4/libtool.m4-2583-      # pw32 DLLs use 'pw' prefix rather than 'lib'
gengetopt-2.23+dfsg1/m4/libtool.m4:2584:      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
gengetopt-2.23+dfsg1/m4/libtool.m4-2585-      ;;
##############################################
gengetopt-2.23+dfsg1/m4/libtool.m4-2592-    libname_spec='$name'
gengetopt-2.23+dfsg1/m4/libtool.m4:2593:    soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
gengetopt-2.23+dfsg1/m4/libtool.m4-2594-    library_names_spec='$libname.dll.lib'
##############################################
gengetopt-2.23+dfsg1/m4/libtool.m4-2604-        # Let DOS variable expansion print the short 8.3 style file name.
gengetopt-2.23+dfsg1/m4/libtool.m4:2605:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
gengetopt-2.23+dfsg1/m4/libtool.m4-2606-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
gengetopt-2.23+dfsg1/m4/libtool.m4-2609-      # Convert to MSYS style.
gengetopt-2.23+dfsg1/m4/libtool.m4:2610:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'`
gengetopt-2.23+dfsg1/m4/libtool.m4-2611-      ;;
##############################################
gengetopt-2.23+dfsg1/m4/libtool.m4-2615-      # like /cygdrive/c/PROGRA~1:/cygdr...
gengetopt-2.23+dfsg1/m4/libtool.m4:2616:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
gengetopt-2.23+dfsg1/m4/libtool.m4:2617:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
gengetopt-2.23+dfsg1/m4/libtool.m4:2618:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
gengetopt-2.23+dfsg1/m4/libtool.m4-2619-      ;;
##############################################
gengetopt-2.23+dfsg1/m4/libtool.m4-2623-        # It is most probably a Windows format PATH.
gengetopt-2.23+dfsg1/m4/libtool.m4:2624:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
gengetopt-2.23+dfsg1/m4/libtool.m4-2625-      else
gengetopt-2.23+dfsg1/m4/libtool.m4:2626:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
gengetopt-2.23+dfsg1/m4/libtool.m4-2627-      fi
##############################################
gengetopt-2.23+dfsg1/m4/libtool.m4-2633-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
gengetopt-2.23+dfsg1/m4/libtool.m4:2634:    postinstall_cmds='base_file=`basename \$file`~
gengetopt-2.23+dfsg1/m4/libtool.m4:2635:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
gengetopt-2.23+dfsg1/m4/libtool.m4:2636:      dldir=$destdir/`dirname \$dlpath`~
gengetopt-2.23+dfsg1/m4/libtool.m4-2637-      test -d \$dldir || mkdir -p \$dldir~
gengetopt-2.23+dfsg1/m4/libtool.m4-2638-      $install_prog $dir/$dlname \$dldir/$dlname'
gengetopt-2.23+dfsg1/m4/libtool.m4:2639:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
gengetopt-2.23+dfsg1/m4/libtool.m4-2640-      dlpath=$dir/\$dldll~
##############################################
gengetopt-2.23+dfsg1/m4/libtool.m4-2647-    # Assume MSVC and ICC wrapper
gengetopt-2.23+dfsg1/m4/libtool.m4:2648:    library_names_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext $libname.lib'
gengetopt-2.23+dfsg1/m4/libtool.m4-2649-    dynamic_linker='Win32 ld.exe'
##############################################
gengetopt-2.23+dfsg1/m4/libtool.m4-2664-  shlibpath_var=DYLD_LIBRARY_PATH
gengetopt-2.23+dfsg1/m4/libtool.m4:2665:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
gengetopt-2.23+dfsg1/m4/libtool.m4-2666-m4_if([$1], [],[
##############################################
gengetopt-2.23+dfsg1/m4/libtool.m4-2898-  if test -f /etc/ld.so.conf; then
gengetopt-2.23+dfsg1/m4/libtool.m4:2899:    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' ' '`
gengetopt-2.23+dfsg1/m4/libtool.m4-2900-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
gengetopt-2.23+dfsg1/m4/libtool.m4-2952-  need_lib_prefix=no
gengetopt-2.23+dfsg1/m4/libtool.m4:2953:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
gengetopt-2.23+dfsg1/m4/libtool.m4-2954-    need_version=no
##############################################
gengetopt-2.23+dfsg1/m4/libtool.m4-2979-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
gengetopt-2.23+dfsg1/m4/libtool.m4:2980:  postinstall_cmds='base_file=`basename \$file`~
gengetopt-2.23+dfsg1/m4/libtool.m4:2981:    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
gengetopt-2.23+dfsg1/m4/libtool.m4:2982:    dldir=$destdir/`dirname \$dlpath`~
gengetopt-2.23+dfsg1/m4/libtool.m4-2983-    test -d \$dldir || mkdir -p \$dldir~
##############################################
gengetopt-2.23+dfsg1/m4/libtool.m4-2988-    fi'
gengetopt-2.23+dfsg1/m4/libtool.m4:2989:  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
gengetopt-2.23+dfsg1/m4/libtool.m4-2990-    dlpath=$dir/\$dldll~
##############################################
gengetopt-2.23+dfsg1/m4/libtool.m4-3199-	"file_magic "*)
gengetopt-2.23+dfsg1/m4/libtool.m4:3200:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
gengetopt-2.23+dfsg1/m4/libtool.m4-3201-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
gengetopt-2.23+dfsg1/m4/libtool.m4-3282-    # gcc leaves a trailing carriage return, which upsets mingw
gengetopt-2.23+dfsg1/m4/libtool.m4:3283:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
gengetopt-2.23+dfsg1/m4/libtool.m4-3284-  *)
gengetopt-2.23+dfsg1/m4/libtool.m4:3285:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
gengetopt-2.23+dfsg1/m4/libtool.m4-3286-  esac
##############################################
gengetopt-2.23+dfsg1/m4/libtool.m4-3291-      # Canonicalize the pathname of ld
gengetopt-2.23+dfsg1/m4/libtool.m4:3292:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
gengetopt-2.23+dfsg1/m4/libtool.m4-3293-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
gengetopt-2.23+dfsg1/m4/libtool.m4:3294:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
gengetopt-2.23+dfsg1/m4/libtool.m4-3295-      done
##############################################
gengetopt-2.23+dfsg1/m4/libtool.m4-3322-      # Break only if it was the GNU/non-GNU ld that we prefer.
gengetopt-2.23+dfsg1/m4/libtool.m4:3323:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
gengetopt-2.23+dfsg1/m4/libtool.m4-3324-      *GNU* | *'with BFD'*)
##############################################
gengetopt-2.23+dfsg1/m4/libtool.m4-3362-[# I'd rather use --version here, but apparently some GNU lds only accept -v.
gengetopt-2.23+dfsg1/m4/libtool.m4:3363:case `$LD -v 2>&1 </dev/null` in
gengetopt-2.23+dfsg1/m4/libtool.m4-3364-*GNU* | *'with BFD'*)
##############################################
gengetopt-2.23+dfsg1/m4/libtool.m4-3589-openbsd* | bitrig*)
gengetopt-2.23+dfsg1/m4/libtool.m4:3590:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
gengetopt-2.23+dfsg1/m4/libtool.m4-3591-    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
##############################################
gengetopt-2.23+dfsg1/m4/libtool.m4-3656-    else
gengetopt-2.23+dfsg1/m4/libtool.m4:3657:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"`
gengetopt-2.23+dfsg1/m4/libtool.m4-3658-    fi
##############################################
gengetopt-2.23+dfsg1/m4/libtool.m4-3707-	esac
gengetopt-2.23+dfsg1/m4/libtool.m4:3708:	case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
gengetopt-2.23+dfsg1/m4/libtool.m4-3709-	*$lt_bad_file* | *'Invalid file or object type'*)
##############################################
gengetopt-2.23+dfsg1/m4/libtool.m4-3713-	*)
gengetopt-2.23+dfsg1/m4/libtool.m4:3714:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
gengetopt-2.23+dfsg1/m4/libtool.m4-3715-	  */dev/null*)
##############################################
gengetopt-2.23+dfsg1/m4/libtool.m4-3739-    AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :)
gengetopt-2.23+dfsg1/m4/libtool.m4:3740:    case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
gengetopt-2.23+dfsg1/m4/libtool.m4-3741-    *COFF*)
##############################################
gengetopt-2.23+dfsg1/m4/libtool.m4-3798-  # decide which one to use based on capabilities of $DLLTOOL
gengetopt-2.23+dfsg1/m4/libtool.m4:3799:  case `$DLLTOOL --help 2>&1` in
gengetopt-2.23+dfsg1/m4/libtool.m4-3800-  *--identify-strict*)
##############################################
gengetopt-2.23+dfsg1/m4/libtool.m4-3972-# If we're using GNU nm, then use its standard symbol codes.
gengetopt-2.23+dfsg1/m4/libtool.m4:3973:case `$NM -V 2>&1` in
gengetopt-2.23+dfsg1/m4/libtool.m4-3974-*GNU* | *'with BFD'*)
##############################################
gengetopt-2.23+dfsg1/m4/libtool.m4-4020-mingw*)
gengetopt-2.23+dfsg1/m4/libtool.m4:4021:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
gengetopt-2.23+dfsg1/m4/libtool.m4-4022-  ;;
##############################################
gengetopt-2.23+dfsg1/m4/libtool.m4-4076-    nlist=conftest.nm
gengetopt-2.23+dfsg1/m4/libtool.m4:4077:    if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then
gengetopt-2.23+dfsg1/m4/libtool.m4-4078-      # Try sorting and uniquifying the output.
##############################################
gengetopt-2.23+dfsg1/m4/libtool.m4-4424-	  *)
gengetopt-2.23+dfsg1/m4/libtool.m4:4425:	    case `$CC -V 2>&1 | sed 5q` in
gengetopt-2.23+dfsg1/m4/libtool.m4-4426-	    *Sun\ C*)
##############################################
gengetopt-2.23+dfsg1/m4/libtool.m4-4760-      *)
gengetopt-2.23+dfsg1/m4/libtool.m4:4761:	case `$CC -V 2>&1 | sed 5q` in
gengetopt-2.23+dfsg1/m4/libtool.m4-4762-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*)
##############################################
gengetopt-2.23+dfsg1/m4/libtool.m4-4943-    else
gengetopt-2.23+dfsg1/m4/libtool.m4:4944:      _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 == "L") || (\$ 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'
gengetopt-2.23+dfsg1/m4/libtool.m4-4945-    fi
##############################################
gengetopt-2.23+dfsg1/m4/libtool.m4-5036-	# shared libraries, regardless of the interface used.
gengetopt-2.23+dfsg1/m4/libtool.m4:5037:	case `$LD -v 2>&1` in
gengetopt-2.23+dfsg1/m4/libtool.m4-5038-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
gengetopt-2.23+dfsg1/m4/libtool.m4-5068-    supports_anon_versioning=no
gengetopt-2.23+dfsg1/m4/libtool.m4:5069:    case `$LD -v | $SED -e 's/([^)]\+)\s\+//' 2>&1` in
gengetopt-2.23+dfsg1/m4/libtool.m4-5070-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
gengetopt-2.23+dfsg1/m4/libtool.m4-5171-	prefix_cmds="$SED"~
gengetopt-2.23+dfsg1/m4/libtool.m4:5172:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
gengetopt-2.23+dfsg1/m4/libtool.m4-5173-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
gengetopt-2.23+dfsg1/m4/libtool.m4-5194-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
gengetopt-2.23+dfsg1/m4/libtool.m4:5195:      _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'
gengetopt-2.23+dfsg1/m4/libtool.m4:5196:      _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'
gengetopt-2.23+dfsg1/m4/libtool.m4-5197-      ;;
##############################################
gengetopt-2.23+dfsg1/m4/libtool.m4-5212-        pgcc*)				# Portland Group C compiler
gengetopt-2.23+dfsg1/m4/libtool.m4:5213:	  _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'
gengetopt-2.23+dfsg1/m4/libtool.m4-5214-	  tmp_addflag=' $pic_flag'
##############################################
gengetopt-2.23+dfsg1/m4/libtool.m4-5217-					# Portland Group f77 and f90 compilers
gengetopt-2.23+dfsg1/m4/libtool.m4:5218:	  _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'
gengetopt-2.23+dfsg1/m4/libtool.m4-5219-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
gengetopt-2.23+dfsg1/m4/libtool.m4-5234-	nvcc*)	# Cuda Compiler Driver 2.2
gengetopt-2.23+dfsg1/m4/libtool.m4:5235:	  _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'
gengetopt-2.23+dfsg1/m4/libtool.m4-5236-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
gengetopt-2.23+dfsg1/m4/libtool.m4-5238-	esac
gengetopt-2.23+dfsg1/m4/libtool.m4:5239:	case `$CC -V 2>&1 | sed 5q` in
gengetopt-2.23+dfsg1/m4/libtool.m4-5240-	*Sun\ C*)			# Sun C 5.9
gengetopt-2.23+dfsg1/m4/libtool.m4:5241:	  _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'
gengetopt-2.23+dfsg1/m4/libtool.m4-5242-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
gengetopt-2.23+dfsg1/m4/libtool.m4-5309-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
gengetopt-2.23+dfsg1/m4/libtool.m4:5310:      case `$LD -v 2>&1` in
gengetopt-2.23+dfsg1/m4/libtool.m4-5311-        *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
##############################################
gengetopt-2.23+dfsg1/m4/libtool.m4-5398-	else
gengetopt-2.23+dfsg1/m4/libtool.m4:5399:	  _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 == "L") || (\$ 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'
gengetopt-2.23+dfsg1/m4/libtool.m4-5400-	fi
##############################################
gengetopt-2.23+dfsg1/m4/libtool.m4-5463-	# below for broken collect2 doesn't work under 4.3+
gengetopt-2.23+dfsg1/m4/libtool.m4:5464:	  collect2name=`$CC -print-prog-name=collect2`
gengetopt-2.23+dfsg1/m4/libtool.m4-5465-	  if test -f "$collect2name" &&
##############################################
gengetopt-2.23+dfsg1/m4/libtool.m4-5519-        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath"
gengetopt-2.23+dfsg1/m4/libtool.m4:5520:        _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
gengetopt-2.23+dfsg1/m4/libtool.m4-5521-      else
##############################################
gengetopt-2.23+dfsg1/m4/libtool.m4-5544-	  # -brtl affects multiple linker settings, -berok does not and is overridden later
gengetopt-2.23+dfsg1/m4/libtool.m4:5545:	  compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`'
gengetopt-2.23+dfsg1/m4/libtool.m4-5546-	  if test svr4 != "$with_aix_soname"; then
##############################################
gengetopt-2.23+dfsg1/m4/libtool.m4-5635-	# FIXME: Setting linknames here is a bad hack.
gengetopt-2.23+dfsg1/m4/libtool.m4:5636:	_LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
gengetopt-2.23+dfsg1/m4/libtool.m4-5637-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
gengetopt-2.23+dfsg1/m4/libtool.m4-5773-      if test yes = "$GCC"; then
gengetopt-2.23+dfsg1/m4/libtool.m4:5774:	_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'
gengetopt-2.23+dfsg1/m4/libtool.m4-5775-	# Try to use the -exported_symbol ld option, if it does not
##############################################
gengetopt-2.23+dfsg1/m4/libtool.m4-5796-	if test yes = "$lt_cv_irix_exported_symbol"; then
gengetopt-2.23+dfsg1/m4/libtool.m4:5797:          _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'
gengetopt-2.23+dfsg1/m4/libtool.m4-5798-	fi
gengetopt-2.23+dfsg1/m4/libtool.m4-5799-      else
gengetopt-2.23+dfsg1/m4/libtool.m4:5800:	_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'
gengetopt-2.23+dfsg1/m4/libtool.m4:5801:	_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'
gengetopt-2.23+dfsg1/m4/libtool.m4-5802-      fi
##############################################
gengetopt-2.23+dfsg1/m4/libtool.m4-5846-	_LT_TAGVAR(hardcode_direct_absolute, $1)=yes
gengetopt-2.23+dfsg1/m4/libtool.m4:5847:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
gengetopt-2.23+dfsg1/m4/libtool.m4-5848-	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
gengetopt-2.23+dfsg1/m4/libtool.m4-5877-	prefix_cmds="$SED"~
gengetopt-2.23+dfsg1/m4/libtool.m4:5878:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
gengetopt-2.23+dfsg1/m4/libtool.m4-5879-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
gengetopt-2.23+dfsg1/m4/libtool.m4-5892-	_LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
gengetopt-2.23+dfsg1/m4/libtool.m4:5893:	_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'
gengetopt-2.23+dfsg1/m4/libtool.m4-5894-      else
gengetopt-2.23+dfsg1/m4/libtool.m4-5895-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
gengetopt-2.23+dfsg1/m4/libtool.m4:5896:	_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'
gengetopt-2.23+dfsg1/m4/libtool.m4-5897-      fi
##############################################
gengetopt-2.23+dfsg1/m4/libtool.m4-5905-	_LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
gengetopt-2.23+dfsg1/m4/libtool.m4:5906:	_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'
gengetopt-2.23+dfsg1/m4/libtool.m4-5907-	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
##############################################
gengetopt-2.23+dfsg1/m4/libtool.m4-5909-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
gengetopt-2.23+dfsg1/m4/libtool.m4:5910:	_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'
gengetopt-2.23+dfsg1/m4/libtool.m4:5911:	_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~
gengetopt-2.23+dfsg1/m4/libtool.m4:5912:          $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'
gengetopt-2.23+dfsg1/m4/libtool.m4-5913-
##############################################
gengetopt-2.23+dfsg1/m4/libtool.m4-5928-      else
gengetopt-2.23+dfsg1/m4/libtool.m4:5929:	case `$CC -V 2>&1` in
gengetopt-2.23+dfsg1/m4/libtool.m4-5930-	*"Compilers 5.0"*)
##############################################
gengetopt-2.23+dfsg1/m4/libtool.m4-6121-	  _LT_TAGVAR(allow_undefined_flag, $1)=
gengetopt-2.23+dfsg1/m4/libtool.m4:6122:	  if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1)
gengetopt-2.23+dfsg1/m4/libtool.m4-6123-	  then
##############################################
gengetopt-2.23+dfsg1/m4/libtool.m4-6425-        # ancient GNU ld didn't support --whole-archive et. al.
gengetopt-2.23+dfsg1/m4/libtool.m4:6426:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
gengetopt-2.23+dfsg1/m4/libtool.m4-6427-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
gengetopt-2.23+dfsg1/m4/libtool.m4-6535-          # below for broken collect2 doesn't work under 4.3+
gengetopt-2.23+dfsg1/m4/libtool.m4:6536:	  collect2name=`$CC -print-prog-name=collect2`
gengetopt-2.23+dfsg1/m4/libtool.m4-6537-	  if test -f "$collect2name" &&
##############################################
gengetopt-2.23+dfsg1/m4/libtool.m4-6593-
gengetopt-2.23+dfsg1/m4/libtool.m4:6594:          _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
gengetopt-2.23+dfsg1/m4/libtool.m4-6595-        else
##############################################
gengetopt-2.23+dfsg1/m4/libtool.m4-6618-	    # -brtl affects multiple linker settings, -berok does not and is overridden later
gengetopt-2.23+dfsg1/m4/libtool.m4:6619:	    compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`'
gengetopt-2.23+dfsg1/m4/libtool.m4-6620-	    if test svr4 != "$with_aix_soname"; then
##############################################
gengetopt-2.23+dfsg1/m4/libtool.m4-6747-	  prefix_cmds="$SED"~
gengetopt-2.23+dfsg1/m4/libtool.m4:6748:	  if test EXPORTS = "`$SED 1q $export_symbols`"; then
gengetopt-2.23+dfsg1/m4/libtool.m4-6749-	    prefix_cmds="$prefix_cmds -e 1d";
##############################################
gengetopt-2.23+dfsg1/m4/libtool.m4-6822-            # dependencies.
gengetopt-2.23+dfsg1/m4/libtool.m4:6823:            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"'
gengetopt-2.23+dfsg1/m4/libtool.m4-6824-            ;;
##############################################
gengetopt-2.23+dfsg1/m4/libtool.m4-6887-	    # dependencies.
gengetopt-2.23+dfsg1/m4/libtool.m4:6888:	    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"'
gengetopt-2.23+dfsg1/m4/libtool.m4-6889-	    ;;
##############################################
gengetopt-2.23+dfsg1/m4/libtool.m4-6923-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
gengetopt-2.23+dfsg1/m4/libtool.m4:6924:	_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'
gengetopt-2.23+dfsg1/m4/libtool.m4:6925:	_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'
gengetopt-2.23+dfsg1/m4/libtool.m4-6926-	;;
##############################################
gengetopt-2.23+dfsg1/m4/libtool.m4-6930-	    # SGI C++
gengetopt-2.23+dfsg1/m4/libtool.m4:6931:	    _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'
gengetopt-2.23+dfsg1/m4/libtool.m4-6932-
##############################################
gengetopt-2.23+dfsg1/m4/libtool.m4-6941-	      if test no = "$with_gnu_ld"; then
gengetopt-2.23+dfsg1/m4/libtool.m4:6942:	        _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'
gengetopt-2.23+dfsg1/m4/libtool.m4-6943-	      else
gengetopt-2.23+dfsg1/m4/libtool.m4:6944:	        _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'
gengetopt-2.23+dfsg1/m4/libtool.m4-6945-	      fi
##############################################
gengetopt-2.23+dfsg1/m4/libtool.m4-6962-	    # to its proper name (with version) after linking.
gengetopt-2.23+dfsg1/m4/libtool.m4:6963:	    _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'
gengetopt-2.23+dfsg1/m4/libtool.m4:6964:	    _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'
gengetopt-2.23+dfsg1/m4/libtool.m4-6965-	    # Commands to make compiler produce verbose output that lists
##############################################
gengetopt-2.23+dfsg1/m4/libtool.m4-6972-	    # dependencies.
gengetopt-2.23+dfsg1/m4/libtool.m4:6973:	    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"'
gengetopt-2.23+dfsg1/m4/libtool.m4-6974-
##############################################
gengetopt-2.23+dfsg1/m4/libtool.m4-6987-	    # earlier do not add the objects themselves.
gengetopt-2.23+dfsg1/m4/libtool.m4:6988:	    case `$CC -V 2>&1` in
gengetopt-2.23+dfsg1/m4/libtool.m4-6989-	      *"Version 7."*)
##############################################
gengetopt-2.23+dfsg1/m4/libtool.m4-7008-            # Portland Group C++ compiler
gengetopt-2.23+dfsg1/m4/libtool.m4:7009:	    case `$CC -V` in
gengetopt-2.23+dfsg1/m4/libtool.m4-7010-	    *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*)
##############################################
gengetopt-2.23+dfsg1/m4/libtool.m4-7013-               $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
gengetopt-2.23+dfsg1/m4/libtool.m4:7014:               compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
gengetopt-2.23+dfsg1/m4/libtool.m4-7015-	      _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~
##############################################
gengetopt-2.23+dfsg1/m4/libtool.m4-7017-                $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
gengetopt-2.23+dfsg1/m4/libtool.m4:7018:                $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
gengetopt-2.23+dfsg1/m4/libtool.m4-7019-                $RANLIB $oldlib'
##############################################
gengetopt-2.23+dfsg1/m4/libtool.m4-7022-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
gengetopt-2.23+dfsg1/m4/libtool.m4:7023:                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
gengetopt-2.23+dfsg1/m4/libtool.m4-7024-	      _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~
##############################################
gengetopt-2.23+dfsg1/m4/libtool.m4-7026-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
gengetopt-2.23+dfsg1/m4/libtool.m4:7027:                $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'
gengetopt-2.23+dfsg1/m4/libtool.m4-7028-	      ;;
##############################################
gengetopt-2.23+dfsg1/m4/libtool.m4-7036-	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic'
gengetopt-2.23+dfsg1/m4/libtool.m4:7037:	    _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'
gengetopt-2.23+dfsg1/m4/libtool.m4-7038-            ;;
##############################################
gengetopt-2.23+dfsg1/m4/libtool.m4-7055-	    # dependencies.
gengetopt-2.23+dfsg1/m4/libtool.m4:7056:	    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'
gengetopt-2.23+dfsg1/m4/libtool.m4-7057-	    ;;
##############################################
gengetopt-2.23+dfsg1/m4/libtool.m4-7070-	  *)
gengetopt-2.23+dfsg1/m4/libtool.m4:7071:	    case `$CC -V 2>&1 | sed 5q` in
gengetopt-2.23+dfsg1/m4/libtool.m4-7072-	    *Sun\ C*)
##############################################
gengetopt-2.23+dfsg1/m4/libtool.m4-7077-	      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
gengetopt-2.23+dfsg1/m4/libtool.m4:7078:	      _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'
gengetopt-2.23+dfsg1/m4/libtool.m4-7079-	      _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
gengetopt-2.23+dfsg1/m4/libtool.m4-7142-	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir'
gengetopt-2.23+dfsg1/m4/libtool.m4:7143:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`"; then
gengetopt-2.23+dfsg1/m4/libtool.m4-7144-	    _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'
##############################################
gengetopt-2.23+dfsg1/m4/libtool.m4-7161-	    # to its proper name (with version) after linking.
gengetopt-2.23+dfsg1/m4/libtool.m4:7162:	    _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'
gengetopt-2.23+dfsg1/m4/libtool.m4-7163-
##############################################
gengetopt-2.23+dfsg1/m4/libtool.m4-7182-	        _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
gengetopt-2.23+dfsg1/m4/libtool.m4:7183:	        _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'
gengetopt-2.23+dfsg1/m4/libtool.m4-7184-	        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
##############################################
gengetopt-2.23+dfsg1/m4/libtool.m4-7187-	        _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
gengetopt-2.23+dfsg1/m4/libtool.m4:7188:	        _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'
gengetopt-2.23+dfsg1/m4/libtool.m4:7189:	        _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
gengetopt-2.23+dfsg1/m4/libtool.m4-7190-                  echo "-hidden">> $lib.exp~
gengetopt-2.23+dfsg1/m4/libtool.m4:7191:                  $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~
gengetopt-2.23+dfsg1/m4/libtool.m4-7192-                  $RM $lib.exp'
##############################################
gengetopt-2.23+dfsg1/m4/libtool.m4-7206-	    # dependencies.
gengetopt-2.23+dfsg1/m4/libtool.m4:7207:	    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"'
gengetopt-2.23+dfsg1/m4/libtool.m4-7208-	    ;;
##############################################
gengetopt-2.23+dfsg1/m4/libtool.m4-7213-	        osf3*)
gengetopt-2.23+dfsg1/m4/libtool.m4:7214:	          _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'
gengetopt-2.23+dfsg1/m4/libtool.m4-7215-		  ;;
gengetopt-2.23+dfsg1/m4/libtool.m4-7216-	        *)
gengetopt-2.23+dfsg1/m4/libtool.m4:7217:	          _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'
gengetopt-2.23+dfsg1/m4/libtool.m4-7218-		  ;;
##############################################
gengetopt-2.23+dfsg1/m4/libtool.m4-7466-  case @S|@2 in
gengetopt-2.23+dfsg1/m4/libtool.m4:7467:  .*) func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%\\\\@S|@2\$%%"`;;
gengetopt-2.23+dfsg1/m4/libtool.m4:7468:  *)  func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%@S|@2\$%%"`;;
gengetopt-2.23+dfsg1/m4/libtool.m4-7469-  esac
##############################################
gengetopt-2.23+dfsg1/m4/libtool.m4-7555-
gengetopt-2.23+dfsg1/m4/libtool.m4:7556:  for p in `eval "$output_verbose_link_cmd"`; do
gengetopt-2.23+dfsg1/m4/libtool.m4-7557-    case $prev$p in
##############################################
gengetopt-2.23+dfsg1/m4/libtool.m4-7659-if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then
gengetopt-2.23+dfsg1/m4/libtool.m4:7660: _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | $SED -e 's! -L! !g' -e 's!^ !!'`
gengetopt-2.23+dfsg1/m4/libtool.m4-7661-fi
##############################################
gengetopt-2.23+dfsg1/m4/libtool.m4-8279-    test 10 -lt "$lt_ac_count" && break
gengetopt-2.23+dfsg1/m4/libtool.m4:8280:    lt_ac_count=`expr $lt_ac_count + 1`
gengetopt-2.23+dfsg1/m4/libtool.m4-8281-    if test "$lt_ac_count" -gt "$lt_ac_max"; then
##############################################
gengetopt-2.23+dfsg1/m4/ltsugar.m4-68-m4_define([lt_combine],
gengetopt-2.23+dfsg1/m4/ltsugar.m4:69:[m4_if(m4_eval([$# > 3]), [1],
gengetopt-2.23+dfsg1/m4/ltsugar.m4-70-       [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl
##############################################
gengetopt-2.23+dfsg1/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
gengetopt-2.23+dfsg1/configure:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
gengetopt-2.23+dfsg1/configure-45-  as_echo='print -r --'
gengetopt-2.23+dfsg1/configure-46-  as_echo_n='print -rn --'
gengetopt-2.23+dfsg1/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
gengetopt-2.23+dfsg1/configure-48-  as_echo='printf %s\n'
##############################################
gengetopt-2.23+dfsg1/configure-50-else
gengetopt-2.23+dfsg1/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
gengetopt-2.23+dfsg1/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
gengetopt-2.23+dfsg1/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
gengetopt-2.23+dfsg1/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
gengetopt-2.23+dfsg1/configure-62-      esac;
##############################################
gengetopt-2.23+dfsg1/configure-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
gengetopt-2.23+dfsg1/configure:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
gengetopt-2.23+dfsg1/configure-199-test \$(( 1 + 1 )) = 2 || exit 1
##############################################
gengetopt-2.23+dfsg1/configure-205-    PATH=/empty FPATH=/empty; export PATH FPATH
gengetopt-2.23+dfsg1/configure:206:    test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
gengetopt-2.23+dfsg1/configure:207:      || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
gengetopt-2.23+dfsg1/configure-208-  if (eval "$as_required") 2>/dev/null; then :
##############################################
gengetopt-2.23+dfsg1/configure-332-      case $as_dir in #(
gengetopt-2.23+dfsg1/configure:333:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
gengetopt-2.23+dfsg1/configure-334-      *) as_qdir=$as_dir;;
##############################################
gengetopt-2.23+dfsg1/configure-405-  {
gengetopt-2.23+dfsg1/configure:406:    as_val=`expr "$@" || test $? -eq 1`
gengetopt-2.23+dfsg1/configure-407-  }
##############################################
gengetopt-2.23+dfsg1/configure-412-# ----------------------------------------
gengetopt-2.23+dfsg1/configure:413:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
gengetopt-2.23+dfsg1/configure-414-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
gengetopt-2.23+dfsg1/configure-475-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
gengetopt-2.23+dfsg1/configure:476:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
gengetopt-2.23+dfsg1/configure-477-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
gengetopt-2.23+dfsg1/configure-1058-  case $ac_option in
gengetopt-2.23+dfsg1/configure:1059:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
gengetopt-2.23+dfsg1/configure-1060-  *=)   ac_optarg= ;;
##############################################
gengetopt-2.23+dfsg1/configure-1102-  -disable-* | --disable-*)
gengetopt-2.23+dfsg1/configure:1103:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
gengetopt-2.23+dfsg1/configure-1104-    # Reject names that are not valid shell variable names.
##############################################
gengetopt-2.23+dfsg1/configure-1107-    ac_useropt_orig=$ac_useropt
gengetopt-2.23+dfsg1/configure:1108:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gengetopt-2.23+dfsg1/configure-1109-    case $ac_user_opts in
##############################################
gengetopt-2.23+dfsg1/configure-1128-  -enable-* | --enable-*)
gengetopt-2.23+dfsg1/configure:1129:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
gengetopt-2.23+dfsg1/configure-1130-    # Reject names that are not valid shell variable names.
##############################################
gengetopt-2.23+dfsg1/configure-1133-    ac_useropt_orig=$ac_useropt
gengetopt-2.23+dfsg1/configure:1134:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gengetopt-2.23+dfsg1/configure-1135-    case $ac_user_opts in
##############################################
gengetopt-2.23+dfsg1/configure-1332-  -with-* | --with-*)
gengetopt-2.23+dfsg1/configure:1333:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
gengetopt-2.23+dfsg1/configure-1334-    # Reject names that are not valid shell variable names.
##############################################
gengetopt-2.23+dfsg1/configure-1337-    ac_useropt_orig=$ac_useropt
gengetopt-2.23+dfsg1/configure:1338:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gengetopt-2.23+dfsg1/configure-1339-    case $ac_user_opts in
##############################################
gengetopt-2.23+dfsg1/configure-1348-  -without-* | --without-*)
gengetopt-2.23+dfsg1/configure:1349:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
gengetopt-2.23+dfsg1/configure-1350-    # Reject names that are not valid shell variable names.
##############################################
gengetopt-2.23+dfsg1/configure-1353-    ac_useropt_orig=$ac_useropt
gengetopt-2.23+dfsg1/configure:1354:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gengetopt-2.23+dfsg1/configure-1355-    case $ac_user_opts in
##############################################
gengetopt-2.23+dfsg1/configure-1386-  *=*)
gengetopt-2.23+dfsg1/configure:1387:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
gengetopt-2.23+dfsg1/configure-1388-    # Reject names that are not valid shell variable names.
##############################################
gengetopt-2.23+dfsg1/configure-1407-if test -n "$ac_prev"; then
gengetopt-2.23+dfsg1/configure:1408:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
gengetopt-2.23+dfsg1/configure-1409-  as_fn_error $? "missing argument to $ac_option"
##############################################
gengetopt-2.23+dfsg1/configure-1429-    */ )
gengetopt-2.23+dfsg1/configure:1430:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
gengetopt-2.23+dfsg1/configure-1431-      eval $ac_var=\$ac_val;;
##############################################
gengetopt-2.23+dfsg1/configure-1464-ac_ls_di=`ls -di .` &&
gengetopt-2.23+dfsg1/configure:1465:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
gengetopt-2.23+dfsg1/configure-1466-  as_fn_error $? "working directory cannot be determined"
##############################################
gengetopt-2.23+dfsg1/configure-1520-case $srcdir in
gengetopt-2.23+dfsg1/configure:1521:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
gengetopt-2.23+dfsg1/configure-1522-esac
##############################################
gengetopt-2.23+dfsg1/configure-1563-By default, \`make install' will install all the files in
gengetopt-2.23+dfsg1/configure:1564:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
gengetopt-2.23+dfsg1/configure:1565:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
gengetopt-2.23+dfsg1/configure-1566-for instance \`--prefix=\$HOME'.
##############################################
gengetopt-2.23+dfsg1/configure-1683-*)
gengetopt-2.23+dfsg1/configure:1684:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
gengetopt-2.23+dfsg1/configure-1685-  # A ".." for each directory in $ac_dir_suffix.
gengetopt-2.23+dfsg1/configure:1686:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
gengetopt-2.23+dfsg1/configure-1687-  case $ac_top_builddir_sub in
##############################################
gengetopt-2.23+dfsg1/configure-2274-  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
gengetopt-2.23+dfsg1/configure:2275:  as_decl_name=`echo $2|sed 's/ *(.*//'`
gengetopt-2.23+dfsg1/configure:2276:  as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
gengetopt-2.23+dfsg1/configure-2277-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
##############################################
gengetopt-2.23+dfsg1/configure-2388-    *\'*)
gengetopt-2.23+dfsg1/configure:2389:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
gengetopt-2.23+dfsg1/configure-2390-    esac
##############################################
gengetopt-2.23+dfsg1/configure-2471-      case $ac_val in
gengetopt-2.23+dfsg1/configure:2472:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
gengetopt-2.23+dfsg1/configure-2473-      esac
##############################################
gengetopt-2.23+dfsg1/configure-2486-	case $ac_val in
gengetopt-2.23+dfsg1/configure:2487:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
gengetopt-2.23+dfsg1/configure-2488-	esac
##############################################
gengetopt-2.23+dfsg1/configure-2612-    set,)
gengetopt-2.23+dfsg1/configure:2613:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
gengetopt-2.23+dfsg1/configure:2614:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
gengetopt-2.23+dfsg1/configure-2615-      ac_cache_corrupted=: ;;
##############################################
gengetopt-2.23+dfsg1/configure-2623-	# differences in whitespace do not lead to failure.
gengetopt-2.23+dfsg1/configure:2624:	ac_old_val_w=`echo x $ac_old_val`
gengetopt-2.23+dfsg1/configure:2625:	ac_new_val_w=`echo x $ac_new_val`
gengetopt-2.23+dfsg1/configure-2626-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
gengetopt-2.23+dfsg1/configure-2643-    case $ac_new_val in
gengetopt-2.23+dfsg1/configure:2644:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
gengetopt-2.23+dfsg1/configure-2645-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
gengetopt-2.23+dfsg1/configure-2824-     echo "timestamp, slept: $am_has_slept" > conftest.file
gengetopt-2.23+dfsg1/configure:2825:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
gengetopt-2.23+dfsg1/configure-2826-     if test "$*" = "X"; then
gengetopt-2.23+dfsg1/configure-2827-	# -L didn't work.
gengetopt-2.23+dfsg1/configure:2828:	set X `ls -t "$srcdir/configure" conftest.file`
gengetopt-2.23+dfsg1/configure-2829-     fi
##############################################
gengetopt-2.23+dfsg1/configure-2875-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
gengetopt-2.23+dfsg1/configure:2876:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
gengetopt-2.23+dfsg1/configure-2877-
gengetopt-2.23+dfsg1/configure-2878-# Expand $ac_aux_dir to an absolute path.
gengetopt-2.23+dfsg1/configure:2879:am_aux_dir=`cd "$ac_aux_dir" && pwd`
gengetopt-2.23+dfsg1/configure-2880-
##############################################
gengetopt-2.23+dfsg1/configure-3020-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
gengetopt-2.23+dfsg1/configure:3021:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
gengetopt-2.23+dfsg1/configure-3022-	     'mkdir (GNU coreutils) '* | \
##############################################
gengetopt-2.23+dfsg1/configure-3094-set x ${MAKE-make}
gengetopt-2.23+dfsg1/configure:3095:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
gengetopt-2.23+dfsg1/configure-3096-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
gengetopt-2.23+dfsg1/configure-3104-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
gengetopt-2.23+dfsg1/configure:3105:case `${MAKE-make} -f conftest.make 2>/dev/null` in
gengetopt-2.23+dfsg1/configure-3106-  *@@@%%%=?*=@@@%%%*)
##############################################
gengetopt-2.23+dfsg1/configure-3170-
gengetopt-2.23+dfsg1/configure:3171:if test "`cd $srcdir && pwd`" != "`pwd`"; then
gengetopt-2.23+dfsg1/configure-3172-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
gengetopt-2.23+dfsg1/configure-3754-$as_echo_n "checking whether the C compiler works... " >&6; }
gengetopt-2.23+dfsg1/configure:3755:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
gengetopt-2.23+dfsg1/configure-3756-
##############################################
gengetopt-2.23+dfsg1/configure-3798-	then :; else
gengetopt-2.23+dfsg1/configure:3799:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
gengetopt-2.23+dfsg1/configure-3800-	fi
##############################################
gengetopt-2.23+dfsg1/configure-3858-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
gengetopt-2.23+dfsg1/configure:3859:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
gengetopt-2.23+dfsg1/configure-3860-	  break;;
##############################################
gengetopt-2.23+dfsg1/configure-3967-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
gengetopt-2.23+dfsg1/configure:3968:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
gengetopt-2.23+dfsg1/configure-3969-       break;;
##############################################
gengetopt-2.23+dfsg1/configure-4348-  if test "$am_compiler_list" = ""; then
gengetopt-2.23+dfsg1/configure:4349:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
gengetopt-2.23+dfsg1/configure-4350-  fi
##############################################
gengetopt-2.23+dfsg1/configure-4550-test "x$ac_build_alias" = x &&
gengetopt-2.23+dfsg1/configure:4551:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
gengetopt-2.23+dfsg1/configure-4552-test "x$ac_build_alias" = x &&
gengetopt-2.23+dfsg1/configure-4553-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
gengetopt-2.23+dfsg1/configure:4554:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
gengetopt-2.23+dfsg1/configure-4555-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
gengetopt-2.23+dfsg1/configure-4574-IFS=$ac_save_IFS
gengetopt-2.23+dfsg1/configure:4575:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
gengetopt-2.23+dfsg1/configure-4576-
##############################################
gengetopt-2.23+dfsg1/configure-4585-else
gengetopt-2.23+dfsg1/configure:4586:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
gengetopt-2.23+dfsg1/configure-4587-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
gengetopt-2.23+dfsg1/configure-4607-IFS=$ac_save_IFS
gengetopt-2.23+dfsg1/configure:4608:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
gengetopt-2.23+dfsg1/configure-4609-
##############################################
gengetopt-2.23+dfsg1/configure-4768-  # Check for GNU $ac_path_GREP
gengetopt-2.23+dfsg1/configure:4769:case `"$ac_path_GREP" --version 2>&1` in
gengetopt-2.23+dfsg1/configure-4770-*GNU*)
##############################################
gengetopt-2.23+dfsg1/configure-4834-  # Check for GNU $ac_path_EGREP
gengetopt-2.23+dfsg1/configure:4835:case `"$ac_path_EGREP" --version 2>&1` in
gengetopt-2.23+dfsg1/configure-4836-*GNU*)
##############################################
gengetopt-2.23+dfsg1/configure-4995-do :
gengetopt-2.23+dfsg1/configure:4996:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
gengetopt-2.23+dfsg1/configure-4997-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
gengetopt-2.23+dfsg1/configure-5000-  cat >>confdefs.h <<_ACEOF
gengetopt-2.23+dfsg1/configure:5001:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
gengetopt-2.23+dfsg1/configure-5002-_ACEOF
##############################################
gengetopt-2.23+dfsg1/configure-5389-  if test "$am_compiler_list" = ""; then
gengetopt-2.23+dfsg1/configure:5390:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
gengetopt-2.23+dfsg1/configure-5391-  fi
##############################################
gengetopt-2.23+dfsg1/configure-5583-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
gengetopt-2.23+dfsg1/configure:5584:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
gengetopt-2.23+dfsg1/configure-5585-  ECHO='print -r --'
gengetopt-2.23+dfsg1/configure:5586:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
gengetopt-2.23+dfsg1/configure-5587-  ECHO='printf %s\n'
##############################################
gengetopt-2.23+dfsg1/configure-5652-  # Check for GNU $ac_path_SED
gengetopt-2.23+dfsg1/configure:5653:case `"$ac_path_SED" --version 2>&1` in
gengetopt-2.23+dfsg1/configure-5654-*GNU*)
##############################################
gengetopt-2.23+dfsg1/configure-5731-  # Check for GNU $ac_path_FGREP
gengetopt-2.23+dfsg1/configure:5732:case `"$ac_path_FGREP" --version 2>&1` in
gengetopt-2.23+dfsg1/configure-5733-*GNU*)
##############################################
gengetopt-2.23+dfsg1/configure-5811-    # gcc leaves a trailing carriage return, which upsets mingw
gengetopt-2.23+dfsg1/configure:5812:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
gengetopt-2.23+dfsg1/configure-5813-  *)
gengetopt-2.23+dfsg1/configure:5814:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
gengetopt-2.23+dfsg1/configure-5815-  esac
##############################################
gengetopt-2.23+dfsg1/configure-5820-      # Canonicalize the pathname of ld
gengetopt-2.23+dfsg1/configure:5821:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
gengetopt-2.23+dfsg1/configure-5822-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
gengetopt-2.23+dfsg1/configure:5823:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
gengetopt-2.23+dfsg1/configure-5824-      done
##############################################
gengetopt-2.23+dfsg1/configure-5855-      # Break only if it was the GNU/non-GNU ld that we prefer.
gengetopt-2.23+dfsg1/configure:5856:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
gengetopt-2.23+dfsg1/configure-5857-      *GNU* | *'with BFD'*)
##############################################
gengetopt-2.23+dfsg1/configure-5886-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
gengetopt-2.23+dfsg1/configure:5887:case `$LD -v 2>&1 </dev/null` in
gengetopt-2.23+dfsg1/configure-5888-*GNU* | *'with BFD'*)
##############################################
gengetopt-2.23+dfsg1/configure-5936-	esac
gengetopt-2.23+dfsg1/configure:5937:	case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
gengetopt-2.23+dfsg1/configure-5938-	*$lt_bad_file* | *'Invalid file or object type'*)
##############################################
gengetopt-2.23+dfsg1/configure-5942-	*)
gengetopt-2.23+dfsg1/configure:5943:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
gengetopt-2.23+dfsg1/configure-5944-	  */dev/null*)
##############################################
gengetopt-2.23+dfsg1/configure-6070-
gengetopt-2.23+dfsg1/configure:6071:    case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
gengetopt-2.23+dfsg1/configure-6072-    *COFF*)
##############################################
gengetopt-2.23+dfsg1/configure-6182-    # And add a safety zone
gengetopt-2.23+dfsg1/configure:6183:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
gengetopt-2.23+dfsg1/configure:6184:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
gengetopt-2.23+dfsg1/configure-6185-    ;;
##############################################
gengetopt-2.23+dfsg1/configure-6215-    if test -n "$kargmax"; then
gengetopt-2.23+dfsg1/configure:6216:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[	 ]//'`
gengetopt-2.23+dfsg1/configure-6217-    else
##############################################
gengetopt-2.23+dfsg1/configure-6224-       test undefined != "$lt_cv_sys_max_cmd_len"; then
gengetopt-2.23+dfsg1/configure:6225:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
gengetopt-2.23+dfsg1/configure:6226:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
gengetopt-2.23+dfsg1/configure-6227-    else
##############################################
gengetopt-2.23+dfsg1/configure-6236-      # we can't tell.
gengetopt-2.23+dfsg1/configure:6237:      while { test X`env echo "$teststring$teststring" 2>/dev/null` \
gengetopt-2.23+dfsg1/configure-6238-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
gengetopt-2.23+dfsg1/configure-6240-      do
gengetopt-2.23+dfsg1/configure:6241:        i=`expr $i + 1`
gengetopt-2.23+dfsg1/configure-6242-        teststring=$teststring$teststring
##############################################
gengetopt-2.23+dfsg1/configure-6244-      # Only check the string length outside the loop.
gengetopt-2.23+dfsg1/configure:6245:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
gengetopt-2.23+dfsg1/configure-6246-      teststring=
##############################################
gengetopt-2.23+dfsg1/configure-6249-      # linker.  It appears as though 1/2 is a usable value.
gengetopt-2.23+dfsg1/configure:6250:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
gengetopt-2.23+dfsg1/configure-6251-    fi
##############################################
gengetopt-2.23+dfsg1/configure-6660-openbsd* | bitrig*)
gengetopt-2.23+dfsg1/configure:6661:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
gengetopt-2.23+dfsg1/configure-6662-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
##############################################
gengetopt-2.23+dfsg1/configure-6730-    else
gengetopt-2.23+dfsg1/configure:6731:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"`
gengetopt-2.23+dfsg1/configure-6732-    fi
##############################################
gengetopt-2.23+dfsg1/configure-6875-  # decide which one to use based on capabilities of $DLLTOOL
gengetopt-2.23+dfsg1/configure:6876:  case `$DLLTOOL --help 2>&1` in
gengetopt-2.23+dfsg1/configure-6877-  *--identify-strict*)
##############################################
gengetopt-2.23+dfsg1/configure-7412-# If we're using GNU nm, then use its standard symbol codes.
gengetopt-2.23+dfsg1/configure:7413:case `$NM -V 2>&1` in
gengetopt-2.23+dfsg1/configure-7414-*GNU* | *'with BFD'*)
##############################################
gengetopt-2.23+dfsg1/configure-7460-mingw*)
gengetopt-2.23+dfsg1/configure:7461:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
gengetopt-2.23+dfsg1/configure-7462-  ;;
##############################################
gengetopt-2.23+dfsg1/configure-7692-   if test yes = "$GCC"; then
gengetopt-2.23+dfsg1/configure:7693:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
gengetopt-2.23+dfsg1/configure-7694-   fi
##############################################
gengetopt-2.23+dfsg1/configure-7696- /*)
gengetopt-2.23+dfsg1/configure:7697:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
gengetopt-2.23+dfsg1/configure-7698-   ;; #(
##############################################
gengetopt-2.23+dfsg1/configure-7791-    done
gengetopt-2.23+dfsg1/configure:7792:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
gengetopt-2.23+dfsg1/configure-7793-}
##############################################
gengetopt-2.23+dfsg1/configure-7813-  test $ac_status = 0; }; then
gengetopt-2.23+dfsg1/configure:7814:    case `/usr/bin/file conftest.$ac_objext` in
gengetopt-2.23+dfsg1/configure-7815-      *ELF-32*)
##############################################
gengetopt-2.23+dfsg1/configure-7834-    if test yes = "$lt_cv_prog_gnu_ld"; then
gengetopt-2.23+dfsg1/configure:7835:      case `/usr/bin/file conftest.$ac_objext` in
gengetopt-2.23+dfsg1/configure-7836-	*32-bit*)
##############################################
gengetopt-2.23+dfsg1/configure-7846-    else
gengetopt-2.23+dfsg1/configure:7847:      case `/usr/bin/file conftest.$ac_objext` in
gengetopt-2.23+dfsg1/configure-7848-	*32-bit*)
##############################################
gengetopt-2.23+dfsg1/configure-7872-    emul=elf
gengetopt-2.23+dfsg1/configure:7873:    case `/usr/bin/file conftest.$ac_objext` in
gengetopt-2.23+dfsg1/configure-7874-      *32-bit*)
##############################################
gengetopt-2.23+dfsg1/configure-7880-    esac
gengetopt-2.23+dfsg1/configure:7881:    case `/usr/bin/file conftest.$ac_objext` in
gengetopt-2.23+dfsg1/configure-7882-      *MSB*)
##############################################
gengetopt-2.23+dfsg1/configure-7888-    esac
gengetopt-2.23+dfsg1/configure:7889:    case `/usr/bin/file conftest.$ac_objext` in
gengetopt-2.23+dfsg1/configure-7890-      *N32*)
##############################################
gengetopt-2.23+dfsg1/configure-8821-    *:)
gengetopt-2.23+dfsg1/configure:8822:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
gengetopt-2.23+dfsg1/configure-8823-        ;;
gengetopt-2.23+dfsg1/configure-8824-    x:*)
gengetopt-2.23+dfsg1/configure:8825:        eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
gengetopt-2.23+dfsg1/configure-8826-        ;;
gengetopt-2.23+dfsg1/configure-8827-    *::*)
gengetopt-2.23+dfsg1/configure:8828:        eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
gengetopt-2.23+dfsg1/configure:8829:        eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
gengetopt-2.23+dfsg1/configure-8830-        ;;
gengetopt-2.23+dfsg1/configure-8831-    *)
gengetopt-2.23+dfsg1/configure:8832:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
gengetopt-2.23+dfsg1/configure-8833-        ;;
##############################################
gengetopt-2.23+dfsg1/configure-8855-  case $2 in
gengetopt-2.23+dfsg1/configure:8856:  .*) func_stripname_result=`$ECHO "$3" | $SED "s%^$1%%; s%\\\\$2\$%%"`;;
gengetopt-2.23+dfsg1/configure:8857:  *)  func_stripname_result=`$ECHO "$3" | $SED "s%^$1%%; s%$2\$%%"`;;
gengetopt-2.23+dfsg1/configure-8858-  esac
##############################################
gengetopt-2.23+dfsg1/configure-9197-	"file_magic "*)
gengetopt-2.23+dfsg1/configure:9198:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
gengetopt-2.23+dfsg1/configure-9199-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
gengetopt-2.23+dfsg1/configure-9263-	"file_magic "*)
gengetopt-2.23+dfsg1/configure:9264:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
gengetopt-2.23+dfsg1/configure-9265-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
gengetopt-2.23+dfsg1/configure-9661-      *)
gengetopt-2.23+dfsg1/configure:9662:	case `$CC -V 2>&1 | sed 5q` in
gengetopt-2.23+dfsg1/configure-9663-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
##############################################
gengetopt-2.23+dfsg1/configure-10107-	# shared libraries, regardless of the interface used.
gengetopt-2.23+dfsg1/configure:10108:	case `$LD -v 2>&1` in
gengetopt-2.23+dfsg1/configure-10109-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
gengetopt-2.23+dfsg1/configure-10139-    supports_anon_versioning=no
gengetopt-2.23+dfsg1/configure:10140:    case `$LD -v | $SED -e 's/(^)\+)\s\+//' 2>&1` in
gengetopt-2.23+dfsg1/configure-10141-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
gengetopt-2.23+dfsg1/configure-10208-	# is; otherwise, prepend EXPORTS...
gengetopt-2.23+dfsg1/configure:10209:	archive_expsym_cmds='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
gengetopt-2.23+dfsg1/configure-10210-          cp $export_symbols $output_objdir/$soname.def;
##############################################
gengetopt-2.23+dfsg1/configure-10242-	prefix_cmds="$SED"~
gengetopt-2.23+dfsg1/configure:10243:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
gengetopt-2.23+dfsg1/configure-10244-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
gengetopt-2.23+dfsg1/configure-10265-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
gengetopt-2.23+dfsg1/configure:10266:      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
gengetopt-2.23+dfsg1/configure:10267:      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'
gengetopt-2.23+dfsg1/configure-10268-      ;;
##############################################
gengetopt-2.23+dfsg1/configure-10283-        pgcc*)				# Portland Group C compiler
gengetopt-2.23+dfsg1/configure:10284:	  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'
gengetopt-2.23+dfsg1/configure-10285-	  tmp_addflag=' $pic_flag'
##############################################
gengetopt-2.23+dfsg1/configure-10288-					# Portland Group f77 and f90 compilers
gengetopt-2.23+dfsg1/configure:10289:	  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'
gengetopt-2.23+dfsg1/configure-10290-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
gengetopt-2.23+dfsg1/configure-10305-	nvcc*)	# Cuda Compiler Driver 2.2
gengetopt-2.23+dfsg1/configure:10306:	  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'
gengetopt-2.23+dfsg1/configure-10307-	  compiler_needs_object=yes
##############################################
gengetopt-2.23+dfsg1/configure-10309-	esac
gengetopt-2.23+dfsg1/configure:10310:	case `$CC -V 2>&1 | sed 5q` in
gengetopt-2.23+dfsg1/configure-10311-	*Sun\ C*)			# Sun C 5.9
gengetopt-2.23+dfsg1/configure:10312:	  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'
gengetopt-2.23+dfsg1/configure-10313-	  compiler_needs_object=yes
##############################################
gengetopt-2.23+dfsg1/configure-10380-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
gengetopt-2.23+dfsg1/configure:10381:      case `$LD -v 2>&1` in
gengetopt-2.23+dfsg1/configure-10382-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
gengetopt-2.23+dfsg1/configure-10469-	else
gengetopt-2.23+dfsg1/configure:10470:	  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 == "L") || (\$ 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'
gengetopt-2.23+dfsg1/configure-10471-	fi
##############################################
gengetopt-2.23+dfsg1/configure-10534-	# below for broken collect2 doesn't work under 4.3+
gengetopt-2.23+dfsg1/configure:10535:	  collect2name=`$CC -print-prog-name=collect2`
gengetopt-2.23+dfsg1/configure-10536-	  if test -f "$collect2name" &&
##############################################
gengetopt-2.23+dfsg1/configure-10614-      }'
gengetopt-2.23+dfsg1/configure:10615:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gengetopt-2.23+dfsg1/configure-10616-  # Check for a 64-bit object if we didn't find anything.
gengetopt-2.23+dfsg1/configure-10617-  if test -z "$lt_cv_aix_libpath_"; then
gengetopt-2.23+dfsg1/configure:10618:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gengetopt-2.23+dfsg1/configure-10619-  fi
##############################################
gengetopt-2.23+dfsg1/configure-10632-        hardcode_libdir_flag_spec='$wl-blibpath:$libdir:'"$aix_libpath"
gengetopt-2.23+dfsg1/configure:10633:        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
gengetopt-2.23+dfsg1/configure-10634-      else
##############################################
gengetopt-2.23+dfsg1/configure-10667-      }'
gengetopt-2.23+dfsg1/configure:10668:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gengetopt-2.23+dfsg1/configure-10669-  # Check for a 64-bit object if we didn't find anything.
gengetopt-2.23+dfsg1/configure-10670-  if test -z "$lt_cv_aix_libpath_"; then
gengetopt-2.23+dfsg1/configure:10671:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gengetopt-2.23+dfsg1/configure-10672-  fi
##############################################
gengetopt-2.23+dfsg1/configure-10699-	  # -brtl affects multiple linker settings, -berok does not and is overridden later
gengetopt-2.23+dfsg1/configure:10700:	  compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([, ]\\)%-berok\\1%g"`'
gengetopt-2.23+dfsg1/configure-10701-	  if test svr4 != "$with_aix_soname"; then
##############################################
gengetopt-2.23+dfsg1/configure-10752-	archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames='
gengetopt-2.23+dfsg1/configure:10753:	archive_expsym_cmds='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
gengetopt-2.23+dfsg1/configure-10754-            cp "$export_symbols" "$output_objdir/$soname.def";
##############################################
gengetopt-2.23+dfsg1/configure-10790-	# FIXME: Setting linknames here is a bad hack.
gengetopt-2.23+dfsg1/configure:10791:	archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
gengetopt-2.23+dfsg1/configure-10792-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
gengetopt-2.23+dfsg1/configure-10808-  if test yes = "$lt_cv_ld_force_load"; then
gengetopt-2.23+dfsg1/configure:10809:    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\"`'
gengetopt-2.23+dfsg1/configure-10810-
##############################################
gengetopt-2.23+dfsg1/configure-10988-      if test yes = "$GCC"; then
gengetopt-2.23+dfsg1/configure:10989:	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'
gengetopt-2.23+dfsg1/configure-10990-	# Try to use the -exported_symbol ld option, if it does not
##############################################
gengetopt-2.23+dfsg1/configure-11016-	if test yes = "$lt_cv_irix_exported_symbol"; then
gengetopt-2.23+dfsg1/configure:11017:          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'
gengetopt-2.23+dfsg1/configure-11018-	fi
gengetopt-2.23+dfsg1/configure-11019-      else
gengetopt-2.23+dfsg1/configure:11020:	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'
gengetopt-2.23+dfsg1/configure:11021:	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'
gengetopt-2.23+dfsg1/configure-11022-      fi
##############################################
gengetopt-2.23+dfsg1/configure-11066-	hardcode_direct_absolute=yes
gengetopt-2.23+dfsg1/configure:11067:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
gengetopt-2.23+dfsg1/configure-11068-	  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
gengetopt-2.23+dfsg1/configure-11097-	prefix_cmds="$SED"~
gengetopt-2.23+dfsg1/configure:11098:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
gengetopt-2.23+dfsg1/configure-11099-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
gengetopt-2.23+dfsg1/configure-11112-	allow_undefined_flag=' $wl-expect_unresolved $wl\*'
gengetopt-2.23+dfsg1/configure:11113:	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'
gengetopt-2.23+dfsg1/configure-11114-      else
gengetopt-2.23+dfsg1/configure-11115-	allow_undefined_flag=' -expect_unresolved \*'
gengetopt-2.23+dfsg1/configure:11116:	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'
gengetopt-2.23+dfsg1/configure-11117-      fi
##############################################
gengetopt-2.23+dfsg1/configure-11125-	allow_undefined_flag=' $wl-expect_unresolved $wl\*'
gengetopt-2.23+dfsg1/configure:11126:	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'
gengetopt-2.23+dfsg1/configure-11127-	hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
##############################################
gengetopt-2.23+dfsg1/configure-11129-	allow_undefined_flag=' -expect_unresolved \*'
gengetopt-2.23+dfsg1/configure:11130:	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'
gengetopt-2.23+dfsg1/configure:11131:	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~
gengetopt-2.23+dfsg1/configure:11132:          $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'
gengetopt-2.23+dfsg1/configure-11133-
##############################################
gengetopt-2.23+dfsg1/configure-11148-      else
gengetopt-2.23+dfsg1/configure:11149:	case `$CC -V 2>&1` in
gengetopt-2.23+dfsg1/configure-11150-	*"Compilers 5.0"*)
##############################################
gengetopt-2.23+dfsg1/configure-11547-  esac
gengetopt-2.23+dfsg1/configure:11548:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
gengetopt-2.23+dfsg1/configure-11549-  case $lt_search_path_spec in
##############################################
gengetopt-2.23+dfsg1/configure-11554-    # okay in the real world where ";" in dirpaths is itself problematic.
gengetopt-2.23+dfsg1/configure:11555:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
gengetopt-2.23+dfsg1/configure-11556-    ;;
gengetopt-2.23+dfsg1/configure-11557-  *)
gengetopt-2.23+dfsg1/configure:11558:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
gengetopt-2.23+dfsg1/configure-11559-    ;;
##############################################
gengetopt-2.23+dfsg1/configure-11563-  lt_tmp_lt_search_path_spec=
gengetopt-2.23+dfsg1/configure:11564:  lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
gengetopt-2.23+dfsg1/configure-11565-  # ...but if some path component already ends with the multilib dir we assume
##############################################
gengetopt-2.23+dfsg1/configure-11605-  esac
gengetopt-2.23+dfsg1/configure:11606:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
gengetopt-2.23+dfsg1/configure-11607-else
##############################################
gengetopt-2.23+dfsg1/configure-11745-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
gengetopt-2.23+dfsg1/configure:11746:    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'
gengetopt-2.23+dfsg1/configure-11747-    ;;
##############################################
gengetopt-2.23+dfsg1/configure-11781-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
gengetopt-2.23+dfsg1/configure:11782:    postinstall_cmds='base_file=`basename \$file`~
gengetopt-2.23+dfsg1/configure:11783:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
gengetopt-2.23+dfsg1/configure:11784:      dldir=$destdir/`dirname \$dlpath`~
gengetopt-2.23+dfsg1/configure-11785-      test -d \$dldir || mkdir -p \$dldir~
##############################################
gengetopt-2.23+dfsg1/configure-11790-      fi'
gengetopt-2.23+dfsg1/configure:11791:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
gengetopt-2.23+dfsg1/configure-11792-      dlpath=$dir/\$dldll~
##############################################
gengetopt-2.23+dfsg1/configure-11798-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
gengetopt-2.23+dfsg1/configure:11799:      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
gengetopt-2.23+dfsg1/configure-11800-
##############################################
gengetopt-2.23+dfsg1/configure-11804-      # MinGW DLLs use traditional 'lib' prefix
gengetopt-2.23+dfsg1/configure:11805:      soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
gengetopt-2.23+dfsg1/configure-11806-      ;;
##############################################
gengetopt-2.23+dfsg1/configure-11808-      # pw32 DLLs use 'pw' prefix rather than 'lib'
gengetopt-2.23+dfsg1/configure:11809:      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
gengetopt-2.23+dfsg1/configure-11810-      ;;
##############################################
gengetopt-2.23+dfsg1/configure-11817-    libname_spec='$name'
gengetopt-2.23+dfsg1/configure:11818:    soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
gengetopt-2.23+dfsg1/configure-11819-    library_names_spec='$libname.dll.lib'
##############################################
gengetopt-2.23+dfsg1/configure-11829-        # Let DOS variable expansion print the short 8.3 style file name.
gengetopt-2.23+dfsg1/configure:11830:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
gengetopt-2.23+dfsg1/configure-11831-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
gengetopt-2.23+dfsg1/configure-11834-      # Convert to MSYS style.
gengetopt-2.23+dfsg1/configure:11835:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
gengetopt-2.23+dfsg1/configure-11836-      ;;
##############################################
gengetopt-2.23+dfsg1/configure-11840-      # like /cygdrive/c/PROGRA~1:/cygdr...
gengetopt-2.23+dfsg1/configure:11841:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
gengetopt-2.23+dfsg1/configure:11842:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
gengetopt-2.23+dfsg1/configure:11843:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
gengetopt-2.23+dfsg1/configure-11844-      ;;
##############################################
gengetopt-2.23+dfsg1/configure-11848-        # It is most probably a Windows format PATH.
gengetopt-2.23+dfsg1/configure:11849:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
gengetopt-2.23+dfsg1/configure-11850-      else
gengetopt-2.23+dfsg1/configure:11851:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
gengetopt-2.23+dfsg1/configure-11852-      fi
##############################################
gengetopt-2.23+dfsg1/configure-11858-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
gengetopt-2.23+dfsg1/configure:11859:    postinstall_cmds='base_file=`basename \$file`~
gengetopt-2.23+dfsg1/configure:11860:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
gengetopt-2.23+dfsg1/configure:11861:      dldir=$destdir/`dirname \$dlpath`~
gengetopt-2.23+dfsg1/configure-11862-      test -d \$dldir || mkdir -p \$dldir~
gengetopt-2.23+dfsg1/configure-11863-      $install_prog $dir/$dlname \$dldir/$dlname'
gengetopt-2.23+dfsg1/configure:11864:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
gengetopt-2.23+dfsg1/configure-11865-      dlpath=$dir/\$dldll~
##############################################
gengetopt-2.23+dfsg1/configure-11872-    # Assume MSVC and ICC wrapper
gengetopt-2.23+dfsg1/configure:11873:    library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib'
gengetopt-2.23+dfsg1/configure-11874-    dynamic_linker='Win32 ld.exe'
##############################################
gengetopt-2.23+dfsg1/configure-11889-  shlibpath_var=DYLD_LIBRARY_PATH
gengetopt-2.23+dfsg1/configure:11890:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
gengetopt-2.23+dfsg1/configure-11891-
##############################################
gengetopt-2.23+dfsg1/configure-12142-  if test -f /etc/ld.so.conf; then
gengetopt-2.23+dfsg1/configure:12143:    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' ' '`
gengetopt-2.23+dfsg1/configure-12144-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
gengetopt-2.23+dfsg1/configure-12196-  need_lib_prefix=no
gengetopt-2.23+dfsg1/configure:12197:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
gengetopt-2.23+dfsg1/configure-12198-    need_version=no
##############################################
gengetopt-2.23+dfsg1/configure-12223-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
gengetopt-2.23+dfsg1/configure:12224:  postinstall_cmds='base_file=`basename \$file`~
gengetopt-2.23+dfsg1/configure:12225:    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
gengetopt-2.23+dfsg1/configure:12226:    dldir=$destdir/`dirname \$dlpath`~
gengetopt-2.23+dfsg1/configure-12227-    test -d \$dldir || mkdir -p \$dldir~
##############################################
gengetopt-2.23+dfsg1/configure-12232-    fi'
gengetopt-2.23+dfsg1/configure:12233:  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
gengetopt-2.23+dfsg1/configure-12234-    dlpath=$dir/\$dldll~
##############################################
gengetopt-2.23+dfsg1/configure-13426-    # gcc leaves a trailing carriage return, which upsets mingw
gengetopt-2.23+dfsg1/configure:13427:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
gengetopt-2.23+dfsg1/configure-13428-  *)
gengetopt-2.23+dfsg1/configure:13429:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
gengetopt-2.23+dfsg1/configure-13430-  esac
##############################################
gengetopt-2.23+dfsg1/configure-13435-      # Canonicalize the pathname of ld
gengetopt-2.23+dfsg1/configure:13436:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
gengetopt-2.23+dfsg1/configure-13437-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
gengetopt-2.23+dfsg1/configure:13438:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
gengetopt-2.23+dfsg1/configure-13439-      done
##############################################
gengetopt-2.23+dfsg1/configure-13470-      # Break only if it was the GNU/non-GNU ld that we prefer.
gengetopt-2.23+dfsg1/configure:13471:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
gengetopt-2.23+dfsg1/configure-13472-      *GNU* | *'with BFD'*)
##############################################
gengetopt-2.23+dfsg1/configure-13501-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
gengetopt-2.23+dfsg1/configure:13502:case `$LD -v 2>&1 </dev/null` in
gengetopt-2.23+dfsg1/configure-13503-*GNU* | *'with BFD'*)
##############################################
gengetopt-2.23+dfsg1/configure-13535-        # ancient GNU ld didn't support --whole-archive et. al.
gengetopt-2.23+dfsg1/configure:13536:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
gengetopt-2.23+dfsg1/configure-13537-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
gengetopt-2.23+dfsg1/configure-13646-          # below for broken collect2 doesn't work under 4.3+
gengetopt-2.23+dfsg1/configure:13647:	  collect2name=`$CC -print-prog-name=collect2`
gengetopt-2.23+dfsg1/configure-13648-	  if test -f "$collect2name" &&
##############################################
gengetopt-2.23+dfsg1/configure-13727-      }'
gengetopt-2.23+dfsg1/configure:13728:  lt_cv_aix_libpath__CXX=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gengetopt-2.23+dfsg1/configure-13729-  # Check for a 64-bit object if we didn't find anything.
gengetopt-2.23+dfsg1/configure-13730-  if test -z "$lt_cv_aix_libpath__CXX"; then
gengetopt-2.23+dfsg1/configure:13731:    lt_cv_aix_libpath__CXX=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gengetopt-2.23+dfsg1/configure-13732-  fi
##############################################
gengetopt-2.23+dfsg1/configure-13746-
gengetopt-2.23+dfsg1/configure:13747:          archive_expsym_cmds_CXX='$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
gengetopt-2.23+dfsg1/configure-13748-        else
##############################################
gengetopt-2.23+dfsg1/configure-13781-      }'
gengetopt-2.23+dfsg1/configure:13782:  lt_cv_aix_libpath__CXX=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gengetopt-2.23+dfsg1/configure-13783-  # Check for a 64-bit object if we didn't find anything.
gengetopt-2.23+dfsg1/configure-13784-  if test -z "$lt_cv_aix_libpath__CXX"; then
gengetopt-2.23+dfsg1/configure:13785:    lt_cv_aix_libpath__CXX=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gengetopt-2.23+dfsg1/configure-13786-  fi
##############################################
gengetopt-2.23+dfsg1/configure-13813-	    # -brtl affects multiple linker settings, -berok does not and is overridden later
gengetopt-2.23+dfsg1/configure:13814:	    compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([, ]\\)%-berok\\1%g"`'
gengetopt-2.23+dfsg1/configure-13815-	    if test svr4 != "$with_aix_soname"; then
##############################################
gengetopt-2.23+dfsg1/configure-13866-	  archive_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames='
gengetopt-2.23+dfsg1/configure:13867:	  archive_expsym_cmds_CXX='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
gengetopt-2.23+dfsg1/configure-13868-              cp "$export_symbols" "$output_objdir/$soname.def";
##############################################
gengetopt-2.23+dfsg1/configure-13908-	    # is; otherwise, prepend EXPORTS...
gengetopt-2.23+dfsg1/configure:13909:	    archive_expsym_cmds_CXX='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
gengetopt-2.23+dfsg1/configure-13910-              cp $export_symbols $output_objdir/$soname.def;
##############################################
gengetopt-2.23+dfsg1/configure-13929-  if test yes = "$lt_cv_ld_force_load"; then
gengetopt-2.23+dfsg1/configure:13930:    whole_archive_flag_spec_CXX='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
gengetopt-2.23+dfsg1/configure-13931-
##############################################
gengetopt-2.23+dfsg1/configure-13974-	  prefix_cmds="$SED"~
gengetopt-2.23+dfsg1/configure:13975:	  if test EXPORTS = "`$SED 1q $export_symbols`"; then
gengetopt-2.23+dfsg1/configure-13976-	    prefix_cmds="$prefix_cmds -e 1d";
##############################################
gengetopt-2.23+dfsg1/configure-14049-            # dependencies.
gengetopt-2.23+dfsg1/configure:14050:            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"'
gengetopt-2.23+dfsg1/configure-14051-            ;;
##############################################
gengetopt-2.23+dfsg1/configure-14114-	    # dependencies.
gengetopt-2.23+dfsg1/configure:14115:	    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"'
gengetopt-2.23+dfsg1/configure-14116-	    ;;
##############################################
gengetopt-2.23+dfsg1/configure-14150-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
gengetopt-2.23+dfsg1/configure:14151:	archive_cmds_CXX='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
gengetopt-2.23+dfsg1/configure:14152:	archive_expsym_cmds_CXX='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'
gengetopt-2.23+dfsg1/configure-14153-	;;
##############################################
gengetopt-2.23+dfsg1/configure-14157-	    # SGI C++
gengetopt-2.23+dfsg1/configure:14158:	    archive_cmds_CXX='$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'
gengetopt-2.23+dfsg1/configure-14159-
##############################################
gengetopt-2.23+dfsg1/configure-14168-	      if test no = "$with_gnu_ld"; then
gengetopt-2.23+dfsg1/configure:14169:	        archive_cmds_CXX='$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'
gengetopt-2.23+dfsg1/configure-14170-	      else
gengetopt-2.23+dfsg1/configure:14171:	        archive_cmds_CXX='$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'
gengetopt-2.23+dfsg1/configure-14172-	      fi
##############################################
gengetopt-2.23+dfsg1/configure-14189-	    # to its proper name (with version) after linking.
gengetopt-2.23+dfsg1/configure:14190:	    archive_cmds_CXX='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'
gengetopt-2.23+dfsg1/configure:14191:	    archive_expsym_cmds_CXX='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'
gengetopt-2.23+dfsg1/configure-14192-	    # Commands to make compiler produce verbose output that lists
##############################################
gengetopt-2.23+dfsg1/configure-14199-	    # dependencies.
gengetopt-2.23+dfsg1/configure:14200:	    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"'
gengetopt-2.23+dfsg1/configure-14201-
##############################################
gengetopt-2.23+dfsg1/configure-14214-	    # earlier do not add the objects themselves.
gengetopt-2.23+dfsg1/configure:14215:	    case `$CC -V 2>&1` in
gengetopt-2.23+dfsg1/configure-14216-	      *"Version 7."*)
##############################################
gengetopt-2.23+dfsg1/configure-14235-            # Portland Group C++ compiler
gengetopt-2.23+dfsg1/configure:14236:	    case `$CC -V` in
gengetopt-2.23+dfsg1/configure-14237-	    *pgCC\ [1-5].* | *pgcpp\ [1-5].*)
##############################################
gengetopt-2.23+dfsg1/configure-14240-               $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
gengetopt-2.23+dfsg1/configure:14241:               compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
gengetopt-2.23+dfsg1/configure-14242-	      old_archive_cmds_CXX='tpldir=Template.dir~
##############################################
gengetopt-2.23+dfsg1/configure-14244-                $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
gengetopt-2.23+dfsg1/configure:14245:                $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
gengetopt-2.23+dfsg1/configure-14246-                $RANLIB $oldlib'
##############################################
gengetopt-2.23+dfsg1/configure-14249-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
gengetopt-2.23+dfsg1/configure:14250:                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
gengetopt-2.23+dfsg1/configure-14251-	      archive_expsym_cmds_CXX='tpldir=Template.dir~
##############################################
gengetopt-2.23+dfsg1/configure-14253-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
gengetopt-2.23+dfsg1/configure:14254:                $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'
gengetopt-2.23+dfsg1/configure-14255-	      ;;
##############################################
gengetopt-2.23+dfsg1/configure-14263-	    export_dynamic_flag_spec_CXX='$wl--export-dynamic'
gengetopt-2.23+dfsg1/configure:14264:	    whole_archive_flag_spec_CXX='$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'
gengetopt-2.23+dfsg1/configure-14265-            ;;
##############################################
gengetopt-2.23+dfsg1/configure-14282-	    # dependencies.
gengetopt-2.23+dfsg1/configure:14283:	    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'
gengetopt-2.23+dfsg1/configure-14284-	    ;;
##############################################
gengetopt-2.23+dfsg1/configure-14297-	  *)
gengetopt-2.23+dfsg1/configure:14298:	    case `$CC -V 2>&1 | sed 5q` in
gengetopt-2.23+dfsg1/configure-14299-	    *Sun\ C*)
##############################################
gengetopt-2.23+dfsg1/configure-14304-	      hardcode_libdir_flag_spec_CXX='-R$libdir'
gengetopt-2.23+dfsg1/configure:14305:	      whole_archive_flag_spec_CXX='$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'
gengetopt-2.23+dfsg1/configure-14306-	      compiler_needs_object_CXX=yes
##############################################
gengetopt-2.23+dfsg1/configure-14369-	  hardcode_libdir_flag_spec_CXX='$wl-rpath,$libdir'
gengetopt-2.23+dfsg1/configure:14370:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`"; then
gengetopt-2.23+dfsg1/configure-14371-	    archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-retain-symbols-file,$export_symbols -o $lib'
##############################################
gengetopt-2.23+dfsg1/configure-14388-	    # to its proper name (with version) after linking.
gengetopt-2.23+dfsg1/configure:14389:	    archive_cmds_CXX='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'
gengetopt-2.23+dfsg1/configure-14390-
##############################################
gengetopt-2.23+dfsg1/configure-14409-	        allow_undefined_flag_CXX=' $wl-expect_unresolved $wl\*'
gengetopt-2.23+dfsg1/configure:14410:	        archive_cmds_CXX='$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'
gengetopt-2.23+dfsg1/configure-14411-	        hardcode_libdir_flag_spec_CXX='$wl-rpath $wl$libdir'
##############################################
gengetopt-2.23+dfsg1/configure-14414-	        allow_undefined_flag_CXX=' -expect_unresolved \*'
gengetopt-2.23+dfsg1/configure:14415:	        archive_cmds_CXX='$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'
gengetopt-2.23+dfsg1/configure:14416:	        archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
gengetopt-2.23+dfsg1/configure-14417-                  echo "-hidden">> $lib.exp~
gengetopt-2.23+dfsg1/configure:14418:                  $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~
gengetopt-2.23+dfsg1/configure-14419-                  $RM $lib.exp'
##############################################
gengetopt-2.23+dfsg1/configure-14433-	    # dependencies.
gengetopt-2.23+dfsg1/configure:14434:	    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"'
gengetopt-2.23+dfsg1/configure-14435-	    ;;
##############################################
gengetopt-2.23+dfsg1/configure-14440-	        osf3*)
gengetopt-2.23+dfsg1/configure:14441:	          archive_cmds_CXX='$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'
gengetopt-2.23+dfsg1/configure-14442-		  ;;
gengetopt-2.23+dfsg1/configure-14443-	        *)
gengetopt-2.23+dfsg1/configure:14444:	          archive_cmds_CXX='$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'
gengetopt-2.23+dfsg1/configure-14445-		  ;;
##############################################
gengetopt-2.23+dfsg1/configure-14687-
gengetopt-2.23+dfsg1/configure:14688:  for p in `eval "$output_verbose_link_cmd"`; do
gengetopt-2.23+dfsg1/configure-14689-    case $prev$p in
##############################################
gengetopt-2.23+dfsg1/configure-14790-if test -n "${compiler_lib_search_path_CXX}"; then
gengetopt-2.23+dfsg1/configure:14791: compiler_lib_search_dirs_CXX=`echo " ${compiler_lib_search_path_CXX}" | $SED -e 's! -L! !g' -e 's!^ !!'`
gengetopt-2.23+dfsg1/configure-14792-fi
##############################################
gengetopt-2.23+dfsg1/configure-15037-	  *)
gengetopt-2.23+dfsg1/configure:15038:	    case `$CC -V 2>&1 | sed 5q` in
gengetopt-2.23+dfsg1/configure-15039-	    *Sun\ C*)
##############################################
gengetopt-2.23+dfsg1/configure-15419-    else
gengetopt-2.23+dfsg1/configure:15420:      export_symbols_cmds_CXX='`func_echo_all $NM | $SED -e '\''s/B\([^B]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "L") || (\$ 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'
gengetopt-2.23+dfsg1/configure-15421-    fi
##############################################
gengetopt-2.23+dfsg1/configure-15721-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
gengetopt-2.23+dfsg1/configure:15722:    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'
gengetopt-2.23+dfsg1/configure-15723-    ;;
##############################################
gengetopt-2.23+dfsg1/configure-15757-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
gengetopt-2.23+dfsg1/configure:15758:    postinstall_cmds='base_file=`basename \$file`~
gengetopt-2.23+dfsg1/configure:15759:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
gengetopt-2.23+dfsg1/configure:15760:      dldir=$destdir/`dirname \$dlpath`~
gengetopt-2.23+dfsg1/configure-15761-      test -d \$dldir || mkdir -p \$dldir~
##############################################
gengetopt-2.23+dfsg1/configure-15766-      fi'
gengetopt-2.23+dfsg1/configure:15767:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
gengetopt-2.23+dfsg1/configure-15768-      dlpath=$dir/\$dldll~
##############################################
gengetopt-2.23+dfsg1/configure-15774-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
gengetopt-2.23+dfsg1/configure:15775:      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
gengetopt-2.23+dfsg1/configure-15776-
##############################################
gengetopt-2.23+dfsg1/configure-15779-      # MinGW DLLs use traditional 'lib' prefix
gengetopt-2.23+dfsg1/configure:15780:      soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
gengetopt-2.23+dfsg1/configure-15781-      ;;
##############################################
gengetopt-2.23+dfsg1/configure-15783-      # pw32 DLLs use 'pw' prefix rather than 'lib'
gengetopt-2.23+dfsg1/configure:15784:      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
gengetopt-2.23+dfsg1/configure-15785-      ;;
##############################################
gengetopt-2.23+dfsg1/configure-15792-    libname_spec='$name'
gengetopt-2.23+dfsg1/configure:15793:    soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
gengetopt-2.23+dfsg1/configure-15794-    library_names_spec='$libname.dll.lib'
##############################################
gengetopt-2.23+dfsg1/configure-15804-        # Let DOS variable expansion print the short 8.3 style file name.
gengetopt-2.23+dfsg1/configure:15805:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
gengetopt-2.23+dfsg1/configure-15806-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
gengetopt-2.23+dfsg1/configure-15809-      # Convert to MSYS style.
gengetopt-2.23+dfsg1/configure:15810:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
gengetopt-2.23+dfsg1/configure-15811-      ;;
##############################################
gengetopt-2.23+dfsg1/configure-15815-      # like /cygdrive/c/PROGRA~1:/cygdr...
gengetopt-2.23+dfsg1/configure:15816:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
gengetopt-2.23+dfsg1/configure:15817:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
gengetopt-2.23+dfsg1/configure:15818:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
gengetopt-2.23+dfsg1/configure-15819-      ;;
##############################################
gengetopt-2.23+dfsg1/configure-15823-        # It is most probably a Windows format PATH.
gengetopt-2.23+dfsg1/configure:15824:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
gengetopt-2.23+dfsg1/configure-15825-      else
gengetopt-2.23+dfsg1/configure:15826:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
gengetopt-2.23+dfsg1/configure-15827-      fi
##############################################
gengetopt-2.23+dfsg1/configure-15833-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
gengetopt-2.23+dfsg1/configure:15834:    postinstall_cmds='base_file=`basename \$file`~
gengetopt-2.23+dfsg1/configure:15835:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
gengetopt-2.23+dfsg1/configure:15836:      dldir=$destdir/`dirname \$dlpath`~
gengetopt-2.23+dfsg1/configure-15837-      test -d \$dldir || mkdir -p \$dldir~
gengetopt-2.23+dfsg1/configure-15838-      $install_prog $dir/$dlname \$dldir/$dlname'
gengetopt-2.23+dfsg1/configure:15839:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
gengetopt-2.23+dfsg1/configure-15840-      dlpath=$dir/\$dldll~
##############################################
gengetopt-2.23+dfsg1/configure-15847-    # Assume MSVC and ICC wrapper
gengetopt-2.23+dfsg1/configure:15848:    library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib'
gengetopt-2.23+dfsg1/configure-15849-    dynamic_linker='Win32 ld.exe'
##############################################
gengetopt-2.23+dfsg1/configure-15864-  shlibpath_var=DYLD_LIBRARY_PATH
gengetopt-2.23+dfsg1/configure:15865:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
gengetopt-2.23+dfsg1/configure-15866-
##############################################
gengetopt-2.23+dfsg1/configure-16116-  if test -f /etc/ld.so.conf; then
gengetopt-2.23+dfsg1/configure:16117:    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' ' '`
gengetopt-2.23+dfsg1/configure-16118-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
gengetopt-2.23+dfsg1/configure-16170-  need_lib_prefix=no
gengetopt-2.23+dfsg1/configure:16171:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
gengetopt-2.23+dfsg1/configure-16172-    need_version=no
##############################################
gengetopt-2.23+dfsg1/configure-16197-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
gengetopt-2.23+dfsg1/configure:16198:  postinstall_cmds='base_file=`basename \$file`~
gengetopt-2.23+dfsg1/configure:16199:    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
gengetopt-2.23+dfsg1/configure:16200:    dldir=$destdir/`dirname \$dlpath`~
gengetopt-2.23+dfsg1/configure-16201-    test -d \$dldir || mkdir -p \$dldir~
##############################################
gengetopt-2.23+dfsg1/configure-16206-    fi'
gengetopt-2.23+dfsg1/configure:16207:  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
gengetopt-2.23+dfsg1/configure-16208-    dlpath=$dir/\$dldll~
##############################################
gengetopt-2.23+dfsg1/configure-16584-/* end confdefs.h.  */
gengetopt-2.23+dfsg1/configure:16585:`cat $LEX_OUTPUT_ROOT.c`
gengetopt-2.23+dfsg1/configure-16586-_ACEOF
##############################################
gengetopt-2.23+dfsg1/configure-16617-  #define YYTEXT_POINTER 1
gengetopt-2.23+dfsg1/configure:16618:`cat $LEX_OUTPUT_ROOT.c`
gengetopt-2.23+dfsg1/configure-16619-_ACEOF
##############################################
gengetopt-2.23+dfsg1/configure-16649-  echo 'void f(){}' > conftest.c
gengetopt-2.23+dfsg1/configure:16650:if test -z "`${CC-cc} -Aa -c conftest.c 2>&1`"; then
gengetopt-2.23+dfsg1/configure-16651-  ac_cv_cc_aa_flag=yes
##############################################
gengetopt-2.23+dfsg1/configure-17036-do :
gengetopt-2.23+dfsg1/configure:17037:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
gengetopt-2.23+dfsg1/configure-17038-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
gengetopt-2.23+dfsg1/configure-17040-  cat >>confdefs.h <<_ACEOF
gengetopt-2.23+dfsg1/configure:17041:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
gengetopt-2.23+dfsg1/configure-17042-_ACEOF
##############################################
gengetopt-2.23+dfsg1/configure-17465-do :
gengetopt-2.23+dfsg1/configure:17466:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
gengetopt-2.23+dfsg1/configure-17467-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
gengetopt-2.23+dfsg1/configure-17469-  cat >>confdefs.h <<_ACEOF
gengetopt-2.23+dfsg1/configure:17470:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
gengetopt-2.23+dfsg1/configure-17471-_ACEOF
##############################################
gengetopt-2.23+dfsg1/configure-18034-do :
gengetopt-2.23+dfsg1/configure:18035:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
gengetopt-2.23+dfsg1/configure-18036-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
gengetopt-2.23+dfsg1/configure-18038-  cat >>confdefs.h <<_ACEOF
gengetopt-2.23+dfsg1/configure:18039:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
gengetopt-2.23+dfsg1/configure-18040-_ACEOF
##############################################
gengetopt-2.23+dfsg1/configure-18177-    for gl_func in memmem mempcpy memrchr rawmemchr stpcpy stpncpy strchrnul strdup      strncat strndup strnlen strpbrk strsep strcasestr strtok_r strsignal      strverscmp; do
gengetopt-2.23+dfsg1/configure:18178:    as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh`
gengetopt-2.23+dfsg1/configure-18179-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5
##############################################
gengetopt-2.23+dfsg1/configure-18208-  cat >>confdefs.h <<_ACEOF
gengetopt-2.23+dfsg1/configure:18209:#define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1
gengetopt-2.23+dfsg1/configure-18210-_ACEOF
##############################################
gengetopt-2.23+dfsg1/configure-18543-    for gl_func in chown dup2 dup3 environ euidaccess faccessat fchdir fchownat     fsync ftruncate getcwd getdomainname getdtablesize getgroups     gethostname getlogin getlogin_r getpagesize getusershell setusershell     endusershell lchown link linkat lseek pipe2 pread pwrite readlink     readlinkat rmdir sleep symlink symlinkat ttyname_r unlink unlinkat     usleep; do
gengetopt-2.23+dfsg1/configure:18544:    as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh`
gengetopt-2.23+dfsg1/configure-18545-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5
##############################################
gengetopt-2.23+dfsg1/configure-18583-  cat >>confdefs.h <<_ACEOF
gengetopt-2.23+dfsg1/configure:18584:#define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1
gengetopt-2.23+dfsg1/configure-18585-_ACEOF
##############################################
gengetopt-2.23+dfsg1/configure-18615-  gl_source_base='tests'
gengetopt-2.23+dfsg1/configure:18616:  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
gengetopt-2.23+dfsg1/configure-18617-
##############################################
gengetopt-2.23+dfsg1/configure-18951-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
gengetopt-2.23+dfsg1/configure:18952:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
gengetopt-2.23+dfsg1/configure-18953-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
gengetopt-2.23+dfsg1/configure-19000-      sed_drop_objext='s/\.o$//;s/\.obj$//'
gengetopt-2.23+dfsg1/configure:19001:      for i in `for i in $gl_LIBOBJS; do echo "$i"; done | sed -e "$sed_drop_objext" | sort | uniq`; do
gengetopt-2.23+dfsg1/configure-19002-        gl_libobjs="$gl_libobjs $i.$ac_objext"
##############################################
gengetopt-2.23+dfsg1/configure-19016-      sed_drop_objext='s/\.o$//;s/\.obj$//'
gengetopt-2.23+dfsg1/configure:19017:      for i in `for i in $gltests_LIBOBJS; do echo "$i"; done | sed -e "$sed_drop_objext" | sort | uniq`; do
gengetopt-2.23+dfsg1/configure-19018-        gltests_libobjs="$gltests_libobjs $i.$ac_objext"
##############################################
gengetopt-2.23+dfsg1/configure-19086-if test -z "$BASH_VERSION$ZSH_VERSION" \
gengetopt-2.23+dfsg1/configure:19087:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
gengetopt-2.23+dfsg1/configure-19088-  as_echo='print -r --'
gengetopt-2.23+dfsg1/configure-19089-  as_echo_n='print -rn --'
gengetopt-2.23+dfsg1/configure:19090:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
gengetopt-2.23+dfsg1/configure-19091-  as_echo='printf %s\n'
##############################################
gengetopt-2.23+dfsg1/configure-19093-else
gengetopt-2.23+dfsg1/configure:19094:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
gengetopt-2.23+dfsg1/configure-19095-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
gengetopt-2.23+dfsg1/configure-19103-	expr "X$arg" : "X\\(.*\\)$as_nl";
gengetopt-2.23+dfsg1/configure:19104:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
gengetopt-2.23+dfsg1/configure-19105-      esac;
##############################################
gengetopt-2.23+dfsg1/configure-19180-# ----------------------------------------
gengetopt-2.23+dfsg1/configure:19181:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
gengetopt-2.23+dfsg1/configure-19182-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
gengetopt-2.23+dfsg1/configure-19252-  {
gengetopt-2.23+dfsg1/configure:19253:    as_val=`expr "$@" || test $? -eq 1`
gengetopt-2.23+dfsg1/configure-19254-  }
##############################################
gengetopt-2.23+dfsg1/configure-19356-      case $as_dir in #(
gengetopt-2.23+dfsg1/configure:19357:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
gengetopt-2.23+dfsg1/configure-19358-      *) as_qdir=$as_dir;;
##############################################
gengetopt-2.23+dfsg1/configure-19493-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
gengetopt-2.23+dfsg1/configure:19494:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
gengetopt-2.23+dfsg1/configure-19495-ac_cs_version="\\
##############################################
gengetopt-2.23+dfsg1/configure-19518-  --*=?*)
gengetopt-2.23+dfsg1/configure:19519:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
gengetopt-2.23+dfsg1/configure:19520:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
gengetopt-2.23+dfsg1/configure-19521-    ac_shift=:
##############################################
gengetopt-2.23+dfsg1/configure-19523-  --*=)
gengetopt-2.23+dfsg1/configure:19524:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
gengetopt-2.23+dfsg1/configure-19525-    ac_optarg=
##############################################
gengetopt-2.23+dfsg1/configure-19547-    case $ac_optarg in
gengetopt-2.23+dfsg1/configure:19548:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
gengetopt-2.23+dfsg1/configure-19549-    '') as_fn_error $? "missing file argument" ;;
##############################################
gengetopt-2.23+dfsg1/configure-19555-    case $ac_optarg in
gengetopt-2.23+dfsg1/configure:19556:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
gengetopt-2.23+dfsg1/configure-19557-    esac
##############################################
gengetopt-2.23+dfsg1/configure-19624-delay_variable_subst='$delay_variable_subst'
gengetopt-2.23+dfsg1/configure:19625:macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19626:macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19627:enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19628:enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19629:pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19630:enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19631:shared_archive_member_spec='`$ECHO "$shared_archive_member_spec" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19632:SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19633:ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19634:PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19635:host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19636:host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19637:host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19638:build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19639:build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19640:build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19641:SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19642:Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19643:GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19644:EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19645:FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19646:LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19647:NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19648:LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19649:max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19650:ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19651:exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19652:lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19653:lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19654:lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19655:lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19656:lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19657:reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19658:reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19659:OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19660:deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19661:file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19662:file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19663:want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19664:DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19665:sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19666:AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19667:lt_ar_flags='`$ECHO "$lt_ar_flags" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19668:AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19669:archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19670:STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19671:RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19672:old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19673:old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19674:old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19675:lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19676:CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19677:CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19678:compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19679:GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19680:lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19681:lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19682:lt_cv_sys_global_symbol_to_import='`$ECHO "$lt_cv_sys_global_symbol_to_import" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19683:lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19684: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"`'
gengetopt-2.23+dfsg1/configure:19685:lt_cv_nm_interface='`$ECHO "$lt_cv_nm_interface" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19686:nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19687:lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19688:lt_cv_truncate_bin='`$ECHO "$lt_cv_truncate_bin" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19689:objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19690:MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19691:lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19692:lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19693:lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19694:lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19695:lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19696:need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19697:MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19698:DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19699:NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19700:LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19701:OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19702:OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19703:libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19704:shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19705:extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19706:archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19707:enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19708:export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19709:whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19710:compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19711:old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19712:old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19713:archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19714:archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19715:module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19716:module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19717:with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19718:allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19719:no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19720:hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19721:hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19722:hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19723:hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19724:hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19725:hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19726:hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19727:inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19728:link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19729:always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19730:export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19731:exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19732:include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19733:prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19734:postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19735:file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19736:variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19737:need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19738:need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19739:version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19740:runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19741:shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19742:shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19743:libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19744:library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19745:soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19746:install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19747:postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19748:postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19749:finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19750:finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19751:hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19752:sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19753:configure_time_dlsearch_path='`$ECHO "$configure_time_dlsearch_path" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19754:configure_time_lt_sys_library_path='`$ECHO "$configure_time_lt_sys_library_path" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19755:hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19756:enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19757:enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19758:enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19759:old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19760:striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19761:compiler_lib_search_dirs='`$ECHO "$compiler_lib_search_dirs" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19762:predep_objects='`$ECHO "$predep_objects" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19763:postdep_objects='`$ECHO "$postdep_objects" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19764:predeps='`$ECHO "$predeps" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19765:postdeps='`$ECHO "$postdeps" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19766:compiler_lib_search_path='`$ECHO "$compiler_lib_search_path" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19767:LD_CXX='`$ECHO "$LD_CXX" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19768:reload_flag_CXX='`$ECHO "$reload_flag_CXX" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19769:reload_cmds_CXX='`$ECHO "$reload_cmds_CXX" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19770:old_archive_cmds_CXX='`$ECHO "$old_archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19771:compiler_CXX='`$ECHO "$compiler_CXX" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19772:GCC_CXX='`$ECHO "$GCC_CXX" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19773:lt_prog_compiler_no_builtin_flag_CXX='`$ECHO "$lt_prog_compiler_no_builtin_flag_CXX" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19774:lt_prog_compiler_pic_CXX='`$ECHO "$lt_prog_compiler_pic_CXX" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19775:lt_prog_compiler_wl_CXX='`$ECHO "$lt_prog_compiler_wl_CXX" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19776:lt_prog_compiler_static_CXX='`$ECHO "$lt_prog_compiler_static_CXX" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19777:lt_cv_prog_compiler_c_o_CXX='`$ECHO "$lt_cv_prog_compiler_c_o_CXX" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19778:archive_cmds_need_lc_CXX='`$ECHO "$archive_cmds_need_lc_CXX" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19779:enable_shared_with_static_runtimes_CXX='`$ECHO "$enable_shared_with_static_runtimes_CXX" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19780:export_dynamic_flag_spec_CXX='`$ECHO "$export_dynamic_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19781:whole_archive_flag_spec_CXX='`$ECHO "$whole_archive_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19782:compiler_needs_object_CXX='`$ECHO "$compiler_needs_object_CXX" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19783:old_archive_from_new_cmds_CXX='`$ECHO "$old_archive_from_new_cmds_CXX" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19784:old_archive_from_expsyms_cmds_CXX='`$ECHO "$old_archive_from_expsyms_cmds_CXX" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19785:archive_cmds_CXX='`$ECHO "$archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19786:archive_expsym_cmds_CXX='`$ECHO "$archive_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19787:module_cmds_CXX='`$ECHO "$module_cmds_CXX" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19788:module_expsym_cmds_CXX='`$ECHO "$module_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19789:with_gnu_ld_CXX='`$ECHO "$with_gnu_ld_CXX" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19790:allow_undefined_flag_CXX='`$ECHO "$allow_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19791:no_undefined_flag_CXX='`$ECHO "$no_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19792:hardcode_libdir_flag_spec_CXX='`$ECHO "$hardcode_libdir_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19793:hardcode_libdir_separator_CXX='`$ECHO "$hardcode_libdir_separator_CXX" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19794:hardcode_direct_CXX='`$ECHO "$hardcode_direct_CXX" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19795:hardcode_direct_absolute_CXX='`$ECHO "$hardcode_direct_absolute_CXX" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19796:hardcode_minus_L_CXX='`$ECHO "$hardcode_minus_L_CXX" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19797:hardcode_shlibpath_var_CXX='`$ECHO "$hardcode_shlibpath_var_CXX" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19798:hardcode_automatic_CXX='`$ECHO "$hardcode_automatic_CXX" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19799:inherit_rpath_CXX='`$ECHO "$inherit_rpath_CXX" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19800:link_all_deplibs_CXX='`$ECHO "$link_all_deplibs_CXX" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19801:always_export_symbols_CXX='`$ECHO "$always_export_symbols_CXX" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19802:export_symbols_cmds_CXX='`$ECHO "$export_symbols_cmds_CXX" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19803:exclude_expsyms_CXX='`$ECHO "$exclude_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19804:include_expsyms_CXX='`$ECHO "$include_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19805:prelink_cmds_CXX='`$ECHO "$prelink_cmds_CXX" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19806:postlink_cmds_CXX='`$ECHO "$postlink_cmds_CXX" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19807:file_list_spec_CXX='`$ECHO "$file_list_spec_CXX" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19808:hardcode_action_CXX='`$ECHO "$hardcode_action_CXX" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19809:compiler_lib_search_dirs_CXX='`$ECHO "$compiler_lib_search_dirs_CXX" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19810:predep_objects_CXX='`$ECHO "$predep_objects_CXX" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19811:postdep_objects_CXX='`$ECHO "$postdep_objects_CXX" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19812:predeps_CXX='`$ECHO "$predeps_CXX" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19813:postdeps_CXX='`$ECHO "$postdeps_CXX" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure:19814:compiler_lib_search_path_CXX='`$ECHO "$compiler_lib_search_path_CXX" | $SED "$delay_single_quote_subst"`'
gengetopt-2.23+dfsg1/configure-19815-
##############################################
gengetopt-2.23+dfsg1/configure-19926-compiler_lib_search_path_CXX; do
gengetopt-2.23+dfsg1/configure:19927:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
gengetopt-2.23+dfsg1/configure-19928-    *[\\\\\\\`\\"\\\$]*)
gengetopt-2.23+dfsg1/configure:19929:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
gengetopt-2.23+dfsg1/configure-19930-      ;;
##############################################
gengetopt-2.23+dfsg1/configure-19968-postlink_cmds_CXX; do
gengetopt-2.23+dfsg1/configure:19969:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
gengetopt-2.23+dfsg1/configure-19970-    *[\\\\\\\`\\"\\\$]*)
gengetopt-2.23+dfsg1/configure:19971:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
gengetopt-2.23+dfsg1/configure-19972-      ;;
##############################################
gengetopt-2.23+dfsg1/configure-20110-fi
gengetopt-2.23+dfsg1/configure:20111:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
gengetopt-2.23+dfsg1/configure-20112-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
gengetopt-2.23+dfsg1/configure-20127-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
gengetopt-2.23+dfsg1/configure:20128:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
gengetopt-2.23+dfsg1/configure-20129-ac_delim='%!_!# '
##############################################
gengetopt-2.23+dfsg1/configure-20133-
gengetopt-2.23+dfsg1/configure:20134:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
gengetopt-2.23+dfsg1/configure-20135-  if test $ac_delim_n = $ac_delim_num; then
##############################################
gengetopt-2.23+dfsg1/configure-20271-for ac_last_try in false false :; do
gengetopt-2.23+dfsg1/configure:20272:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
gengetopt-2.23+dfsg1/configure-20273-  if test -z "$ac_tt"; then
##############################################
gengetopt-2.23+dfsg1/configure-20403-      esac
gengetopt-2.23+dfsg1/configure:20404:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
gengetopt-2.23+dfsg1/configure-20405-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
gengetopt-2.23+dfsg1/configure-20462-*)
gengetopt-2.23+dfsg1/configure:20463:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
gengetopt-2.23+dfsg1/configure-20464-  # A ".." for each directory in $ac_dir_suffix.
gengetopt-2.23+dfsg1/configure:20465:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
gengetopt-2.23+dfsg1/configure-20466-  case $ac_top_builddir_sub in
##############################################
gengetopt-2.23+dfsg1/configure-20523-/@mandir@/p'
gengetopt-2.23+dfsg1/configure:20524:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
gengetopt-2.23+dfsg1/configure-20525-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
gengetopt-2.23+dfsg1/configure-20540-
gengetopt-2.23+dfsg1/configure:20541:# Neutralize VPATH when `$srcdir' = `.'.
gengetopt-2.23+dfsg1/configure-20542-# Shell code in configure.ac might set extrasub.
##############################################
gengetopt-2.23+dfsg1/configure-20568-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
gengetopt-2.23+dfsg1/configure:20569:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
gengetopt-2.23+dfsg1/configure-20570-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
gengetopt-2.23+dfsg1/configure-20614-    * )
gengetopt-2.23+dfsg1/configure:20615:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
gengetopt-2.23+dfsg1/configure-20616-  esac
##############################################
gengetopt-2.23+dfsg1/configure-20669-    # Strip MF so we end up with the name of the file.
gengetopt-2.23+dfsg1/configure:20670:    am_mf=`$as_echo "$am_mf" | sed -e 's/:.*$//'`
gengetopt-2.23+dfsg1/configure-20671-    # Check whether this is an Automake generated Makefile which includes
##############################################
gengetopt-2.23+dfsg1/configure-21238-    *:)
gengetopt-2.23+dfsg1/configure:21239:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
gengetopt-2.23+dfsg1/configure-21240-        ;;
gengetopt-2.23+dfsg1/configure-21241-    x:*)
gengetopt-2.23+dfsg1/configure:21242:        eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
gengetopt-2.23+dfsg1/configure-21243-        ;;
gengetopt-2.23+dfsg1/configure-21244-    *::*)
gengetopt-2.23+dfsg1/configure:21245:        eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
gengetopt-2.23+dfsg1/configure:21246:        eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
gengetopt-2.23+dfsg1/configure-21247-        ;;
gengetopt-2.23+dfsg1/configure-21248-    *)
gengetopt-2.23+dfsg1/configure:21249:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
gengetopt-2.23+dfsg1/configure-21250-        ;;
##############################################
gengetopt-2.23+dfsg1/configure-21265-    done
gengetopt-2.23+dfsg1/configure:21266:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
gengetopt-2.23+dfsg1/configure-21267-}
##############################################
gengetopt-2.23+dfsg1/acinclude.m4-64-[echo 'void f(){}' > conftest.c
gengetopt-2.23+dfsg1/acinclude.m4:65:if test -z "`${CC-cc} -Aa -c conftest.c 2>&1`"; then
gengetopt-2.23+dfsg1/acinclude.m4-66-  ac_cv_cc_aa_flag=yes
##############################################
gengetopt-2.23+dfsg1/aclocal.m4-92-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
gengetopt-2.23+dfsg1/aclocal.m4:93:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
gengetopt-2.23+dfsg1/aclocal.m4-94-# and then we would define $MISSING as
##############################################
gengetopt-2.23+dfsg1/aclocal.m4-107-# Expand $ac_aux_dir to an absolute path.
gengetopt-2.23+dfsg1/aclocal.m4:108:am_aux_dir=`cd "$ac_aux_dir" && pwd`
gengetopt-2.23+dfsg1/aclocal.m4-109-])
##############################################
gengetopt-2.23+dfsg1/aclocal.m4-205-  if test "$am_compiler_list" = ""; then
gengetopt-2.23+dfsg1/aclocal.m4:206:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
gengetopt-2.23+dfsg1/aclocal.m4-207-  fi
##############################################
gengetopt-2.23+dfsg1/aclocal.m4-358-    # Strip MF so we end up with the name of the file.
gengetopt-2.23+dfsg1/aclocal.m4:359:    am_mf=`AS_ECHO(["$am_mf"]) | sed -e 's/:.*$//'`
gengetopt-2.23+dfsg1/aclocal.m4-360-    # Check whether this is an Automake generated Makefile which includes
##############################################
gengetopt-2.23+dfsg1/aclocal.m4-365-      || continue
gengetopt-2.23+dfsg1/aclocal.m4:366:    am_dirpart=`AS_DIRNAME(["$am_mf"])`
gengetopt-2.23+dfsg1/aclocal.m4:367:    am_filepart=`AS_BASENAME(["$am_mf"])`
gengetopt-2.23+dfsg1/aclocal.m4-368-    AM_RUN_LOG([cd "$am_dirpart" \
##############################################
gengetopt-2.23+dfsg1/aclocal.m4-433-AC_REQUIRE([AC_PROG_INSTALL])dnl
gengetopt-2.23+dfsg1/aclocal.m4:434:if test "`cd $srcdir && pwd`" != "`pwd`"; then
gengetopt-2.23+dfsg1/aclocal.m4-435-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
gengetopt-2.23+dfsg1/aclocal.m4-592-    * )
gengetopt-2.23+dfsg1/aclocal.m4:593:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
gengetopt-2.23+dfsg1/aclocal.m4-594-  esac
gengetopt-2.23+dfsg1/aclocal.m4-595-done
gengetopt-2.23+dfsg1/aclocal.m4:596:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
gengetopt-2.23+dfsg1/aclocal.m4-597-
##############################################
gengetopt-2.23+dfsg1/aclocal.m4-895-     echo "timestamp, slept: $am_has_slept" > conftest.file
gengetopt-2.23+dfsg1/aclocal.m4:896:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
gengetopt-2.23+dfsg1/aclocal.m4-897-     if test "$[*]" = "X"; then
gengetopt-2.23+dfsg1/aclocal.m4-898-	# -L didn't work.
gengetopt-2.23+dfsg1/aclocal.m4:899:	set X `ls -t "$srcdir/configure" conftest.file`
gengetopt-2.23+dfsg1/aclocal.m4-900-     fi
##############################################
gengetopt-2.23+dfsg1/Makefile.in-67-  { \
gengetopt-2.23+dfsg1/Makefile.in:68:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gengetopt-2.23+dfsg1/Makefile.in-69-  }; \
##############################################
gengetopt-2.23+dfsg1/Makefile.in-161-  esac
gengetopt-2.23+dfsg1/Makefile.in:162:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gengetopt-2.23+dfsg1/Makefile.in-163-am__vpath_adj = case $$p in \
gengetopt-2.23+dfsg1/Makefile.in:164:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gengetopt-2.23+dfsg1/Makefile.in-165-    *) f=$$p;; \
gengetopt-2.23+dfsg1/Makefile.in-166-  esac;
gengetopt-2.23+dfsg1/Makefile.in:167:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gengetopt-2.23+dfsg1/Makefile.in-168-am__install_max = 40
gengetopt-2.23+dfsg1/Makefile.in-169-am__nobase_strip_setup = \
gengetopt-2.23+dfsg1/Makefile.in:170:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gengetopt-2.23+dfsg1/Makefile.in-171-am__nobase_strip = \
##############################################
gengetopt-2.23+dfsg1/Makefile.in-247-  while test -n "$$dir1"; do \
gengetopt-2.23+dfsg1/Makefile.in:248:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gengetopt-2.23+dfsg1/Makefile.in-249-    if test "$$first" != "."; then \
gengetopt-2.23+dfsg1/Makefile.in-250-      if test "$$first" = ".."; then \
gengetopt-2.23+dfsg1/Makefile.in:251:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gengetopt-2.23+dfsg1/Makefile.in:252:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gengetopt-2.23+dfsg1/Makefile.in-253-      else \
gengetopt-2.23+dfsg1/Makefile.in:254:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gengetopt-2.23+dfsg1/Makefile.in-255-        if test "$$first2" = "$$first"; then \
gengetopt-2.23+dfsg1/Makefile.in:256:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gengetopt-2.23+dfsg1/Makefile.in-257-        else \
##############################################
gengetopt-2.23+dfsg1/Makefile.in-262-    fi; \
gengetopt-2.23+dfsg1/Makefile.in:263:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gengetopt-2.23+dfsg1/Makefile.in-264-  done; \
##############################################
gengetopt-2.23+dfsg1/Makefile.in-678-	@list='$(gengetoptdoc_DATA)'; test -n "$(gengetoptdocdir)" || list=; \
gengetopt-2.23+dfsg1/Makefile.in:679:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gengetopt-2.23+dfsg1/Makefile.in-680-	dir='$(DESTDIR)$(gengetoptdocdir)'; $(am__uninstall_files_from_dir)
##############################################
gengetopt-2.23+dfsg1/Makefile.in-695-	dot_seen=no; \
gengetopt-2.23+dfsg1/Makefile.in:696:	target=`echo $@ | sed s/-recursive//`; \
gengetopt-2.23+dfsg1/Makefile.in-697-	case "$@" in \
##############################################
gengetopt-2.23+dfsg1/Makefile.in-758-GTAGS:
gengetopt-2.23+dfsg1/Makefile.in:759:	here=`$(am__cd) $(top_builddir) && pwd` \
gengetopt-2.23+dfsg1/Makefile.in-760-	  && $(am__cd) $(top_srcdir) \
##############################################
gengetopt-2.23+dfsg1/Makefile.in-791-distdir-am: $(DISTFILES)
gengetopt-2.23+dfsg1/Makefile.in:792:	@case `sed 15q $(srcdir)/NEWS` in \
gengetopt-2.23+dfsg1/Makefile.in-793-	*"$(VERSION)"*) : ;; \
##############################################
gengetopt-2.23+dfsg1/Makefile.in-799-	test -d "$(distdir)" || mkdir "$(distdir)"
gengetopt-2.23+dfsg1/Makefile.in:800:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gengetopt-2.23+dfsg1/Makefile.in:801:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gengetopt-2.23+dfsg1/Makefile.in-802-	list='$(DISTFILES)'; \
##############################################
gengetopt-2.23+dfsg1/Makefile.in-813-	  if test -d $$d/$$file; then \
gengetopt-2.23+dfsg1/Makefile.in:814:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gengetopt-2.23+dfsg1/Makefile.in-815-	    if test -d "$(distdir)/$$file"; then \
##############################################
gengetopt-2.23+dfsg1/Makefile.in-923-	test -d $(distdir)/_build || exit 0; \
gengetopt-2.23+dfsg1/Makefile.in:924:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
gengetopt-2.23+dfsg1/Makefile.in-925-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
gengetopt-2.23+dfsg1/Makefile.in-967-	}; \
gengetopt-2.23+dfsg1/Makefile.in:968:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
gengetopt-2.23+dfsg1/Makefile.in-969-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
gengetopt-2.23+dfsg1/Makefile.in-979-	fi
gengetopt-2.23+dfsg1/Makefile.in:980:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
gengetopt-2.23+dfsg1/Makefile.in-981-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
gengetopt-2.23+dfsg1/src/Makefile.in-71-  { \
gengetopt-2.23+dfsg1/src/Makefile.in:72:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gengetopt-2.23+dfsg1/src/Makefile.in-73-  }; \
##############################################
gengetopt-2.23+dfsg1/src/Makefile.in-228-  esac
gengetopt-2.23+dfsg1/src/Makefile.in:229:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gengetopt-2.23+dfsg1/src/Makefile.in-230-am__vpath_adj = case $$p in \
gengetopt-2.23+dfsg1/src/Makefile.in:231:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gengetopt-2.23+dfsg1/src/Makefile.in-232-    *) f=$$p;; \
gengetopt-2.23+dfsg1/src/Makefile.in-233-  esac;
gengetopt-2.23+dfsg1/src/Makefile.in:234:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gengetopt-2.23+dfsg1/src/Makefile.in-235-am__install_max = 40
gengetopt-2.23+dfsg1/src/Makefile.in-236-am__nobase_strip_setup = \
gengetopt-2.23+dfsg1/src/Makefile.in:237:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gengetopt-2.23+dfsg1/src/Makefile.in-238-am__nobase_strip = \
##############################################
gengetopt-2.23+dfsg1/src/Makefile.in-295-  while test -n "$$dir1"; do \
gengetopt-2.23+dfsg1/src/Makefile.in:296:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gengetopt-2.23+dfsg1/src/Makefile.in-297-    if test "$$first" != "."; then \
gengetopt-2.23+dfsg1/src/Makefile.in-298-      if test "$$first" = ".."; then \
gengetopt-2.23+dfsg1/src/Makefile.in:299:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gengetopt-2.23+dfsg1/src/Makefile.in:300:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gengetopt-2.23+dfsg1/src/Makefile.in-301-      else \
gengetopt-2.23+dfsg1/src/Makefile.in:302:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gengetopt-2.23+dfsg1/src/Makefile.in-303-        if test "$$first2" = "$$first"; then \
gengetopt-2.23+dfsg1/src/Makefile.in:304:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gengetopt-2.23+dfsg1/src/Makefile.in-305-        else \
##############################################
gengetopt-2.23+dfsg1/src/Makefile.in-310-    fi; \
gengetopt-2.23+dfsg1/src/Makefile.in:311:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gengetopt-2.23+dfsg1/src/Makefile.in-312-  done; \
##############################################
gengetopt-2.23+dfsg1/src/Makefile.in-777-	test -n "$(EXEEXT)" || exit 0; \
gengetopt-2.23+dfsg1/src/Makefile.in:778:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
gengetopt-2.23+dfsg1/src/Makefile.in-779-	echo " rm -f" $$list; \
##############################################
gengetopt-2.23+dfsg1/src/Makefile.in-825-.c.o:
gengetopt-2.23+dfsg1/src/Makefile.in:826:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
gengetopt-2.23+dfsg1/src/Makefile.in-827-@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
gengetopt-2.23+dfsg1/src/Makefile.in-833-.c.obj:
gengetopt-2.23+dfsg1/src/Makefile.in:834:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
gengetopt-2.23+dfsg1/src/Makefile.in:835:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
gengetopt-2.23+dfsg1/src/Makefile.in-836-@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
gengetopt-2.23+dfsg1/src/Makefile.in-838-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gengetopt-2.23+dfsg1/src/Makefile.in:839:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
gengetopt-2.23+dfsg1/src/Makefile.in-840-
gengetopt-2.23+dfsg1/src/Makefile.in-841-.c.lo:
gengetopt-2.23+dfsg1/src/Makefile.in:842:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
gengetopt-2.23+dfsg1/src/Makefile.in-843-@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
gengetopt-2.23+dfsg1/src/Makefile.in-849-.cc.o:
gengetopt-2.23+dfsg1/src/Makefile.in:850:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
gengetopt-2.23+dfsg1/src/Makefile.in-851-@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
gengetopt-2.23+dfsg1/src/Makefile.in-857-.cc.obj:
gengetopt-2.23+dfsg1/src/Makefile.in:858:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
gengetopt-2.23+dfsg1/src/Makefile.in:859:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
gengetopt-2.23+dfsg1/src/Makefile.in-860-@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
gengetopt-2.23+dfsg1/src/Makefile.in-862-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gengetopt-2.23+dfsg1/src/Makefile.in:863:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
gengetopt-2.23+dfsg1/src/Makefile.in-864-
gengetopt-2.23+dfsg1/src/Makefile.in-865-.cc.lo:
gengetopt-2.23+dfsg1/src/Makefile.in:866:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
gengetopt-2.23+dfsg1/src/Makefile.in-867-@am__fastdepCXX_TRUE@	$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
gengetopt-2.23+dfsg1/src/Makefile.in-873-.cpp.o:
gengetopt-2.23+dfsg1/src/Makefile.in:874:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
gengetopt-2.23+dfsg1/src/Makefile.in-875-@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
gengetopt-2.23+dfsg1/src/Makefile.in-881-.cpp.obj:
gengetopt-2.23+dfsg1/src/Makefile.in:882:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
gengetopt-2.23+dfsg1/src/Makefile.in:883:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
gengetopt-2.23+dfsg1/src/Makefile.in-884-@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
gengetopt-2.23+dfsg1/src/Makefile.in-886-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gengetopt-2.23+dfsg1/src/Makefile.in:887:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
gengetopt-2.23+dfsg1/src/Makefile.in-888-
gengetopt-2.23+dfsg1/src/Makefile.in-889-.cpp.lo:
gengetopt-2.23+dfsg1/src/Makefile.in:890:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
gengetopt-2.23+dfsg1/src/Makefile.in-891-@am__fastdepCXX_TRUE@	$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
gengetopt-2.23+dfsg1/src/Makefile.in-920-	@list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
gengetopt-2.23+dfsg1/src/Makefile.in:921:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gengetopt-2.23+dfsg1/src/Makefile.in-922-	dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir)
##############################################
gengetopt-2.23+dfsg1/src/Makefile.in-937-	dot_seen=no; \
gengetopt-2.23+dfsg1/src/Makefile.in:938:	target=`echo $@ | sed s/-recursive//`; \
gengetopt-2.23+dfsg1/src/Makefile.in-939-	case "$@" in \
##############################################
gengetopt-2.23+dfsg1/src/Makefile.in-1000-GTAGS:
gengetopt-2.23+dfsg1/src/Makefile.in:1001:	here=`$(am__cd) $(top_builddir) && pwd` \
gengetopt-2.23+dfsg1/src/Makefile.in-1002-	  && $(am__cd) $(top_srcdir) \
##############################################
gengetopt-2.23+dfsg1/src/Makefile.in-1026-distdir-am: $(DISTFILES)
gengetopt-2.23+dfsg1/src/Makefile.in:1027:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gengetopt-2.23+dfsg1/src/Makefile.in:1028:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gengetopt-2.23+dfsg1/src/Makefile.in-1029-	list='$(DISTFILES)'; \
##############################################
gengetopt-2.23+dfsg1/src/Makefile.in-1040-	  if test -d $$d/$$file; then \
gengetopt-2.23+dfsg1/src/Makefile.in:1041:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gengetopt-2.23+dfsg1/src/Makefile.in-1042-	    if test -d "$(distdir)/$$file"; then \
##############################################
gengetopt-2.23+dfsg1/src/skels/Makefile.in-60-  { \
gengetopt-2.23+dfsg1/src/skels/Makefile.in:61:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gengetopt-2.23+dfsg1/src/skels/Makefile.in-62-  }; \
##############################################
gengetopt-2.23+dfsg1/src/skels/Makefile.in-694-.cc.o:
gengetopt-2.23+dfsg1/src/skels/Makefile.in:695:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
gengetopt-2.23+dfsg1/src/skels/Makefile.in-696-@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
gengetopt-2.23+dfsg1/src/skels/Makefile.in-702-.cc.obj:
gengetopt-2.23+dfsg1/src/skels/Makefile.in:703:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
gengetopt-2.23+dfsg1/src/skels/Makefile.in:704:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
gengetopt-2.23+dfsg1/src/skels/Makefile.in-705-@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
gengetopt-2.23+dfsg1/src/skels/Makefile.in-707-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gengetopt-2.23+dfsg1/src/skels/Makefile.in:708:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
gengetopt-2.23+dfsg1/src/skels/Makefile.in-709-
gengetopt-2.23+dfsg1/src/skels/Makefile.in-710-.cc.lo:
gengetopt-2.23+dfsg1/src/skels/Makefile.in:711:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
gengetopt-2.23+dfsg1/src/skels/Makefile.in-712-@am__fastdepCXX_TRUE@	$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
gengetopt-2.23+dfsg1/src/skels/Makefile.in-753-GTAGS:
gengetopt-2.23+dfsg1/src/skels/Makefile.in:754:	here=`$(am__cd) $(top_builddir) && pwd` \
gengetopt-2.23+dfsg1/src/skels/Makefile.in-755-	  && $(am__cd) $(top_srcdir) \
##############################################
gengetopt-2.23+dfsg1/src/skels/Makefile.in-779-distdir-am: $(DISTFILES)
gengetopt-2.23+dfsg1/src/skels/Makefile.in:780:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gengetopt-2.23+dfsg1/src/skels/Makefile.in:781:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gengetopt-2.23+dfsg1/src/skels/Makefile.in-782-	list='$(DISTFILES)'; \
##############################################
gengetopt-2.23+dfsg1/src/skels/Makefile.in-793-	  if test -d $$d/$$file; then \
gengetopt-2.23+dfsg1/src/skels/Makefile.in:794:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gengetopt-2.23+dfsg1/src/skels/Makefile.in-795-	    if test -d "$(distdir)/$$file"; then \
##############################################
gengetopt-2.23+dfsg1/src/tests/Makefile.in-68-  { \
gengetopt-2.23+dfsg1/src/tests/Makefile.in:69:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gengetopt-2.23+dfsg1/src/tests/Makefile.in-70-  }; \
##############################################
gengetopt-2.23+dfsg1/src/tests/Makefile.in-232-}
gengetopt-2.23+dfsg1/src/tests/Makefile.in:233:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gengetopt-2.23+dfsg1/src/tests/Makefile.in-234-am__vpath_adj = case $$p in \
gengetopt-2.23+dfsg1/src/tests/Makefile.in:235:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gengetopt-2.23+dfsg1/src/tests/Makefile.in-236-    *) f=$$p;; \
gengetopt-2.23+dfsg1/src/tests/Makefile.in-237-  esac;
gengetopt-2.23+dfsg1/src/tests/Makefile.in:238:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gengetopt-2.23+dfsg1/src/tests/Makefile.in-239-am__install_max = 40
gengetopt-2.23+dfsg1/src/tests/Makefile.in-240-am__nobase_strip_setup = \
gengetopt-2.23+dfsg1/src/tests/Makefile.in:241:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gengetopt-2.23+dfsg1/src/tests/Makefile.in-242-am__nobase_strip = \
##############################################
gengetopt-2.23+dfsg1/src/tests/Makefile.in-360-case "$@" in						\
gengetopt-2.23+dfsg1/src/tests/Makefile.in:361:  */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;	\
gengetopt-2.23+dfsg1/src/tests/Makefile.in-362-    *) am__odir=.;; 					\
##############################################
gengetopt-2.23+dfsg1/src/tests/Makefile.in-390-  bases='$(TEST_LOGS)'; \
gengetopt-2.23+dfsg1/src/tests/Makefile.in:391:  bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
gengetopt-2.23+dfsg1/src/tests/Makefile.in:392:  bases=`echo $$bases`
gengetopt-2.23+dfsg1/src/tests/Makefile.in-393-RECHECK_LOGS = $(TEST_LOGS)
##############################################
gengetopt-2.23+dfsg1/src/tests/Makefile.in-403-        */*) b='$*';; \
gengetopt-2.23+dfsg1/src/tests/Makefile.in:404:          *) b=`echo '$@' | sed 's/\.log$$//'`; \
gengetopt-2.23+dfsg1/src/tests/Makefile.in-405-       esac;; \
##############################################
gengetopt-2.23+dfsg1/src/tests/Makefile.in-785-	test -n "$(EXEEXT)" || exit 0; \
gengetopt-2.23+dfsg1/src/tests/Makefile.in:786:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
gengetopt-2.23+dfsg1/src/tests/Makefile.in-787-	echo " rm -f" $$list; \
##############################################
gengetopt-2.23+dfsg1/src/tests/Makefile.in-808-.cc.o:
gengetopt-2.23+dfsg1/src/tests/Makefile.in:809:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
gengetopt-2.23+dfsg1/src/tests/Makefile.in-810-@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
gengetopt-2.23+dfsg1/src/tests/Makefile.in-816-.cc.obj:
gengetopt-2.23+dfsg1/src/tests/Makefile.in:817:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
gengetopt-2.23+dfsg1/src/tests/Makefile.in:818:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
gengetopt-2.23+dfsg1/src/tests/Makefile.in-819-@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
gengetopt-2.23+dfsg1/src/tests/Makefile.in-821-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gengetopt-2.23+dfsg1/src/tests/Makefile.in:822:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
gengetopt-2.23+dfsg1/src/tests/Makefile.in-823-
gengetopt-2.23+dfsg1/src/tests/Makefile.in-824-.cc.lo:
gengetopt-2.23+dfsg1/src/tests/Makefile.in:825:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
gengetopt-2.23+dfsg1/src/tests/Makefile.in-826-@am__fastdepCXX_TRUE@	$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
gengetopt-2.23+dfsg1/src/tests/Makefile.in-867-GTAGS:
gengetopt-2.23+dfsg1/src/tests/Makefile.in:868:	here=`$(am__cd) $(top_builddir) && pwd` \
gengetopt-2.23+dfsg1/src/tests/Makefile.in-869-	  && $(am__cd) $(top_srcdir) \
##############################################
gengetopt-2.23+dfsg1/src/tests/Makefile.in-910-	if test -n "$$redo_bases"; then \
gengetopt-2.23+dfsg1/src/tests/Makefile.in:911:	  redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
gengetopt-2.23+dfsg1/src/tests/Makefile.in:912:	  redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
gengetopt-2.23+dfsg1/src/tests/Makefile.in-913-	  if $(am__make_dryrun); then :; else \
##############################################
gengetopt-2.23+dfsg1/src/tests/Makefile.in-935-	ws='[ 	]'; \
gengetopt-2.23+dfsg1/src/tests/Makefile.in:936:	results=`for b in $$bases; do echo $$b.trs; done`; \
gengetopt-2.23+dfsg1/src/tests/Makefile.in-937-	test -n "$$results" || results=/dev/null; \
gengetopt-2.23+dfsg1/src/tests/Makefile.in:938:	all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
gengetopt-2.23+dfsg1/src/tests/Makefile.in:939:	pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
gengetopt-2.23+dfsg1/src/tests/Makefile.in:940:	fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
gengetopt-2.23+dfsg1/src/tests/Makefile.in:941:	skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
gengetopt-2.23+dfsg1/src/tests/Makefile.in:942:	xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
gengetopt-2.23+dfsg1/src/tests/Makefile.in:943:	xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
gengetopt-2.23+dfsg1/src/tests/Makefile.in:944:	error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
gengetopt-2.23+dfsg1/src/tests/Makefile.in:945:	if test `expr $$fail + $$xpass + $$error` -eq 0; then \
gengetopt-2.23+dfsg1/src/tests/Makefile.in-946-	  success=true; \
##############################################
gengetopt-2.23+dfsg1/src/tests/Makefile.in-1014-	@set +e; $(am__set_TESTS_bases); \
gengetopt-2.23+dfsg1/src/tests/Makefile.in:1015:	log_list=`for i in $$bases; do echo $$i.log; done`; \
gengetopt-2.23+dfsg1/src/tests/Makefile.in:1016:	trs_list=`for i in $$bases; do echo $$i.trs; done`; \
gengetopt-2.23+dfsg1/src/tests/Makefile.in:1017:	log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
gengetopt-2.23+dfsg1/src/tests/Makefile.in-1018-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
##############################################
gengetopt-2.23+dfsg1/src/tests/Makefile.in-1024-	         | $(am__list_recheck_tests)` || exit 1; \
gengetopt-2.23+dfsg1/src/tests/Makefile.in:1025:	log_list=`for i in $$bases; do echo $$i.log; done`; \
gengetopt-2.23+dfsg1/src/tests/Makefile.in:1026:	log_list=`echo $$log_list`; \
gengetopt-2.23+dfsg1/src/tests/Makefile.in-1027-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
##############################################
gengetopt-2.23+dfsg1/src/tests/Makefile.in-1056-distdir-am: $(DISTFILES)
gengetopt-2.23+dfsg1/src/tests/Makefile.in:1057:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gengetopt-2.23+dfsg1/src/tests/Makefile.in:1058:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gengetopt-2.23+dfsg1/src/tests/Makefile.in-1059-	list='$(DISTFILES)'; \
##############################################
gengetopt-2.23+dfsg1/src/tests/Makefile.in-1070-	  if test -d $$d/$$file; then \
gengetopt-2.23+dfsg1/src/tests/Makefile.in:1071:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gengetopt-2.23+dfsg1/src/tests/Makefile.in-1072-	    if test -d "$(distdir)/$$file"; then \
##############################################
gengetopt-2.23+dfsg1/doc/Makefile.in-68-  { \
gengetopt-2.23+dfsg1/doc/Makefile.in:69:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gengetopt-2.23+dfsg1/doc/Makefile.in-70-  }; \
##############################################
gengetopt-2.23+dfsg1/doc/Makefile.in-251-	"$(DESTDIR)$(gengetoptexamplesdir)"
gengetopt-2.23+dfsg1/doc/Makefile.in:252:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gengetopt-2.23+dfsg1/doc/Makefile.in-253-am__vpath_adj = case $$p in \
gengetopt-2.23+dfsg1/doc/Makefile.in:254:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gengetopt-2.23+dfsg1/doc/Makefile.in-255-    *) f=$$p;; \
gengetopt-2.23+dfsg1/doc/Makefile.in-256-  esac;
gengetopt-2.23+dfsg1/doc/Makefile.in:257:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gengetopt-2.23+dfsg1/doc/Makefile.in-258-am__install_max = 40
gengetopt-2.23+dfsg1/doc/Makefile.in-259-am__nobase_strip_setup = \
gengetopt-2.23+dfsg1/doc/Makefile.in:260:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gengetopt-2.23+dfsg1/doc/Makefile.in-261-am__nobase_strip = \
##############################################
gengetopt-2.23+dfsg1/doc/Makefile.in-757-.c.o:
gengetopt-2.23+dfsg1/doc/Makefile.in:758:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
gengetopt-2.23+dfsg1/doc/Makefile.in-759-@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
gengetopt-2.23+dfsg1/doc/Makefile.in-765-.c.obj:
gengetopt-2.23+dfsg1/doc/Makefile.in:766:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
gengetopt-2.23+dfsg1/doc/Makefile.in:767:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
gengetopt-2.23+dfsg1/doc/Makefile.in-768-@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
gengetopt-2.23+dfsg1/doc/Makefile.in-770-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gengetopt-2.23+dfsg1/doc/Makefile.in:771:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
gengetopt-2.23+dfsg1/doc/Makefile.in-772-
gengetopt-2.23+dfsg1/doc/Makefile.in-773-.c.lo:
gengetopt-2.23+dfsg1/doc/Makefile.in:774:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
gengetopt-2.23+dfsg1/doc/Makefile.in-775-@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
gengetopt-2.23+dfsg1/doc/Makefile.in-781-.cc.o:
gengetopt-2.23+dfsg1/doc/Makefile.in:782:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
gengetopt-2.23+dfsg1/doc/Makefile.in-783-@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
gengetopt-2.23+dfsg1/doc/Makefile.in-789-.cc.obj:
gengetopt-2.23+dfsg1/doc/Makefile.in:790:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
gengetopt-2.23+dfsg1/doc/Makefile.in:791:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
gengetopt-2.23+dfsg1/doc/Makefile.in-792-@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
gengetopt-2.23+dfsg1/doc/Makefile.in-794-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gengetopt-2.23+dfsg1/doc/Makefile.in:795:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
gengetopt-2.23+dfsg1/doc/Makefile.in-796-
gengetopt-2.23+dfsg1/doc/Makefile.in-797-.cc.lo:
gengetopt-2.23+dfsg1/doc/Makefile.in:798:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
gengetopt-2.23+dfsg1/doc/Makefile.in-799-@am__fastdepCXX_TRUE@	$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
gengetopt-2.23+dfsg1/doc/Makefile.in-819-	if $(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) \
gengetopt-2.23+dfsg1/doc/Makefile.in:820:	 -o $@ `test -f 'gengetopt.texi' || echo '$(srcdir)/'`gengetopt.texi; \
gengetopt-2.23+dfsg1/doc/Makefile.in-821-	then \
##############################################
gengetopt-2.23+dfsg1/doc/Makefile.in-824-	  rc=$$?; \
gengetopt-2.23+dfsg1/doc/Makefile.in:825:	  $$restore $$backupdir/* `echo "./$@" | sed 's|[^/]*$$||'`; \
gengetopt-2.23+dfsg1/doc/Makefile.in-826-	fi; \
##############################################
gengetopt-2.23+dfsg1/doc/Makefile.in-832-	$(TEXI2DVI) $(AM_V_texinfo) --build-dir=$(@:.dvi=.t2d) -o $@ $(AM_V_texidevnull) \
gengetopt-2.23+dfsg1/doc/Makefile.in:833:	`test -f 'gengetopt.texi' || echo '$(srcdir)/'`gengetopt.texi
gengetopt-2.23+dfsg1/doc/Makefile.in-834-
##############################################
gengetopt-2.23+dfsg1/doc/Makefile.in-838-	$(TEXI2PDF) $(AM_V_texinfo) --build-dir=$(@:.pdf=.t2p) -o $@ $(AM_V_texidevnull) \
gengetopt-2.23+dfsg1/doc/Makefile.in:839:	`test -f 'gengetopt.texi' || echo '$(srcdir)/'`gengetopt.texi
gengetopt-2.23+dfsg1/doc/Makefile.in-840-
##############################################
gengetopt-2.23+dfsg1/doc/Makefile.in-843-	$(AM_V_at)if $(MAKEINFOHTML) $(AM_MAKEINFOHTMLFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) \
gengetopt-2.23+dfsg1/doc/Makefile.in:844:	 -o $(@:.html=.htp) `test -f 'gengetopt.texi' || echo '$(srcdir)/'`gengetopt.texi; \
gengetopt-2.23+dfsg1/doc/Makefile.in-845-	then \
##############################################
gengetopt-2.23+dfsg1/doc/Makefile.in-852-	@(dir=.; test -f ./gengetopt.texi || dir=$(srcdir); \
gengetopt-2.23+dfsg1/doc/Makefile.in:853:	set `$(SHELL) $(top_srcdir)/build-aux/mdate-sh $$dir/gengetopt.texi`; \
gengetopt-2.23+dfsg1/doc/Makefile.in-854-	echo "@set UPDATED $$1 $$2 $$3"; \
##############################################
gengetopt-2.23+dfsg1/doc/Makefile.in-879-	if $(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) \
gengetopt-2.23+dfsg1/doc/Makefile.in:880:	 -o $@ `test -f 'index.texi' || echo '$(srcdir)/'`index.texi; \
gengetopt-2.23+dfsg1/doc/Makefile.in-881-	then \
##############################################
gengetopt-2.23+dfsg1/doc/Makefile.in-884-	  rc=$$?; \
gengetopt-2.23+dfsg1/doc/Makefile.in:885:	  $$restore $$backupdir/* `echo "./$@" | sed 's|[^/]*$$||'`; \
gengetopt-2.23+dfsg1/doc/Makefile.in-886-	fi; \
##############################################
gengetopt-2.23+dfsg1/doc/Makefile.in-892-	$(TEXI2DVI) $(AM_V_texinfo) --build-dir=$(@:.dvi=.t2d) -o $@ $(AM_V_texidevnull) \
gengetopt-2.23+dfsg1/doc/Makefile.in:893:	`test -f 'index.texi' || echo '$(srcdir)/'`index.texi
gengetopt-2.23+dfsg1/doc/Makefile.in-894-
##############################################
gengetopt-2.23+dfsg1/doc/Makefile.in-898-	$(TEXI2PDF) $(AM_V_texinfo) --build-dir=$(@:.pdf=.t2p) -o $@ $(AM_V_texidevnull) \
gengetopt-2.23+dfsg1/doc/Makefile.in:899:	`test -f 'index.texi' || echo '$(srcdir)/'`index.texi
gengetopt-2.23+dfsg1/doc/Makefile.in-900-
##############################################
gengetopt-2.23+dfsg1/doc/Makefile.in-903-	$(AM_V_at)if $(MAKEINFOHTML) $(AM_MAKEINFOHTMLFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) \
gengetopt-2.23+dfsg1/doc/Makefile.in:904:	 -o $(@:.html=.htp) `test -f 'index.texi' || echo '$(srcdir)/'`index.texi; \
gengetopt-2.23+dfsg1/doc/Makefile.in-905-	then \
##############################################
gengetopt-2.23+dfsg1/doc/Makefile.in-912-	@(dir=.; test -f ./index.texi || dir=$(srcdir); \
gengetopt-2.23+dfsg1/doc/Makefile.in:913:	set `$(SHELL) $(top_srcdir)/build-aux/mdate-sh $$dir/index.texi`; \
gengetopt-2.23+dfsg1/doc/Makefile.in-914-	echo "@set UPDATED $$1 $$2 $$3"; \
##############################################
gengetopt-2.23+dfsg1/doc/Makefile.in-956-	  for file in $$list; do \
gengetopt-2.23+dfsg1/doc/Makefile.in:957:	    relfile=`echo "$$file" | sed 's|^.*/||'`; \
gengetopt-2.23+dfsg1/doc/Makefile.in-958-	    echo " install-info --info-dir='$(DESTDIR)$(infodir)' --remove '$(DESTDIR)$(infodir)/$$relfile'"; \
##############################################
gengetopt-2.23+dfsg1/doc/Makefile.in-965-	for file in $$list; do \
gengetopt-2.23+dfsg1/doc/Makefile.in:966:	  relfile=`echo "$$file" | sed 's|^.*/||'`; \
gengetopt-2.23+dfsg1/doc/Makefile.in:967:	  relfile_i=`echo "$$relfile" | sed 's|\.info$$||;s|$$|.i|'`; \
gengetopt-2.23+dfsg1/doc/Makefile.in-968-	  (if test -d "$(DESTDIR)$(infodir)" && cd "$(DESTDIR)$(infodir)"; then \
##############################################
gengetopt-2.23+dfsg1/doc/Makefile.in-992-dist-info: $(INFO_DEPS)
gengetopt-2.23+dfsg1/doc/Makefile.in:993:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
gengetopt-2.23+dfsg1/doc/Makefile.in-994-	list='$(INFO_DEPS)'; \
##############################################
gengetopt-2.23+dfsg1/doc/Makefile.in-996-	  case $$base in \
gengetopt-2.23+dfsg1/doc/Makefile.in:997:	    $(srcdir)/*) base=`echo "$$base" | sed "s|^$$srcdirstrip/||"`;; \
gengetopt-2.23+dfsg1/doc/Makefile.in-998-	  esac; \
gengetopt-2.23+dfsg1/doc/Makefile.in-999-	  if test -f $$base; then d=.; else d=$(srcdir); fi; \
gengetopt-2.23+dfsg1/doc/Makefile.in:1000:	  base_i=`echo "$$base" | sed 's|\.info$$||;s|$$|.i|'`; \
gengetopt-2.23+dfsg1/doc/Makefile.in-1001-	  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 \
gengetopt-2.23+dfsg1/doc/Makefile.in-1002-	    if test -f $$file; then \
gengetopt-2.23+dfsg1/doc/Makefile.in:1003:	      relfile=`expr "$$file" : "$$d/\(.*\)"`; \
gengetopt-2.23+dfsg1/doc/Makefile.in-1004-	      test -f "$(distdir)/$$relfile" || \
##############################################
gengetopt-2.23+dfsg1/doc/Makefile.in-1020-	@list='$(INFO_DEPS)'; for i in $$list; do \
gengetopt-2.23+dfsg1/doc/Makefile.in:1021:	  i_i=`echo "$$i" | sed 's|\.info$$||;s|$$|.i|'`; \
gengetopt-2.23+dfsg1/doc/Makefile.in-1022-	  echo " rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]"; \
##############################################
gengetopt-2.23+dfsg1/doc/Makefile.in-1029-	test -n "$(man1dir)" \
gengetopt-2.23+dfsg1/doc/Makefile.in:1030:	  && test -n "`echo $$list1$$list2`" \
gengetopt-2.23+dfsg1/doc/Makefile.in-1031-	  || exit 0; \
##############################################
gengetopt-2.23+dfsg1/doc/Makefile.in-1086-	@list='$(gengetoptdoc_DATA)'; test -n "$(gengetoptdocdir)" || list=; \
gengetopt-2.23+dfsg1/doc/Makefile.in:1087:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gengetopt-2.23+dfsg1/doc/Makefile.in-1088-	dir='$(DESTDIR)$(gengetoptdocdir)'; $(am__uninstall_files_from_dir)
##############################################
gengetopt-2.23+dfsg1/doc/Makefile.in-1107-	@list='$(gengetoptexamples_DATA)'; test -n "$(gengetoptexamplesdir)" || list=; \
gengetopt-2.23+dfsg1/doc/Makefile.in:1108:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gengetopt-2.23+dfsg1/doc/Makefile.in-1109-	dir='$(DESTDIR)$(gengetoptexamplesdir)'; $(am__uninstall_files_from_dir)
##############################################
gengetopt-2.23+dfsg1/doc/Makefile.in-1140-GTAGS:
gengetopt-2.23+dfsg1/doc/Makefile.in:1141:	here=`$(am__cd) $(top_builddir) && pwd` \
gengetopt-2.23+dfsg1/doc/Makefile.in-1142-	  && $(am__cd) $(top_srcdir) \
##############################################
gengetopt-2.23+dfsg1/doc/Makefile.in-1166-distdir-am: $(DISTFILES)
gengetopt-2.23+dfsg1/doc/Makefile.in:1167:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gengetopt-2.23+dfsg1/doc/Makefile.in:1168:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gengetopt-2.23+dfsg1/doc/Makefile.in-1169-	list='$(DISTFILES)'; \
##############################################
gengetopt-2.23+dfsg1/doc/Makefile.in-1180-	  if test -d $$d/$$file; then \
gengetopt-2.23+dfsg1/doc/Makefile.in:1181:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gengetopt-2.23+dfsg1/doc/Makefile.in-1182-	    if test -d "$(distdir)/$$file"; then \
##############################################
gengetopt-2.23+dfsg1/doc/Makefile.in-1317-	@$(NORMAL_INSTALL)
gengetopt-2.23+dfsg1/doc/Makefile.in:1318:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
gengetopt-2.23+dfsg1/doc/Makefile.in-1319-	list='$(INFO_DEPS)'; test -n "$(infodir)" || list=; \
##############################################
gengetopt-2.23+dfsg1/doc/Makefile.in-1325-	  case $$file in \
gengetopt-2.23+dfsg1/doc/Makefile.in:1326:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
gengetopt-2.23+dfsg1/doc/Makefile.in-1327-	  esac; \
gengetopt-2.23+dfsg1/doc/Makefile.in-1328-	  if test -f $$file; then d=.; else d=$(srcdir); fi; \
gengetopt-2.23+dfsg1/doc/Makefile.in:1329:	  file_i=`echo "$$file" | sed 's|\.info$$||;s|$$|.i|'`; \
gengetopt-2.23+dfsg1/doc/Makefile.in-1330-	  for ifile in $$d/$$file $$d/$$file-[0-9] $$d/$$file-[0-9][0-9] \
##############################################
gengetopt-2.23+dfsg1/doc/Makefile.in-1343-	  for file in $$list; do \
gengetopt-2.23+dfsg1/doc/Makefile.in:1344:	    relfile=`echo "$$file" | sed 's|^.*/||'`; \
gengetopt-2.23+dfsg1/doc/Makefile.in-1345-	    echo " install-info --info-dir='$(DESTDIR)$(infodir)' '$(DESTDIR)$(infodir)/$$relfile'";\
##############################################
gengetopt-2.23+dfsg1/tests/Makefile.in-68-  { \
gengetopt-2.23+dfsg1/tests/Makefile.in:69:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gengetopt-2.23+dfsg1/tests/Makefile.in-70-  }; \
##############################################
gengetopt-2.23+dfsg1/tests/Makefile.in-723-  esac
gengetopt-2.23+dfsg1/tests/Makefile.in:724:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gengetopt-2.23+dfsg1/tests/Makefile.in-725-am__vpath_adj = case $$p in \
gengetopt-2.23+dfsg1/tests/Makefile.in:726:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gengetopt-2.23+dfsg1/tests/Makefile.in-727-    *) f=$$p;; \
gengetopt-2.23+dfsg1/tests/Makefile.in-728-  esac;
gengetopt-2.23+dfsg1/tests/Makefile.in:729:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gengetopt-2.23+dfsg1/tests/Makefile.in-730-am__install_max = 40
gengetopt-2.23+dfsg1/tests/Makefile.in-731-am__nobase_strip_setup = \
gengetopt-2.23+dfsg1/tests/Makefile.in:732:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gengetopt-2.23+dfsg1/tests/Makefile.in-733-am__nobase_strip = \
##############################################
gengetopt-2.23+dfsg1/tests/Makefile.in-894-case "$@" in						\
gengetopt-2.23+dfsg1/tests/Makefile.in:895:  */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;	\
gengetopt-2.23+dfsg1/tests/Makefile.in-896-    *) am__odir=.;; 					\
##############################################
gengetopt-2.23+dfsg1/tests/Makefile.in-924-  bases='$(TEST_LOGS)'; \
gengetopt-2.23+dfsg1/tests/Makefile.in:925:  bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
gengetopt-2.23+dfsg1/tests/Makefile.in:926:  bases=`echo $$bases`
gengetopt-2.23+dfsg1/tests/Makefile.in-927-RECHECK_LOGS = $(TEST_LOGS)
##############################################
gengetopt-2.23+dfsg1/tests/Makefile.in-975-        */*) b='$*';; \
gengetopt-2.23+dfsg1/tests/Makefile.in:976:          *) b=`echo '$@' | sed 's/\.log$$//'`; \
gengetopt-2.23+dfsg1/tests/Makefile.in-977-       esac;; \
##############################################
gengetopt-2.23+dfsg1/tests/Makefile.in-1857-	test -n "$(EXEEXT)" || exit 0; \
gengetopt-2.23+dfsg1/tests/Makefile.in:1858:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
gengetopt-2.23+dfsg1/tests/Makefile.in-1859-	echo " rm -f" $$list; \
##############################################
gengetopt-2.23+dfsg1/tests/Makefile.in-2112-.c.o:
gengetopt-2.23+dfsg1/tests/Makefile.in:2113:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
gengetopt-2.23+dfsg1/tests/Makefile.in-2114-@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
gengetopt-2.23+dfsg1/tests/Makefile.in-2120-.c.obj:
gengetopt-2.23+dfsg1/tests/Makefile.in:2121:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
gengetopt-2.23+dfsg1/tests/Makefile.in:2122:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
gengetopt-2.23+dfsg1/tests/Makefile.in-2123-@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
gengetopt-2.23+dfsg1/tests/Makefile.in-2125-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gengetopt-2.23+dfsg1/tests/Makefile.in:2126:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
gengetopt-2.23+dfsg1/tests/Makefile.in-2127-
gengetopt-2.23+dfsg1/tests/Makefile.in-2128-.c.lo:
gengetopt-2.23+dfsg1/tests/Makefile.in:2129:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
gengetopt-2.23+dfsg1/tests/Makefile.in-2130-@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
gengetopt-2.23+dfsg1/tests/Makefile.in-2136-.cc.o:
gengetopt-2.23+dfsg1/tests/Makefile.in:2137:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
gengetopt-2.23+dfsg1/tests/Makefile.in-2138-@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
gengetopt-2.23+dfsg1/tests/Makefile.in-2144-.cc.obj:
gengetopt-2.23+dfsg1/tests/Makefile.in:2145:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
gengetopt-2.23+dfsg1/tests/Makefile.in:2146:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
gengetopt-2.23+dfsg1/tests/Makefile.in-2147-@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
gengetopt-2.23+dfsg1/tests/Makefile.in-2149-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gengetopt-2.23+dfsg1/tests/Makefile.in:2150:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
gengetopt-2.23+dfsg1/tests/Makefile.in-2151-
gengetopt-2.23+dfsg1/tests/Makefile.in-2152-.cc.lo:
gengetopt-2.23+dfsg1/tests/Makefile.in:2153:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
gengetopt-2.23+dfsg1/tests/Makefile.in-2154-@am__fastdepCXX_TRUE@	$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
gengetopt-2.23+dfsg1/tests/Makefile.in-2183-	@list='$(gengetoptexamples_DATA)'; test -n "$(gengetoptexamplesdir)" || list=; \
gengetopt-2.23+dfsg1/tests/Makefile.in:2184:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gengetopt-2.23+dfsg1/tests/Makefile.in-2185-	dir='$(DESTDIR)$(gengetoptexamplesdir)'; $(am__uninstall_files_from_dir)
##############################################
gengetopt-2.23+dfsg1/tests/Makefile.in-2216-GTAGS:
gengetopt-2.23+dfsg1/tests/Makefile.in:2217:	here=`$(am__cd) $(top_builddir) && pwd` \
gengetopt-2.23+dfsg1/tests/Makefile.in-2218-	  && $(am__cd) $(top_srcdir) \
##############################################
gengetopt-2.23+dfsg1/tests/Makefile.in-2259-	if test -n "$$redo_bases"; then \
gengetopt-2.23+dfsg1/tests/Makefile.in:2260:	  redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
gengetopt-2.23+dfsg1/tests/Makefile.in:2261:	  redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
gengetopt-2.23+dfsg1/tests/Makefile.in-2262-	  if $(am__make_dryrun); then :; else \
##############################################
gengetopt-2.23+dfsg1/tests/Makefile.in-2284-	ws='[ 	]'; \
gengetopt-2.23+dfsg1/tests/Makefile.in:2285:	results=`for b in $$bases; do echo $$b.trs; done`; \
gengetopt-2.23+dfsg1/tests/Makefile.in-2286-	test -n "$$results" || results=/dev/null; \
gengetopt-2.23+dfsg1/tests/Makefile.in:2287:	all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
gengetopt-2.23+dfsg1/tests/Makefile.in:2288:	pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
gengetopt-2.23+dfsg1/tests/Makefile.in:2289:	fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
gengetopt-2.23+dfsg1/tests/Makefile.in:2290:	skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
gengetopt-2.23+dfsg1/tests/Makefile.in:2291:	xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
gengetopt-2.23+dfsg1/tests/Makefile.in:2292:	xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
gengetopt-2.23+dfsg1/tests/Makefile.in:2293:	error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
gengetopt-2.23+dfsg1/tests/Makefile.in:2294:	if test `expr $$fail + $$xpass + $$error` -eq 0; then \
gengetopt-2.23+dfsg1/tests/Makefile.in-2295-	  success=true; \
##############################################
gengetopt-2.23+dfsg1/tests/Makefile.in-2363-	@set +e; $(am__set_TESTS_bases); \
gengetopt-2.23+dfsg1/tests/Makefile.in:2364:	log_list=`for i in $$bases; do echo $$i.log; done`; \
gengetopt-2.23+dfsg1/tests/Makefile.in:2365:	trs_list=`for i in $$bases; do echo $$i.trs; done`; \
gengetopt-2.23+dfsg1/tests/Makefile.in:2366:	log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
gengetopt-2.23+dfsg1/tests/Makefile.in-2367-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
##############################################
gengetopt-2.23+dfsg1/tests/Makefile.in-2373-	         | $(am__list_recheck_tests)` || exit 1; \
gengetopt-2.23+dfsg1/tests/Makefile.in:2374:	log_list=`for i in $$bases; do echo $$i.log; done`; \
gengetopt-2.23+dfsg1/tests/Makefile.in:2375:	log_list=`echo $$log_list`; \
gengetopt-2.23+dfsg1/tests/Makefile.in-2376-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
##############################################
gengetopt-2.23+dfsg1/tests/Makefile.in-2748-distdir-am: $(DISTFILES)
gengetopt-2.23+dfsg1/tests/Makefile.in:2749:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gengetopt-2.23+dfsg1/tests/Makefile.in:2750:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gengetopt-2.23+dfsg1/tests/Makefile.in-2751-	list='$(DISTFILES)'; \
##############################################
gengetopt-2.23+dfsg1/tests/Makefile.in-2762-	  if test -d $$d/$$file; then \
gengetopt-2.23+dfsg1/tests/Makefile.in:2763:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gengetopt-2.23+dfsg1/tests/Makefile.in-2764-	    if test -d "$(distdir)/$$file"; then \
##############################################
gengetopt-2.23+dfsg1/debian/repack.sh-54-
gengetopt-2.23+dfsg1/debian/repack.sh:55:if [ `ls -1 "$UP_BASE" | wc -l` -eq 1 ]; then
gengetopt-2.23+dfsg1/debian/repack.sh-56-	# Tarball does contain a root directory
gengetopt-2.23+dfsg1/debian/repack.sh:57:	UP_BASE="$UP_BASE/`ls -1 "$UP_BASE"`"
gengetopt-2.23+dfsg1/debian/repack.sh-58-fi