===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
njam-1.25/missing-92-         from any GNU archive site."
njam-1.25/missing:93:    files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' $configure_ac`
njam-1.25/missing-94-    test -z "$files" && files="config.h"
##############################################
njam-1.25/missing-127-	*.y)
njam-1.25/missing:128:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
njam-1.25/missing-129-	    if [ -f "$SRCFILE" ]; then
##############################################
njam-1.25/missing-131-	    fi
njam-1.25/missing:132:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
njam-1.25/missing-133-	    if [ -f "$SRCFILE" ]; then
##############################################
njam-1.25/missing-157-	*.l)
njam-1.25/missing:158:	    SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
njam-1.25/missing-159-	    if [ -f "$SRCFILE" ]; then
##############################################
njam-1.25/missing-177-         the \`GNU make' package.  Grab either from any GNU archive site."
njam-1.25/missing:178:    file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
njam-1.25/missing-179-    if test -z "$file"; then
njam-1.25/missing:180:      file=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
njam-1.25/missing:181:      file=`sed -n '/^@setfilename/ { s/.* \([^ ]*\) *$/\1/; p; q; }' $file`
njam-1.25/missing-182-    fi
##############################################
njam-1.25/aclocal.m4-344-        dnl or AC_LIB_HAVE_LINKFLAGS call.
njam-1.25/aclocal.m4:345:        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
njam-1.25/aclocal.m4-346-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
njam-1.25/aclocal.m4-386-                -L*)
njam-1.25/aclocal.m4:387:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
njam-1.25/aclocal.m4-388-                  if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
##############################################
njam-1.25/aclocal.m4-503-              */lib | */lib/)
njam-1.25/aclocal.m4:504:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
njam-1.25/aclocal.m4-505-                additional_includedir="$basedir/include"
##############################################
njam-1.25/aclocal.m4-556-                  -L*)
njam-1.25/aclocal.m4:557:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
njam-1.25/aclocal.m4-558-                    dnl Potentially add $additional_libdir to $LIBNAME and $LTLIBNAME.
##############################################
njam-1.25/aclocal.m4-606-                  -R*)
njam-1.25/aclocal.m4:607:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
njam-1.25/aclocal.m4-608-                    if test "$enable_rpath" != no; then
##############################################
njam-1.25/aclocal.m4-636-                    dnl Handle this in the next round.
njam-1.25/aclocal.m4:637:                    names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
njam-1.25/aclocal.m4-638-                    ;;
##############################################
njam-1.25/aclocal.m4-642-                    dnl option.
njam-1.25/aclocal.m4:643:                    names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
njam-1.25/aclocal.m4-644-                    ;;
##############################################
njam-1.25/aclocal.m4-734-[# I'd rather use --version here, but apparently some GNU ld's only accept -v.
njam-1.25/aclocal.m4:735:case `$LD -v 2>&1 </dev/null` in
njam-1.25/aclocal.m4-736-*GNU* | *'with BFD'*)
##############################################
njam-1.25/aclocal.m4-770-    # gcc leaves a trailing carriage return which upsets mingw
njam-1.25/aclocal.m4:771:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
njam-1.25/aclocal.m4-772-  *)
njam-1.25/aclocal.m4:773:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
njam-1.25/aclocal.m4-774-  esac
##############################################
njam-1.25/aclocal.m4-779-      # Canonicalize the path of ld
njam-1.25/aclocal.m4:780:      ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
njam-1.25/aclocal.m4-781-      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
njam-1.25/aclocal.m4:782:	ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
njam-1.25/aclocal.m4-783-      done
##############################################
njam-1.25/aclocal.m4-809-      # Break only if it was the GNU/non-GNU ld that we prefer.
njam-1.25/aclocal.m4:810:      case `"$acl_cv_path_LD" -v 2>&1 < /dev/null` in
njam-1.25/aclocal.m4-811-      *GNU* | *'with BFD'*)
##############################################
njam-1.25/aclocal.m4-847-  *" <<$>>am_file "*<<)>>
njam-1.25/aclocal.m4:848:    echo timestamp > `echo <<$>>am_file | sed -e 's%:.*%%' -e 's%[^/]*$%%'`stamp-h$am_indx
njam-1.25/aclocal.m4-849-    ;;
njam-1.25/aclocal.m4-850-  esac
njam-1.25/aclocal.m4:851:  am_indx=`expr "<<$>>am_indx" + 1`
njam-1.25/aclocal.m4-852-done<<>>dnl>>)
##############################################
njam-1.25/aclocal.m4-871-dnl test to see if srcdir already configured
njam-1.25/aclocal.m4:872:if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
njam-1.25/aclocal.m4-873-  AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
##############################################
njam-1.25/aclocal.m4-880-dnl FIXME This is truly gross.
njam-1.25/aclocal.m4:881:missing_dir=`cd $ac_aux_dir && pwd`
njam-1.25/aclocal.m4-882-AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version}, $missing_dir)
##############################################
njam-1.25/aclocal.m4-932-if (
njam-1.25/aclocal.m4:933:   set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`
njam-1.25/aclocal.m4-934-   if test "[$]*" = "X"; then
njam-1.25/aclocal.m4-935-      # -L didn't work.
njam-1.25/aclocal.m4:936:      set X `ls -t $srcdir/configure conftestfile`
njam-1.25/aclocal.m4-937-   fi
##############################################
njam-1.25/config.sub-54-
njam-1.25/config.sub:55:me=`echo "$0" | sed -e 's,.*/,,'`
njam-1.25/config.sub-56-
##############################################
njam-1.25/config.sub-118-# Here we must recognize all the valid KERNEL-OS combinations.
njam-1.25/config.sub:119:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
njam-1.25/config.sub-120-case $maybe_os in
##############################################
njam-1.25/config.sub-123-    os=-$maybe_os
njam-1.25/config.sub:124:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
njam-1.25/config.sub-125-    ;;
njam-1.25/config.sub-126-  *)
njam-1.25/config.sub:127:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
njam-1.25/config.sub-128-    if [ $basic_machine != $1 ]
njam-1.25/config.sub:129:    then os=`echo $1 | sed 's/.*-/-/'`
njam-1.25/config.sub-130-    else os=; fi
##############################################
njam-1.25/config.sub-174-		os=-sco3.2v5
njam-1.25/config.sub:175:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
njam-1.25/config.sub-176-		;;
##############################################
njam-1.25/config.sub-178-		os=-sco3.2v4
njam-1.25/config.sub:179:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
njam-1.25/config.sub-180-		;;
njam-1.25/config.sub-181-	-sco3.2.[4-9]*)
njam-1.25/config.sub:182:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
njam-1.25/config.sub:183:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
njam-1.25/config.sub-184-		;;
##############################################
njam-1.25/config.sub-186-		# Don't forget version if it is 3.2v4 or newer.
njam-1.25/config.sub:187:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
njam-1.25/config.sub-188-		;;
##############################################
njam-1.25/config.sub-190-		os=-sco3.2v2
njam-1.25/config.sub:191:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
njam-1.25/config.sub-192-		;;
njam-1.25/config.sub-193-	-udk*)
njam-1.25/config.sub:194:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
njam-1.25/config.sub-195-		;;
##############################################
njam-1.25/config.sub-197-		os=-isc2.2
njam-1.25/config.sub:198:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
njam-1.25/config.sub-199-		;;
##############################################
njam-1.25/config.sub-203-	-isc*)
njam-1.25/config.sub:204:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
njam-1.25/config.sub-205-		;;
##############################################
njam-1.25/config.sub-209-	-ptx*)
njam-1.25/config.sub:210:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
njam-1.25/config.sub-211-		;;
njam-1.25/config.sub-212-	-windowsnt*)
njam-1.25/config.sub:213:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
njam-1.25/config.sub-214-		;;
##############################################
njam-1.25/config.sub-291-	*-*-*)
njam-1.25/config.sub:292:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
njam-1.25/config.sub-293-		exit 1
##############################################
njam-1.25/config.sub-390-	amd64-*)
njam-1.25/config.sub:391:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
njam-1.25/config.sub-392-		;;
##############################################
njam-1.25/config.sub-611-	i*86v32)
njam-1.25/config.sub:612:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
njam-1.25/config.sub-613-		os=-sysv32
##############################################
njam-1.25/config.sub-615-	i*86v4*)
njam-1.25/config.sub:616:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
njam-1.25/config.sub-617-		os=-sysv4
##############################################
njam-1.25/config.sub-619-	i*86v)
njam-1.25/config.sub:620:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
njam-1.25/config.sub-621-		os=-sysv
##############################################
njam-1.25/config.sub-623-	i*86sol2)
njam-1.25/config.sub:624:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
njam-1.25/config.sub-625-		os=-solaris2
##############################################
njam-1.25/config.sub-671-	mips3*-*)
njam-1.25/config.sub:672:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
njam-1.25/config.sub-673-		;;
njam-1.25/config.sub-674-	mips3*)
njam-1.25/config.sub:675:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
njam-1.25/config.sub-676-		;;
##############################################
njam-1.25/config.sub-809-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
njam-1.25/config.sub:810:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
njam-1.25/config.sub-811-		;;
njam-1.25/config.sub-812-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
njam-1.25/config.sub:813:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
njam-1.25/config.sub-814-		;;
njam-1.25/config.sub-815-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
njam-1.25/config.sub:816:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
njam-1.25/config.sub-817-		;;
njam-1.25/config.sub-818-	pentium4-*)
njam-1.25/config.sub:819:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
njam-1.25/config.sub-820-		;;
##############################################
njam-1.25/config.sub-827-		;;
njam-1.25/config.sub:828:	ppc-*)	basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
njam-1.25/config.sub-829-		;;
##############################################
njam-1.25/config.sub-833-	ppcle-* | powerpclittle-*)
njam-1.25/config.sub:834:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
njam-1.25/config.sub-835-		;;
##############################################
njam-1.25/config.sub-837-		;;
njam-1.25/config.sub:838:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
njam-1.25/config.sub-839-		;;
##############################################
njam-1.25/config.sub-843-	ppc64le-* | powerpc64little-*)
njam-1.25/config.sub:844:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
njam-1.25/config.sub-845-		;;
##############################################
njam-1.25/config.sub-1119-	*)
njam-1.25/config.sub:1120:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
njam-1.25/config.sub-1121-		exit 1
##############################################
njam-1.25/config.sub-1127-	*-digital*)
njam-1.25/config.sub:1128:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
njam-1.25/config.sub-1129-		;;
njam-1.25/config.sub-1130-	*-commodore*)
njam-1.25/config.sub:1131:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
njam-1.25/config.sub-1132-		;;
##############################################
njam-1.25/config.sub-1145-	-solaris1 | -solaris1.*)
njam-1.25/config.sub:1146:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
njam-1.25/config.sub-1147-		;;
##############################################
njam-1.25/config.sub-1157-	-gnu/linux*)
njam-1.25/config.sub:1158:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
njam-1.25/config.sub-1159-		;;
##############################################
njam-1.25/config.sub-1198-	-nto*)
njam-1.25/config.sub:1199:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
njam-1.25/config.sub-1200-		;;
##############################################
njam-1.25/config.sub-1205-	-mac*)
njam-1.25/config.sub:1206:		os=`echo $os | sed -e 's|mac|macos|'`
njam-1.25/config.sub-1207-		;;
##############################################
njam-1.25/config.sub-1211-	-linux*)
njam-1.25/config.sub:1212:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
njam-1.25/config.sub-1213-		;;
njam-1.25/config.sub-1214-	-sunos5*)
njam-1.25/config.sub:1215:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
njam-1.25/config.sub-1216-		;;
njam-1.25/config.sub-1217-	-sunos6*)
njam-1.25/config.sub:1218:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
njam-1.25/config.sub-1219-		;;
##############################################
njam-1.25/config.sub-1266-	-sinix5.*)
njam-1.25/config.sub:1267:		os=`echo $os | sed -e 's|sinix|sysv|'`
njam-1.25/config.sub-1268-		;;
##############################################
njam-1.25/config.sub-1317-		# Get rid of the `-' at the beginning of $os.
njam-1.25/config.sub:1318:		os=`echo $os | sed 's/[^-]*-//'`
njam-1.25/config.sub:1319:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
njam-1.25/config.sub-1320-		exit 1
##############################################
njam-1.25/config.sub-1556-		esac
njam-1.25/config.sub:1557:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
njam-1.25/config.sub-1558-		;;
##############################################
njam-1.25/config.guess-37-
njam-1.25/config.guess:38:me=`echo "$0" | sed -e 's,.*/,,'`
njam-1.25/config.guess-39-
##############################################
njam-1.25/config.guess-106-: ${TMPDIR=/tmp} ;
njam-1.25/config.guess:107: { tmp=`(umask 077 && mktemp -d -q "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
njam-1.25/config.guess-108- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
njam-1.25/config.guess-191-	    *)
njam-1.25/config.guess:192:		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
njam-1.25/config.guess-193-		;;
##############################################
njam-1.25/config.guess-250-	*4.0)
njam-1.25/config.guess:251:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
njam-1.25/config.guess-252-		;;
njam-1.25/config.guess-253-	*5.*)
njam-1.25/config.guess:254:	        UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
njam-1.25/config.guess-255-		;;
##############################################
njam-1.25/config.guess-260-	# types through head -n 1, so we only detect the type of CPU 0.
njam-1.25/config.guess:261:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
njam-1.25/config.guess-262-	case "$ALPHA_CPU_TYPE" in
##############################################
njam-1.25/config.guess-298-	# 1.2 uses "1.2" for uname -r.
njam-1.25/config.guess:299:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
njam-1.25/config.guess-300-	exit 0 ;;
##############################################
njam-1.25/config.guess-352-    sun4H:SunOS:5.*:*)
njam-1.25/config.guess:353:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
njam-1.25/config.guess-354-	exit 0 ;;
njam-1.25/config.guess-355-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
njam-1.25/config.guess:356:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
njam-1.25/config.guess-357-	exit 0 ;;
njam-1.25/config.guess-358-    i86pc:SunOS:5.*:*)
njam-1.25/config.guess:359:	echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
njam-1.25/config.guess-360-	exit 0 ;;
##############################################
njam-1.25/config.guess-364-	# it's likely to be more like Solaris than SunOS4.
njam-1.25/config.guess:365:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
njam-1.25/config.guess-366-	exit 0 ;;
##############################################
njam-1.25/config.guess-373-	# Japanese Language versions have a version number like `4.1.3-JL'.
njam-1.25/config.guess:374:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
njam-1.25/config.guess-375-	exit 0 ;;
##############################################
njam-1.25/config.guess-379-    sun*:*:4.2BSD:*)
njam-1.25/config.guess:380:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
njam-1.25/config.guess-381-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
njam-1.25/config.guess-461-	$CC_FOR_BUILD -o $dummy $dummy.c \
njam-1.25/config.guess:462:	  && $dummy `echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` \
njam-1.25/config.guess-463-	  && exit 0
##############################################
njam-1.25/config.guess-516-    *:IRIX*:*:*)
njam-1.25/config.guess:517:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
njam-1.25/config.guess-518-	exit 0 ;;
##############################################
njam-1.25/config.guess-555-    *:AIX:*:[45])
njam-1.25/config.guess:556:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
njam-1.25/config.guess-557-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
njam-1.25/config.guess-590-    9000/[34678]??:HP-UX:*:*)
njam-1.25/config.guess:591:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
njam-1.25/config.guess-592-	case "${UNAME_MACHINE}" in
##############################################
njam-1.25/config.guess-644-EOF
njam-1.25/config.guess:645:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
njam-1.25/config.guess-646-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
njam-1.25/config.guess-662-    ia64:HP-UX:*:*)
njam-1.25/config.guess:663:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
njam-1.25/config.guess-664-	echo ia64-hp-hpux${HPUX_REV}
##############################################
njam-1.25/config.guess-762-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
njam-1.25/config.guess:763:        FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
njam-1.25/config.guess-764-        echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
njam-1.25/config.guess-767-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
njam-1.25/config.guess:768:        FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
njam-1.25/config.guess-769-        echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
njam-1.25/config.guess-780-    *:FreeBSD:*:*)
njam-1.25/config.guess:781:	echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
njam-1.25/config.guess-782-	exit 0 ;;
##############################################
njam-1.25/config.guess-813-    prep*:SunOS:5.*:*)
njam-1.25/config.guess:814:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
njam-1.25/config.guess-815-	exit 0 ;;
##############################################
njam-1.25/config.guess-817-	# the GNU system
njam-1.25/config.guess:818:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
njam-1.25/config.guess-819-	exit 0 ;;
##############################################
njam-1.25/config.guess-821-	# other systems with GNU libc and userland
njam-1.25/config.guess:822:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu
njam-1.25/config.guess-823-	exit 0 ;;
##############################################
njam-1.25/config.guess-863-EOF
njam-1.25/config.guess:864:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=`
njam-1.25/config.guess-865-	test x"${CPU}" != x && echo "${CPU}-unknown-linux-gnu" && exit 0
##############################################
njam-1.25/config.guess-882-EOF
njam-1.25/config.guess:883:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=`
njam-1.25/config.guess-884-	test x"${CPU}" != x && echo "${CPU}-unknown-linux-gnu" && exit 0
##############################################
njam-1.25/config.guess-983-EOF
njam-1.25/config.guess:984:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=`
njam-1.25/config.guess-985-	test x"${LIBC}" != x && echo "${UNAME_MACHINE}-pc-linux-${LIBC}" && exit 0
##############################################
njam-1.25/config.guess-1022-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
njam-1.25/config.guess:1023:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
njam-1.25/config.guess-1024-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
njam-1.25/config.guess-1254-    *:DragonFly:*:*)
njam-1.25/config.guess:1255:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
njam-1.25/config.guess-1256-	exit 0 ;;
##############################################
njam-1.25/libtool-380-  :
njam-1.25/libtool:381:elif test "X`($echo '\t') 2>/dev/null`" = 'X\t'; then
njam-1.25/libtool-382-  # Yippee, $echo works!
##############################################
njam-1.25/libtool-398-# The name of this program.
njam-1.25/libtool:399:progname=`$echo "$0" | ${SED} 's%^.*/%%'`
njam-1.25/libtool-400-modename="$progname"
##############################################
njam-1.25/libtool-473-  win32_libid_type="unknown"
njam-1.25/libtool:474:  win32_fileres=`file -L $1 2>/dev/null`
njam-1.25/libtool-475-  case $win32_fileres in
##############################################
njam-1.25/libtool-514-  case $arg in
njam-1.25/libtool:515:  -*=*) optarg=`$echo "X$arg" | $Xsed -e 's/[-_a-zA-Z0-9]*=//'` ;;
njam-1.25/libtool-516-  *) optarg= ;;
##############################################
njam-1.25/libtool-545-	  # Evaluate the configuration.
njam-1.25/libtool:546:	  eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$tagname'$/,/^# ### END LIBTOOL TAG CONFIG: '$tagname'$/p' < $0`"
njam-1.25/libtool-547-	else
##############################################
njam-1.25/libtool-772-	-Wc,*)
njam-1.25/libtool:773:	  args=`$echo "X$arg" | $Xsed -e "s/^-Wc,//"`
njam-1.25/libtool-774-	  lastarg=
##############################################
njam-1.25/libtool-789-	  IFS="$save_ifs"
njam-1.25/libtool:790:	  lastarg=`$echo "X$lastarg" | $Xsed -e "s/^ //"`
njam-1.25/libtool-791-
##############################################
njam-1.25/libtool-808-      # Aesthetically quote the previous argument.
njam-1.25/libtool:809:      lastarg=`$echo "X$lastarg" | $Xsed -e "$sed_quote_subst"`
njam-1.25/libtool-810-
##############################################
njam-1.25/libtool-833-      # Get the name of the library object.
njam-1.25/libtool:834:      [ -z "$libobj" ] && libobj=`$echo "X$srcfile" | $Xsed -e 's%^.*/%%'`
njam-1.25/libtool-835-      ;;
##############################################
njam-1.25/libtool-844-    *.ads) xform=ads ;;
njam-1.25/libtool:845:    *.asm) xform=asm ;;
njam-1.25/libtool-846-    *.c++) xform=c++ ;;
##############################################
njam-1.25/libtool-856-
njam-1.25/libtool:857:    libobj=`$echo "X$libobj" | $Xsed -e "s/\.$xform$/.lo/"`
njam-1.25/libtool-858-
njam-1.25/libtool-859-    case $libobj in
njam-1.25/libtool:860:    *.lo) obj=`$echo "X$libobj" | $Xsed -e "$lo2o"` ;;
njam-1.25/libtool-861-    *)
##############################################
njam-1.25/libtool-874-      # but not from the CC environment variable when configure was run.
njam-1.25/libtool:875:      " $CC "* | "$CC "* | " `$echo $CC` "* | "`$echo $CC` "*) ;;
njam-1.25/libtool-876-      # Blanks at the start of $base_compile will cause this to fail
##############################################
njam-1.25/libtool-881-	    # Evaluate the configuration.
njam-1.25/libtool:882:	    eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $0`"
njam-1.25/libtool-883-	    case "$base_compile " in
njam-1.25/libtool:884:	    "$CC "* | " $CC "* | "`$echo $CC` "* | " `$echo $CC` "*)
njam-1.25/libtool-885-	      # The compiler in the base compile command matches
##############################################
njam-1.25/libtool-926-
njam-1.25/libtool:927:    objname=`$echo "X$obj" | $Xsed -e 's%^.*/%%'`
njam-1.25/libtool:928:    xdir=`$echo "X$obj" | $Xsed -e 's%/[^/]*$%%'`
njam-1.25/libtool-929-    if test "X$xdir" = "X$obj"; then
##############################################
njam-1.25/libtool-965-    if test "$compiler_c_o" = no; then
njam-1.25/libtool:966:      output_obj=`$echo "X$srcfile" | $Xsed -e 's%^.*/%%' -e 's%\.[^.]*$%%'`.${objext}
njam-1.25/libtool-967-      lockfile="$output_obj.lock"
##############################################
njam-1.25/libtool-986-*** ERROR, $lockfile exists and contains:
njam-1.25/libtool:987:`cat $lockfile 2>/dev/null`
njam-1.25/libtool-988-
##############################################
njam-1.25/libtool-1055-      if test "$need_locks" = warn &&
njam-1.25/libtool:1056:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
njam-1.25/libtool-1057-	$echo "\
njam-1.25/libtool-1058-*** ERROR, $lockfile contains:
njam-1.25/libtool:1059:`cat $lockfile 2>/dev/null`
njam-1.25/libtool-1060-
##############################################
njam-1.25/libtool-1127-      if test "$need_locks" = warn &&
njam-1.25/libtool:1128:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
njam-1.25/libtool-1129-	$echo "\
njam-1.25/libtool-1130-*** ERROR, $lockfile contains:
njam-1.25/libtool:1131:`cat $lockfile 2>/dev/null`
njam-1.25/libtool-1132-
##############################################
njam-1.25/libtool-1260-      # but not from the CC environment variable when configure was run.
njam-1.25/libtool:1261:      "$CC "* | " $CC "* | "`$echo $CC` "* | " `$echo $CC` "*) ;;
njam-1.25/libtool-1262-      # Blanks at the start of $base_compile will cause this to fail
##############################################
njam-1.25/libtool-1267-	    # Evaluate the configuration.
njam-1.25/libtool:1268:	    eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $0`"
njam-1.25/libtool-1269-	    case $base_compile in
njam-1.25/libtool:1270:	    "$CC "* | " $CC "* | "`$echo $CC` "* | " `$echo $CC` "*)
njam-1.25/libtool-1271-	      # The compiler in $compile_command matches
##############################################
njam-1.25/libtool-1327-      *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \	]*|*]*|"")
njam-1.25/libtool:1328:	qarg=\"`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`\" ### testsuite: skip nested quoting test
njam-1.25/libtool-1329-	;;
##############################################
njam-1.25/libtool-1411-	    moreargs=
njam-1.25/libtool:1412:	    for fil in `cat $save_arg`
njam-1.25/libtool-1413-	    do
##############################################
njam-1.25/libtool-1438-		# Extract subdirectory from the argument.
njam-1.25/libtool:1439:		xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'`
njam-1.25/libtool-1440-		if test "X$xdir" = "X$arg"; then
##############################################
njam-1.25/libtool-1492-		  # Extract subdirectory from the argument.
njam-1.25/libtool:1493:		  xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'`
njam-1.25/libtool-1494-		  if test "X$xdir" = "X$arg"; then
##############################################
njam-1.25/libtool-1499-
njam-1.25/libtool:1500:		  pic_object=`$echo "X${xdir}${objdir}/${arg}" | $Xsed -e "$lo2o"`
njam-1.25/libtool:1501:		  non_pic_object=`$echo "X${xdir}${arg}" | $Xsed -e "$lo2o"`
njam-1.25/libtool-1502-		  libobjs="$libobjs $pic_object"
##############################################
njam-1.25/libtool-1636-      -L*)
njam-1.25/libtool:1637:	dir=`$echo "X$arg" | $Xsed -e 's/^-L//'`
njam-1.25/libtool-1638-	# We need an absolute path.
##############################################
njam-1.25/libtool-1641-	*)
njam-1.25/libtool:1642:	  absdir=`cd "$dir" && pwd`
njam-1.25/libtool-1643-	  if test -z "$absdir"; then
##############################################
njam-1.25/libtool-1718-	# to be aesthetically quoted because they are evaled later.
njam-1.25/libtool:1719:	arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
njam-1.25/libtool-1720-	case $arg in
##############################################
njam-1.25/libtool-1784-      -R*)
njam-1.25/libtool:1785:	dir=`$echo "X$arg" | $Xsed -e 's/^-R//'`
njam-1.25/libtool-1786-	# We need an absolute path.
##############################################
njam-1.25/libtool-1825-      -Wc,*)
njam-1.25/libtool:1826:	args=`$echo "X$arg" | $Xsed -e "$sed_quote_subst" -e 's/^-Wc,//'`
njam-1.25/libtool-1827-	arg=
##############################################
njam-1.25/libtool-1839-	IFS="$save_ifs"
njam-1.25/libtool:1840:	arg=`$echo "X$arg" | $Xsed -e "s/^ //"`
njam-1.25/libtool-1841-	;;
##############################################
njam-1.25/libtool-1843-      -Wl,*)
njam-1.25/libtool:1844:	args=`$echo "X$arg" | $Xsed -e "$sed_quote_subst" -e 's/^-Wl,//'`
njam-1.25/libtool-1845-	arg=
##############################################
njam-1.25/libtool-1858-	IFS="$save_ifs"
njam-1.25/libtool:1859:	arg=`$echo "X$arg" | $Xsed -e "s/^ //"`
njam-1.25/libtool-1860-	;;
##############################################
njam-1.25/libtool-1880-	# to be aesthetically quoted because they are evaled later.
njam-1.25/libtool:1881:	arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
njam-1.25/libtool-1882-	case $arg in
##############################################
njam-1.25/libtool-1917-	  # Extract subdirectory from the argument.
njam-1.25/libtool:1918:	  xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'`
njam-1.25/libtool-1919-	  if test "X$xdir" = "X$arg"; then
##############################################
njam-1.25/libtool-1971-	    # Extract subdirectory from the argument.
njam-1.25/libtool:1972:	    xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'`
njam-1.25/libtool-1973-	    if test "X$xdir" = "X$arg"; then
##############################################
njam-1.25/libtool-1978-
njam-1.25/libtool:1979:	    pic_object=`$echo "X${xdir}${objdir}/${arg}" | $Xsed -e "$lo2o"`
njam-1.25/libtool:1980:	    non_pic_object=`$echo "X${xdir}${arg}" | $Xsed -e "$lo2o"`
njam-1.25/libtool-1981-	    libobjs="$libobjs $pic_object"
##############################################
njam-1.25/libtool-2014-	# to be aesthetically quoted because they are evaled later.
njam-1.25/libtool:2015:	arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
njam-1.25/libtool-2016-	case $arg in
##############################################
njam-1.25/libtool-2044-    # calculate the name of the file, without its directory
njam-1.25/libtool:2045:    outputname=`$echo "X$output" | $Xsed -e 's%^.*/%%'`
njam-1.25/libtool-2046-    libobjs_save="$libobjs"
##############################################
njam-1.25/libtool-2049-      # get the directories listed in $shlibpath_var
njam-1.25/libtool:2050:      eval shlib_search_path=\`\$echo \"X\${$shlibpath_var}\" \| \$Xsed -e \'s/:/ /g\'\`
njam-1.25/libtool-2051-    else
##############################################
njam-1.25/libtool-2056-
njam-1.25/libtool:2057:    output_objdir=`$echo "X$output" | $Xsed -e 's%/[^/]*$%%'`
njam-1.25/libtool-2058-    if test "X$output_objdir" = "X$output"; then
##############################################
njam-1.25/libtool-2196-	  fi
njam-1.25/libtool:2197:	  name=`$echo "X$deplib" | $Xsed -e 's/^-l//'`
njam-1.25/libtool-2198-	  for searchdir in $newlib_search_path $lib_search_path $sys_lib_search_path $shlib_search_path; do
##############################################
njam-1.25/libtool-2240-		    found=no
njam-1.25/libtool:2241:		    ladir=`$echo "X$lib" | $Xsed -e 's%/[^/]*$%%'`
njam-1.25/libtool-2242-		    test "X$ladir" = "X$lib" && ladir="."
##############################################
njam-1.25/libtool-2265-	    newdependency_libs="$deplib $newdependency_libs"
njam-1.25/libtool:2266:	    newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'`
njam-1.25/libtool-2267-	    ;;
##############################################
njam-1.25/libtool-2274-	      deplibs="$deplib $deplibs"
njam-1.25/libtool:2275:	      newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'`
njam-1.25/libtool-2276-	    else
##############################################
njam-1.25/libtool-2288-	  if test "$pass" = link; then
njam-1.25/libtool:2289:	    dir=`$echo "X$deplib" | $Xsed -e 's/^-R//'`
njam-1.25/libtool-2290-	    # Make sure the xrpath contains only unique directories.
##############################################
njam-1.25/libtool-2367-
njam-1.25/libtool:2368:	ladir=`$echo "X$lib" | $Xsed -e 's%/[^/]*$%%'`
njam-1.25/libtool-2369-	test "X$ladir" = "X$lib" && ladir="."
##############################################
njam-1.25/libtool-2455-	*)
njam-1.25/libtool:2456:	  abs_ladir=`cd "$ladir" && pwd`
njam-1.25/libtool-2457-	  if test -z "$abs_ladir"; then
##############################################
njam-1.25/libtool-2463-	esac
njam-1.25/libtool:2464:	laname=`$echo "X$lib" | $Xsed -e 's%^.*/%%'`
njam-1.25/libtool-2465-
##############################################
njam-1.25/libtool-2482-	fi # $installed = yes
njam-1.25/libtool:2483:	name=`$echo "X$laname" | $Xsed -e 's/\.la$//' -e 's/^lib//'`
njam-1.25/libtool-2484-
##############################################
njam-1.25/libtool-2529-	    case $deplib in
njam-1.25/libtool:2530:	    -L*) newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'`;; ### testsuite: skip nested quoting test
njam-1.25/libtool-2531-	    esac
##############################################
njam-1.25/libtool-2643-	    shift; shift
njam-1.25/libtool:2644:	    libname=`eval \\$echo \"$libname_spec\"`
njam-1.25/libtool-2645-	    # use dlname if we got it. it's perfectly good, no?
##############################################
njam-1.25/libtool-2651-	      *cygwin* | mingw*)
njam-1.25/libtool:2652:		major=`expr $current - $age`
njam-1.25/libtool-2653-		versuffix="-$major"
##############################################
njam-1.25/libtool-2662-	    soroot="$soname"
njam-1.25/libtool:2663:	    soname=`$echo $soroot | ${SED} -e 's/^.*\///'`
njam-1.25/libtool:2664:	    newlib="libimp-`$echo $soname | ${SED} 's/^lib//;s/\.dll$//'`.a"
njam-1.25/libtool-2665-
##############################################
njam-1.25/libtool-2889-	      case $libdir in
njam-1.25/libtool:2890:	      -R*) temp_xrpath=`$echo "X$libdir" | $Xsed -e 's/^-R//'`
njam-1.25/libtool-2891-		   case " $xrpath " in
##############################################
njam-1.25/libtool-2921-	      *.la)
njam-1.25/libtool:2922:		dir=`$echo "X$deplib" | $Xsed -e 's%/[^/]*$%%'`
njam-1.25/libtool-2923-		test "X$dir" = "X$deplib" && dir="."
##############################################
njam-1.25/libtool-2927-		*)
njam-1.25/libtool:2928:		  absdir=`cd "$dir" && pwd`
njam-1.25/libtool-2929-		  if test -z "$absdir"; then
##############################################
njam-1.25/libtool-2937-		else
njam-1.25/libtool:2938:		  eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
njam-1.25/libtool-2939-		  if test -z "$libdir"; then
##############################################
njam-1.25/libtool-2951-		  # we do not want to link against static libs, but need to link against shared
njam-1.25/libtool:2952:		  eval deplibrary_names=`${SED} -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
njam-1.25/libtool-2953-		  if test -n "$deplibrary_names" ; then
##############################################
njam-1.25/libtool-2977-		 # Again, we only want to link against shared libraries
njam-1.25/libtool:2978:		 eval tmp_libs=`$echo "X$deplib" | $Xsed -e "s,^\-l,,"`
njam-1.25/libtool-2979-		 for tmp in $newlib_search_path ; do
##############################################
njam-1.25/libtool-3143-      lib*)
njam-1.25/libtool:3144:	name=`$echo "X$outputname" | $Xsed -e 's/\.la$//' -e 's/^lib//'`
njam-1.25/libtool-3145-	eval shared_ext=\"$shrext\"
##############################################
njam-1.25/libtool-3149-	if test "$module" = no; then
njam-1.25/libtool:3150:	  $echo "$modename: libtool library \`$output' must begin with \`lib'" 1>&2
njam-1.25/libtool-3151-	  $echo "$help" 1>&2
##############################################
njam-1.25/libtool-3155-	  # Add the "lib" prefix for modules if required
njam-1.25/libtool:3156:	  name=`$echo "X$outputname" | $Xsed -e 's/\.la$//'`
njam-1.25/libtool-3157-	  eval shared_ext=\"$shrext\"
##############################################
njam-1.25/libtool-3159-	else
njam-1.25/libtool:3160:	  libname=`$echo "X$outputname" | $Xsed -e 's/\.la$//'`
njam-1.25/libtool-3161-	fi
##############################################
njam-1.25/libtool-3236-	  darwin|linux|osf|windows)
njam-1.25/libtool:3237:	    current=`expr $number_major + $number_minor`
njam-1.25/libtool-3238-	    age="$number_minor"
##############################################
njam-1.25/libtool-3246-	  irix|nonstopux)
njam-1.25/libtool:3247:	    current=`expr $number_major + $number_minor - 1`
njam-1.25/libtool-3248-	    age="$number_minor"
##############################################
njam-1.25/libtool-3288-	if test "$age" -gt "$current"; then
njam-1.25/libtool:3289:	  $echo "$modename: AGE \`$age' is greater than the current interface number \`$current'" 1>&2
njam-1.25/libtool-3290-	  $echo "$modename: \`$vinfo' is not valid version information" 1>&2
##############################################
njam-1.25/libtool-3303-	  # verstring for coding it into the library header
njam-1.25/libtool:3304:	  major=.`expr $current - $age`
njam-1.25/libtool-3305-	  versuffix="$major.$age.$revision"
njam-1.25/libtool-3306-	  # Darwin ld doesn't like 0 for these options...
njam-1.25/libtool:3307:	  minor_current=`expr $current + 1`
njam-1.25/libtool-3308-	  verstring="-compatibility_version $minor_current -current_version $minor_current.$revision"
##############################################
njam-1.25/libtool-3321-	irix | nonstopux)
njam-1.25/libtool:3322:	  major=`expr $current - $age + 1`
njam-1.25/libtool-3323-
##############################################
njam-1.25/libtool-3332-	  while test "$loop" -ne 0; do
njam-1.25/libtool:3333:	    iface=`expr $revision - $loop`
njam-1.25/libtool:3334:	    loop=`expr $loop - 1`
njam-1.25/libtool-3335-	    verstring="$verstring_prefix$major.$iface:$verstring"
##############################################
njam-1.25/libtool-3343-	linux)
njam-1.25/libtool:3344:	  major=.`expr $current - $age`
njam-1.25/libtool-3345-	  versuffix="$major.$age.$revision"
##############################################
njam-1.25/libtool-3348-	osf)
njam-1.25/libtool:3349:	  major=.`expr $current - $age`
njam-1.25/libtool-3350-	  versuffix=".$current.$age.$revision"
##############################################
njam-1.25/libtool-3355-	  while test "$loop" -ne 0; do
njam-1.25/libtool:3356:	    iface=`expr $current - $loop`
njam-1.25/libtool:3357:	    loop=`expr $loop - 1`
njam-1.25/libtool-3358-	    verstring="$verstring:${iface}.0"
##############################################
njam-1.25/libtool-3372-	  # extension on DOS 8.3 filesystems.
njam-1.25/libtool:3373:	  major=`expr $current - $age`
njam-1.25/libtool-3374-	  versuffix="-$major"
##############################################
njam-1.25/libtool-3427-	removelist=
njam-1.25/libtool:3428:	tempremovelist=`$echo "$output_objdir/*"`
njam-1.25/libtool-3429-	for p in $tempremovelist; do
##############################################
njam-1.25/libtool-3449-	# Transform .lo files to .o files.
njam-1.25/libtool:3450:	oldobjs="$objs "`$echo "X$libobjs" | $SP2NL | $Xsed -e '/\.'${libext}'$/d' -e "$lo2o" | $NL2SP`
njam-1.25/libtool-3451-      fi
##############################################
njam-1.25/libtool-3454-      for path in $notinst_path; do
njam-1.25/libtool:3455:	lib_search_path=`$echo "$lib_search_path " | ${SED} -e 's% $path % %g'`
njam-1.25/libtool:3456:	deplibs=`$echo "$deplibs " | ${SED} -e 's% -L$path % %g'`
njam-1.25/libtool:3457:	dependency_libs=`$echo "$dependency_libs " | ${SED} -e 's% -L$path % %g'`
njam-1.25/libtool-3458-      done
##############################################
njam-1.25/libtool-3557-	    for i in $deplibs; do
njam-1.25/libtool:3558:	      name="`expr $i : '-l\(.*\)'`"
njam-1.25/libtool-3559-	      # If $name is empty we are operating on a -L argument.
##############################################
njam-1.25/libtool-3569-		if test -n "$i" ; then
njam-1.25/libtool:3570:		  libname=`eval \\$echo \"$libname_spec\"`
njam-1.25/libtool:3571:		  deplib_matches=`eval \\$echo \"$library_names_spec\"`
njam-1.25/libtool-3572-		  set dummy $deplib_matches
njam-1.25/libtool-3573-		  deplib_match=$2
njam-1.25/libtool:3574:		  if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
njam-1.25/libtool-3575-		    newdeplibs="$newdeplibs $i"
##############################################
njam-1.25/libtool-3594-	    for i in $deplibs; do
njam-1.25/libtool:3595:	      name="`expr $i : '-l\(.*\)'`"
njam-1.25/libtool-3596-	      # If $name is empty we are operating on a -L argument.
##############################################
njam-1.25/libtool-3611-		  if test -n "$i" ; then
njam-1.25/libtool:3612:		    libname=`eval \\$echo \"$libname_spec\"`
njam-1.25/libtool:3613:		    deplib_matches=`eval \\$echo \"$library_names_spec\"`
njam-1.25/libtool-3614-		    set dummy $deplib_matches
njam-1.25/libtool-3615-		    deplib_match=$2
njam-1.25/libtool:3616:		    if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
njam-1.25/libtool-3617-		      newdeplibs="$newdeplibs $i"
##############################################
njam-1.25/libtool-3644-	  set dummy $deplibs_check_method
njam-1.25/libtool:3645:	  file_magic_regex=`expr "$deplibs_check_method" : "$2 \(.*\)"`
njam-1.25/libtool-3646-	  for a_deplib in $deplibs; do
njam-1.25/libtool:3647:	    name="`expr $a_deplib : '-l\(.*\)'`"
njam-1.25/libtool-3648-	    # If $name is empty we are operating on a -L argument.
##############################################
njam-1.25/libtool-3658-	      if test -n "$a_deplib" ; then
njam-1.25/libtool:3659:		libname=`eval \\$echo \"$libname_spec\"`
njam-1.25/libtool-3660-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
njam-1.25/libtool:3661:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
njam-1.25/libtool-3662-		  for potent_lib in $potential_libs; do
##############################################
njam-1.25/libtool-3674-		      while test -h "$potlib" 2>/dev/null; do
njam-1.25/libtool:3675:			potliblink=`ls -ld $potlib | ${SED} 's/.* -> //'`
njam-1.25/libtool-3676-			case $potliblink in
njam-1.25/libtool-3677-			[\\/]* | [A-Za-z]:[\\/]*) potlib="$potliblink";;
njam-1.25/libtool:3678:			*) potlib=`$echo "X$potlib" | $Xsed -e 's,[^/]*$,,'`"$potliblink";;
njam-1.25/libtool-3679-			esac
##############################################
njam-1.25/libtool-3713-	  set dummy $deplibs_check_method
njam-1.25/libtool:3714:	  match_pattern_regex=`expr "$deplibs_check_method" : "$2 \(.*\)"`
njam-1.25/libtool-3715-	  for a_deplib in $deplibs; do
njam-1.25/libtool:3716:	    name="`expr $a_deplib : '-l\(.*\)'`"
njam-1.25/libtool-3717-	    # If $name is empty we are operating on a -L argument.
##############################################
njam-1.25/libtool-3727-	      if test -n "$a_deplib" ; then
njam-1.25/libtool:3728:		libname=`eval \\$echo \"$libname_spec\"`
njam-1.25/libtool-3729-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
njam-1.25/libtool:3730:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
njam-1.25/libtool-3731-		  for potent_lib in $potential_libs; do
##############################################
njam-1.25/libtool-3770-	      # can't use Xsed below, because $i might contain '/'
njam-1.25/libtool:3771:	      tmp_deplibs=`$echo "X $tmp_deplibs" | ${SED} -e "1s,^X,," -e "s,$i,,"`
njam-1.25/libtool-3772-	    done
##############################################
njam-1.25/libtool-3795-	  # On Rhapsody replace the C library is the System framework
njam-1.25/libtool:3796:	  newdeplibs=`$echo "X $newdeplibs" | $Xsed -e 's/ -lc / -framework System /'`
njam-1.25/libtool-3797-	  ;;
##############################################
njam-1.25/libtool-3934-	# Use standard objects if they are pic
njam-1.25/libtool:3935:	test -z "$pic_flag" && libobjs=`$echo "X$libobjs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
njam-1.25/libtool-3936-
##############################################
njam-1.25/libtool-3946-	      IFS="$save_ifs"
njam-1.25/libtool:3947:	      if len=`expr "X$cmd" : ".*"` &&
njam-1.25/libtool-3948-	       test "$len" -le "$max_cmd_len" || test "$max_cmd_len" -le -1; then
##############################################
njam-1.25/libtool-4004-	      esac
njam-1.25/libtool:4005:	      xlib=`$echo "X$xlib" | $Xsed -e 's%^.*/%%'`
njam-1.25/libtool-4006-	      xdir="$gentop/$xlib"
##############################################
njam-1.25/libtool-4035-		   do
njam-1.25/libtool:4036:		     name_to=`$echo "X$name_to" | $Xsed -e "s/\([^.]*\)/\1-$i/"`
njam-1.25/libtool-4037-		   done
##############################################
njam-1.25/libtool-4039-		   $run eval "(cd \$xdir && $AR xN $i \$xabs '$name' && $mv '$name' '$name_to')" || exit $?
njam-1.25/libtool:4040:		   i=`expr $i + 1`
njam-1.25/libtool-4041-		  done
##############################################
njam-1.25/libtool-4044-
njam-1.25/libtool:4045:	      libobjs="$libobjs "`find $xdir -name \*.$objext -print -o -name \*.lo -print | $NL2SP`
njam-1.25/libtool-4046-	    done
##############################################
njam-1.25/libtool-4074-
njam-1.25/libtool:4075:	if test "X$skipped_export" != "X:" && len=`expr "X$cmds" : ".*"` &&
njam-1.25/libtool-4076-	   test "$len" -le "$max_cmd_len" || test "$max_cmd_len" -le -1; then
##############################################
njam-1.25/libtool-4108-	    if test "X$objlist" = X ||
njam-1.25/libtool:4109:	       { len=`expr "X$test_cmds" : ".*"` &&
njam-1.25/libtool-4110-		 test "$len" -le "$max_cmd_len"; }; then
##############################################
njam-1.25/libtool-4123-	      last_robj=$output_objdir/$save_output-${k}.$objext
njam-1.25/libtool:4124:	      k=`expr $k + 1`
njam-1.25/libtool-4125-	      output=$output_objdir/$save_output-${k}.$objext
##############################################
njam-1.25/libtool-4149-	  do
njam-1.25/libtool:4150:	    i=`expr $i + 1`
njam-1.25/libtool-4151-	    delfiles="$delfiles $output_objdir/$save_output-${i}.$objext"
##############################################
njam-1.25/libtool-4247-	libobj="$output"
njam-1.25/libtool:4248:	obj=`$echo "X$output" | $Xsed -e "$lo2o"`
njam-1.25/libtool-4249-	;;
##############################################
njam-1.25/libtool-4289-	    esac
njam-1.25/libtool:4290:	    xlib=`$echo "X$xlib" | $Xsed -e 's%^.*/%%'`
njam-1.25/libtool-4291-	    xdir="$gentop/$xlib"
##############################################
njam-1.25/libtool-4320-		 do
njam-1.25/libtool:4321:		   name_to=`$echo "X$name_to" | $Xsed -e "s/\([^.]*\)/\1-$i/"`
njam-1.25/libtool-4322-		 done
##############################################
njam-1.25/libtool-4324-		 $run eval "(cd \$xdir && $AR xN $i \$xabs '$name' && $mv '$name' '$name_to')" || exit $?
njam-1.25/libtool:4325:		 i=`expr $i + 1`
njam-1.25/libtool-4326-		done
##############################################
njam-1.25/libtool-4329-
njam-1.25/libtool:4330:	    reload_conv_objs="$reload_objs "`find $xdir -name \*.$objext -print -o -name \*.lo -print | $NL2SP`
njam-1.25/libtool-4331-	  done
##############################################
njam-1.25/libtool-4335-      # Create the old-style object.
njam-1.25/libtool:4336:      reload_objs="$objs$old_deplibs "`$echo "X$libobjs" | $SP2NL | $Xsed -e '/\.'${libext}$'/d' -e '/\.lib$/d' -e "$lo2o" | $NL2SP`" $reload_conv_objs" ### testsuite: skip nested quoting test
njam-1.25/libtool-4337-
##############################################
njam-1.25/libtool-4394-      case $host in
njam-1.25/libtool:4395:	*cygwin*) output=`$echo $output | ${SED} -e 's,.exe$,,;s,$,.exe,'` ;;
njam-1.25/libtool-4396-      esac
##############################################
njam-1.25/libtool-4414-	# On Rhapsody replace the C library is the System framework
njam-1.25/libtool:4415:	compile_deplibs=`$echo "X $compile_deplibs" | $Xsed -e 's/ -lc / -framework System /'`
njam-1.25/libtool:4416:	finalize_deplibs=`$echo "X $finalize_deplibs" | $Xsed -e 's/ -lc / -framework System /'`
njam-1.25/libtool-4417-	;;
##############################################
njam-1.25/libtool-4526-	# Transform all the library objects into standard objects.
njam-1.25/libtool:4527:	compile_command=`$echo "X$compile_command" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
njam-1.25/libtool:4528:	finalize_command=`$echo "X$finalize_command" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
njam-1.25/libtool-4529-      fi
##############################################
njam-1.25/libtool-4572-	    # Add our own program objects to the symbol list.
njam-1.25/libtool:4573:	    progfiles=`$echo "X$objs$old_deplibs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
njam-1.25/libtool-4574-	    for arg in $progfiles; do
##############################################
njam-1.25/libtool-4602-	    $show "extracting global C symbols from \`$arg'"
njam-1.25/libtool:4603:	    name=`$echo "$arg" | ${SED} -e 's%^.*/%%'`
njam-1.25/libtool-4604-	    $run eval '$echo ": $name " >> "$nlist"'
##############################################
njam-1.25/libtool-4702-	  # Transform the symbol file into the correct name.
njam-1.25/libtool:4703:	  compile_command=`$echo "X$compile_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}S.${objext}%"`
njam-1.25/libtool:4704:	  finalize_command=`$echo "X$finalize_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}S.${objext}%"`
njam-1.25/libtool-4705-	  ;;
##############################################
njam-1.25/libtool-4716-	# Nullify the symbol file.
njam-1.25/libtool:4717:	compile_command=`$echo "X$compile_command" | $Xsed -e "s% @SYMFILE@%%"`
njam-1.25/libtool:4718:	finalize_command=`$echo "X$finalize_command" | $Xsed -e "s% @SYMFILE@%%"`
njam-1.25/libtool-4719-      fi
##############################################
njam-1.25/libtool-4722-	# Replace the output file specification.
njam-1.25/libtool:4723:	compile_command=`$echo "X$compile_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'`
njam-1.25/libtool-4724-	link_command="$compile_command$compile_rpath"
##############################################
njam-1.25/libtool-4789-	# Replace the output file specification.
njam-1.25/libtool:4790:	link_command=`$echo "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'`
njam-1.25/libtool-4791-	# Delete the old output file.
##############################################
njam-1.25/libtool-4809-	  if test "$fast_install" = yes; then
njam-1.25/libtool:4810:	    relink_command=`$echo "X$compile_var$compile_command$compile_rpath" | $Xsed -e 's%@OUTPUT@%\$progdir/\$file%g'`
njam-1.25/libtool-4811-	  else
##############################################
njam-1.25/libtool-4821-      # Replace the output file specification.
njam-1.25/libtool:4822:      link_command=`$echo "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
njam-1.25/libtool-4823-
##############################################
njam-1.25/libtool-4841-	  else
njam-1.25/libtool:4842:	    var_value=`$echo "X$var_value" | $Xsed -e "$sed_quote_subst"`
njam-1.25/libtool-4843-	    relink_command="$var=\"$var_value\"; export $var; $relink_command"
##############################################
njam-1.25/libtool-4846-	relink_command="(cd `pwd`; $relink_command)"
njam-1.25/libtool:4847:	relink_command=`$echo "X$relink_command" | $Xsed -e "$sed_quote_subst"`
njam-1.25/libtool-4848-      fi
##############################################
njam-1.25/libtool-4855-	esac
njam-1.25/libtool:4856:	qecho=`$echo "X$qecho" | $Xsed -e "$sed_quote_subst"`
njam-1.25/libtool-4857-      else
njam-1.25/libtool:4858:	qecho=`$echo "X$echo" | $Xsed -e "$sed_quote_subst"`
njam-1.25/libtool-4859-      fi
##############################################
njam-1.25/libtool-4865-	case $output in
njam-1.25/libtool:4866:	  *.exe) output=`$echo $output|${SED} 's,.exe$,,'` ;;
njam-1.25/libtool-4867-	esac
##############################################
njam-1.25/libtool-4871-	    exeext=.exe
njam-1.25/libtool:4872:	    outputname=`$echo $outputname|${SED} 's,.exe$,,'` ;;
njam-1.25/libtool-4873-	  *) exeext= ;;
##############################################
njam-1.25/libtool-4876-	  *cygwin* | *mingw* )
njam-1.25/libtool:4877:	    cwrappersource=`$echo ${objdir}/lt-${output}.c`
njam-1.25/libtool:4878:	    cwrapper=`$echo ${output}.exe`
njam-1.25/libtool-4879-	    $rm $cwrappersource $cwrapper
##############################################
njam-1.25/libtool-5126-      shift
njam-1.25/libtool:5127:    elif test \"X\`(\$echo '\t') 2>/dev/null\`\" = 'X\t'; then
njam-1.25/libtool-5128-      # Yippee, \$echo works!
##############################################
njam-1.25/libtool-5138-  # Find the directory that this script lives in.
njam-1.25/libtool:5139:  thisdir=\`\$echo \"X\$file\" | \$Xsed -e 's%/[^/]*$%%'\`
njam-1.25/libtool-5140-  test \"x\$thisdir\" = \"x\$file\" && thisdir=.
##############################################
njam-1.25/libtool-5142-  # Follow symbolic links until we get to the real thisdir.
njam-1.25/libtool:5143:  file=\`ls -ld \"\$file\" | ${SED} -n 's/.*-> //p'\`
njam-1.25/libtool-5144-  while test -n \"\$file\"; do
njam-1.25/libtool:5145:    destdir=\`\$echo \"X\$file\" | \$Xsed -e 's%/[^/]*\$%%'\`
njam-1.25/libtool-5146-
##############################################
njam-1.25/libtool-5154-
njam-1.25/libtool:5155:    file=\`\$echo \"X\$file\" | \$Xsed -e 's%^.*/%%'\`
njam-1.25/libtool:5156:    file=\`ls -ld \"\$thisdir/\$file\" | ${SED} -n 's/.*-> //p'\`
njam-1.25/libtool-5157-  done
##############################################
njam-1.25/libtool-5159-  # Try to get the absolute directory name.
njam-1.25/libtool:5160:  absdir=\`cd \"\$thisdir\" && pwd\`
njam-1.25/libtool-5161-  test -n \"\$absdir\" && thisdir=\"\$absdir\"
##############################################
njam-1.25/libtool-5169-  if test ! -f \"\$progdir/\$program\" || \\
njam-1.25/libtool:5170:     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | ${SED} 1q\`; \\
njam-1.25/libtool-5171-       test \"X\$file\" != \"X\$progdir/\$program\"; }; then
##############################################
njam-1.25/libtool-5184-    if test -n \"\$relink_command\"; then
njam-1.25/libtool:5185:      if relink_command_output=\`eval \$relink_command 2>&1\`; then :
njam-1.25/libtool-5186-      else
##############################################
njam-1.25/libtool-5216-    # The second colon is a workaround for a bug in BeOS R4 sed
njam-1.25/libtool:5217:    $shlibpath_var=\`\$echo \"X\$$shlibpath_var\" | \$Xsed -e 's/::*\$//'\`
njam-1.25/libtool-5218-
##############################################
njam-1.25/libtool-5303-	  esac
njam-1.25/libtool:5304:	  xlib=`$echo "X$xlib" | $Xsed -e 's%^.*/%%'`
njam-1.25/libtool-5305-	  xdir="$gentop/$xlib"
##############################################
njam-1.25/libtool-5334-	       do
njam-1.25/libtool:5335:		 name_to=`$echo "X$name_to" | $Xsed -e "s/\([^.]*\)/\1-$i/"`
njam-1.25/libtool-5336-	       done
##############################################
njam-1.25/libtool-5338-	       $run eval "(cd \$xdir && $AR xN $i \$xabs '$name' && $mv '$name' '$name_to')" || exit $?
njam-1.25/libtool:5339:	       i=`expr $i + 1`
njam-1.25/libtool-5340-	      done
##############################################
njam-1.25/libtool-5343-
njam-1.25/libtool:5344:	  oldobjs="$oldobjs "`find $xdir -name \*.${objext} -print -o -name \*.lo -print | $NL2SP`
njam-1.25/libtool-5345-	done
##############################################
njam-1.25/libtool-5353-
njam-1.25/libtool:5354:	if len=`expr "X$cmds" : ".*"` &&
njam-1.25/libtool-5355-	     test "$len" -le "$max_cmd_len" || test "$max_cmd_len" -le -1; then
##############################################
njam-1.25/libtool-5388-	    eval test_cmds=\"$old_archive_cmds\"
njam-1.25/libtool:5389:	    if len=`expr "X$test_cmds" : ".*"` &&
njam-1.25/libtool-5390-	       test "$len" -le "$max_cmd_len"; then
##############################################
njam-1.25/libtool-5439-	else
njam-1.25/libtool:5440:	  var_value=`$echo "X$var_value" | $Xsed -e "$sed_quote_subst"`
njam-1.25/libtool-5441-	  relink_command="$var=\"$var_value\"; export $var; $relink_command"
##############################################
njam-1.25/libtool-5445-      relink_command="(cd `pwd`; $SHELL $0 $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
njam-1.25/libtool:5446:      relink_command=`$echo "X$relink_command" | $Xsed -e "$sed_quote_subst"`
njam-1.25/libtool-5447-      if test "$hardcode_automatic" = yes ; then
##############################################
njam-1.25/libtool-5462-	      *.la)
njam-1.25/libtool:5463:		name=`$echo "X$deplib" | $Xsed -e 's%^.*/%%'`
njam-1.25/libtool:5464:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
njam-1.25/libtool-5465-		if test -z "$libdir"; then
##############################################
njam-1.25/libtool-5476-	    for lib in $dlfiles; do
njam-1.25/libtool:5477:	      name=`$echo "X$lib" | $Xsed -e 's%^.*/%%'`
njam-1.25/libtool:5478:	      eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
njam-1.25/libtool-5479-	      if test -z "$libdir"; then
##############################################
njam-1.25/libtool-5487-	    for lib in $dlprefiles; do
njam-1.25/libtool:5488:	      name=`$echo "X$lib" | $Xsed -e 's%^.*/%%'`
njam-1.25/libtool:5489:	      eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
njam-1.25/libtool-5490-	      if test -z "$libdir"; then
##############################################
njam-1.25/libtool-5584-      # Aesthetically quote it.
njam-1.25/libtool:5585:      arg=`$echo "X$nonopt" | $Xsed -e "$sed_quote_subst"`
njam-1.25/libtool-5586-      case $arg in
##############################################
njam-1.25/libtool-5600-    # Aesthetically quote it.
njam-1.25/libtool:5601:    arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
njam-1.25/libtool-5602-    case $arg in
##############################################
njam-1.25/libtool-5648-      # Aesthetically quote the argument.
njam-1.25/libtool:5649:      arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
njam-1.25/libtool-5650-      case $arg in
##############################################
njam-1.25/libtool-5680-    # Strip any trailing slash from the destination.
njam-1.25/libtool:5681:    dest=`$echo "X$dest" | $Xsed -e 's%/$%%'`
njam-1.25/libtool-5682-
##############################################
njam-1.25/libtool-5688-    else
njam-1.25/libtool:5689:      destdir=`$echo "X$dest" | $Xsed -e 's%/[^/]*$%%'`
njam-1.25/libtool-5690-      test "X$destdir" = "X$dest" && destdir=.
njam-1.25/libtool:5691:      destname=`$echo "X$dest" | $Xsed -e 's%^.*/%%'`
njam-1.25/libtool-5692-
##############################################
njam-1.25/libtool-5764-
njam-1.25/libtool:5765:	dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`/
njam-1.25/libtool-5766-	test "X$dir" = "X$file/" && dir=
##############################################
njam-1.25/libtool-5770-	  # Determine the prefix the user has applied to our future dir.
njam-1.25/libtool:5771:	  inst_prefix_dir=`$echo "$destdir" | $SED "s%$libdir\$%%"`
njam-1.25/libtool-5772-
##############################################
njam-1.25/libtool-5785-	    # Stick the inst_prefix_dir data into the link command.
njam-1.25/libtool:5786:	    relink_command=`$echo "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
njam-1.25/libtool-5787-	  else
njam-1.25/libtool:5788:	    relink_command=`$echo "$relink_command" | $SED "s%@inst_prefix_dir@%%"`
njam-1.25/libtool-5789-	  fi
##############################################
njam-1.25/libtool-5841-	# Install the pseudo-library for information purposes.
njam-1.25/libtool:5842:	name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
njam-1.25/libtool-5843-	instname="$dir/$name"i
##############################################
njam-1.25/libtool-5857-	else
njam-1.25/libtool:5858:	  destfile=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
njam-1.25/libtool-5859-	  destfile="$destdir/$destfile"
##############################################
njam-1.25/libtool-5864-	*.lo)
njam-1.25/libtool:5865:	  staticdest=`$echo "X$destfile" | $Xsed -e "$lo2o"`
njam-1.25/libtool-5866-	  ;;
##############################################
njam-1.25/libtool-5886-	  # Deduce the name of the old-style object file.
njam-1.25/libtool:5887:	  staticobj=`$echo "X$file" | $Xsed -e "$lo2o"`
njam-1.25/libtool-5888-
##############################################
njam-1.25/libtool-5899-	else
njam-1.25/libtool:5900:	  destfile=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
njam-1.25/libtool-5901-	  destfile="$destdir/$destfile"
##############################################
njam-1.25/libtool-5910-	    if test ! -f "$file"; then
njam-1.25/libtool:5911:	      file=`$echo $file|${SED} 's,.exe$,,'`
njam-1.25/libtool-5912-	      stripped_ext=".exe"
##############################################
njam-1.25/libtool-5919-	*cygwin*|*mingw*)
njam-1.25/libtool:5920:	    wrapper=`$echo $file | ${SED} -e 's,.exe$,,'`
njam-1.25/libtool-5921-	    ;;
##############################################
njam-1.25/libtool-5959-	    fi
njam-1.25/libtool:5960:	    libfile="$libdir/"`$echo "X$lib" | $Xsed -e 's%^.*/%%g'` ### testsuite: skip nested quoting test
njam-1.25/libtool-5961-	    if test -n "$libdir" && test ! -f "$libfile"; then
njam-1.25/libtool:5962:	      $echo "$modename: warning: \`$lib' has not been installed in \`$libdir'" 1>&2
njam-1.25/libtool-5963-	      finalize=no
##############################################
njam-1.25/libtool-5991-	      fi
njam-1.25/libtool:5992:	      file=`$echo "X$file$stripped_ext" | $Xsed -e 's%^.*/%%'`
njam-1.25/libtool-5993-	      outputname="$tmpdir/$file"
njam-1.25/libtool-5994-	      # Replace the output file specification.
njam-1.25/libtool:5995:	      relink_command=`$echo "X$relink_command" | $Xsed -e 's%@OUTPUT@%'"$outputname"'%g'`
njam-1.25/libtool-5996-
##############################################
njam-1.25/libtool-6009-	    # Install the binary that we compiled earlier.
njam-1.25/libtool:6010:	    file=`$echo "X$file$stripped_ext" | $Xsed -e "s%\([^/]*\)$%$objdir/\1%"`
njam-1.25/libtool-6011-	  fi
##############################################
njam-1.25/libtool-6025-	  *:*.exe)
njam-1.25/libtool:6026:	    destfile=`$echo $destfile | ${SED} -e 's,.exe$,,'`
njam-1.25/libtool-6027-	    ;;
##############################################
njam-1.25/libtool-6038-    for file in $staticlibs; do
njam-1.25/libtool:6039:      name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
njam-1.25/libtool-6040-
##############################################
njam-1.25/libtool-6193-	  # Warn if it was a shared library.
njam-1.25/libtool:6194:	  test -n "$library_names" && $echo "$modename: warning: \`$file' was not linked with \`-export-dynamic'"
njam-1.25/libtool-6195-	  continue
##############################################
njam-1.25/libtool-6197-
njam-1.25/libtool:6198:	dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`
njam-1.25/libtool-6199-	test "X$dir" = "X$file" && dir=.
##############################################
njam-1.25/libtool-6203-	else
njam-1.25/libtool:6204:	  $echo "$modename: cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'" 1>&2
njam-1.25/libtool-6205-	  exit 1
##############################################
njam-1.25/libtool-6210-	# Just add the directory containing the .lo file.
njam-1.25/libtool:6211:	dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`
njam-1.25/libtool-6212-	test "X$dir" = "X$file" && dir=.
##############################################
njam-1.25/libtool-6221-      # Get the absolute pathname.
njam-1.25/libtool:6222:      absdir=`cd "$dir" && pwd`
njam-1.25/libtool-6223-      test -n "$absdir" && dir="$absdir"
##############################################
njam-1.25/libtool-6257-      # Quote arguments (to preserve shell metacharacters).
njam-1.25/libtool:6258:      file=`$echo "X$file" | $Xsed -e "$sed_quote_subst"`
njam-1.25/libtool-6259-      args="$args \"$file\""
##############################################
njam-1.25/libtool-6319-    for file in $files; do
njam-1.25/libtool:6320:      dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`
njam-1.25/libtool-6321-      if test "X$dir" = "X$file"; then
##############################################
njam-1.25/libtool-6326-      fi
njam-1.25/libtool:6327:      name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
njam-1.25/libtool-6328-      test "$mode" = uninstall && objdir="$dir"
##############################################
njam-1.25/libtool-6425-	  *.exe) 
njam-1.25/libtool:6426:	    file=`$echo $file|${SED} 's,.exe$,,'`
njam-1.25/libtool:6427:	    noexename=`$echo $name|${SED} 's,.exe$,,'`
njam-1.25/libtool-6428-	    # $file with .exe has already been added to rmfiles,
##############################################
njam-1.25/libtool-6697-# ### BEGIN LIBTOOL TAG CONFIG: disable-static
njam-1.25/libtool:6698:build_old_libs=`case $build_libtool_libs in yes) $echo no;; *) $echo yes;; esac`
njam-1.25/libtool-6699-# ### END LIBTOOL TAG CONFIG: disable-static
##############################################
njam-1.25/Makefile.in-155-	dot_seen=no; \
njam-1.25/Makefile.in:156:	target=`echo $@ | sed s/-recursive//`; \
njam-1.25/Makefile.in-157-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
njam-1.25/Makefile.in-180-	test "$$dot_seen" = "no" && rev=". $$rev"; \
njam-1.25/Makefile.in:181:	target=`echo $@ | sed s/-recursive//`; \
njam-1.25/Makefile.in-182-	for subdir in $$rev; do \
##############################################
njam-1.25/Makefile.in-241-	mkdir $(distdir)/=inst
njam-1.25/Makefile.in:242:	dc_install_base=`cd $(distdir)/=inst && pwd`; \
njam-1.25/Makefile.in-243-	cd $(distdir)/=build \
##############################################
njam-1.25/Makefile.in-252-	@banner="$(distdir).tar.gz is ready for distribution"; \
njam-1.25/Makefile.in:253:	dashes=`echo "$$banner" | sed s/./=/g`; \
njam-1.25/Makefile.in-254-	echo "$$dashes"; \
##############################################
njam-1.25/Makefile.in-268-	-chmod 777 $(distdir)
njam-1.25/Makefile.in:269:	here=`cd $(top_builddir) && pwd`; \
njam-1.25/Makefile.in:270:	top_distdir=`cd $(distdir) && pwd`; \
njam-1.25/Makefile.in:271:	distdir=`cd $(distdir) && pwd`; \
njam-1.25/Makefile.in-272-	cd $(top_srcdir) \
##############################################
njam-1.25/configure-43-do
njam-1.25/configure:44:  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
njam-1.25/configure-45-    eval $as_var=C; export $as_var
##############################################
njam-1.25/configure-101-  as_lineno_2=$LINENO
njam-1.25/configure:102:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
njam-1.25/configure-103-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
njam-1.25/configure-140-  as_lineno_2=$LINENO
njam-1.25/configure:141:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
njam-1.25/configure-142-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
njam-1.25/configure-362-
njam-1.25/configure:363:  ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
njam-1.25/configure-364-
##############################################
njam-1.25/configure-395-  -disable-* | --disable-*)
njam-1.25/configure:396:    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
njam-1.25/configure-397-    # Reject names that are not valid shell variable names.
##############################################
njam-1.25/configure-400-   { (exit 1); exit 1; }; }
njam-1.25/configure:401:    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
njam-1.25/configure-402-    eval "enable_$ac_feature=no" ;;
##############################################
njam-1.25/configure-404-  -enable-* | --enable-*)
njam-1.25/configure:405:    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
njam-1.25/configure-406-    # Reject names that are not valid shell variable names.
##############################################
njam-1.25/configure-409-   { (exit 1); exit 1; }; }
njam-1.25/configure:410:    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
njam-1.25/configure-411-    case $ac_option in
njam-1.25/configure:412:      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
njam-1.25/configure-413-      *) ac_optarg=yes ;;
##############################################
njam-1.25/configure-586-  -with-* | --with-*)
njam-1.25/configure:587:    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
njam-1.25/configure-588-    # Reject names that are not valid shell variable names.
##############################################
njam-1.25/configure-591-   { (exit 1); exit 1; }; }
njam-1.25/configure:592:    ac_package=`echo $ac_package| sed 's/-/_/g'`
njam-1.25/configure-593-    case $ac_option in
njam-1.25/configure:594:      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
njam-1.25/configure-595-      *) ac_optarg=yes ;;
##############################################
njam-1.25/configure-599-  -without-* | --without-*)
njam-1.25/configure:600:    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
njam-1.25/configure-601-    # Reject names that are not valid shell variable names.
##############################################
njam-1.25/configure-604-   { (exit 1); exit 1; }; }
njam-1.25/configure:605:    ac_package=`echo $ac_package | sed 's/-/_/g'`
njam-1.25/configure-606-    eval "with_$ac_package=no" ;;
##############################################
njam-1.25/configure-631-  *=*)
njam-1.25/configure:632:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
njam-1.25/configure-633-    # Reject names that are not valid shell variable names.
##############################################
njam-1.25/configure-636-   { (exit 1); exit 1; }; }
njam-1.25/configure:637:    ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
njam-1.25/configure-638-    eval "$ac_envvar='$ac_optarg'"
##############################################
njam-1.25/configure-652-if test -n "$ac_prev"; then
njam-1.25/configure:653:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
njam-1.25/configure-654-  { echo "$as_me: error: missing argument to $ac_option" >&2
##############################################
njam-1.25/configure-660-do
njam-1.25/configure:661:  eval ac_val=$`echo $ac_var`
njam-1.25/configure-662-  case $ac_val in
##############################################
njam-1.25/configure-672-do
njam-1.25/configure:673:  eval ac_val=$`echo $ac_var`
njam-1.25/configure-674-  case $ac_val in
##############################################
njam-1.25/configure-739-   { (exit 1); exit 1; }; }
njam-1.25/configure:740:srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
njam-1.25/configure-741-ac_env_build_alias_set=${build_alias+set}
##############################################
njam-1.25/configure-818-By default, \`make install' will install all the files in
njam-1.25/configure:819:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
njam-1.25/configure:820:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
njam-1.25/configure-821-for instance \`--prefix=\$HOME'.
##############################################
njam-1.25/configure-882-if test "$ac_dir" != .; then
njam-1.25/configure:883:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
njam-1.25/configure-884-  # A "../" for each directory in $ac_dir_suffix.
njam-1.25/configure:885:  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
njam-1.25/configure-886-else
##############################################
njam-1.25/configure-895-    else
njam-1.25/configure:896:       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
njam-1.25/configure-897-    fi ;;
##############################################
njam-1.25/configure-1049-    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
njam-1.25/configure:1050:      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
njam-1.25/configure-1051-    esac
##############################################
njam-1.25/configure-1121-    do
njam-1.25/configure:1122:      eval ac_val=$`echo $ac_var`
njam-1.25/configure-1123-      echo "$ac_var='"'"'$ac_val'"'"'"
##############################################
njam-1.25/configure-1135-      do
njam-1.25/configure:1136:	eval ac_val=$`echo $ac_var`
njam-1.25/configure-1137-	echo "$ac_var='"'"'$ac_val'"'"'"
##############################################
njam-1.25/configure-1242-    set,)
njam-1.25/configure:1243:      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
njam-1.25/configure:1244:echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
njam-1.25/configure-1245-      ac_cache_corrupted=: ;;
##############################################
njam-1.25/configure-1265-    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
njam-1.25/configure:1266:      ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
njam-1.25/configure-1267-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
njam-1.25/configure-1429-if (
njam-1.25/configure:1430:   set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`
njam-1.25/configure-1431-   if test "$*" = "X"; then
njam-1.25/configure-1432-      # -L didn't work.
njam-1.25/configure:1433:      set X `ls -t $srcdir/configure conftestfile`
njam-1.25/configure-1434-   fi
##############################################
njam-1.25/configure-1473-_ACEOF
njam-1.25/configure:1474:program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
njam-1.25/configure-1475-rm conftest.sed
##############################################
njam-1.25/configure-1478-echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
njam-1.25/configure:1479:set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
njam-1.25/configure-1480-if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
##############################################
njam-1.25/configure-1487-# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
njam-1.25/configure:1488:eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
njam-1.25/configure-1489-if test -n "$ac_maketemp"; then
##############################################
njam-1.25/configure-1495-fi
njam-1.25/configure:1496:if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
njam-1.25/configure-1497-  echo "$as_me:$LINENO: result: yes" >&5
##############################################
njam-1.25/configure-1510-
njam-1.25/configure:1511:if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
njam-1.25/configure-1512-  { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
##############################################
njam-1.25/configure-1527-
njam-1.25/configure:1528:missing_dir=`cd $ac_aux_dir && pwd`
njam-1.25/configure-1529-echo "$as_me:$LINENO: checking for working aclocal-${am__api_version}" >&5
##############################################
njam-1.25/configure-1928-     "checking for C compiler version" >&5
njam-1.25/configure:1929:ac_compiler=`set X $ac_compile; echo $2`
njam-1.25/configure-1930-{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
##############################################
njam-1.25/configure-1967-echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
njam-1.25/configure:1968:ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
njam-1.25/configure-1969-if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
##############################################
njam-1.25/configure-1995-    *.* )
njam-1.25/configure:1996:	ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
njam-1.25/configure-1997-	# FIXME: I believe we export ac_cv_exeext for Libtool,
##############################################
njam-1.25/configure-2075-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
njam-1.25/configure:2076:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
njam-1.25/configure-2077-	  export ac_cv_exeext
##############################################
njam-1.25/configure-2125-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
njam-1.25/configure:2126:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
njam-1.25/configure-2127-       break;;
##############################################
njam-1.25/configure-2203-echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
njam-1.25/configure:2204:GCC=`test $ac_compiler_gnu = yes && echo yes`
njam-1.25/configure-2205-ac_test_CFLAGS=${CFLAGS+set}
##############################################
njam-1.25/configure-2864-     "checking for C++ compiler version" >&5
njam-1.25/configure:2865:ac_compiler=`set X $ac_compile; echo $2`
njam-1.25/configure-2866-{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
##############################################
njam-1.25/configure-2938-echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6
njam-1.25/configure:2939:GXX=`test $ac_compiler_gnu = yes && echo yes`
njam-1.25/configure-2940-ac_test_CXXFLAGS=${CXXFLAGS+set}
##############################################
njam-1.25/configure-3200-echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
njam-1.25/configure:3201:set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
njam-1.25/configure-3202-if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
##############################################
njam-1.25/configure-3209-# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
njam-1.25/configure:3210:eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
njam-1.25/configure-3211-if test -n "$ac_maketemp"; then
##############################################
njam-1.25/configure-3217-fi
njam-1.25/configure:3218:if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
njam-1.25/configure-3219-  echo "$as_me:$LINENO: result: yes" >&5
##############################################
njam-1.25/configure-3237-for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
njam-1.25/configure:3238:  as_ac_Header=`echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
njam-1.25/configure-3239-echo "$as_me:$LINENO: checking for $ac_hdr that defines DIR" >&5
##############################################
njam-1.25/configure-3291-fi
njam-1.25/configure:3292:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
njam-1.25/configure:3293:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
njam-1.25/configure:3294:if test `eval echo '${'$as_ac_Header'}'` = yes; then
njam-1.25/configure-3295-  cat >>confdefs.h <<_ACEOF
njam-1.25/configure:3296:#define `echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
njam-1.25/configure-3297-_ACEOF
##############################################
njam-1.25/configure-3819-do
njam-1.25/configure:3820:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
njam-1.25/configure-3821-echo "$as_me:$LINENO: checking for $ac_header" >&5
##############################################
njam-1.25/configure-3865-fi
njam-1.25/configure:3866:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
njam-1.25/configure:3867:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
njam-1.25/configure:3868:if test `eval echo '${'$as_ac_Header'}'` = yes; then
njam-1.25/configure-3869-  cat >>confdefs.h <<_ACEOF
njam-1.25/configure:3870:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
njam-1.25/configure-3871-_ACEOF
##############################################
njam-1.25/configure-3886-do
njam-1.25/configure:3887:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
njam-1.25/configure-3888-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
njam-1.25/configure-3893-fi
njam-1.25/configure:3894:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
njam-1.25/configure:3895:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
njam-1.25/configure-3896-else
##############################################
njam-1.25/configure-4019-fi
njam-1.25/configure:4020:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
njam-1.25/configure:4021:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
njam-1.25/configure-4022-
njam-1.25/configure-4023-fi
njam-1.25/configure:4024:if test `eval echo '${'$as_ac_Header'}'` = yes; then
njam-1.25/configure-4025-  cat >>confdefs.h <<_ACEOF
njam-1.25/configure:4026:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
njam-1.25/configure-4027-_ACEOF
##############################################
njam-1.25/configure-4159-do
njam-1.25/configure:4160:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
njam-1.25/configure-4161-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
njam-1.25/configure-4166-fi
njam-1.25/configure:4167:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
njam-1.25/configure:4168:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
njam-1.25/configure-4169-else
##############################################
njam-1.25/configure-4292-fi
njam-1.25/configure:4293:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
njam-1.25/configure:4294:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
njam-1.25/configure-4295-
njam-1.25/configure-4296-fi
njam-1.25/configure:4297:if test `eval echo '${'$as_ac_Header'}'` = yes; then
njam-1.25/configure-4298-  cat >>confdefs.h <<_ACEOF
njam-1.25/configure:4299:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
njam-1.25/configure-4300-_ACEOF
##############################################
njam-1.25/configure-4746-do
njam-1.25/configure:4747:  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
njam-1.25/configure-4748-    eval $as_var=C; export $as_var
##############################################
njam-1.25/configure-4804-  as_lineno_2=$LINENO
njam-1.25/configure:4805:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
njam-1.25/configure-4806-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
njam-1.25/configure-4844-  as_lineno_2=$LINENO
njam-1.25/configure:4845:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
njam-1.25/configure-4846-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
njam-1.25/configure-5026-configured by $0, generated by GNU Autoconf 2.59,
njam-1.25/configure:5027:  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
njam-1.25/configure-5028-
##############################################
njam-1.25/configure-5043-  --*=*)
njam-1.25/configure:5044:    ac_option=`expr "x$1" : 'x\([^=]*\)='`
njam-1.25/configure:5045:    ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
njam-1.25/configure-5046-    ac_shift=:
##############################################
njam-1.25/configure-5286-      fi
njam-1.25/configure:5287:      ac_sed_frag=`expr $ac_sed_frag + 1`
njam-1.25/configure-5288-      ac_beg=$ac_end
njam-1.25/configure:5289:      ac_end=`expr $ac_end + $ac_max_sed_lines`
njam-1.25/configure-5290-    fi
##############################################
njam-1.25/configure-5303-	cat >$tmp/stdin
njam-1.25/configure:5304:	ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
njam-1.25/configure:5305:	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
njam-1.25/configure:5306:  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
njam-1.25/configure:5307:	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
njam-1.25/configure-5308-  * )   ac_file_in=$ac_file.in ;;
##############################################
njam-1.25/configure-5351-if test "$ac_dir" != .; then
njam-1.25/configure:5352:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
njam-1.25/configure-5353-  # A "../" for each directory in $ac_dir_suffix.
njam-1.25/configure:5354:  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
njam-1.25/configure-5355-else
##############################################
njam-1.25/configure-5364-    else
njam-1.25/configure:5365:       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
njam-1.25/configure-5366-    fi ;;
##############################################
njam-1.25/configure-5517-	cat >$tmp/stdin
njam-1.25/configure:5518:	ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
njam-1.25/configure:5519:	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
njam-1.25/configure:5520:  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
njam-1.25/configure:5521:	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
njam-1.25/configure-5522-  * )   ac_file_in=$ac_file.in ;;
##############################################
njam-1.25/configure-5721-for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
njam-1.25/configure:5722:  ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
njam-1.25/configure:5723:  ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
njam-1.25/configure-5724-  ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
##############################################
njam-1.25/configure-5763-if test "$ac_dir" != .; then
njam-1.25/configure:5764:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
njam-1.25/configure-5765-  # A "../" for each directory in $ac_dir_suffix.
njam-1.25/configure:5766:  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
njam-1.25/configure-5767-else
##############################################
njam-1.25/configure-5776-    else
njam-1.25/configure:5777:       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
njam-1.25/configure-5778-    fi ;;
##############################################
njam-1.25/install-sh-103-
njam-1.25/install-sh:104:	-t=*) transformarg=`echo $1 | sed 's/-t=//'`
njam-1.25/install-sh-105-	    shift
##############################################
njam-1.25/install-sh-107-
njam-1.25/install-sh:108:	-b=*) transformbasename=`echo $1 | sed 's/-b=//'`
njam-1.25/install-sh-109-	    shift
##############################################
njam-1.25/install-sh-169-	then
njam-1.25/install-sh:170:		dst="$dst"/`basename $src`
njam-1.25/install-sh-171-	else
##############################################
njam-1.25/install-sh-176-## this sed command emulates the dirname command
njam-1.25/install-sh:177:dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
njam-1.25/install-sh-178-
##############################################
njam-1.25/install-sh-190-IFS='%'
njam-1.25/install-sh:191:set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'`
njam-1.25/install-sh-192-IFS="${oIFS}"
##############################################
njam-1.25/install-sh-224-	then
njam-1.25/install-sh:225:		dstfile=`basename $dst`
njam-1.25/install-sh-226-	else
##############################################
njam-1.25/install-sh-234-	then
njam-1.25/install-sh:235:		dstfile=`basename $dst`
njam-1.25/install-sh-236-	else
##############################################
njam-1.25/mkinstalldirs-12-do
njam-1.25/mkinstalldirs:13:   set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`
njam-1.25/mkinstalldirs-14-   shift
##############################################
njam-1.25/contrib/njam.sh-3-if [ -f "${HOME}/.wm_style" ] ; then
njam-1.25/contrib/njam.sh:4:        WM=`cat ${HOME}/.wm_style`
njam-1.25/contrib/njam.sh-5-fi
##############################################
njam-1.25/contrib/njam.sh-7-if [ "${WM}" = "none" ] && [ -f "${HOME}/.wmrc" ] ; then
njam-1.25/contrib/njam.sh:8:        WM=`cat ${HOME}/.wmrc`
njam-1.25/contrib/njam.sh-9-fi
##############################################
njam-1.25/contrib/njam.sh-11-        . /etc/sysconfig/desktop
njam-1.25/contrib/njam.sh:12:        WM=`echo ${DESKTOP} | tr [A-Z] [a-z]`
njam-1.25/contrib/njam.sh-13-fi
##############################################
njam-1.25/src/Makefile.in-145-	  if test -f $$p; then \
njam-1.25/src/Makefile.in:146:	    echo "  $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
njam-1.25/src/Makefile.in:147:	     $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
njam-1.25/src/Makefile.in-148-	  else :; fi; \
##############################################
njam-1.25/src/Makefile.in-153-	list='$(bin_PROGRAMS)'; for p in $$list; do \
njam-1.25/src/Makefile.in:154:	  rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
njam-1.25/src/Makefile.in-155-	done
##############################################
njam-1.25/src/Makefile.in-212-distdir: $(DISTFILES)
njam-1.25/src/Makefile.in:213:	here=`cd $(top_builddir) && pwd`; \
njam-1.25/src/Makefile.in:214:	top_distdir=`cd $(top_distdir) && pwd`; \
njam-1.25/src/Makefile.in:215:	distdir=`cd $(distdir) && pwd`; \
njam-1.25/src/Makefile.in-216-	cd $(top_srcdir) \
##############################################
njam-1.25/autom4te.cache/output.0-43-do
njam-1.25/autom4te.cache/output.0:44:  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
njam-1.25/autom4te.cache/output.0-45-    eval $as_var=C; export $as_var
##############################################
njam-1.25/autom4te.cache/output.0-101-  as_lineno_2=$LINENO
njam-1.25/autom4te.cache/output.0:102:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
njam-1.25/autom4te.cache/output.0-103-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
njam-1.25/autom4te.cache/output.0-140-  as_lineno_2=$LINENO
njam-1.25/autom4te.cache/output.0:141:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
njam-1.25/autom4te.cache/output.0-142-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
njam-1.25/autom4te.cache/output.0-362-
njam-1.25/autom4te.cache/output.0:363:  ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
njam-1.25/autom4te.cache/output.0-364-
##############################################
njam-1.25/autom4te.cache/output.0-395-  -disable-* | --disable-*)
njam-1.25/autom4te.cache/output.0:396:    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
njam-1.25/autom4te.cache/output.0-397-    # Reject names that are not valid shell variable names.
##############################################
njam-1.25/autom4te.cache/output.0-400-   { (exit 1); exit 1; }; }
njam-1.25/autom4te.cache/output.0:401:    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
njam-1.25/autom4te.cache/output.0-402-    eval "enable_$ac_feature=no" ;;
##############################################
njam-1.25/autom4te.cache/output.0-404-  -enable-* | --enable-*)
njam-1.25/autom4te.cache/output.0:405:    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
njam-1.25/autom4te.cache/output.0-406-    # Reject names that are not valid shell variable names.
##############################################
njam-1.25/autom4te.cache/output.0-409-   { (exit 1); exit 1; }; }
njam-1.25/autom4te.cache/output.0:410:    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
njam-1.25/autom4te.cache/output.0-411-    case $ac_option in
njam-1.25/autom4te.cache/output.0:412:      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
njam-1.25/autom4te.cache/output.0-413-      *) ac_optarg=yes ;;
##############################################
njam-1.25/autom4te.cache/output.0-586-  -with-* | --with-*)
njam-1.25/autom4te.cache/output.0:587:    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
njam-1.25/autom4te.cache/output.0-588-    # Reject names that are not valid shell variable names.
##############################################
njam-1.25/autom4te.cache/output.0-591-   { (exit 1); exit 1; }; }
njam-1.25/autom4te.cache/output.0:592:    ac_package=`echo $ac_package| sed 's/-/_/g'`
njam-1.25/autom4te.cache/output.0-593-    case $ac_option in
njam-1.25/autom4te.cache/output.0:594:      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
njam-1.25/autom4te.cache/output.0-595-      *) ac_optarg=yes ;;
##############################################
njam-1.25/autom4te.cache/output.0-599-  -without-* | --without-*)
njam-1.25/autom4te.cache/output.0:600:    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
njam-1.25/autom4te.cache/output.0-601-    # Reject names that are not valid shell variable names.
##############################################
njam-1.25/autom4te.cache/output.0-604-   { (exit 1); exit 1; }; }
njam-1.25/autom4te.cache/output.0:605:    ac_package=`echo $ac_package | sed 's/-/_/g'`
njam-1.25/autom4te.cache/output.0-606-    eval "with_$ac_package=no" ;;
##############################################
njam-1.25/autom4te.cache/output.0-631-  *=*)
njam-1.25/autom4te.cache/output.0:632:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
njam-1.25/autom4te.cache/output.0-633-    # Reject names that are not valid shell variable names.
##############################################
njam-1.25/autom4te.cache/output.0-636-   { (exit 1); exit 1; }; }
njam-1.25/autom4te.cache/output.0:637:    ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
njam-1.25/autom4te.cache/output.0-638-    eval "$ac_envvar='$ac_optarg'"
##############################################
njam-1.25/autom4te.cache/output.0-652-if test -n "$ac_prev"; then
njam-1.25/autom4te.cache/output.0:653:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
njam-1.25/autom4te.cache/output.0-654-  { echo "$as_me: error: missing argument to $ac_option" >&2
##############################################
njam-1.25/autom4te.cache/output.0-660-do
njam-1.25/autom4te.cache/output.0:661:  eval ac_val=$`echo $ac_var`
njam-1.25/autom4te.cache/output.0-662-  case $ac_val in
##############################################
njam-1.25/autom4te.cache/output.0-672-do
njam-1.25/autom4te.cache/output.0:673:  eval ac_val=$`echo $ac_var`
njam-1.25/autom4te.cache/output.0-674-  case $ac_val in
##############################################
njam-1.25/autom4te.cache/output.0-739-   { (exit 1); exit 1; }; }
njam-1.25/autom4te.cache/output.0:740:srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
njam-1.25/autom4te.cache/output.0-741-ac_env_build_alias_set=${build_alias+set}
##############################################
njam-1.25/autom4te.cache/output.0-818-By default, \`make install' will install all the files in
njam-1.25/autom4te.cache/output.0:819:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
njam-1.25/autom4te.cache/output.0:820:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
njam-1.25/autom4te.cache/output.0-821-for instance \`--prefix=\$HOME'.
##############################################
njam-1.25/autom4te.cache/output.0-882-if test "$ac_dir" != .; then
njam-1.25/autom4te.cache/output.0:883:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
njam-1.25/autom4te.cache/output.0-884-  # A "../" for each directory in $ac_dir_suffix.
njam-1.25/autom4te.cache/output.0:885:  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
njam-1.25/autom4te.cache/output.0-886-else
##############################################
njam-1.25/autom4te.cache/output.0-895-    else
njam-1.25/autom4te.cache/output.0:896:       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
njam-1.25/autom4te.cache/output.0-897-    fi ;;
##############################################
njam-1.25/autom4te.cache/output.0-1049-    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
njam-1.25/autom4te.cache/output.0:1050:      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
njam-1.25/autom4te.cache/output.0-1051-    esac
##############################################
njam-1.25/autom4te.cache/output.0-1121-    do
njam-1.25/autom4te.cache/output.0:1122:      eval ac_val=$`echo $ac_var`
njam-1.25/autom4te.cache/output.0-1123-      echo "$ac_var='"'"'$ac_val'"'"'"
##############################################
njam-1.25/autom4te.cache/output.0-1135-      do
njam-1.25/autom4te.cache/output.0:1136:	eval ac_val=$`echo $ac_var`
njam-1.25/autom4te.cache/output.0-1137-	echo "$ac_var='"'"'$ac_val'"'"'"
##############################################
njam-1.25/autom4te.cache/output.0-1242-    set,)
njam-1.25/autom4te.cache/output.0:1243:      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
njam-1.25/autom4te.cache/output.0:1244:echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
njam-1.25/autom4te.cache/output.0-1245-      ac_cache_corrupted=: ;;
##############################################
njam-1.25/autom4te.cache/output.0-1265-    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
njam-1.25/autom4te.cache/output.0:1266:      ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
njam-1.25/autom4te.cache/output.0-1267-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
njam-1.25/autom4te.cache/output.0-1429-if (
njam-1.25/autom4te.cache/output.0:1430:   set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`
njam-1.25/autom4te.cache/output.0-1431-   if test "$*" = "X"; then
njam-1.25/autom4te.cache/output.0-1432-      # -L didn't work.
njam-1.25/autom4te.cache/output.0:1433:      set X `ls -t $srcdir/configure conftestfile`
njam-1.25/autom4te.cache/output.0-1434-   fi
##############################################
njam-1.25/autom4te.cache/output.0-1473-_ACEOF
njam-1.25/autom4te.cache/output.0:1474:program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
njam-1.25/autom4te.cache/output.0-1475-rm conftest.sed
##############################################
njam-1.25/autom4te.cache/output.0-1478-echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
njam-1.25/autom4te.cache/output.0:1479:set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
njam-1.25/autom4te.cache/output.0-1480-if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
##############################################
njam-1.25/autom4te.cache/output.0-1487-# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
njam-1.25/autom4te.cache/output.0:1488:eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
njam-1.25/autom4te.cache/output.0-1489-if test -n "$ac_maketemp"; then
##############################################
njam-1.25/autom4te.cache/output.0-1495-fi
njam-1.25/autom4te.cache/output.0:1496:if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
njam-1.25/autom4te.cache/output.0-1497-  echo "$as_me:$LINENO: result: yes" >&5
##############################################
njam-1.25/autom4te.cache/output.0-1510-
njam-1.25/autom4te.cache/output.0:1511:if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
njam-1.25/autom4te.cache/output.0-1512-  { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
##############################################
njam-1.25/autom4te.cache/output.0-1527-
njam-1.25/autom4te.cache/output.0:1528:missing_dir=`cd $ac_aux_dir && pwd`
njam-1.25/autom4te.cache/output.0-1529-echo "$as_me:$LINENO: checking for working aclocal-${am__api_version}" >&5
##############################################
njam-1.25/autom4te.cache/output.0-1928-     "checking for C compiler version" >&5
njam-1.25/autom4te.cache/output.0:1929:ac_compiler=`set X $ac_compile; echo $2`
njam-1.25/autom4te.cache/output.0-1930-{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
##############################################
njam-1.25/autom4te.cache/output.0-1967-echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
njam-1.25/autom4te.cache/output.0:1968:ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
njam-1.25/autom4te.cache/output.0-1969-if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
##############################################
njam-1.25/autom4te.cache/output.0-1995-    *.* )
njam-1.25/autom4te.cache/output.0:1996:	ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
njam-1.25/autom4te.cache/output.0-1997-	# FIXME: I believe we export ac_cv_exeext for Libtool,
##############################################
njam-1.25/autom4te.cache/output.0-2075-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
njam-1.25/autom4te.cache/output.0:2076:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
njam-1.25/autom4te.cache/output.0-2077-	  export ac_cv_exeext
##############################################
njam-1.25/autom4te.cache/output.0-2125-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
njam-1.25/autom4te.cache/output.0:2126:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
njam-1.25/autom4te.cache/output.0-2127-       break;;
##############################################
njam-1.25/autom4te.cache/output.0-2203-echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
njam-1.25/autom4te.cache/output.0:2204:GCC=`test $ac_compiler_gnu = yes && echo yes`
njam-1.25/autom4te.cache/output.0-2205-ac_test_CFLAGS=${CFLAGS+set}
##############################################
njam-1.25/autom4te.cache/output.0-2864-     "checking for C++ compiler version" >&5
njam-1.25/autom4te.cache/output.0:2865:ac_compiler=`set X $ac_compile; echo $2`
njam-1.25/autom4te.cache/output.0-2866-{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
##############################################
njam-1.25/autom4te.cache/output.0-2938-echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6
njam-1.25/autom4te.cache/output.0:2939:GXX=`test $ac_compiler_gnu = yes && echo yes`
njam-1.25/autom4te.cache/output.0-2940-ac_test_CXXFLAGS=${CXXFLAGS+set}
##############################################
njam-1.25/autom4te.cache/output.0-3200-echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
njam-1.25/autom4te.cache/output.0:3201:set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
njam-1.25/autom4te.cache/output.0-3202-if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
##############################################
njam-1.25/autom4te.cache/output.0-3209-# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
njam-1.25/autom4te.cache/output.0:3210:eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
njam-1.25/autom4te.cache/output.0-3211-if test -n "$ac_maketemp"; then
##############################################
njam-1.25/autom4te.cache/output.0-3217-fi
njam-1.25/autom4te.cache/output.0:3218:if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
njam-1.25/autom4te.cache/output.0-3219-  echo "$as_me:$LINENO: result: yes" >&5
##############################################
njam-1.25/autom4te.cache/output.0-3237-for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
njam-1.25/autom4te.cache/output.0:3238:  as_ac_Header=`echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
njam-1.25/autom4te.cache/output.0-3239-echo "$as_me:$LINENO: checking for $ac_hdr that defines DIR" >&5
##############################################
njam-1.25/autom4te.cache/output.0-3291-fi
njam-1.25/autom4te.cache/output.0:3292:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
njam-1.25/autom4te.cache/output.0:3293:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
njam-1.25/autom4te.cache/output.0:3294:if test `eval echo '${'$as_ac_Header'}'` = yes; then
njam-1.25/autom4te.cache/output.0-3295-  cat >>confdefs.h <<_ACEOF
njam-1.25/autom4te.cache/output.0:3296:@%:@define `echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
njam-1.25/autom4te.cache/output.0-3297-_ACEOF
##############################################
njam-1.25/autom4te.cache/output.0-3819-do
njam-1.25/autom4te.cache/output.0:3820:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
njam-1.25/autom4te.cache/output.0-3821-echo "$as_me:$LINENO: checking for $ac_header" >&5
##############################################
njam-1.25/autom4te.cache/output.0-3865-fi
njam-1.25/autom4te.cache/output.0:3866:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
njam-1.25/autom4te.cache/output.0:3867:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
njam-1.25/autom4te.cache/output.0:3868:if test `eval echo '${'$as_ac_Header'}'` = yes; then
njam-1.25/autom4te.cache/output.0-3869-  cat >>confdefs.h <<_ACEOF
njam-1.25/autom4te.cache/output.0:3870:@%:@define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
njam-1.25/autom4te.cache/output.0-3871-_ACEOF
##############################################
njam-1.25/autom4te.cache/output.0-3886-do
njam-1.25/autom4te.cache/output.0:3887:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
njam-1.25/autom4te.cache/output.0-3888-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
njam-1.25/autom4te.cache/output.0-3893-fi
njam-1.25/autom4te.cache/output.0:3894:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
njam-1.25/autom4te.cache/output.0:3895:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
njam-1.25/autom4te.cache/output.0-3896-else
##############################################
njam-1.25/autom4te.cache/output.0-4019-fi
njam-1.25/autom4te.cache/output.0:4020:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
njam-1.25/autom4te.cache/output.0:4021:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
njam-1.25/autom4te.cache/output.0-4022-
njam-1.25/autom4te.cache/output.0-4023-fi
njam-1.25/autom4te.cache/output.0:4024:if test `eval echo '${'$as_ac_Header'}'` = yes; then
njam-1.25/autom4te.cache/output.0-4025-  cat >>confdefs.h <<_ACEOF
njam-1.25/autom4te.cache/output.0:4026:@%:@define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
njam-1.25/autom4te.cache/output.0-4027-_ACEOF
##############################################
njam-1.25/autom4te.cache/output.0-4159-do
njam-1.25/autom4te.cache/output.0:4160:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
njam-1.25/autom4te.cache/output.0-4161-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
njam-1.25/autom4te.cache/output.0-4166-fi
njam-1.25/autom4te.cache/output.0:4167:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
njam-1.25/autom4te.cache/output.0:4168:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
njam-1.25/autom4te.cache/output.0-4169-else
##############################################
njam-1.25/autom4te.cache/output.0-4292-fi
njam-1.25/autom4te.cache/output.0:4293:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
njam-1.25/autom4te.cache/output.0:4294:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
njam-1.25/autom4te.cache/output.0-4295-
njam-1.25/autom4te.cache/output.0-4296-fi
njam-1.25/autom4te.cache/output.0:4297:if test `eval echo '${'$as_ac_Header'}'` = yes; then
njam-1.25/autom4te.cache/output.0-4298-  cat >>confdefs.h <<_ACEOF
njam-1.25/autom4te.cache/output.0:4299:@%:@define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
njam-1.25/autom4te.cache/output.0-4300-_ACEOF
##############################################
njam-1.25/autom4te.cache/output.0-4746-do
njam-1.25/autom4te.cache/output.0:4747:  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
njam-1.25/autom4te.cache/output.0-4748-    eval $as_var=C; export $as_var
##############################################
njam-1.25/autom4te.cache/output.0-4804-  as_lineno_2=$LINENO
njam-1.25/autom4te.cache/output.0:4805:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
njam-1.25/autom4te.cache/output.0-4806-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
njam-1.25/autom4te.cache/output.0-4844-  as_lineno_2=$LINENO
njam-1.25/autom4te.cache/output.0:4845:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
njam-1.25/autom4te.cache/output.0-4846-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
njam-1.25/autom4te.cache/output.0-5026-configured by $0, generated by GNU Autoconf 2.59,
njam-1.25/autom4te.cache/output.0:5027:  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
njam-1.25/autom4te.cache/output.0-5028-
##############################################
njam-1.25/autom4te.cache/output.0-5043-  --*=*)
njam-1.25/autom4te.cache/output.0:5044:    ac_option=`expr "x$1" : 'x\([^=]*\)='`
njam-1.25/autom4te.cache/output.0:5045:    ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
njam-1.25/autom4te.cache/output.0-5046-    ac_shift=:
##############################################
njam-1.25/autom4te.cache/output.0-5286-      fi
njam-1.25/autom4te.cache/output.0:5287:      ac_sed_frag=`expr $ac_sed_frag + 1`
njam-1.25/autom4te.cache/output.0-5288-      ac_beg=$ac_end
njam-1.25/autom4te.cache/output.0:5289:      ac_end=`expr $ac_end + $ac_max_sed_lines`
njam-1.25/autom4te.cache/output.0-5290-    fi
##############################################
njam-1.25/autom4te.cache/output.0-5303-	cat >$tmp/stdin
njam-1.25/autom4te.cache/output.0:5304:	ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
njam-1.25/autom4te.cache/output.0:5305:	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
njam-1.25/autom4te.cache/output.0:5306:  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
njam-1.25/autom4te.cache/output.0:5307:	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
njam-1.25/autom4te.cache/output.0-5308-  * )   ac_file_in=$ac_file.in ;;
##############################################
njam-1.25/autom4te.cache/output.0-5351-if test "$ac_dir" != .; then
njam-1.25/autom4te.cache/output.0:5352:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
njam-1.25/autom4te.cache/output.0-5353-  # A "../" for each directory in $ac_dir_suffix.
njam-1.25/autom4te.cache/output.0:5354:  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
njam-1.25/autom4te.cache/output.0-5355-else
##############################################
njam-1.25/autom4te.cache/output.0-5364-    else
njam-1.25/autom4te.cache/output.0:5365:       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
njam-1.25/autom4te.cache/output.0-5366-    fi ;;
##############################################
njam-1.25/autom4te.cache/output.0-5517-	cat >$tmp/stdin
njam-1.25/autom4te.cache/output.0:5518:	ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
njam-1.25/autom4te.cache/output.0:5519:	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
njam-1.25/autom4te.cache/output.0:5520:  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
njam-1.25/autom4te.cache/output.0:5521:	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
njam-1.25/autom4te.cache/output.0-5522-  * )   ac_file_in=$ac_file.in ;;
##############################################
njam-1.25/autom4te.cache/output.0-5721-for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
njam-1.25/autom4te.cache/output.0:5722:  ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
njam-1.25/autom4te.cache/output.0:5723:  ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
njam-1.25/autom4te.cache/output.0-5724-  ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
##############################################
njam-1.25/autom4te.cache/output.0-5763-if test "$ac_dir" != .; then
njam-1.25/autom4te.cache/output.0:5764:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
njam-1.25/autom4te.cache/output.0-5765-  # A "../" for each directory in $ac_dir_suffix.
njam-1.25/autom4te.cache/output.0:5766:  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
njam-1.25/autom4te.cache/output.0-5767-else
##############################################
njam-1.25/autom4te.cache/output.0-5776-    else
njam-1.25/autom4te.cache/output.0:5777:       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
njam-1.25/autom4te.cache/output.0-5778-    fi ;;