===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
xmakemol-5.16/Makefile.in-239-	  if test -f $$p; then \
xmakemol-5.16/Makefile.in:240:	    echo "  $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
xmakemol-5.16/Makefile.in:241:	     $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
xmakemol-5.16/Makefile.in-242-	  else :; fi; \
##############################################
xmakemol-5.16/Makefile.in-247-	list='$(bin_PROGRAMS)'; for p in $$list; do \
xmakemol-5.16/Makefile.in:248:	  rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
xmakemol-5.16/Makefile.in-249-	done
##############################################
xmakemol-5.16/Makefile.in-275-	  if test -f $$p; then \
xmakemol-5.16/Makefile.in:276:	    echo " $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
xmakemol-5.16/Makefile.in:277:	    $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
xmakemol-5.16/Makefile.in-278-	  else if test -f $(srcdir)/$$p; then \
xmakemol-5.16/Makefile.in:279:	    echo " $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
xmakemol-5.16/Makefile.in:280:	    $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
xmakemol-5.16/Makefile.in-281-	  else :; fi; fi; \
##############################################
xmakemol-5.16/Makefile.in-286-	list='$(bin_SCRIPTS)'; for p in $$list; do \
xmakemol-5.16/Makefile.in:287:	  rm -f $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
xmakemol-5.16/Makefile.in-288-	done
##############################################
xmakemol-5.16/Makefile.in-300-	  else file=$$i; fi; \
xmakemol-5.16/Makefile.in:301:	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
xmakemol-5.16/Makefile.in:302:	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
xmakemol-5.16/Makefile.in:303:	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
xmakemol-5.16/Makefile.in-304-	  echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \
##############################################
xmakemol-5.16/Makefile.in-315-	for i in $$list; do \
xmakemol-5.16/Makefile.in:316:	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
xmakemol-5.16/Makefile.in:317:	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
xmakemol-5.16/Makefile.in:318:	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
xmakemol-5.16/Makefile.in-319-	  echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \
##############################################
xmakemol-5.16/Makefile.in-387-	mkdir $(distdir)/=inst
xmakemol-5.16/Makefile.in:388:	dc_install_base=`cd $(distdir)/=inst && pwd`; \
xmakemol-5.16/Makefile.in-389-	cd $(distdir)/=build \
##############################################
xmakemol-5.16/Makefile.in-398-	@banner="$(distdir).tar.gz is ready for distribution"; \
xmakemol-5.16/Makefile.in:399:	dashes=`echo "$$banner" | sed s/./=/g`; \
xmakemol-5.16/Makefile.in-400-	echo "$$dashes"; \
##############################################
xmakemol-5.16/Makefile.in-414-	-chmod 777 $(distdir)
xmakemol-5.16/Makefile.in:415:	here=`cd $(top_builddir) && pwd`; \
xmakemol-5.16/Makefile.in:416:	top_distdir=`cd $(distdir) && pwd`; \
xmakemol-5.16/Makefile.in:417:	distdir=`cd $(distdir) && pwd`; \
xmakemol-5.16/Makefile.in-418-	cd $(top_srcdir) \
##############################################
xmakemol-5.16/acinclude.m4-162-	   "${prefix}"/lib/* /usr/lib/* /usr/local/lib/*; do
xmakemol-5.16/acinclude.m4:163:if test -d "$dir" && test "`ls $dir/libXpm.* 2> /dev/null`" != ""; then
xmakemol-5.16/acinclude.m4-164-ice_cv_xpm_libraries="$dir"
##############################################
xmakemol-5.16/acinclude.m4-351-	   "${prefix}"/lib/* /usr/lib/* /usr/local/lib/*; do
xmakemol-5.16/acinclude.m4:352:if test -d "$dir" && test "`ls $dir/libXm.* 2> /dev/null`" != ""; then
xmakemol-5.16/acinclude.m4-353-ice_cv_motif_libraries="$dir"
##############################################
xmakemol-5.16/acinclude.m4-886-else
xmakemol-5.16/acinclude.m4:887:  sim_ac_motif_glwidget_class=`echo $sim_cv_motif_glwidget | cut -d" " -f1`
xmakemol-5.16/acinclude.m4:888:  sim_ac_motif_glwidget_header=`echo $sim_cv_motif_glwidget | cut -d" " -f2`
xmakemol-5.16/acinclude.m4:889:  sim_ac_motif_glwidget_library=`echo $sim_cv_motif_glwidget | cut -d" " -f3`
xmakemol-5.16/acinclude.m4-890- 
##############################################
xmakemol-5.16/aclocal.m4-174-	   "${prefix}"/lib/* /usr/lib/* /usr/local/lib/*; do
xmakemol-5.16/aclocal.m4:175:if test -d "$dir" && test "`ls $dir/libXpm.* 2> /dev/null`" != ""; then
xmakemol-5.16/aclocal.m4-176-ice_cv_xpm_libraries="$dir"
##############################################
xmakemol-5.16/aclocal.m4-363-	   "${prefix}"/lib/* /usr/lib/* /usr/local/lib/*; do
xmakemol-5.16/aclocal.m4:364:if test -d "$dir" && test "`ls $dir/libXm.* 2> /dev/null`" != ""; then
xmakemol-5.16/aclocal.m4-365-ice_cv_motif_libraries="$dir"
##############################################
xmakemol-5.16/aclocal.m4-893-else
xmakemol-5.16/aclocal.m4:894:  sim_ac_motif_glwidget_class=`echo $sim_cv_motif_glwidget | cut -d" " -f1`
xmakemol-5.16/aclocal.m4:895:  sim_ac_motif_glwidget_header=`echo $sim_cv_motif_glwidget | cut -d" " -f2`
xmakemol-5.16/aclocal.m4:896:  sim_ac_motif_glwidget_library=`echo $sim_cv_motif_glwidget | cut -d" " -f3`
xmakemol-5.16/aclocal.m4-897- 
##############################################
xmakemol-5.16/aclocal.m4-1148-  acl_libdirstem=lib
xmakemol-5.16/aclocal.m4:1149:  searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'`
xmakemol-5.16/aclocal.m4-1150-  if test -n "$searchpath"; then
##############################################
xmakemol-5.16/aclocal.m4-1155-          */lib64/ | */lib64 ) acl_libdirstem=lib64 ;;
xmakemol-5.16/aclocal.m4:1156:          *) searchdir=`cd "$searchdir" && pwd`
xmakemol-5.16/aclocal.m4-1157-             case "$searchdir" in
##############################################
xmakemol-5.16/aclocal.m4-1345-        dnl or AC_LIB_HAVE_LINKFLAGS call.
xmakemol-5.16/aclocal.m4:1346:        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
xmakemol-5.16/aclocal.m4-1347-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
xmakemol-5.16/aclocal.m4-1387-                -L*)
xmakemol-5.16/aclocal.m4:1388:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
xmakemol-5.16/aclocal.m4-1389-                  if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
##############################################
xmakemol-5.16/aclocal.m4-1504-              */$acl_libdirstem | */$acl_libdirstem/)
xmakemol-5.16/aclocal.m4:1505:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
xmakemol-5.16/aclocal.m4-1506-                additional_includedir="$basedir/include"
##############################################
xmakemol-5.16/aclocal.m4-1557-                  -L*)
xmakemol-5.16/aclocal.m4:1558:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
xmakemol-5.16/aclocal.m4-1559-                    dnl Potentially add $additional_libdir to $LIBNAME and $LTLIBNAME.
##############################################
xmakemol-5.16/aclocal.m4-1607-                  -R*)
xmakemol-5.16/aclocal.m4:1608:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
xmakemol-5.16/aclocal.m4-1609-                    if test "$enable_rpath" != no; then
##############################################
xmakemol-5.16/aclocal.m4-1637-                    dnl Handle this in the next round.
xmakemol-5.16/aclocal.m4:1638:                    names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
xmakemol-5.16/aclocal.m4-1639-                    ;;
##############################################
xmakemol-5.16/aclocal.m4-1643-                    dnl option.
xmakemol-5.16/aclocal.m4:1644:                    names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
xmakemol-5.16/aclocal.m4-1645-                    ;;
##############################################
xmakemol-5.16/aclocal.m4-1750-            -L) next=yes ;;
xmakemol-5.16/aclocal.m4:1751:            -L*) dir=`echo "X$opt" | sed -e 's,^X-L,,'`
xmakemol-5.16/aclocal.m4-1752-                 dnl No need to hardcode the standard /usr/lib.
##############################################
xmakemol-5.16/aclocal.m4-1811-[# I'd rather use --version here, but apparently some GNU ld's only accept -v.
xmakemol-5.16/aclocal.m4:1812:case `$LD -v 2>&1 </dev/null` in
xmakemol-5.16/aclocal.m4-1813-*GNU* | *'with BFD'*)
##############################################
xmakemol-5.16/aclocal.m4-1847-    # gcc leaves a trailing carriage return which upsets mingw
xmakemol-5.16/aclocal.m4:1848:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
xmakemol-5.16/aclocal.m4-1849-  *)
xmakemol-5.16/aclocal.m4:1850:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
xmakemol-5.16/aclocal.m4-1851-  esac
##############################################
xmakemol-5.16/aclocal.m4-1856-      # Canonicalize the path of ld
xmakemol-5.16/aclocal.m4:1857:      ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
xmakemol-5.16/aclocal.m4-1858-      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
xmakemol-5.16/aclocal.m4:1859:	ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
xmakemol-5.16/aclocal.m4-1860-      done
##############################################
xmakemol-5.16/aclocal.m4-1886-      # Break only if it was the GNU/non-GNU ld that we prefer.
xmakemol-5.16/aclocal.m4:1887:      case `"$acl_cv_path_LD" -v 2>&1 < /dev/null` in
xmakemol-5.16/aclocal.m4-1888-      *GNU* | *'with BFD'*)
##############################################
xmakemol-5.16/aclocal.m4-1925-dnl test to see if srcdir already configured
xmakemol-5.16/aclocal.m4:1926:if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
xmakemol-5.16/aclocal.m4-1927-  AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
##############################################
xmakemol-5.16/aclocal.m4-1934-dnl FIXME This is truly gross.
xmakemol-5.16/aclocal.m4:1935:missing_dir=`cd $ac_aux_dir && pwd`
xmakemol-5.16/aclocal.m4-1936-AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version}, $missing_dir)
##############################################
xmakemol-5.16/aclocal.m4-1986-if (
xmakemol-5.16/aclocal.m4:1987:   set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`
xmakemol-5.16/aclocal.m4-1988-   if test "[$]*" = "X"; then
xmakemol-5.16/aclocal.m4-1989-      # -L didn't work.
xmakemol-5.16/aclocal.m4:1990:      set X `ls -t $srcdir/configure conftestfile`
xmakemol-5.16/aclocal.m4-1991-   fi
##############################################
xmakemol-5.16/aclocal.m4-2046-  *" <<$>>am_file "*<<)>>
xmakemol-5.16/aclocal.m4:2047:    echo timestamp > `echo <<$>>am_file | sed -e 's%:.*%%' -e 's%[^/]*$%%'`stamp-h$am_indx
xmakemol-5.16/aclocal.m4-2048-    ;;
xmakemol-5.16/aclocal.m4-2049-  esac
xmakemol-5.16/aclocal.m4:2050:  am_indx=`expr "<<$>>am_indx" + 1`
xmakemol-5.16/aclocal.m4-2051-done<<>>dnl>>)
##############################################
xmakemol-5.16/config.guess-40-
xmakemol-5.16/config.guess:41:me=`echo "$0" | sed -e 's,.*/,,'`
xmakemol-5.16/config.guess-42-
##############################################
xmakemol-5.16/config.guess-109-: ${TMPDIR=/tmp} ;
xmakemol-5.16/config.guess:110: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
xmakemol-5.16/config.guess-111- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
xmakemol-5.16/config.guess-194-	    *)
xmakemol-5.16/config.guess:195:		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
xmakemol-5.16/config.guess-196-		;;
##############################################
xmakemol-5.16/config.guess-221-	*4.0)
xmakemol-5.16/config.guess:222:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
xmakemol-5.16/config.guess-223-		;;
xmakemol-5.16/config.guess-224-	*5.*)
xmakemol-5.16/config.guess:225:	        UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
xmakemol-5.16/config.guess-226-		;;
##############################################
xmakemol-5.16/config.guess-231-	# types through head -n 1, so we only detect the type of CPU 0.
xmakemol-5.16/config.guess:232:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
xmakemol-5.16/config.guess-233-	case "$ALPHA_CPU_TYPE" in
##############################################
xmakemol-5.16/config.guess-269-	# 1.2 uses "1.2" for uname -r.
xmakemol-5.16/config.guess:270:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
xmakemol-5.16/config.guess-271-	exit ;;
##############################################
xmakemol-5.16/config.guess-326-    sun4H:SunOS:5.*:*)
xmakemol-5.16/config.guess:327:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
xmakemol-5.16/config.guess-328-	exit ;;
xmakemol-5.16/config.guess-329-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
xmakemol-5.16/config.guess:330:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
xmakemol-5.16/config.guess-331-	exit ;;
xmakemol-5.16/config.guess-332-    i86pc:SunOS:5.*:*)
xmakemol-5.16/config.guess:333:	echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
xmakemol-5.16/config.guess-334-	exit ;;
##############################################
xmakemol-5.16/config.guess-338-	# it's likely to be more like Solaris than SunOS4.
xmakemol-5.16/config.guess:339:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
xmakemol-5.16/config.guess-340-	exit ;;
##############################################
xmakemol-5.16/config.guess-347-	# Japanese Language versions have a version number like `4.1.3-JL'.
xmakemol-5.16/config.guess:348:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
xmakemol-5.16/config.guess-349-	exit ;;
##############################################
xmakemol-5.16/config.guess-353-    sun*:*:4.2BSD:*)
xmakemol-5.16/config.guess:354:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
xmakemol-5.16/config.guess-355-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
xmakemol-5.16/config.guess-435-	$CC_FOR_BUILD -o $dummy $dummy.c &&
xmakemol-5.16/config.guess:436:	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
xmakemol-5.16/config.guess:437:	  SYSTEM_NAME=`$dummy $dummyarg` &&
xmakemol-5.16/config.guess-438-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
xmakemol-5.16/config.guess-491-    *:IRIX*:*:*)
xmakemol-5.16/config.guess:492:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
xmakemol-5.16/config.guess-493-	exit ;;
##############################################
xmakemol-5.16/config.guess-521-EOF
xmakemol-5.16/config.guess:522:		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
xmakemol-5.16/config.guess-523-		then
##############################################
xmakemol-5.16/config.guess-534-    *:AIX:*:[45])
xmakemol-5.16/config.guess:535:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
xmakemol-5.16/config.guess-536-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
xmakemol-5.16/config.guess-569-    9000/[34678]??:HP-UX:*:*)
xmakemol-5.16/config.guess:570:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
xmakemol-5.16/config.guess-571-	case "${UNAME_MACHINE}" in
##############################################
xmakemol-5.16/config.guess-623-EOF
xmakemol-5.16/config.guess:624:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
xmakemol-5.16/config.guess-625-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
xmakemol-5.16/config.guess-651-    ia64:HP-UX:*:*)
xmakemol-5.16/config.guess:652:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
xmakemol-5.16/config.guess-653-	echo ia64-hp-hpux${HPUX_REV}
##############################################
xmakemol-5.16/config.guess-681-EOF
xmakemol-5.16/config.guess:682:	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
xmakemol-5.16/config.guess-683-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
xmakemol-5.16/config.guess-752-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
xmakemol-5.16/config.guess:753:        FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
xmakemol-5.16/config.guess-754-        echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
xmakemol-5.16/config.guess-757-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
xmakemol-5.16/config.guess:758:        FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
xmakemol-5.16/config.guess-759-        echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
xmakemol-5.16/config.guess-772-	    pc98)
xmakemol-5.16/config.guess:773:		echo i386-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
xmakemol-5.16/config.guess-774-	    amd64)
xmakemol-5.16/config.guess:775:		echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
xmakemol-5.16/config.guess-776-	    *)
xmakemol-5.16/config.guess:777:		echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
xmakemol-5.16/config.guess-778-	esac
##############################################
xmakemol-5.16/config.guess-817-    prep*:SunOS:5.*:*)
xmakemol-5.16/config.guess:818:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
xmakemol-5.16/config.guess-819-	exit ;;
##############################################
xmakemol-5.16/config.guess-821-	# the GNU system
xmakemol-5.16/config.guess:822:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
xmakemol-5.16/config.guess-823-	exit ;;
##############################################
xmakemol-5.16/config.guess-825-	# other systems with GNU libc and userland
xmakemol-5.16/config.guess:826:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu
xmakemol-5.16/config.guess-827-	exit ;;
##############################################
xmakemol-5.16/config.guess-1050-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
xmakemol-5.16/config.guess:1051:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
xmakemol-5.16/config.guess-1052-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
xmakemol-5.16/config.guess-1282-    *:DragonFly:*:*)
xmakemol-5.16/config.guess:1283:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
xmakemol-5.16/config.guess-1284-	exit ;;
##############################################
xmakemol-5.16/config.guess-1295-    i*86:skyos:*:*)
xmakemol-5.16/config.guess:1296:	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
xmakemol-5.16/config.guess-1297-	exit ;;
##############################################
xmakemol-5.16/config.guess-1420-
xmakemol-5.16/config.guess:1421:$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` &&
xmakemol-5.16/config.guess-1422-	{ echo "$SYSTEM_NAME"; exit; }
##############################################
xmakemol-5.16/config.sub-56-
xmakemol-5.16/config.sub:57:me=`echo "$0" | sed -e 's,.*/,,'`
xmakemol-5.16/config.sub-58-
##############################################
xmakemol-5.16/config.sub-120-# Here we must recognize all the valid KERNEL-OS combinations.
xmakemol-5.16/config.sub:121:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
xmakemol-5.16/config.sub-122-case $maybe_os in
##############################################
xmakemol-5.16/config.sub-126-    os=-$maybe_os
xmakemol-5.16/config.sub:127:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
xmakemol-5.16/config.sub-128-    ;;
xmakemol-5.16/config.sub-129-  *)
xmakemol-5.16/config.sub:130:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
xmakemol-5.16/config.sub-131-    if [ $basic_machine != $1 ]
xmakemol-5.16/config.sub:132:    then os=`echo $1 | sed 's/.*-/-/'`
xmakemol-5.16/config.sub-133-    else os=; fi
##############################################
xmakemol-5.16/config.sub-177-		os=-sco5v6
xmakemol-5.16/config.sub:178:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
xmakemol-5.16/config.sub-179-		;;
##############################################
xmakemol-5.16/config.sub-181-		os=-sco3.2v5
xmakemol-5.16/config.sub:182:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
xmakemol-5.16/config.sub-183-		;;
##############################################
xmakemol-5.16/config.sub-185-		os=-sco3.2v4
xmakemol-5.16/config.sub:186:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
xmakemol-5.16/config.sub-187-		;;
xmakemol-5.16/config.sub-188-	-sco3.2.[4-9]*)
xmakemol-5.16/config.sub:189:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
xmakemol-5.16/config.sub:190:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
xmakemol-5.16/config.sub-191-		;;
##############################################
xmakemol-5.16/config.sub-193-		# Don't forget version if it is 3.2v4 or newer.
xmakemol-5.16/config.sub:194:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
xmakemol-5.16/config.sub-195-		;;
##############################################
xmakemol-5.16/config.sub-197-		# Don't forget version if it is 3.2v4 or newer.
xmakemol-5.16/config.sub:198:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
xmakemol-5.16/config.sub-199-		;;
##############################################
xmakemol-5.16/config.sub-201-		os=-sco3.2v2
xmakemol-5.16/config.sub:202:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
xmakemol-5.16/config.sub-203-		;;
xmakemol-5.16/config.sub-204-	-udk*)
xmakemol-5.16/config.sub:205:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
xmakemol-5.16/config.sub-206-		;;
##############################################
xmakemol-5.16/config.sub-208-		os=-isc2.2
xmakemol-5.16/config.sub:209:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
xmakemol-5.16/config.sub-210-		;;
##############################################
xmakemol-5.16/config.sub-214-	-isc*)
xmakemol-5.16/config.sub:215:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
xmakemol-5.16/config.sub-216-		;;
##############################################
xmakemol-5.16/config.sub-220-	-ptx*)
xmakemol-5.16/config.sub:221:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
xmakemol-5.16/config.sub-222-		;;
xmakemol-5.16/config.sub-223-	-windowsnt*)
xmakemol-5.16/config.sub:224:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
xmakemol-5.16/config.sub-225-		;;
##############################################
xmakemol-5.16/config.sub-309-	*-*-*)
xmakemol-5.16/config.sub:310:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
xmakemol-5.16/config.sub-311-		exit 1
##############################################
xmakemol-5.16/config.sub-411-	amd64-*)
xmakemol-5.16/config.sub:412:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
xmakemol-5.16/config.sub-413-		;;
##############################################
xmakemol-5.16/config.sub-632-	i*86v32)
xmakemol-5.16/config.sub:633:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
xmakemol-5.16/config.sub-634-		os=-sysv32
##############################################
xmakemol-5.16/config.sub-636-	i*86v4*)
xmakemol-5.16/config.sub:637:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
xmakemol-5.16/config.sub-638-		os=-sysv4
##############################################
xmakemol-5.16/config.sub-640-	i*86v)
xmakemol-5.16/config.sub:641:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
xmakemol-5.16/config.sub-642-		os=-sysv
##############################################
xmakemol-5.16/config.sub-644-	i*86sol2)
xmakemol-5.16/config.sub:645:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
xmakemol-5.16/config.sub-646-		os=-solaris2
##############################################
xmakemol-5.16/config.sub-692-	mips3*-*)
xmakemol-5.16/config.sub:693:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
xmakemol-5.16/config.sub-694-		;;
xmakemol-5.16/config.sub-695-	mips3*)
xmakemol-5.16/config.sub:696:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
xmakemol-5.16/config.sub-697-		;;
##############################################
xmakemol-5.16/config.sub-710-	ms1-*)
xmakemol-5.16/config.sub:711:		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
xmakemol-5.16/config.sub-712-		;;
##############################################
xmakemol-5.16/config.sub-823-	pc98-*)
xmakemol-5.16/config.sub:824:		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
xmakemol-5.16/config.sub-825-		;;
##############################################
xmakemol-5.16/config.sub-838-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
xmakemol-5.16/config.sub:839:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
xmakemol-5.16/config.sub-840-		;;
xmakemol-5.16/config.sub-841-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
xmakemol-5.16/config.sub:842:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
xmakemol-5.16/config.sub-843-		;;
xmakemol-5.16/config.sub-844-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
xmakemol-5.16/config.sub:845:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
xmakemol-5.16/config.sub-846-		;;
xmakemol-5.16/config.sub-847-	pentium4-*)
xmakemol-5.16/config.sub:848:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
xmakemol-5.16/config.sub-849-		;;
##############################################
xmakemol-5.16/config.sub-856-		;;
xmakemol-5.16/config.sub:857:	ppc-*)	basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
xmakemol-5.16/config.sub-858-		;;
##############################################
xmakemol-5.16/config.sub-862-	ppcle-* | powerpclittle-*)
xmakemol-5.16/config.sub:863:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
xmakemol-5.16/config.sub-864-		;;
##############################################
xmakemol-5.16/config.sub-866-		;;
xmakemol-5.16/config.sub:867:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
xmakemol-5.16/config.sub-868-		;;
##############################################
xmakemol-5.16/config.sub-872-	ppc64le-* | powerpc64little-*)
xmakemol-5.16/config.sub:873:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
xmakemol-5.16/config.sub-874-		;;
##############################################
xmakemol-5.16/config.sub-1149-	*)
xmakemol-5.16/config.sub:1150:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
xmakemol-5.16/config.sub-1151-		exit 1
##############################################
xmakemol-5.16/config.sub-1157-	*-digital*)
xmakemol-5.16/config.sub:1158:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
xmakemol-5.16/config.sub-1159-		;;
xmakemol-5.16/config.sub-1160-	*-commodore*)
xmakemol-5.16/config.sub:1161:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
xmakemol-5.16/config.sub-1162-		;;
##############################################
xmakemol-5.16/config.sub-1175-	-solaris1 | -solaris1.*)
xmakemol-5.16/config.sub:1176:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
xmakemol-5.16/config.sub-1177-		;;
##############################################
xmakemol-5.16/config.sub-1187-	-gnu/linux*)
xmakemol-5.16/config.sub:1188:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
xmakemol-5.16/config.sub-1189-		;;
##############################################
xmakemol-5.16/config.sub-1231-	-nto*)
xmakemol-5.16/config.sub:1232:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
xmakemol-5.16/config.sub-1233-		;;
##############################################
xmakemol-5.16/config.sub-1238-	-mac*)
xmakemol-5.16/config.sub:1239:		os=`echo $os | sed -e 's|mac|macos|'`
xmakemol-5.16/config.sub-1240-		;;
##############################################
xmakemol-5.16/config.sub-1244-	-linux*)
xmakemol-5.16/config.sub:1245:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
xmakemol-5.16/config.sub-1246-		;;
xmakemol-5.16/config.sub-1247-	-sunos5*)
xmakemol-5.16/config.sub:1248:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
xmakemol-5.16/config.sub-1249-		;;
xmakemol-5.16/config.sub-1250-	-sunos6*)
xmakemol-5.16/config.sub:1251:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
xmakemol-5.16/config.sub-1252-		;;
##############################################
xmakemol-5.16/config.sub-1299-	-sinix5.*)
xmakemol-5.16/config.sub:1300:		os=`echo $os | sed -e 's|sinix|sysv|'`
xmakemol-5.16/config.sub-1301-		;;
##############################################
xmakemol-5.16/config.sub-1350-		# Get rid of the `-' at the beginning of $os.
xmakemol-5.16/config.sub:1351:		os=`echo $os | sed 's/[^-]*-//'`
xmakemol-5.16/config.sub:1352:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
xmakemol-5.16/config.sub-1353-		exit 1
##############################################
xmakemol-5.16/config.sub-1595-		esac
xmakemol-5.16/config.sub:1596:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
xmakemol-5.16/config.sub-1597-		;;
##############################################
xmakemol-5.16/install-sh-103-
xmakemol-5.16/install-sh:104:	-t=*) transformarg=`echo $1 | sed 's/-t=//'`
xmakemol-5.16/install-sh-105-	    shift
##############################################
xmakemol-5.16/install-sh-107-
xmakemol-5.16/install-sh:108:	-b=*) transformbasename=`echo $1 | sed 's/-b=//'`
xmakemol-5.16/install-sh-109-	    shift
##############################################
xmakemol-5.16/install-sh-169-	then
xmakemol-5.16/install-sh:170:		dst="$dst"/`basename $src`
xmakemol-5.16/install-sh-171-	else
##############################################
xmakemol-5.16/install-sh-176-## this sed command emulates the dirname command
xmakemol-5.16/install-sh:177:dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
xmakemol-5.16/install-sh-178-
##############################################
xmakemol-5.16/install-sh-190-IFS='%'
xmakemol-5.16/install-sh:191:set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'`
xmakemol-5.16/install-sh-192-IFS="${oIFS}"
##############################################
xmakemol-5.16/install-sh-224-	then
xmakemol-5.16/install-sh:225:		dstfile=`basename $dst`
xmakemol-5.16/install-sh-226-	else
##############################################
xmakemol-5.16/install-sh-234-	then
xmakemol-5.16/install-sh:235:		dstfile=`basename $dst`
xmakemol-5.16/install-sh-236-	else
##############################################
xmakemol-5.16/missing-92-         from any GNU archive site."
xmakemol-5.16/missing:93:    files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' $configure_ac`
xmakemol-5.16/missing-94-    test -z "$files" && files="config.h"
##############################################
xmakemol-5.16/missing-127-	*.y)
xmakemol-5.16/missing:128:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
xmakemol-5.16/missing-129-	    if [ -f "$SRCFILE" ]; then
##############################################
xmakemol-5.16/missing-131-	    fi
xmakemol-5.16/missing:132:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
xmakemol-5.16/missing-133-	    if [ -f "$SRCFILE" ]; then
##############################################
xmakemol-5.16/missing-157-	*.l)
xmakemol-5.16/missing:158:	    SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
xmakemol-5.16/missing-159-	    if [ -f "$SRCFILE" ]; then
##############################################
xmakemol-5.16/missing-177-         the \`GNU make' package.  Grab either from any GNU archive site."
xmakemol-5.16/missing:178:    file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
xmakemol-5.16/missing-179-    if test -z "$file"; then
xmakemol-5.16/missing:180:      file=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
xmakemol-5.16/missing:181:      file=`sed -n '/^@setfilename/ { s/.* \([^ ]*\) *$/\1/; p; q; }' $file`
xmakemol-5.16/missing-182-    fi
##############################################
xmakemol-5.16/mkinstalldirs-12-do
xmakemol-5.16/mkinstalldirs:13:   set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`
xmakemol-5.16/mkinstalldirs-14-   shift
##############################################
xmakemol-5.16/xmake_anim.pl-116-            print ("\n   $xpm_file -> $gif_file\n");
xmakemol-5.16/xmake_anim.pl:117:            `$convert $xpm_file $gif_file`;
xmakemol-5.16/xmake_anim.pl-118-          }
##############################################
xmakemol-5.16/xmake_anim.pl-126-    print ("\nRunning gifsicle --- $command\n\n");
xmakemol-5.16/xmake_anim.pl:127:    `$command`;
xmakemol-5.16/xmake_anim.pl-128-  }
##############################################
xmakemol-5.16/xmake_anim.pl-133-    print ("\nRunning convert --- $command\n\n");
xmakemol-5.16/xmake_anim.pl:134:    `$command`;
xmakemol-5.16/xmake_anim.pl-135-  }
##############################################
xmakemol-5.16/debian/patches/h-bond.patch-22- 
xmakemol-5.16/debian/patches/h-bond.patch:23: if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
xmakemol-5.16/debian/patches/h-bond.patch-24-   { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
##############################################
xmakemol-5.16/.pc/h-bond.patch/configure-107-do
xmakemol-5.16/.pc/h-bond.patch/configure:108:  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
xmakemol-5.16/.pc/h-bond.patch/configure-109-    eval $as_var=C; export $as_var
##############################################
xmakemol-5.16/.pc/h-bond.patch/configure-215-  test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
xmakemol-5.16/.pc/h-bond.patch/configure:216:  test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
xmakemol-5.16/.pc/h-bond.patch/configure-217-") 2> /dev/null; then
##############################################
xmakemol-5.16/.pc/h-bond.patch/configure-330-  test "x$as_lineno_1" != "x$as_lineno_2" &&
xmakemol-5.16/.pc/h-bond.patch/configure:331:  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
xmakemol-5.16/.pc/h-bond.patch/configure-332-
##############################################
xmakemol-5.16/.pc/h-bond.patch/configure-425-  test "x$as_lineno_1" != "x$as_lineno_2" &&
xmakemol-5.16/.pc/h-bond.patch/configure:426:  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
xmakemol-5.16/.pc/h-bond.patch/configure-427-
##############################################
xmakemol-5.16/.pc/h-bond.patch/configure-536-	esac;
xmakemol-5.16/.pc/h-bond.patch/configure:537:	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
xmakemol-5.16/.pc/h-bond.patch/configure-538-	???[sx]*):;;*)false;;esac;fi
##############################################
xmakemol-5.16/.pc/h-bond.patch/configure-771-  case $ac_option in
xmakemol-5.16/.pc/h-bond.patch/configure:772:  *=*)	ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
xmakemol-5.16/.pc/h-bond.patch/configure-773-  *)	ac_optarg=yes ;;
##############################################
xmakemol-5.16/.pc/h-bond.patch/configure-814-  -disable-* | --disable-*)
xmakemol-5.16/.pc/h-bond.patch/configure:815:    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
xmakemol-5.16/.pc/h-bond.patch/configure-816-    # Reject names that are not valid shell variable names.
##############################################
xmakemol-5.16/.pc/h-bond.patch/configure-819-   { (exit 1); exit 1; }; }
xmakemol-5.16/.pc/h-bond.patch/configure:820:    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
xmakemol-5.16/.pc/h-bond.patch/configure-821-    eval enable_$ac_feature=no ;;
##############################################
xmakemol-5.16/.pc/h-bond.patch/configure-833-  -enable-* | --enable-*)
xmakemol-5.16/.pc/h-bond.patch/configure:834:    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
xmakemol-5.16/.pc/h-bond.patch/configure-835-    # Reject names that are not valid shell variable names.
##############################################
xmakemol-5.16/.pc/h-bond.patch/configure-838-   { (exit 1); exit 1; }; }
xmakemol-5.16/.pc/h-bond.patch/configure:839:    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
xmakemol-5.16/.pc/h-bond.patch/configure-840-    eval enable_$ac_feature=\$ac_optarg ;;
##############################################
xmakemol-5.16/.pc/h-bond.patch/configure-1030-  -with-* | --with-*)
xmakemol-5.16/.pc/h-bond.patch/configure:1031:    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
xmakemol-5.16/.pc/h-bond.patch/configure-1032-    # Reject names that are not valid shell variable names.
##############################################
xmakemol-5.16/.pc/h-bond.patch/configure-1035-   { (exit 1); exit 1; }; }
xmakemol-5.16/.pc/h-bond.patch/configure:1036:    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
xmakemol-5.16/.pc/h-bond.patch/configure-1037-    eval with_$ac_package=\$ac_optarg ;;
##############################################
xmakemol-5.16/.pc/h-bond.patch/configure-1039-  -without-* | --without-*)
xmakemol-5.16/.pc/h-bond.patch/configure:1040:    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
xmakemol-5.16/.pc/h-bond.patch/configure-1041-    # Reject names that are not valid shell variable names.
##############################################
xmakemol-5.16/.pc/h-bond.patch/configure-1044-   { (exit 1); exit 1; }; }
xmakemol-5.16/.pc/h-bond.patch/configure:1045:    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
xmakemol-5.16/.pc/h-bond.patch/configure-1046-    eval with_$ac_package=no ;;
##############################################
xmakemol-5.16/.pc/h-bond.patch/configure-1071-  *=*)
xmakemol-5.16/.pc/h-bond.patch/configure:1072:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
xmakemol-5.16/.pc/h-bond.patch/configure-1073-    # Reject names that are not valid shell variable names.
##############################################
xmakemol-5.16/.pc/h-bond.patch/configure-1091-if test -n "$ac_prev"; then
xmakemol-5.16/.pc/h-bond.patch/configure:1092:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
xmakemol-5.16/.pc/h-bond.patch/configure-1093-  { echo "$as_me: error: missing argument to $ac_option" >&2
##############################################
xmakemol-5.16/.pc/h-bond.patch/configure-1137-ac_ls_di=`ls -di .` &&
xmakemol-5.16/.pc/h-bond.patch/configure:1138:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
xmakemol-5.16/.pc/h-bond.patch/configure-1139-  { echo "$as_me: error: Working directory cannot be determined" >&2
##############################################
xmakemol-5.16/.pc/h-bond.patch/configure-1197-case $srcdir in
xmakemol-5.16/.pc/h-bond.patch/configure:1198:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
xmakemol-5.16/.pc/h-bond.patch/configure-1199-esac
##############################################
xmakemol-5.16/.pc/h-bond.patch/configure-1240-By default, \`make install' will install all the files in
xmakemol-5.16/.pc/h-bond.patch/configure:1241:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
xmakemol-5.16/.pc/h-bond.patch/configure:1242:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
xmakemol-5.16/.pc/h-bond.patch/configure-1243-for instance \`--prefix=\$HOME'.
##############################################
xmakemol-5.16/.pc/h-bond.patch/configure-1333-*)
xmakemol-5.16/.pc/h-bond.patch/configure:1334:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
xmakemol-5.16/.pc/h-bond.patch/configure-1335-  # A ".." for each directory in $ac_dir_suffix.
xmakemol-5.16/.pc/h-bond.patch/configure:1336:  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
xmakemol-5.16/.pc/h-bond.patch/configure-1337-  case $ac_top_builddir_sub in
##############################################
xmakemol-5.16/.pc/h-bond.patch/configure-1466-    *\'*)
xmakemol-5.16/.pc/h-bond.patch/configure:1467:      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
xmakemol-5.16/.pc/h-bond.patch/configure-1468-    esac
##############################################
xmakemol-5.16/.pc/h-bond.patch/configure-1552-      case $ac_val in
xmakemol-5.16/.pc/h-bond.patch/configure:1553:      *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
xmakemol-5.16/.pc/h-bond.patch/configure-1554-      esac
##############################################
xmakemol-5.16/.pc/h-bond.patch/configure-1569-	case $ac_val in
xmakemol-5.16/.pc/h-bond.patch/configure:1570:	*\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
xmakemol-5.16/.pc/h-bond.patch/configure-1571-	esac
##############################################
xmakemol-5.16/.pc/h-bond.patch/configure-1677-    set,)
xmakemol-5.16/.pc/h-bond.patch/configure:1678:      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
xmakemol-5.16/.pc/h-bond.patch/configure:1679:echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
xmakemol-5.16/.pc/h-bond.patch/configure-1680-      ac_cache_corrupted=: ;;
##############################################
xmakemol-5.16/.pc/h-bond.patch/configure-1699-    case $ac_new_val in
xmakemol-5.16/.pc/h-bond.patch/configure:1700:    *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
xmakemol-5.16/.pc/h-bond.patch/configure-1701-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
xmakemol-5.16/.pc/h-bond.patch/configure-1784-test "x$ac_build_alias" = x &&
xmakemol-5.16/.pc/h-bond.patch/configure:1785:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
xmakemol-5.16/.pc/h-bond.patch/configure-1786-test "x$ac_build_alias" = x &&
##############################################
xmakemol-5.16/.pc/h-bond.patch/configure-1789-   { (exit 1); exit 1; }; }
xmakemol-5.16/.pc/h-bond.patch/configure:1790:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
xmakemol-5.16/.pc/h-bond.patch/configure-1791-  { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
##############################################
xmakemol-5.16/.pc/h-bond.patch/configure-1814-IFS=$ac_save_IFS
xmakemol-5.16/.pc/h-bond.patch/configure:1815:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
xmakemol-5.16/.pc/h-bond.patch/configure-1816-
##############################################
xmakemol-5.16/.pc/h-bond.patch/configure-1825-else
xmakemol-5.16/.pc/h-bond.patch/configure:1826:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
xmakemol-5.16/.pc/h-bond.patch/configure-1827-    { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
##############################################
xmakemol-5.16/.pc/h-bond.patch/configure-1851-IFS=$ac_save_IFS
xmakemol-5.16/.pc/h-bond.patch/configure:1852:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
xmakemol-5.16/.pc/h-bond.patch/configure-1853-
##############################################
xmakemol-5.16/.pc/h-bond.patch/configure-1862-else
xmakemol-5.16/.pc/h-bond.patch/configure:1863:  ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
xmakemol-5.16/.pc/h-bond.patch/configure-1864-    { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&5
##############################################
xmakemol-5.16/.pc/h-bond.patch/configure-1888-IFS=$ac_save_IFS
xmakemol-5.16/.pc/h-bond.patch/configure:1889:case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
xmakemol-5.16/.pc/h-bond.patch/configure-1890-
##############################################
xmakemol-5.16/.pc/h-bond.patch/configure-1990-if (
xmakemol-5.16/.pc/h-bond.patch/configure:1991:   set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`
xmakemol-5.16/.pc/h-bond.patch/configure-1992-   if test "$*" = "X"; then
xmakemol-5.16/.pc/h-bond.patch/configure-1993-      # -L didn't work.
xmakemol-5.16/.pc/h-bond.patch/configure:1994:      set X `ls -t $srcdir/configure conftestfile`
xmakemol-5.16/.pc/h-bond.patch/configure-1995-   fi
##############################################
xmakemol-5.16/.pc/h-bond.patch/configure-2034-_ACEOF
xmakemol-5.16/.pc/h-bond.patch/configure:2035:program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
xmakemol-5.16/.pc/h-bond.patch/configure-2036-rm -f conftest.sed
##############################################
xmakemol-5.16/.pc/h-bond.patch/configure-2039-echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
xmakemol-5.16/.pc/h-bond.patch/configure:2040:set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
xmakemol-5.16/.pc/h-bond.patch/configure-2041-if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
##############################################
xmakemol-5.16/.pc/h-bond.patch/configure-2049-# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
xmakemol-5.16/.pc/h-bond.patch/configure:2050:case `${MAKE-make} -f conftest.make 2>/dev/null` in
xmakemol-5.16/.pc/h-bond.patch/configure-2051-  *@@@%%%=?*=@@@%%%*)
##############################################
xmakemol-5.16/.pc/h-bond.patch/configure-2072-
xmakemol-5.16/.pc/h-bond.patch/configure:2073:if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
xmakemol-5.16/.pc/h-bond.patch/configure-2074-  { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
##############################################
xmakemol-5.16/.pc/h-bond.patch/configure-2089-
xmakemol-5.16/.pc/h-bond.patch/configure:2090:missing_dir=`cd $ac_aux_dir && pwd`
xmakemol-5.16/.pc/h-bond.patch/configure-2091-{ echo "$as_me:$LINENO: checking for working aclocal-${am__api_version}" >&5
##############################################
xmakemol-5.16/.pc/h-bond.patch/configure-2487-echo "$as_me:$LINENO: checking for C compiler version" >&5
xmakemol-5.16/.pc/h-bond.patch/configure:2488:ac_compiler=`set X $ac_compile; echo $2`
xmakemol-5.16/.pc/h-bond.patch/configure-2489-{ (ac_try="$ac_compiler --version >&5"
##############################################
xmakemol-5.16/.pc/h-bond.patch/configure-2541-echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
xmakemol-5.16/.pc/h-bond.patch/configure:2542:ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
xmakemol-5.16/.pc/h-bond.patch/configure-2543-#
##############################################
xmakemol-5.16/.pc/h-bond.patch/configure-2589-	then :; else
xmakemol-5.16/.pc/h-bond.patch/configure:2590:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
xmakemol-5.16/.pc/h-bond.patch/configure-2591-	fi
##############################################
xmakemol-5.16/.pc/h-bond.patch/configure-2686-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
xmakemol-5.16/.pc/h-bond.patch/configure:2687:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
xmakemol-5.16/.pc/h-bond.patch/configure-2688-	  break;;
##############################################
xmakemol-5.16/.pc/h-bond.patch/configure-2741-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
xmakemol-5.16/.pc/h-bond.patch/configure:2742:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
xmakemol-5.16/.pc/h-bond.patch/configure-2743-       break;;
##############################################
xmakemol-5.16/.pc/h-bond.patch/configure-2816-echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
xmakemol-5.16/.pc/h-bond.patch/configure:2817:GCC=`test $ac_compiler_gnu = yes && echo yes`
xmakemol-5.16/.pc/h-bond.patch/configure-2818-ac_test_CFLAGS=${CFLAGS+set}
##############################################
xmakemol-5.16/.pc/h-bond.patch/configure-3443-    for ac_var in incroot usrlibdir libdir; do
xmakemol-5.16/.pc/h-bond.patch/configure:3444:      eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
xmakemol-5.16/.pc/h-bond.patch/configure-3445-    done
##############################################
xmakemol-5.16/.pc/h-bond.patch/configure-3596-	LIBS=$ac_save_LIBS
xmakemol-5.16/.pc/h-bond.patch/configure:3597:for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
xmakemol-5.16/.pc/h-bond.patch/configure-3598-do
##############################################
xmakemol-5.16/.pc/h-bond.patch/configure-4918-	   "${prefix}"/lib/* /usr/lib/* /usr/local/lib/*; do
xmakemol-5.16/.pc/h-bond.patch/configure:4919:if test -d "$dir" && test "`ls $dir/libXm.* 2> /dev/null`" != ""; then
xmakemol-5.16/.pc/h-bond.patch/configure-4920-ice_cv_motif_libraries="$dir"
##############################################
xmakemol-5.16/.pc/h-bond.patch/configure-5183-	   "${prefix}"/lib/* /usr/lib/* /usr/local/lib/*; do
xmakemol-5.16/.pc/h-bond.patch/configure:5184:if test -d "$dir" && test "`ls $dir/libXpm.* 2> /dev/null`" != ""; then
xmakemol-5.16/.pc/h-bond.patch/configure-5185-ice_cv_xpm_libraries="$dir"
##############################################
xmakemol-5.16/.pc/h-bond.patch/configure-6274-else
xmakemol-5.16/.pc/h-bond.patch/configure:6275:  sim_ac_motif_glwidget_class=`echo $sim_cv_motif_glwidget | cut -d" " -f1`
xmakemol-5.16/.pc/h-bond.patch/configure:6276:  sim_ac_motif_glwidget_header=`echo $sim_cv_motif_glwidget | cut -d" " -f2`
xmakemol-5.16/.pc/h-bond.patch/configure:6277:  sim_ac_motif_glwidget_library=`echo $sim_cv_motif_glwidget | cut -d" " -f3`
xmakemol-5.16/.pc/h-bond.patch/configure-6278-
##############################################
xmakemol-5.16/.pc/h-bond.patch/configure-6397-  # Check for GNU $ac_path_GREP
xmakemol-5.16/.pc/h-bond.patch/configure:6398:case `"$ac_path_GREP" --version 2>&1` in
xmakemol-5.16/.pc/h-bond.patch/configure-6399-*GNU*)
##############################################
xmakemol-5.16/.pc/h-bond.patch/configure-6411-    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
xmakemol-5.16/.pc/h-bond.patch/configure:6412:    ac_count=`expr $ac_count + 1`
xmakemol-5.16/.pc/h-bond.patch/configure-6413-    if test $ac_count -gt ${ac_path_GREP_max-0}; then
##############################################
xmakemol-5.16/.pc/h-bond.patch/configure-6479-  # Check for GNU $ac_path_EGREP
xmakemol-5.16/.pc/h-bond.patch/configure:6480:case `"$ac_path_EGREP" --version 2>&1` in
xmakemol-5.16/.pc/h-bond.patch/configure-6481-*GNU*)
##############################################
xmakemol-5.16/.pc/h-bond.patch/configure-6493-    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
xmakemol-5.16/.pc/h-bond.patch/configure:6494:    ac_count=`expr $ac_count + 1`
xmakemol-5.16/.pc/h-bond.patch/configure-6495-    if test $ac_count -gt ${ac_path_EGREP_max-0}; then
##############################################
xmakemol-5.16/.pc/h-bond.patch/configure-6722-do
xmakemol-5.16/.pc/h-bond.patch/configure:6723:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
xmakemol-5.16/.pc/h-bond.patch/configure-6724-{ echo "$as_me:$LINENO: checking for $ac_header" >&5
##############################################
xmakemol-5.16/.pc/h-bond.patch/configure-6765-fi
xmakemol-5.16/.pc/h-bond.patch/configure:6766:ac_res=`eval echo '${'$as_ac_Header'}'`
xmakemol-5.16/.pc/h-bond.patch/configure-6767-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
xmakemol-5.16/.pc/h-bond.patch/configure-6768-echo "${ECHO_T}$ac_res" >&6; }
xmakemol-5.16/.pc/h-bond.patch/configure:6769:if test `eval echo '${'$as_ac_Header'}'` = yes; then
xmakemol-5.16/.pc/h-bond.patch/configure-6770-  cat >>confdefs.h <<_ACEOF
xmakemol-5.16/.pc/h-bond.patch/configure:6771:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
xmakemol-5.16/.pc/h-bond.patch/configure-6772-_ACEOF
##############################################
xmakemol-5.16/.pc/h-bond.patch/configure-7130-do
xmakemol-5.16/.pc/h-bond.patch/configure:7131:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
xmakemol-5.16/.pc/h-bond.patch/configure-7132-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
##############################################
xmakemol-5.16/.pc/h-bond.patch/configure-7137-fi
xmakemol-5.16/.pc/h-bond.patch/configure:7138:ac_res=`eval echo '${'$as_ac_Header'}'`
xmakemol-5.16/.pc/h-bond.patch/configure-7139-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
##############################################
xmakemol-5.16/.pc/h-bond.patch/configure-7253-fi
xmakemol-5.16/.pc/h-bond.patch/configure:7254:ac_res=`eval echo '${'$as_ac_Header'}'`
xmakemol-5.16/.pc/h-bond.patch/configure-7255-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
##############################################
xmakemol-5.16/.pc/h-bond.patch/configure-7258-fi
xmakemol-5.16/.pc/h-bond.patch/configure:7259:if test `eval echo '${'$as_ac_Header'}'` = yes; then
xmakemol-5.16/.pc/h-bond.patch/configure-7260-  cat >>confdefs.h <<_ACEOF
xmakemol-5.16/.pc/h-bond.patch/configure:7261:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
xmakemol-5.16/.pc/h-bond.patch/configure-7262-_ACEOF
##############################################
xmakemol-5.16/.pc/h-bond.patch/configure-7560-  for ac_func in _getb67 GETB67 getb67; do
xmakemol-5.16/.pc/h-bond.patch/configure:7561:    as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
xmakemol-5.16/.pc/h-bond.patch/configure-7562-{ echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
xmakemol-5.16/.pc/h-bond.patch/configure-7640-fi
xmakemol-5.16/.pc/h-bond.patch/configure:7641:ac_res=`eval echo '${'$as_ac_var'}'`
xmakemol-5.16/.pc/h-bond.patch/configure-7642-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
xmakemol-5.16/.pc/h-bond.patch/configure-7643-echo "${ECHO_T}$ac_res" >&6; }
xmakemol-5.16/.pc/h-bond.patch/configure:7644:if test `eval echo '${'$as_ac_var'}'` = yes; then
xmakemol-5.16/.pc/h-bond.patch/configure-7645-
##############################################
xmakemol-5.16/.pc/h-bond.patch/configure-7739-do
xmakemol-5.16/.pc/h-bond.patch/configure:7740:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
xmakemol-5.16/.pc/h-bond.patch/configure-7741-{ echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
xmakemol-5.16/.pc/h-bond.patch/configure-7819-fi
xmakemol-5.16/.pc/h-bond.patch/configure:7820:ac_res=`eval echo '${'$as_ac_var'}'`
xmakemol-5.16/.pc/h-bond.patch/configure-7821-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
xmakemol-5.16/.pc/h-bond.patch/configure-7822-echo "${ECHO_T}$ac_res" >&6; }
xmakemol-5.16/.pc/h-bond.patch/configure:7823:if test `eval echo '${'$as_ac_var'}'` = yes; then
xmakemol-5.16/.pc/h-bond.patch/configure-7824-  cat >>confdefs.h <<_ACEOF
xmakemol-5.16/.pc/h-bond.patch/configure:7825:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
xmakemol-5.16/.pc/h-bond.patch/configure-7826-_ACEOF
##############################################
xmakemol-5.16/.pc/h-bond.patch/configure-7918-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
xmakemol-5.16/.pc/h-bond.patch/configure:7919:  ac_i=`echo "$ac_i" | sed "$ac_script"`
xmakemol-5.16/.pc/h-bond.patch/configure-7920-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
xmakemol-5.16/.pc/h-bond.patch/configure-8048-do
xmakemol-5.16/.pc/h-bond.patch/configure:8049:  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
xmakemol-5.16/.pc/h-bond.patch/configure-8050-    eval $as_var=C; export $as_var
##############################################
xmakemol-5.16/.pc/h-bond.patch/configure-8098-  test "x$as_lineno_1" != "x$as_lineno_2" &&
xmakemol-5.16/.pc/h-bond.patch/configure:8099:  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
xmakemol-5.16/.pc/h-bond.patch/configure-8100-
##############################################
xmakemol-5.16/.pc/h-bond.patch/configure-8209-	esac;
xmakemol-5.16/.pc/h-bond.patch/configure:8210:	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
xmakemol-5.16/.pc/h-bond.patch/configure-8211-	???[sx]*):;;*)false;;esac;fi
##############################################
xmakemol-5.16/.pc/h-bond.patch/configure-8284-configured by $0, generated by GNU Autoconf 2.61,
xmakemol-5.16/.pc/h-bond.patch/configure:8285:  with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
xmakemol-5.16/.pc/h-bond.patch/configure-8286-
##############################################
xmakemol-5.16/.pc/h-bond.patch/configure-8303-  --*=*)
xmakemol-5.16/.pc/h-bond.patch/configure:8304:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
xmakemol-5.16/.pc/h-bond.patch/configure:8305:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
xmakemol-5.16/.pc/h-bond.patch/configure-8306-    ac_shift=:
##############################################
xmakemol-5.16/.pc/h-bond.patch/configure-8547-
xmakemol-5.16/.pc/h-bond.patch/configure:8548:  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 85; then
xmakemol-5.16/.pc/h-bond.patch/configure-8549-    break
##############################################
xmakemol-5.16/.pc/h-bond.patch/configure-8558-
xmakemol-5.16/.pc/h-bond.patch/configure:8559:ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
xmakemol-5.16/.pc/h-bond.patch/configure-8560-if test -n "$ac_eof"; then
xmakemol-5.16/.pc/h-bond.patch/configure:8561:  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
xmakemol-5.16/.pc/h-bond.patch/configure:8562:  ac_eof=`expr $ac_eof + 1`
xmakemol-5.16/.pc/h-bond.patch/configure-8563-fi
##############################################
xmakemol-5.16/.pc/h-bond.patch/configure-8696-      case $as_dir in #(
xmakemol-5.16/.pc/h-bond.patch/configure:8697:      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
xmakemol-5.16/.pc/h-bond.patch/configure-8698-      *) as_qdir=$as_dir;;
##############################################
xmakemol-5.16/.pc/h-bond.patch/configure-8734-*)
xmakemol-5.16/.pc/h-bond.patch/configure:8735:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
xmakemol-5.16/.pc/h-bond.patch/configure-8736-  # A ".." for each directory in $ac_dir_suffix.
xmakemol-5.16/.pc/h-bond.patch/configure:8737:  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
xmakemol-5.16/.pc/h-bond.patch/configure-8738-  case $ac_top_builddir_sub in
##############################################
xmakemol-5.16/.pc/h-bond.patch/configure-8807-
xmakemol-5.16/.pc/h-bond.patch/configure:8808:# Neutralize VPATH when `$srcdir' = `.'.
xmakemol-5.16/.pc/h-bond.patch/configure-8809-# Shell code in configure.ac might set extrasub.
##############################################
xmakemol-5.16/.pc/h-bond.patch/configure-8831-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
xmakemol-5.16/.pc/h-bond.patch/configure:8832:  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
xmakemol-5.16/.pc/h-bond.patch/configure:8833:  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
xmakemol-5.16/.pc/h-bond.patch/configure-8834-  { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
##############################################
xmakemol-5.16/configure-107-do
xmakemol-5.16/configure:108:  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
xmakemol-5.16/configure-109-    eval $as_var=C; export $as_var
##############################################
xmakemol-5.16/configure-215-  test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
xmakemol-5.16/configure:216:  test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
xmakemol-5.16/configure-217-") 2> /dev/null; then
##############################################
xmakemol-5.16/configure-330-  test "x$as_lineno_1" != "x$as_lineno_2" &&
xmakemol-5.16/configure:331:  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
xmakemol-5.16/configure-332-
##############################################
xmakemol-5.16/configure-425-  test "x$as_lineno_1" != "x$as_lineno_2" &&
xmakemol-5.16/configure:426:  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
xmakemol-5.16/configure-427-
##############################################
xmakemol-5.16/configure-536-	esac;
xmakemol-5.16/configure:537:	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
xmakemol-5.16/configure-538-	???[sx]*):;;*)false;;esac;fi
##############################################
xmakemol-5.16/configure-771-  case $ac_option in
xmakemol-5.16/configure:772:  *=*)	ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
xmakemol-5.16/configure-773-  *)	ac_optarg=yes ;;
##############################################
xmakemol-5.16/configure-814-  -disable-* | --disable-*)
xmakemol-5.16/configure:815:    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
xmakemol-5.16/configure-816-    # Reject names that are not valid shell variable names.
##############################################
xmakemol-5.16/configure-819-   { (exit 1); exit 1; }; }
xmakemol-5.16/configure:820:    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
xmakemol-5.16/configure-821-    eval enable_$ac_feature=no ;;
##############################################
xmakemol-5.16/configure-833-  -enable-* | --enable-*)
xmakemol-5.16/configure:834:    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
xmakemol-5.16/configure-835-    # Reject names that are not valid shell variable names.
##############################################
xmakemol-5.16/configure-838-   { (exit 1); exit 1; }; }
xmakemol-5.16/configure:839:    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
xmakemol-5.16/configure-840-    eval enable_$ac_feature=\$ac_optarg ;;
##############################################
xmakemol-5.16/configure-1030-  -with-* | --with-*)
xmakemol-5.16/configure:1031:    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
xmakemol-5.16/configure-1032-    # Reject names that are not valid shell variable names.
##############################################
xmakemol-5.16/configure-1035-   { (exit 1); exit 1; }; }
xmakemol-5.16/configure:1036:    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
xmakemol-5.16/configure-1037-    eval with_$ac_package=\$ac_optarg ;;
##############################################
xmakemol-5.16/configure-1039-  -without-* | --without-*)
xmakemol-5.16/configure:1040:    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
xmakemol-5.16/configure-1041-    # Reject names that are not valid shell variable names.
##############################################
xmakemol-5.16/configure-1044-   { (exit 1); exit 1; }; }
xmakemol-5.16/configure:1045:    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
xmakemol-5.16/configure-1046-    eval with_$ac_package=no ;;
##############################################
xmakemol-5.16/configure-1071-  *=*)
xmakemol-5.16/configure:1072:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
xmakemol-5.16/configure-1073-    # Reject names that are not valid shell variable names.
##############################################
xmakemol-5.16/configure-1091-if test -n "$ac_prev"; then
xmakemol-5.16/configure:1092:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
xmakemol-5.16/configure-1093-  { echo "$as_me: error: missing argument to $ac_option" >&2
##############################################
xmakemol-5.16/configure-1137-ac_ls_di=`ls -di .` &&
xmakemol-5.16/configure:1138:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
xmakemol-5.16/configure-1139-  { echo "$as_me: error: Working directory cannot be determined" >&2
##############################################
xmakemol-5.16/configure-1197-case $srcdir in
xmakemol-5.16/configure:1198:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
xmakemol-5.16/configure-1199-esac
##############################################
xmakemol-5.16/configure-1240-By default, \`make install' will install all the files in
xmakemol-5.16/configure:1241:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
xmakemol-5.16/configure:1242:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
xmakemol-5.16/configure-1243-for instance \`--prefix=\$HOME'.
##############################################
xmakemol-5.16/configure-1333-*)
xmakemol-5.16/configure:1334:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
xmakemol-5.16/configure-1335-  # A ".." for each directory in $ac_dir_suffix.
xmakemol-5.16/configure:1336:  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
xmakemol-5.16/configure-1337-  case $ac_top_builddir_sub in
##############################################
xmakemol-5.16/configure-1466-    *\'*)
xmakemol-5.16/configure:1467:      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
xmakemol-5.16/configure-1468-    esac
##############################################
xmakemol-5.16/configure-1552-      case $ac_val in
xmakemol-5.16/configure:1553:      *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
xmakemol-5.16/configure-1554-      esac
##############################################
xmakemol-5.16/configure-1569-	case $ac_val in
xmakemol-5.16/configure:1570:	*\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
xmakemol-5.16/configure-1571-	esac
##############################################
xmakemol-5.16/configure-1677-    set,)
xmakemol-5.16/configure:1678:      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
xmakemol-5.16/configure:1679:echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
xmakemol-5.16/configure-1680-      ac_cache_corrupted=: ;;
##############################################
xmakemol-5.16/configure-1699-    case $ac_new_val in
xmakemol-5.16/configure:1700:    *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
xmakemol-5.16/configure-1701-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
xmakemol-5.16/configure-1784-test "x$ac_build_alias" = x &&
xmakemol-5.16/configure:1785:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
xmakemol-5.16/configure-1786-test "x$ac_build_alias" = x &&
##############################################
xmakemol-5.16/configure-1789-   { (exit 1); exit 1; }; }
xmakemol-5.16/configure:1790:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
xmakemol-5.16/configure-1791-  { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
##############################################
xmakemol-5.16/configure-1814-IFS=$ac_save_IFS
xmakemol-5.16/configure:1815:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
xmakemol-5.16/configure-1816-
##############################################
xmakemol-5.16/configure-1825-else
xmakemol-5.16/configure:1826:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
xmakemol-5.16/configure-1827-    { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
##############################################
xmakemol-5.16/configure-1851-IFS=$ac_save_IFS
xmakemol-5.16/configure:1852:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
xmakemol-5.16/configure-1853-
##############################################
xmakemol-5.16/configure-1862-else
xmakemol-5.16/configure:1863:  ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
xmakemol-5.16/configure-1864-    { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&5
##############################################
xmakemol-5.16/configure-1888-IFS=$ac_save_IFS
xmakemol-5.16/configure:1889:case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
xmakemol-5.16/configure-1890-
##############################################
xmakemol-5.16/configure-1990-if (
xmakemol-5.16/configure:1991:   set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`
xmakemol-5.16/configure-1992-   if test "$*" = "X"; then
xmakemol-5.16/configure-1993-      # -L didn't work.
xmakemol-5.16/configure:1994:      set X `ls -t $srcdir/configure conftestfile`
xmakemol-5.16/configure-1995-   fi
##############################################
xmakemol-5.16/configure-2034-_ACEOF
xmakemol-5.16/configure:2035:program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
xmakemol-5.16/configure-2036-rm -f conftest.sed
##############################################
xmakemol-5.16/configure-2039-echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
xmakemol-5.16/configure:2040:set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
xmakemol-5.16/configure-2041-if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
##############################################
xmakemol-5.16/configure-2049-# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
xmakemol-5.16/configure:2050:case `${MAKE-make} -f conftest.make 2>/dev/null` in
xmakemol-5.16/configure-2051-  *@@@%%%=?*=@@@%%%*)
##############################################
xmakemol-5.16/configure-2072-
xmakemol-5.16/configure:2073:if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
xmakemol-5.16/configure-2074-  { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
##############################################
xmakemol-5.16/configure-2089-
xmakemol-5.16/configure:2090:missing_dir=`cd $ac_aux_dir && pwd`
xmakemol-5.16/configure-2091-{ echo "$as_me:$LINENO: checking for working aclocal-${am__api_version}" >&5
##############################################
xmakemol-5.16/configure-2487-echo "$as_me:$LINENO: checking for C compiler version" >&5
xmakemol-5.16/configure:2488:ac_compiler=`set X $ac_compile; echo $2`
xmakemol-5.16/configure-2489-{ (ac_try="$ac_compiler --version >&5"
##############################################
xmakemol-5.16/configure-2541-echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
xmakemol-5.16/configure:2542:ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
xmakemol-5.16/configure-2543-#
##############################################
xmakemol-5.16/configure-2589-	then :; else
xmakemol-5.16/configure:2590:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
xmakemol-5.16/configure-2591-	fi
##############################################
xmakemol-5.16/configure-2686-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
xmakemol-5.16/configure:2687:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
xmakemol-5.16/configure-2688-	  break;;
##############################################
xmakemol-5.16/configure-2741-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
xmakemol-5.16/configure:2742:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
xmakemol-5.16/configure-2743-       break;;
##############################################
xmakemol-5.16/configure-2816-echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
xmakemol-5.16/configure:2817:GCC=`test $ac_compiler_gnu = yes && echo yes`
xmakemol-5.16/configure-2818-ac_test_CFLAGS=${CFLAGS+set}
##############################################
xmakemol-5.16/configure-3443-    for ac_var in incroot usrlibdir libdir; do
xmakemol-5.16/configure:3444:      eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
xmakemol-5.16/configure-3445-    done
##############################################
xmakemol-5.16/configure-3596-	LIBS=$ac_save_LIBS
xmakemol-5.16/configure:3597:for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
xmakemol-5.16/configure-3598-do
##############################################
xmakemol-5.16/configure-4918-	   "${prefix}"/lib/* /usr/lib/* /usr/local/lib/*; do
xmakemol-5.16/configure:4919:if test -d "$dir" && test "`ls $dir/libXm.* 2> /dev/null`" != ""; then
xmakemol-5.16/configure-4920-ice_cv_motif_libraries="$dir"
##############################################
xmakemol-5.16/configure-5183-	   "${prefix}"/lib/* /usr/lib/* /usr/local/lib/*; do
xmakemol-5.16/configure:5184:if test -d "$dir" && test "`ls $dir/libXpm.* 2> /dev/null`" != ""; then
xmakemol-5.16/configure-5185-ice_cv_xpm_libraries="$dir"
##############################################
xmakemol-5.16/configure-6274-else
xmakemol-5.16/configure:6275:  sim_ac_motif_glwidget_class=`echo $sim_cv_motif_glwidget | cut -d" " -f1`
xmakemol-5.16/configure:6276:  sim_ac_motif_glwidget_header=`echo $sim_cv_motif_glwidget | cut -d" " -f2`
xmakemol-5.16/configure:6277:  sim_ac_motif_glwidget_library=`echo $sim_cv_motif_glwidget | cut -d" " -f3`
xmakemol-5.16/configure-6278-
##############################################
xmakemol-5.16/configure-6397-  # Check for GNU $ac_path_GREP
xmakemol-5.16/configure:6398:case `"$ac_path_GREP" --version 2>&1` in
xmakemol-5.16/configure-6399-*GNU*)
##############################################
xmakemol-5.16/configure-6411-    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
xmakemol-5.16/configure:6412:    ac_count=`expr $ac_count + 1`
xmakemol-5.16/configure-6413-    if test $ac_count -gt ${ac_path_GREP_max-0}; then
##############################################
xmakemol-5.16/configure-6479-  # Check for GNU $ac_path_EGREP
xmakemol-5.16/configure:6480:case `"$ac_path_EGREP" --version 2>&1` in
xmakemol-5.16/configure-6481-*GNU*)
##############################################
xmakemol-5.16/configure-6493-    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
xmakemol-5.16/configure:6494:    ac_count=`expr $ac_count + 1`
xmakemol-5.16/configure-6495-    if test $ac_count -gt ${ac_path_EGREP_max-0}; then
##############################################
xmakemol-5.16/configure-6722-do
xmakemol-5.16/configure:6723:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
xmakemol-5.16/configure-6724-{ echo "$as_me:$LINENO: checking for $ac_header" >&5
##############################################
xmakemol-5.16/configure-6765-fi
xmakemol-5.16/configure:6766:ac_res=`eval echo '${'$as_ac_Header'}'`
xmakemol-5.16/configure-6767-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
xmakemol-5.16/configure-6768-echo "${ECHO_T}$ac_res" >&6; }
xmakemol-5.16/configure:6769:if test `eval echo '${'$as_ac_Header'}'` = yes; then
xmakemol-5.16/configure-6770-  cat >>confdefs.h <<_ACEOF
xmakemol-5.16/configure:6771:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
xmakemol-5.16/configure-6772-_ACEOF
##############################################
xmakemol-5.16/configure-7130-do
xmakemol-5.16/configure:7131:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
xmakemol-5.16/configure-7132-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
##############################################
xmakemol-5.16/configure-7137-fi
xmakemol-5.16/configure:7138:ac_res=`eval echo '${'$as_ac_Header'}'`
xmakemol-5.16/configure-7139-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
##############################################
xmakemol-5.16/configure-7253-fi
xmakemol-5.16/configure:7254:ac_res=`eval echo '${'$as_ac_Header'}'`
xmakemol-5.16/configure-7255-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
##############################################
xmakemol-5.16/configure-7258-fi
xmakemol-5.16/configure:7259:if test `eval echo '${'$as_ac_Header'}'` = yes; then
xmakemol-5.16/configure-7260-  cat >>confdefs.h <<_ACEOF
xmakemol-5.16/configure:7261:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
xmakemol-5.16/configure-7262-_ACEOF
##############################################
xmakemol-5.16/configure-7560-  for ac_func in _getb67 GETB67 getb67; do
xmakemol-5.16/configure:7561:    as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
xmakemol-5.16/configure-7562-{ echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
xmakemol-5.16/configure-7640-fi
xmakemol-5.16/configure:7641:ac_res=`eval echo '${'$as_ac_var'}'`
xmakemol-5.16/configure-7642-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
xmakemol-5.16/configure-7643-echo "${ECHO_T}$ac_res" >&6; }
xmakemol-5.16/configure:7644:if test `eval echo '${'$as_ac_var'}'` = yes; then
xmakemol-5.16/configure-7645-
##############################################
xmakemol-5.16/configure-7739-do
xmakemol-5.16/configure:7740:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
xmakemol-5.16/configure-7741-{ echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
xmakemol-5.16/configure-7819-fi
xmakemol-5.16/configure:7820:ac_res=`eval echo '${'$as_ac_var'}'`
xmakemol-5.16/configure-7821-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
xmakemol-5.16/configure-7822-echo "${ECHO_T}$ac_res" >&6; }
xmakemol-5.16/configure:7823:if test `eval echo '${'$as_ac_var'}'` = yes; then
xmakemol-5.16/configure-7824-  cat >>confdefs.h <<_ACEOF
xmakemol-5.16/configure:7825:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
xmakemol-5.16/configure-7826-_ACEOF
##############################################
xmakemol-5.16/configure-7918-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
xmakemol-5.16/configure:7919:  ac_i=`echo "$ac_i" | sed "$ac_script"`
xmakemol-5.16/configure-7920-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
xmakemol-5.16/configure-8048-do
xmakemol-5.16/configure:8049:  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
xmakemol-5.16/configure-8050-    eval $as_var=C; export $as_var
##############################################
xmakemol-5.16/configure-8098-  test "x$as_lineno_1" != "x$as_lineno_2" &&
xmakemol-5.16/configure:8099:  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
xmakemol-5.16/configure-8100-
##############################################
xmakemol-5.16/configure-8209-	esac;
xmakemol-5.16/configure:8210:	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
xmakemol-5.16/configure-8211-	???[sx]*):;;*)false;;esac;fi
##############################################
xmakemol-5.16/configure-8284-configured by $0, generated by GNU Autoconf 2.61,
xmakemol-5.16/configure:8285:  with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
xmakemol-5.16/configure-8286-
##############################################
xmakemol-5.16/configure-8303-  --*=*)
xmakemol-5.16/configure:8304:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
xmakemol-5.16/configure:8305:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
xmakemol-5.16/configure-8306-    ac_shift=:
##############################################
xmakemol-5.16/configure-8547-
xmakemol-5.16/configure:8548:  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 85; then
xmakemol-5.16/configure-8549-    break
##############################################
xmakemol-5.16/configure-8558-
xmakemol-5.16/configure:8559:ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
xmakemol-5.16/configure-8560-if test -n "$ac_eof"; then
xmakemol-5.16/configure:8561:  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
xmakemol-5.16/configure:8562:  ac_eof=`expr $ac_eof + 1`
xmakemol-5.16/configure-8563-fi
##############################################
xmakemol-5.16/configure-8696-      case $as_dir in #(
xmakemol-5.16/configure:8697:      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
xmakemol-5.16/configure-8698-      *) as_qdir=$as_dir;;
##############################################
xmakemol-5.16/configure-8734-*)
xmakemol-5.16/configure:8735:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
xmakemol-5.16/configure-8736-  # A ".." for each directory in $ac_dir_suffix.
xmakemol-5.16/configure:8737:  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
xmakemol-5.16/configure-8738-  case $ac_top_builddir_sub in
##############################################
xmakemol-5.16/configure-8807-
xmakemol-5.16/configure:8808:# Neutralize VPATH when `$srcdir' = `.'.
xmakemol-5.16/configure-8809-# Shell code in configure.ac might set extrasub.
##############################################
xmakemol-5.16/configure-8831-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
xmakemol-5.16/configure:8832:  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
xmakemol-5.16/configure:8833:  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
xmakemol-5.16/configure-8834-  { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'