===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
csmith-2.3.0/scripts/compiler_test.pl-75-my $HEADER = "-I$CSMITH_HOME/runtime";
csmith-2.3.0/scripts/compiler_test.pl:76:my $CYGWIN_HEADER = "-I`cygpath -d ${CSMITH_HOME}/runtime`";
csmith-2.3.0/scripts/compiler_test.pl-77-my $COMPILE_OPTIONS = "";
##############################################
csmith-2.3.0/scripts/compiler_test.pl-326-    if ($line && !($line  =~ /^\s*#/)) { 
csmith-2.3.0/scripts/compiler_test.pl:327:	my $res = system ("echo \"int main() { return 0;}\" > foo.c ; $line foo.c > /dev/null 2>&1"); 
csmith-2.3.0/scripts/compiler_test.pl-328-	unlink "foo.c",  "a.out";
##############################################
csmith-2.3.0/scripts/Makefile.in-52-  { \
csmith-2.3.0/scripts/Makefile.in:53:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
csmith-2.3.0/scripts/Makefile.in-54-  }; \
##############################################
csmith-2.3.0/scripts/Makefile.in-106-CONFIG_CLEAN_VPATH_FILES =
csmith-2.3.0/scripts/Makefile.in:107:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
csmith-2.3.0/scripts/Makefile.in-108-am__vpath_adj = case $$p in \
csmith-2.3.0/scripts/Makefile.in:109:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
csmith-2.3.0/scripts/Makefile.in-110-    *) f=$$p;; \
csmith-2.3.0/scripts/Makefile.in-111-  esac;
csmith-2.3.0/scripts/Makefile.in:112:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
csmith-2.3.0/scripts/Makefile.in-113-am__install_max = 40
csmith-2.3.0/scripts/Makefile.in-114-am__nobase_strip_setup = \
csmith-2.3.0/scripts/Makefile.in:115:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
csmith-2.3.0/scripts/Makefile.in-116-am__nobase_strip = \
##############################################
csmith-2.3.0/scripts/Makefile.in-368-distdir: $(DISTFILES)
csmith-2.3.0/scripts/Makefile.in:369:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
csmith-2.3.0/scripts/Makefile.in:370:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
csmith-2.3.0/scripts/Makefile.in-371-	list='$(DISTFILES)'; \
##############################################
csmith-2.3.0/scripts/Makefile.in-382-	  if test -d $$d/$$file; then \
csmith-2.3.0/scripts/Makefile.in:383:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
csmith-2.3.0/scripts/Makefile.in-384-	    if test -d "$(distdir)/$$file"; then \
##############################################
csmith-2.3.0/runtime/platform_avr.h-48-
csmith-2.3.0/runtime/platform_avr.h:49:	asm volatile("cli" "\n\t"
csmith-2.3.0/runtime/platform_avr.h-50-				 "mov r30, %A0" "\n\t"
##############################################
csmith-2.3.0/runtime/platform_msp430.h-48-
csmith-2.3.0/runtime/platform_msp430.h:49:	asm volatile("dint" "\n\t"
csmith-2.3.0/runtime/platform_msp430.h-50-				 "mov %0, r10" "\n\t"
##############################################
csmith-2.3.0/runtime/Makefile.in-54-  { \
csmith-2.3.0/runtime/Makefile.in:55:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
csmith-2.3.0/runtime/Makefile.in-56-  }; \
##############################################
csmith-2.3.0/runtime/Makefile.in-109-CONFIG_CLEAN_VPATH_FILES =
csmith-2.3.0/runtime/Makefile.in:110:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
csmith-2.3.0/runtime/Makefile.in-111-am__vpath_adj = case $$p in \
csmith-2.3.0/runtime/Makefile.in:112:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
csmith-2.3.0/runtime/Makefile.in-113-    *) f=$$p;; \
csmith-2.3.0/runtime/Makefile.in-114-  esac;
csmith-2.3.0/runtime/Makefile.in:115:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
csmith-2.3.0/runtime/Makefile.in-116-am__install_max = 40
csmith-2.3.0/runtime/Makefile.in-117-am__nobase_strip_setup = \
csmith-2.3.0/runtime/Makefile.in:118:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
csmith-2.3.0/runtime/Makefile.in-119-am__nobase_strip = \
##############################################
csmith-2.3.0/runtime/Makefile.in-458-	@list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \
csmith-2.3.0/runtime/Makefile.in:459:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
csmith-2.3.0/runtime/Makefile.in-460-	dir='$(DESTDIR)$(libdir)'; $(am__uninstall_files_from_dir)
##############################################
csmith-2.3.0/runtime/Makefile.in-524-.c.obj:
csmith-2.3.0/runtime/Makefile.in:525:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
csmith-2.3.0/runtime/Makefile.in-526-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
csmith-2.3.0/runtime/Makefile.in-528-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
csmith-2.3.0/runtime/Makefile.in:529:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
csmith-2.3.0/runtime/Makefile.in-530-
##############################################
csmith-2.3.0/runtime/Makefile.in-538-libcsmith_a-volatile_runtime.o: volatile_runtime.c
csmith-2.3.0/runtime/Makefile.in:539:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcsmith_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcsmith_a-volatile_runtime.o -MD -MP -MF $(DEPDIR)/libcsmith_a-volatile_runtime.Tpo -c -o libcsmith_a-volatile_runtime.o `test -f 'volatile_runtime.c' || echo '$(srcdir)/'`volatile_runtime.c
csmith-2.3.0/runtime/Makefile.in-540-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcsmith_a-volatile_runtime.Tpo $(DEPDIR)/libcsmith_a-volatile_runtime.Po
##############################################
csmith-2.3.0/runtime/Makefile.in-542-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
csmith-2.3.0/runtime/Makefile.in:543:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcsmith_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcsmith_a-volatile_runtime.o `test -f 'volatile_runtime.c' || echo '$(srcdir)/'`volatile_runtime.c
csmith-2.3.0/runtime/Makefile.in-544-
csmith-2.3.0/runtime/Makefile.in-545-libcsmith_a-volatile_runtime.obj: volatile_runtime.c
csmith-2.3.0/runtime/Makefile.in:546:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcsmith_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcsmith_a-volatile_runtime.obj -MD -MP -MF $(DEPDIR)/libcsmith_a-volatile_runtime.Tpo -c -o libcsmith_a-volatile_runtime.obj `if test -f 'volatile_runtime.c'; then $(CYGPATH_W) 'volatile_runtime.c'; else $(CYGPATH_W) '$(srcdir)/volatile_runtime.c'; fi`
csmith-2.3.0/runtime/Makefile.in-547-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcsmith_a-volatile_runtime.Tpo $(DEPDIR)/libcsmith_a-volatile_runtime.Po
##############################################
csmith-2.3.0/runtime/Makefile.in-549-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
csmith-2.3.0/runtime/Makefile.in:550:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcsmith_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcsmith_a-volatile_runtime.obj `if test -f 'volatile_runtime.c'; then $(CYGPATH_W) 'volatile_runtime.c'; else $(CYGPATH_W) '$(srcdir)/volatile_runtime.c'; fi`
csmith-2.3.0/runtime/Makefile.in-551-
csmith-2.3.0/runtime/Makefile.in-552-libcsmith_la-volatile_runtime.lo: volatile_runtime.c
csmith-2.3.0/runtime/Makefile.in:553:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcsmith_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcsmith_la-volatile_runtime.lo -MD -MP -MF $(DEPDIR)/libcsmith_la-volatile_runtime.Tpo -c -o libcsmith_la-volatile_runtime.lo `test -f 'volatile_runtime.c' || echo '$(srcdir)/'`volatile_runtime.c
csmith-2.3.0/runtime/Makefile.in-554-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcsmith_la-volatile_runtime.Tpo $(DEPDIR)/libcsmith_la-volatile_runtime.Plo
##############################################
csmith-2.3.0/runtime/Makefile.in-556-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
csmith-2.3.0/runtime/Makefile.in:557:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcsmith_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcsmith_la-volatile_runtime.lo `test -f 'volatile_runtime.c' || echo '$(srcdir)/'`volatile_runtime.c
csmith-2.3.0/runtime/Makefile.in-558-
##############################################
csmith-2.3.0/runtime/Makefile.in-585-	@list='$(nobase_libcsmith_a_include_HEADERS)'; test -n "$(libcsmith_a_includedir)" || list=; \
csmith-2.3.0/runtime/Makefile.in:586:	$(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \
csmith-2.3.0/runtime/Makefile.in-587-	dir='$(DESTDIR)$(libcsmith_a_includedir)'; $(am__uninstall_files_from_dir)
##############################################
csmith-2.3.0/runtime/Makefile.in-606-	@list='$(nodist_libcsmith_a_include_HEADERS)'; test -n "$(libcsmith_a_includedir)" || list=; \
csmith-2.3.0/runtime/Makefile.in:607:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
csmith-2.3.0/runtime/Makefile.in-608-	dir='$(DESTDIR)$(libcsmith_a_includedir)'; $(am__uninstall_files_from_dir)
##############################################
csmith-2.3.0/runtime/Makefile.in-639-GTAGS:
csmith-2.3.0/runtime/Makefile.in:640:	here=`$(am__cd) $(top_builddir) && pwd` \
csmith-2.3.0/runtime/Makefile.in-641-	  && $(am__cd) $(top_srcdir) \
##############################################
csmith-2.3.0/runtime/Makefile.in-662-distdir: $(DISTFILES)
csmith-2.3.0/runtime/Makefile.in:663:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
csmith-2.3.0/runtime/Makefile.in:664:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
csmith-2.3.0/runtime/Makefile.in-665-	list='$(DISTFILES)'; \
##############################################
csmith-2.3.0/runtime/Makefile.in-676-	  if test -d $$d/$$file; then \
csmith-2.3.0/runtime/Makefile.in:677:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
csmith-2.3.0/runtime/Makefile.in-678-	    if test -d "$(distdir)/$$file"; then \
##############################################
csmith-2.3.0/aclocal.m4-92-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
csmith-2.3.0/aclocal.m4:93:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
csmith-2.3.0/aclocal.m4-94-# and then we would define $MISSING as
##############################################
csmith-2.3.0/aclocal.m4-107-# Expand $ac_aux_dir to an absolute path.
csmith-2.3.0/aclocal.m4:108:am_aux_dir=`cd "$ac_aux_dir" && pwd`
csmith-2.3.0/aclocal.m4-109-])
##############################################
csmith-2.3.0/aclocal.m4-205-  if test "$am_compiler_list" = ""; then
csmith-2.3.0/aclocal.m4:206:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
csmith-2.3.0/aclocal.m4-207-  fi
##############################################
csmith-2.3.0/aclocal.m4-356-    # Strip MF so we end up with the name of the file.
csmith-2.3.0/aclocal.m4:357:    mf=`echo "$mf" | sed -e 's/:.*$//'`
csmith-2.3.0/aclocal.m4-358-    # Check whether this is an Automake generated Makefile or not.
##############################################
csmith-2.3.0/aclocal.m4-365-    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
csmith-2.3.0/aclocal.m4:366:      dirpart=`AS_DIRNAME("$mf")`
csmith-2.3.0/aclocal.m4-367-    else
##############################################
csmith-2.3.0/aclocal.m4-371-    # from the Makefile without running 'make'.
csmith-2.3.0/aclocal.m4:372:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
csmith-2.3.0/aclocal.m4-373-    test -z "$DEPDIR" && continue
csmith-2.3.0/aclocal.m4:374:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
csmith-2.3.0/aclocal.m4-375-    test -z "$am__include" && continue
csmith-2.3.0/aclocal.m4:376:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
csmith-2.3.0/aclocal.m4-377-    # Find all dependency output files, they are included files with
##############################################
csmith-2.3.0/aclocal.m4-385-      test -f "$dirpart/$file" && continue
csmith-2.3.0/aclocal.m4:386:      fdir=`AS_DIRNAME(["$file"])`
csmith-2.3.0/aclocal.m4-387-      AS_MKDIR_P([$dirpart/$fdir])
##############################################
csmith-2.3.0/aclocal.m4-443-AC_REQUIRE([AC_PROG_INSTALL])dnl
csmith-2.3.0/aclocal.m4:444:if test "`cd $srcdir && pwd`" != "`pwd`"; then
csmith-2.3.0/aclocal.m4-445-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
csmith-2.3.0/aclocal.m4-602-    * )
csmith-2.3.0/aclocal.m4:603:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
csmith-2.3.0/aclocal.m4-604-  esac
csmith-2.3.0/aclocal.m4-605-done
csmith-2.3.0/aclocal.m4:606:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
csmith-2.3.0/aclocal.m4-607-
##############################################
csmith-2.3.0/aclocal.m4-709-# Ignore all kinds of additional output from 'make'.
csmith-2.3.0/aclocal.m4:710:case `$am_make -s -f confmf 2> /dev/null` in #(
csmith-2.3.0/aclocal.m4-711-*the\ am__doit\ target*)
##############################################
csmith-2.3.0/aclocal.m4-719-   echo '.include "confinc"' > confmf
csmith-2.3.0/aclocal.m4:720:   case `$am_make -s -f confmf 2> /dev/null` in #(
csmith-2.3.0/aclocal.m4-721-   *the\ am__doit\ target*)
##############################################
csmith-2.3.0/aclocal.m4-901-     echo "timestamp, slept: $am_has_slept" > conftest.file
csmith-2.3.0/aclocal.m4:902:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
csmith-2.3.0/aclocal.m4-903-     if test "$[*]" = "X"; then
csmith-2.3.0/aclocal.m4-904-	# -L didn't work.
csmith-2.3.0/aclocal.m4:905:	set X `ls -t "$srcdir/configure" conftest.file`
csmith-2.3.0/aclocal.m4-906-     fi
##############################################
csmith-2.3.0/m4/ltsugar.m4-68-m4_define([lt_combine],
csmith-2.3.0/m4/ltsugar.m4:69:[m4_if(m4_eval([$# > 3]), [1],
csmith-2.3.0/m4/ltsugar.m4-70-       [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl
##############################################
csmith-2.3.0/m4/libtool.m4-119-    done
csmith-2.3.0/m4/libtool.m4:120:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
csmith-2.3.0/m4/libtool.m4-121-}
##############################################
csmith-2.3.0/m4/libtool.m4-437-m4_define([_LT_CONFIG_STATUS_DECLARE],
csmith-2.3.0/m4/libtool.m4:438:[$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`'])
csmith-2.3.0/m4/libtool.m4-439-
##############################################
csmith-2.3.0/m4/libtool.m4-447-#
csmith-2.3.0/m4/libtool.m4:448:#    <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/m4/libtool.m4-449-m4_defun([_LT_CONFIG_STATUS_DECLARATIONS],
##############################################
csmith-2.3.0/m4/libtool.m4-557-]], lt_decl_quote_varnames); do
csmith-2.3.0/m4/libtool.m4:558:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
csmith-2.3.0/m4/libtool.m4-559-    *[[\\\\\\\`\\"\\\$]]*)
csmith-2.3.0/m4/libtool.m4:560:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
csmith-2.3.0/m4/libtool.m4-561-      ;;
##############################################
csmith-2.3.0/m4/libtool.m4-570-]], lt_decl_dquote_varnames); do
csmith-2.3.0/m4/libtool.m4:571:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
csmith-2.3.0/m4/libtool.m4-572-    *[[\\\\\\\`\\"\\\$]]*)
csmith-2.3.0/m4/libtool.m4:573:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
csmith-2.3.0/m4/libtool.m4-574-      ;;
##############################################
csmith-2.3.0/m4/libtool.m4-1112-  if test yes = "$lt_cv_ld_force_load"; then
csmith-2.3.0/m4/libtool.m4:1113:    _LT_TAGVAR(whole_archive_flag_spec, $1)='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
csmith-2.3.0/m4/libtool.m4-1114-    m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes],
##############################################
csmith-2.3.0/m4/libtool.m4-1165-      }]'
csmith-2.3.0/m4/libtool.m4:1166:  _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
csmith-2.3.0/m4/libtool.m4-1167-  # Check for a 64-bit object if we didn't find anything.
csmith-2.3.0/m4/libtool.m4-1168-  if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then
csmith-2.3.0/m4/libtool.m4:1169:    _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
csmith-2.3.0/m4/libtool.m4-1170-  fi],[])
##############################################
csmith-2.3.0/m4/libtool.m4-1201-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
csmith-2.3.0/m4/libtool.m4:1202:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
csmith-2.3.0/m4/libtool.m4-1203-  ECHO='print -r --'
csmith-2.3.0/m4/libtool.m4:1204:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
csmith-2.3.0/m4/libtool.m4-1205-  ECHO='printf %s\n'
##############################################
csmith-2.3.0/m4/libtool.m4-1236-    PATH=/empty FPATH=/empty; export PATH FPATH
csmith-2.3.0/m4/libtool.m4:1237:    test "X`printf %s $ECHO`" = "X$ECHO" \
csmith-2.3.0/m4/libtool.m4:1238:      || test "X`print -r -- $ECHO`" = "X$ECHO" )])])
csmith-2.3.0/m4/libtool.m4-1239-
##############################################
csmith-2.3.0/m4/libtool.m4-1260-   if test yes = "$GCC"; then
csmith-2.3.0/m4/libtool.m4:1261:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
csmith-2.3.0/m4/libtool.m4-1262-   fi
##############################################
csmith-2.3.0/m4/libtool.m4-1264- /*)
csmith-2.3.0/m4/libtool.m4:1265:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
csmith-2.3.0/m4/libtool.m4-1266-   ;; #(
##############################################
csmith-2.3.0/m4/libtool.m4-1294-  if AC_TRY_EVAL(ac_compile); then
csmith-2.3.0/m4/libtool.m4:1295:    case `/usr/bin/file conftest.$ac_objext` in
csmith-2.3.0/m4/libtool.m4-1296-      *ELF-32*)
##############################################
csmith-2.3.0/m4/libtool.m4-1311-    if test yes = "$lt_cv_prog_gnu_ld"; then
csmith-2.3.0/m4/libtool.m4:1312:      case `/usr/bin/file conftest.$ac_objext` in
csmith-2.3.0/m4/libtool.m4-1313-	*32-bit*)
##############################################
csmith-2.3.0/m4/libtool.m4-1323-    else
csmith-2.3.0/m4/libtool.m4:1324:      case `/usr/bin/file conftest.$ac_objext` in
csmith-2.3.0/m4/libtool.m4-1325-	*32-bit*)
##############################################
csmith-2.3.0/m4/libtool.m4-1345-    emul=elf
csmith-2.3.0/m4/libtool.m4:1346:    case `/usr/bin/file conftest.$ac_objext` in
csmith-2.3.0/m4/libtool.m4-1347-      *32-bit*)
##############################################
csmith-2.3.0/m4/libtool.m4-1353-    esac
csmith-2.3.0/m4/libtool.m4:1354:    case `/usr/bin/file conftest.$ac_objext` in
csmith-2.3.0/m4/libtool.m4-1355-      *MSB*)
##############################################
csmith-2.3.0/m4/libtool.m4-1361-    esac
csmith-2.3.0/m4/libtool.m4:1362:    case `/usr/bin/file conftest.$ac_objext` in
csmith-2.3.0/m4/libtool.m4-1363-      *N32*)
##############################################
csmith-2.3.0/m4/libtool.m4-1726-    # And add a safety zone
csmith-2.3.0/m4/libtool.m4:1727:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
csmith-2.3.0/m4/libtool.m4:1728:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
csmith-2.3.0/m4/libtool.m4-1729-    ;;
##############################################
csmith-2.3.0/m4/libtool.m4-1759-    if test -n "$kargmax"; then
csmith-2.3.0/m4/libtool.m4:1760:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[	 ]]//'`
csmith-2.3.0/m4/libtool.m4-1761-    else
##############################################
csmith-2.3.0/m4/libtool.m4-1768-       test undefined != "$lt_cv_sys_max_cmd_len"; then
csmith-2.3.0/m4/libtool.m4:1769:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
csmith-2.3.0/m4/libtool.m4:1770:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
csmith-2.3.0/m4/libtool.m4-1771-    else
##############################################
csmith-2.3.0/m4/libtool.m4-1780-      # we can't tell.
csmith-2.3.0/m4/libtool.m4:1781:      while { test X`env echo "$teststring$teststring" 2>/dev/null` \
csmith-2.3.0/m4/libtool.m4-1782-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
csmith-2.3.0/m4/libtool.m4-1784-      do
csmith-2.3.0/m4/libtool.m4:1785:        i=`expr $i + 1`
csmith-2.3.0/m4/libtool.m4-1786-        teststring=$teststring$teststring
##############################################
csmith-2.3.0/m4/libtool.m4-1788-      # Only check the string length outside the loop.
csmith-2.3.0/m4/libtool.m4:1789:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
csmith-2.3.0/m4/libtool.m4-1790-      teststring=
##############################################
csmith-2.3.0/m4/libtool.m4-1793-      # linker.  It appears as though 1/2 is a usable value.
csmith-2.3.0/m4/libtool.m4:1794:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
csmith-2.3.0/m4/libtool.m4-1795-    fi
##############################################
csmith-2.3.0/m4/libtool.m4-2259-    *:)
csmith-2.3.0/m4/libtool.m4:2260:        eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'` \@S|@@S|@1\"
csmith-2.3.0/m4/libtool.m4-2261-        ;;
csmith-2.3.0/m4/libtool.m4-2262-    x:*)
csmith-2.3.0/m4/libtool.m4:2263:        eval @S|@1=\"\@S|@@S|@1 `$ECHO @S|@2 | $SED 's/:/ /g'`\"
csmith-2.3.0/m4/libtool.m4-2264-        ;;
csmith-2.3.0/m4/libtool.m4-2265-    *::*)
csmith-2.3.0/m4/libtool.m4:2266:        eval @S|@1=\"\@S|@@S|@1\ `$ECHO @S|@2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
csmith-2.3.0/m4/libtool.m4:2267:        eval @S|@1=\"`$ECHO @S|@2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \@S|@@S|@1\"
csmith-2.3.0/m4/libtool.m4-2268-        ;;
csmith-2.3.0/m4/libtool.m4-2269-    *)
csmith-2.3.0/m4/libtool.m4:2270:        eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'`\"
csmith-2.3.0/m4/libtool.m4-2271-        ;;
##############################################
csmith-2.3.0/m4/libtool.m4-2299-  esac
csmith-2.3.0/m4/libtool.m4:2300:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
csmith-2.3.0/m4/libtool.m4-2301-  case $lt_search_path_spec in
##############################################
csmith-2.3.0/m4/libtool.m4-2306-    # okay in the real world where ";" in dirpaths is itself problematic.
csmith-2.3.0/m4/libtool.m4:2307:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
csmith-2.3.0/m4/libtool.m4-2308-    ;;
csmith-2.3.0/m4/libtool.m4-2309-  *)
csmith-2.3.0/m4/libtool.m4:2310:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
csmith-2.3.0/m4/libtool.m4-2311-    ;;
##############################################
csmith-2.3.0/m4/libtool.m4-2315-  lt_tmp_lt_search_path_spec=
csmith-2.3.0/m4/libtool.m4:2316:  lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
csmith-2.3.0/m4/libtool.m4-2317-  # ...but if some path component already ends with the multilib dir we assume
##############################################
csmith-2.3.0/m4/libtool.m4-2357-  esac
csmith-2.3.0/m4/libtool.m4:2358:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
csmith-2.3.0/m4/libtool.m4-2359-else
##############################################
csmith-2.3.0/m4/libtool.m4-2498-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
csmith-2.3.0/m4/libtool.m4:2499:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
csmith-2.3.0/m4/libtool.m4-2500-    ;;
##############################################
csmith-2.3.0/m4/libtool.m4-2534-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
csmith-2.3.0/m4/libtool.m4:2535:    postinstall_cmds='base_file=`basename \$file`~
csmith-2.3.0/m4/libtool.m4:2536:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
csmith-2.3.0/m4/libtool.m4:2537:      dldir=$destdir/`dirname \$dlpath`~
csmith-2.3.0/m4/libtool.m4-2538-      test -d \$dldir || mkdir -p \$dldir~
##############################################
csmith-2.3.0/m4/libtool.m4-2543-      fi'
csmith-2.3.0/m4/libtool.m4:2544:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
csmith-2.3.0/m4/libtool.m4-2545-      dlpath=$dir/\$dldll~
##############################################
csmith-2.3.0/m4/libtool.m4-2551-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
csmith-2.3.0/m4/libtool.m4:2552:      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
csmith-2.3.0/m4/libtool.m4-2553-m4_if([$1], [],[
##############################################
csmith-2.3.0/m4/libtool.m4-2557-      # MinGW DLLs use traditional 'lib' prefix
csmith-2.3.0/m4/libtool.m4:2558:      soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
csmith-2.3.0/m4/libtool.m4-2559-      ;;
##############################################
csmith-2.3.0/m4/libtool.m4-2561-      # pw32 DLLs use 'pw' prefix rather than 'lib'
csmith-2.3.0/m4/libtool.m4:2562:      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
csmith-2.3.0/m4/libtool.m4-2563-      ;;
##############################################
csmith-2.3.0/m4/libtool.m4-2570-    libname_spec='$name'
csmith-2.3.0/m4/libtool.m4:2571:    soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
csmith-2.3.0/m4/libtool.m4-2572-    library_names_spec='$libname.dll.lib'
##############################################
csmith-2.3.0/m4/libtool.m4-2582-        # Let DOS variable expansion print the short 8.3 style file name.
csmith-2.3.0/m4/libtool.m4:2583:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
csmith-2.3.0/m4/libtool.m4-2584-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
csmith-2.3.0/m4/libtool.m4-2587-      # Convert to MSYS style.
csmith-2.3.0/m4/libtool.m4:2588:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'`
csmith-2.3.0/m4/libtool.m4-2589-      ;;
##############################################
csmith-2.3.0/m4/libtool.m4-2593-      # like /cygdrive/c/PROGRA~1:/cygdr...
csmith-2.3.0/m4/libtool.m4:2594:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
csmith-2.3.0/m4/libtool.m4:2595:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
csmith-2.3.0/m4/libtool.m4:2596:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
csmith-2.3.0/m4/libtool.m4-2597-      ;;
##############################################
csmith-2.3.0/m4/libtool.m4-2601-        # It is most probably a Windows format PATH.
csmith-2.3.0/m4/libtool.m4:2602:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
csmith-2.3.0/m4/libtool.m4-2603-      else
csmith-2.3.0/m4/libtool.m4:2604:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
csmith-2.3.0/m4/libtool.m4-2605-      fi
##############################################
csmith-2.3.0/m4/libtool.m4-2611-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
csmith-2.3.0/m4/libtool.m4:2612:    postinstall_cmds='base_file=`basename \$file`~
csmith-2.3.0/m4/libtool.m4:2613:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
csmith-2.3.0/m4/libtool.m4:2614:      dldir=$destdir/`dirname \$dlpath`~
csmith-2.3.0/m4/libtool.m4-2615-      test -d \$dldir || mkdir -p \$dldir~
csmith-2.3.0/m4/libtool.m4-2616-      $install_prog $dir/$dlname \$dldir/$dlname'
csmith-2.3.0/m4/libtool.m4:2617:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
csmith-2.3.0/m4/libtool.m4-2618-      dlpath=$dir/\$dldll~
##############################################
csmith-2.3.0/m4/libtool.m4-2625-    # Assume MSVC wrapper
csmith-2.3.0/m4/libtool.m4:2626:    library_names_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext $libname.lib'
csmith-2.3.0/m4/libtool.m4-2627-    dynamic_linker='Win32 ld.exe'
##############################################
csmith-2.3.0/m4/libtool.m4-2642-  shlibpath_var=DYLD_LIBRARY_PATH
csmith-2.3.0/m4/libtool.m4:2643:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
csmith-2.3.0/m4/libtool.m4-2644-m4_if([$1], [],[
##############################################
csmith-2.3.0/m4/libtool.m4-2876-  if test -f /etc/ld.so.conf; then
csmith-2.3.0/m4/libtool.m4:2877:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
csmith-2.3.0/m4/libtool.m4-2878-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
csmith-2.3.0/m4/libtool.m4-2930-  need_lib_prefix=no
csmith-2.3.0/m4/libtool.m4:2931:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
csmith-2.3.0/m4/libtool.m4-2932-    need_version=no
##############################################
csmith-2.3.0/m4/libtool.m4-2957-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
csmith-2.3.0/m4/libtool.m4:2958:  postinstall_cmds='base_file=`basename \$file`~
csmith-2.3.0/m4/libtool.m4:2959:    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
csmith-2.3.0/m4/libtool.m4:2960:    dldir=$destdir/`dirname \$dlpath`~
csmith-2.3.0/m4/libtool.m4-2961-    test -d \$dldir || mkdir -p \$dldir~
##############################################
csmith-2.3.0/m4/libtool.m4-2966-    fi'
csmith-2.3.0/m4/libtool.m4:2967:  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
csmith-2.3.0/m4/libtool.m4-2968-    dlpath=$dir/\$dldll~
##############################################
csmith-2.3.0/m4/libtool.m4-3177-	"file_magic "*)
csmith-2.3.0/m4/libtool.m4:3178:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
csmith-2.3.0/m4/libtool.m4-3179-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
csmith-2.3.0/m4/libtool.m4-3260-    # gcc leaves a trailing carriage return, which upsets mingw
csmith-2.3.0/m4/libtool.m4:3261:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
csmith-2.3.0/m4/libtool.m4-3262-  *)
csmith-2.3.0/m4/libtool.m4:3263:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
csmith-2.3.0/m4/libtool.m4-3264-  esac
##############################################
csmith-2.3.0/m4/libtool.m4-3269-      # Canonicalize the pathname of ld
csmith-2.3.0/m4/libtool.m4:3270:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
csmith-2.3.0/m4/libtool.m4-3271-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
csmith-2.3.0/m4/libtool.m4:3272:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
csmith-2.3.0/m4/libtool.m4-3273-      done
##############################################
csmith-2.3.0/m4/libtool.m4-3300-      # Break only if it was the GNU/non-GNU ld that we prefer.
csmith-2.3.0/m4/libtool.m4:3301:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
csmith-2.3.0/m4/libtool.m4-3302-      *GNU* | *'with BFD'*)
##############################################
csmith-2.3.0/m4/libtool.m4-3340-[# I'd rather use --version here, but apparently some GNU lds only accept -v.
csmith-2.3.0/m4/libtool.m4:3341:case `$LD -v 2>&1 </dev/null` in
csmith-2.3.0/m4/libtool.m4-3342-*GNU* | *'with BFD'*)
##############################################
csmith-2.3.0/m4/libtool.m4-3567-openbsd* | bitrig*)
csmith-2.3.0/m4/libtool.m4:3568:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
csmith-2.3.0/m4/libtool.m4-3569-    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
##############################################
csmith-2.3.0/m4/libtool.m4-3634-    else
csmith-2.3.0/m4/libtool.m4:3635:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"`
csmith-2.3.0/m4/libtool.m4-3636-    fi
##############################################
csmith-2.3.0/m4/libtool.m4-3685-	esac
csmith-2.3.0/m4/libtool.m4:3686:	case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
csmith-2.3.0/m4/libtool.m4-3687-	*$lt_bad_file* | *'Invalid file or object type'*)
##############################################
csmith-2.3.0/m4/libtool.m4-3691-	*)
csmith-2.3.0/m4/libtool.m4:3692:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
csmith-2.3.0/m4/libtool.m4-3693-	  */dev/null*)
##############################################
csmith-2.3.0/m4/libtool.m4-3717-    AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :)
csmith-2.3.0/m4/libtool.m4:3718:    case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
csmith-2.3.0/m4/libtool.m4-3719-    *COFF*)
##############################################
csmith-2.3.0/m4/libtool.m4-3776-  # decide which one to use based on capabilities of $DLLTOOL
csmith-2.3.0/m4/libtool.m4:3777:  case `$DLLTOOL --help 2>&1` in
csmith-2.3.0/m4/libtool.m4-3778-  *--identify-strict*)
##############################################
csmith-2.3.0/m4/libtool.m4-3950-# If we're using GNU nm, then use its standard symbol codes.
csmith-2.3.0/m4/libtool.m4:3951:case `$NM -V 2>&1` in
csmith-2.3.0/m4/libtool.m4-3952-*GNU* | *'with BFD'*)
##############################################
csmith-2.3.0/m4/libtool.m4-3998-mingw*)
csmith-2.3.0/m4/libtool.m4:3999:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
csmith-2.3.0/m4/libtool.m4-4000-  ;;
##############################################
csmith-2.3.0/m4/libtool.m4-4054-    nlist=conftest.nm
csmith-2.3.0/m4/libtool.m4:4055:    if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then
csmith-2.3.0/m4/libtool.m4-4056-      # Try sorting and uniquifying the output.
##############################################
csmith-2.3.0/m4/libtool.m4-4402-	  *)
csmith-2.3.0/m4/libtool.m4:4403:	    case `$CC -V 2>&1 | sed 5q` in
csmith-2.3.0/m4/libtool.m4-4404-	    *Sun\ C*)
##############################################
csmith-2.3.0/m4/libtool.m4-4738-      *)
csmith-2.3.0/m4/libtool.m4:4739:	case `$CC -V 2>&1 | sed 5q` in
csmith-2.3.0/m4/libtool.m4-4740-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*)
##############################################
csmith-2.3.0/m4/libtool.m4-4921-    else
csmith-2.3.0/m4/libtool.m4:4922:      _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
csmith-2.3.0/m4/libtool.m4-4923-    fi
##############################################
csmith-2.3.0/m4/libtool.m4-5014-	# shared libraries, regardless of the interface used.
csmith-2.3.0/m4/libtool.m4:5015:	case `$LD -v 2>&1` in
csmith-2.3.0/m4/libtool.m4-5016-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
csmith-2.3.0/m4/libtool.m4-5046-    supports_anon_versioning=no
csmith-2.3.0/m4/libtool.m4:5047:    case `$LD -v | $SED -e 's/([^)]\+)\s\+//' 2>&1` in
csmith-2.3.0/m4/libtool.m4-5048-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
csmith-2.3.0/m4/libtool.m4-5149-	prefix_cmds="$SED"~
csmith-2.3.0/m4/libtool.m4:5150:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
csmith-2.3.0/m4/libtool.m4-5151-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
csmith-2.3.0/m4/libtool.m4-5171-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
csmith-2.3.0/m4/libtool.m4:5172:      _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
csmith-2.3.0/m4/libtool.m4:5173:      _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
csmith-2.3.0/m4/libtool.m4-5174-      ;;
##############################################
csmith-2.3.0/m4/libtool.m4-5189-        pgcc*)				# Portland Group C compiler
csmith-2.3.0/m4/libtool.m4:5190:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
csmith-2.3.0/m4/libtool.m4-5191-	  tmp_addflag=' $pic_flag'
##############################################
csmith-2.3.0/m4/libtool.m4-5194-					# Portland Group f77 and f90 compilers
csmith-2.3.0/m4/libtool.m4:5195:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
csmith-2.3.0/m4/libtool.m4-5196-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
csmith-2.3.0/m4/libtool.m4-5211-	nvcc*)	# Cuda Compiler Driver 2.2
csmith-2.3.0/m4/libtool.m4:5212:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
csmith-2.3.0/m4/libtool.m4-5213-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
csmith-2.3.0/m4/libtool.m4-5215-	esac
csmith-2.3.0/m4/libtool.m4:5216:	case `$CC -V 2>&1 | sed 5q` in
csmith-2.3.0/m4/libtool.m4-5217-	*Sun\ C*)			# Sun C 5.9
csmith-2.3.0/m4/libtool.m4:5218:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
csmith-2.3.0/m4/libtool.m4-5219-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
csmith-2.3.0/m4/libtool.m4-5286-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
csmith-2.3.0/m4/libtool.m4:5287:      case `$LD -v 2>&1` in
csmith-2.3.0/m4/libtool.m4-5288-        *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
##############################################
csmith-2.3.0/m4/libtool.m4-5375-	else
csmith-2.3.0/m4/libtool.m4:5376:	  _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
csmith-2.3.0/m4/libtool.m4-5377-	fi
##############################################
csmith-2.3.0/m4/libtool.m4-5440-	# below for broken collect2 doesn't work under 4.3+
csmith-2.3.0/m4/libtool.m4:5441:	  collect2name=`$CC -print-prog-name=collect2`
csmith-2.3.0/m4/libtool.m4-5442-	  if test -f "$collect2name" &&
##############################################
csmith-2.3.0/m4/libtool.m4-5496-        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath"
csmith-2.3.0/m4/libtool.m4:5497:        _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
csmith-2.3.0/m4/libtool.m4-5498-      else
##############################################
csmith-2.3.0/m4/libtool.m4-5521-	  # -brtl affects multiple linker settings, -berok does not and is overridden later
csmith-2.3.0/m4/libtool.m4:5522:	  compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`'
csmith-2.3.0/m4/libtool.m4-5523-	  if test svr4 != "$with_aix_soname"; then
##############################################
csmith-2.3.0/m4/libtool.m4-5612-	# FIXME: Setting linknames here is a bad hack.
csmith-2.3.0/m4/libtool.m4:5613:	_LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
csmith-2.3.0/m4/libtool.m4-5614-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
csmith-2.3.0/m4/libtool.m4-5750-      if test yes = "$GCC"; then
csmith-2.3.0/m4/libtool.m4:5751:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
csmith-2.3.0/m4/libtool.m4-5752-	# Try to use the -exported_symbol ld option, if it does not
##############################################
csmith-2.3.0/m4/libtool.m4-5773-	if test yes = "$lt_cv_irix_exported_symbol"; then
csmith-2.3.0/m4/libtool.m4:5774:          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib'
csmith-2.3.0/m4/libtool.m4-5775-	fi
csmith-2.3.0/m4/libtool.m4-5776-      else
csmith-2.3.0/m4/libtool.m4:5777:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
csmith-2.3.0/m4/libtool.m4:5778:	_LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib'
csmith-2.3.0/m4/libtool.m4-5779-      fi
##############################################
csmith-2.3.0/m4/libtool.m4-5823-	_LT_TAGVAR(hardcode_direct_absolute, $1)=yes
csmith-2.3.0/m4/libtool.m4:5824:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
csmith-2.3.0/m4/libtool.m4-5825-	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
csmith-2.3.0/m4/libtool.m4-5854-	prefix_cmds="$SED"~
csmith-2.3.0/m4/libtool.m4:5855:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
csmith-2.3.0/m4/libtool.m4-5856-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
csmith-2.3.0/m4/libtool.m4-5868-	_LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
csmith-2.3.0/m4/libtool.m4:5869:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
csmith-2.3.0/m4/libtool.m4-5870-      else
csmith-2.3.0/m4/libtool.m4-5871-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
csmith-2.3.0/m4/libtool.m4:5872:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
csmith-2.3.0/m4/libtool.m4-5873-      fi
##############################################
csmith-2.3.0/m4/libtool.m4-5881-	_LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
csmith-2.3.0/m4/libtool.m4:5882:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
csmith-2.3.0/m4/libtool.m4-5883-	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
##############################################
csmith-2.3.0/m4/libtool.m4-5885-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
csmith-2.3.0/m4/libtool.m4:5886:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
csmith-2.3.0/m4/libtool.m4:5887:	_LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
csmith-2.3.0/m4/libtool.m4:5888:          $CC -shared$allow_undefined_flag $wl-input $wl$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~$RM $lib.exp'
csmith-2.3.0/m4/libtool.m4-5889-
##############################################
csmith-2.3.0/m4/libtool.m4-5904-      else
csmith-2.3.0/m4/libtool.m4:5905:	case `$CC -V 2>&1` in
csmith-2.3.0/m4/libtool.m4-5906-	*"Compilers 5.0"*)
##############################################
csmith-2.3.0/m4/libtool.m4-6097-	  _LT_TAGVAR(allow_undefined_flag, $1)=
csmith-2.3.0/m4/libtool.m4:6098:	  if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1)
csmith-2.3.0/m4/libtool.m4-6099-	  then
##############################################
csmith-2.3.0/m4/libtool.m4-6401-        # ancient GNU ld didn't support --whole-archive et. al.
csmith-2.3.0/m4/libtool.m4:6402:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
csmith-2.3.0/m4/libtool.m4-6403-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
csmith-2.3.0/m4/libtool.m4-6511-          # below for broken collect2 doesn't work under 4.3+
csmith-2.3.0/m4/libtool.m4:6512:	  collect2name=`$CC -print-prog-name=collect2`
csmith-2.3.0/m4/libtool.m4-6513-	  if test -f "$collect2name" &&
##############################################
csmith-2.3.0/m4/libtool.m4-6569-
csmith-2.3.0/m4/libtool.m4:6570:          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
csmith-2.3.0/m4/libtool.m4-6571-        else
##############################################
csmith-2.3.0/m4/libtool.m4-6594-	    # -brtl affects multiple linker settings, -berok does not and is overridden later
csmith-2.3.0/m4/libtool.m4:6595:	    compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`'
csmith-2.3.0/m4/libtool.m4-6596-	    if test svr4 != "$with_aix_soname"; then
##############################################
csmith-2.3.0/m4/libtool.m4-6723-	  prefix_cmds="$SED"~
csmith-2.3.0/m4/libtool.m4:6724:	  if test EXPORTS = "`$SED 1q $export_symbols`"; then
csmith-2.3.0/m4/libtool.m4-6725-	    prefix_cmds="$prefix_cmds -e 1d";
##############################################
csmith-2.3.0/m4/libtool.m4-6797-            # dependencies.
csmith-2.3.0/m4/libtool.m4:6798:            output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
csmith-2.3.0/m4/libtool.m4-6799-            ;;
##############################################
csmith-2.3.0/m4/libtool.m4-6862-	    # dependencies.
csmith-2.3.0/m4/libtool.m4:6863:	    output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
csmith-2.3.0/m4/libtool.m4-6864-	    ;;
##############################################
csmith-2.3.0/m4/libtool.m4-6898-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
csmith-2.3.0/m4/libtool.m4:6899:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
csmith-2.3.0/m4/libtool.m4:6900:	_LT_TAGVAR(archive_expsym_cmds, $1)='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
csmith-2.3.0/m4/libtool.m4-6901-	;;
##############################################
csmith-2.3.0/m4/libtool.m4-6905-	    # SGI C++
csmith-2.3.0/m4/libtool.m4:6906:	    _LT_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
csmith-2.3.0/m4/libtool.m4-6907-
##############################################
csmith-2.3.0/m4/libtool.m4-6916-	      if test no = "$with_gnu_ld"; then
csmith-2.3.0/m4/libtool.m4:6917:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
csmith-2.3.0/m4/libtool.m4-6918-	      else
csmith-2.3.0/m4/libtool.m4:6919:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` -o $lib'
csmith-2.3.0/m4/libtool.m4-6920-	      fi
##############################################
csmith-2.3.0/m4/libtool.m4-6937-	    # to its proper name (with version) after linking.
csmith-2.3.0/m4/libtool.m4:6938:	    _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
csmith-2.3.0/m4/libtool.m4:6939:	    _LT_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib $wl-retain-symbols-file,$export_symbols; mv \$templib $lib'
csmith-2.3.0/m4/libtool.m4-6940-	    # Commands to make compiler produce verbose output that lists
##############################################
csmith-2.3.0/m4/libtool.m4-6947-	    # dependencies.
csmith-2.3.0/m4/libtool.m4:6948:	    output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
csmith-2.3.0/m4/libtool.m4-6949-
##############################################
csmith-2.3.0/m4/libtool.m4-6962-	    # earlier do not add the objects themselves.
csmith-2.3.0/m4/libtool.m4:6963:	    case `$CC -V 2>&1` in
csmith-2.3.0/m4/libtool.m4-6964-	      *"Version 7."*)
##############################################
csmith-2.3.0/m4/libtool.m4-6983-            # Portland Group C++ compiler
csmith-2.3.0/m4/libtool.m4:6984:	    case `$CC -V` in
csmith-2.3.0/m4/libtool.m4-6985-	    *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*)
##############################################
csmith-2.3.0/m4/libtool.m4-6988-               $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
csmith-2.3.0/m4/libtool.m4:6989:               compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
csmith-2.3.0/m4/libtool.m4-6990-	      _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~
##############################################
csmith-2.3.0/m4/libtool.m4-6992-                $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
csmith-2.3.0/m4/libtool.m4:6993:                $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
csmith-2.3.0/m4/libtool.m4-6994-                $RANLIB $oldlib'
##############################################
csmith-2.3.0/m4/libtool.m4-6997-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
csmith-2.3.0/m4/libtool.m4:6998:                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
csmith-2.3.0/m4/libtool.m4-6999-	      _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~
##############################################
csmith-2.3.0/m4/libtool.m4-7001-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
csmith-2.3.0/m4/libtool.m4:7002:                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
csmith-2.3.0/m4/libtool.m4-7003-	      ;;
##############################################
csmith-2.3.0/m4/libtool.m4-7011-	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic'
csmith-2.3.0/m4/libtool.m4:7012:	    _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
csmith-2.3.0/m4/libtool.m4-7013-            ;;
##############################################
csmith-2.3.0/m4/libtool.m4-7030-	    # dependencies.
csmith-2.3.0/m4/libtool.m4:7031:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed'
csmith-2.3.0/m4/libtool.m4-7032-	    ;;
##############################################
csmith-2.3.0/m4/libtool.m4-7045-	  *)
csmith-2.3.0/m4/libtool.m4:7046:	    case `$CC -V 2>&1 | sed 5q` in
csmith-2.3.0/m4/libtool.m4-7047-	    *Sun\ C*)
##############################################
csmith-2.3.0/m4/libtool.m4-7052-	      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
csmith-2.3.0/m4/libtool.m4:7053:	      _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
csmith-2.3.0/m4/libtool.m4-7054-	      _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
csmith-2.3.0/m4/libtool.m4-7117-	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir'
csmith-2.3.0/m4/libtool.m4:7118:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`"; then
csmith-2.3.0/m4/libtool.m4-7119-	    _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-retain-symbols-file,$export_symbols -o $lib'
##############################################
csmith-2.3.0/m4/libtool.m4-7136-	    # to its proper name (with version) after linking.
csmith-2.3.0/m4/libtool.m4:7137:	    _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
csmith-2.3.0/m4/libtool.m4-7138-
##############################################
csmith-2.3.0/m4/libtool.m4-7157-	        _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
csmith-2.3.0/m4/libtool.m4:7158:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $soname `test -n "$verstring" && func_echo_all "$wl-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
csmith-2.3.0/m4/libtool.m4-7159-	        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
##############################################
csmith-2.3.0/m4/libtool.m4-7162-	        _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
csmith-2.3.0/m4/libtool.m4:7163:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
csmith-2.3.0/m4/libtool.m4:7164:	        _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
csmith-2.3.0/m4/libtool.m4-7165-                  echo "-hidden">> $lib.exp~
csmith-2.3.0/m4/libtool.m4:7166:                  $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname $wl-input $wl$lib.exp  `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~
csmith-2.3.0/m4/libtool.m4-7167-                  $RM $lib.exp'
##############################################
csmith-2.3.0/m4/libtool.m4-7181-	    # dependencies.
csmith-2.3.0/m4/libtool.m4:7182:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
csmith-2.3.0/m4/libtool.m4-7183-	    ;;
##############################################
csmith-2.3.0/m4/libtool.m4-7188-	        osf3*)
csmith-2.3.0/m4/libtool.m4:7189:	          _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
csmith-2.3.0/m4/libtool.m4-7190-		  ;;
csmith-2.3.0/m4/libtool.m4-7191-	        *)
csmith-2.3.0/m4/libtool.m4:7192:	          _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
csmith-2.3.0/m4/libtool.m4-7193-		  ;;
##############################################
csmith-2.3.0/m4/libtool.m4-7441-  case @S|@2 in
csmith-2.3.0/m4/libtool.m4:7442:  .*) func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%\\\\@S|@2\$%%"`;;
csmith-2.3.0/m4/libtool.m4:7443:  *)  func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%@S|@2\$%%"`;;
csmith-2.3.0/m4/libtool.m4-7444-  esac
##############################################
csmith-2.3.0/m4/libtool.m4-7530-
csmith-2.3.0/m4/libtool.m4:7531:  for p in `eval "$output_verbose_link_cmd"`; do
csmith-2.3.0/m4/libtool.m4-7532-    case $prev$p in
##############################################
csmith-2.3.0/m4/libtool.m4-7634-if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then
csmith-2.3.0/m4/libtool.m4:7635: _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | $SED -e 's! -L! !g' -e 's!^ !!'`
csmith-2.3.0/m4/libtool.m4-7636-fi
##############################################
csmith-2.3.0/m4/libtool.m4-8254-    test 10 -lt "$lt_ac_count" && break
csmith-2.3.0/m4/libtool.m4:8255:    lt_ac_count=`expr $lt_ac_count + 1`
csmith-2.3.0/m4/libtool.m4-8256-    if test "$lt_ac_count" -gt "$lt_ac_max"; then
##############################################
csmith-2.3.0/autoconf/install-sh-234-      fi
csmith-2.3.0/autoconf/install-sh:235:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
csmith-2.3.0/autoconf/install-sh-236-    *)
##############################################
csmith-2.3.0/autoconf/install-sh-281-      dstdir=$dst
csmith-2.3.0/autoconf/install-sh:282:      dst=$dstdir/`basename "$src"`
csmith-2.3.0/autoconf/install-sh-283-      dstdir_status=0
csmith-2.3.0/autoconf/install-sh-284-    else
csmith-2.3.0/autoconf/install-sh:285:      dstdir=`dirname "$dst"`
csmith-2.3.0/autoconf/install-sh-286-      test -d "$dstdir"
##############################################
csmith-2.3.0/autoconf/install-sh-337-                   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
csmith-2.3.0/autoconf/install-sh:338:                   ls_ld_tmpdir=`ls -ld "$tmpdir"`
csmith-2.3.0/autoconf/install-sh-339-                   case $ls_ld_tmpdir in
##############################################
csmith-2.3.0/autoconf/install-sh-344-                   $mkdirprog -m$different_mode -p -- "$tmpdir" && {
csmith-2.3.0/autoconf/install-sh:345:                     ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
csmith-2.3.0/autoconf/install-sh-346-                     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
csmith-2.3.0/autoconf/install-sh-402-            case $prefix in
csmith-2.3.0/autoconf/install-sh:403:              *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
csmith-2.3.0/autoconf/install-sh-404-              *) qprefix=$prefix;;
##############################################
csmith-2.3.0/autoconf/install-sh-451-    if $copy_on_change &&
csmith-2.3.0/autoconf/install-sh:452:       old=`LC_ALL=C ls -dlL "$dst"     2>/dev/null` &&
csmith-2.3.0/autoconf/install-sh:453:       new=`LC_ALL=C ls -dlL "$dsttmp"  2>/dev/null` &&
csmith-2.3.0/autoconf/install-sh-454-       set -f &&
##############################################
csmith-2.3.0/autoconf/config.guess-34-
csmith-2.3.0/autoconf/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'`
csmith-2.3.0/autoconf/config.guess-36-
##############################################
csmith-2.3.0/autoconf/config.guess-102-: ${TMPDIR=/tmp} ;
csmith-2.3.0/autoconf/config.guess:103: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
csmith-2.3.0/autoconf/config.guess-104- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
csmith-2.3.0/autoconf/config.guess-151-	EOF
csmith-2.3.0/autoconf/config.guess:152:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`
csmith-2.3.0/autoconf/config.guess-153-	;;
##############################################
csmith-2.3.0/autoconf/config.guess-209-	    *)
csmith-2.3.0/autoconf/config.guess:210:		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
csmith-2.3.0/autoconf/config.guess-211-		;;
##############################################
csmith-2.3.0/autoconf/config.guess-240-	*4.0)
csmith-2.3.0/autoconf/config.guess:241:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
csmith-2.3.0/autoconf/config.guess-242-		;;
csmith-2.3.0/autoconf/config.guess-243-	*5.*)
csmith-2.3.0/autoconf/config.guess:244:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
csmith-2.3.0/autoconf/config.guess-245-		;;
##############################################
csmith-2.3.0/autoconf/config.guess-250-	# types through head -n 1, so we only detect the type of CPU 0.
csmith-2.3.0/autoconf/config.guess:251:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
csmith-2.3.0/autoconf/config.guess-252-	case "$ALPHA_CPU_TYPE" in
##############################################
csmith-2.3.0/autoconf/config.guess-288-	# 1.2 uses "1.2" for uname -r.
csmith-2.3.0/autoconf/config.guess:289:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
csmith-2.3.0/autoconf/config.guess-290-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
csmith-2.3.0/autoconf/config.guess-348-    s390x:SunOS:*:*)
csmith-2.3.0/autoconf/config.guess:349:	echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
csmith-2.3.0/autoconf/config.guess-350-	exit ;;
csmith-2.3.0/autoconf/config.guess-351-    sun4H:SunOS:5.*:*)
csmith-2.3.0/autoconf/config.guess:352:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
csmith-2.3.0/autoconf/config.guess-353-	exit ;;
csmith-2.3.0/autoconf/config.guess-354-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
csmith-2.3.0/autoconf/config.guess:355:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
csmith-2.3.0/autoconf/config.guess-356-	exit ;;
##############################################
csmith-2.3.0/autoconf/config.guess-373-	fi
csmith-2.3.0/autoconf/config.guess:374:	echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
csmith-2.3.0/autoconf/config.guess-375-	exit ;;
##############################################
csmith-2.3.0/autoconf/config.guess-379-	# it's likely to be more like Solaris than SunOS4.
csmith-2.3.0/autoconf/config.guess:380:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
csmith-2.3.0/autoconf/config.guess-381-	exit ;;
##############################################
csmith-2.3.0/autoconf/config.guess-388-	# Japanese Language versions have a version number like `4.1.3-JL'.
csmith-2.3.0/autoconf/config.guess:389:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
csmith-2.3.0/autoconf/config.guess-390-	exit ;;
##############################################
csmith-2.3.0/autoconf/config.guess-394-    sun*:*:4.2BSD:*)
csmith-2.3.0/autoconf/config.guess:395:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
csmith-2.3.0/autoconf/config.guess-396-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
csmith-2.3.0/autoconf/config.guess-476-	$CC_FOR_BUILD -o $dummy $dummy.c &&
csmith-2.3.0/autoconf/config.guess:477:	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
csmith-2.3.0/autoconf/config.guess:478:	  SYSTEM_NAME=`$dummy $dummyarg` &&
csmith-2.3.0/autoconf/config.guess-479-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
csmith-2.3.0/autoconf/config.guess-532-    *:IRIX*:*:*)
csmith-2.3.0/autoconf/config.guess:533:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
csmith-2.3.0/autoconf/config.guess-534-	exit ;;
##############################################
csmith-2.3.0/autoconf/config.guess-562-EOF
csmith-2.3.0/autoconf/config.guess:563:		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
csmith-2.3.0/autoconf/config.guess-564-		then
##############################################
csmith-2.3.0/autoconf/config.guess-575-    *:AIX:*:[4567])
csmith-2.3.0/autoconf/config.guess:576:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
csmith-2.3.0/autoconf/config.guess-577-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
csmith-2.3.0/autoconf/config.guess-611-    9000/[34678]??:HP-UX:*:*)
csmith-2.3.0/autoconf/config.guess:612:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
csmith-2.3.0/autoconf/config.guess-613-	case "${UNAME_MACHINE}" in
##############################################
csmith-2.3.0/autoconf/config.guess-665-EOF
csmith-2.3.0/autoconf/config.guess:666:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
csmith-2.3.0/autoconf/config.guess-667-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
csmith-2.3.0/autoconf/config.guess-693-    ia64:HP-UX:*:*)
csmith-2.3.0/autoconf/config.guess:694:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
csmith-2.3.0/autoconf/config.guess-695-	echo ia64-hp-hpux${HPUX_REV}
##############################################
csmith-2.3.0/autoconf/config.guess-723-EOF
csmith-2.3.0/autoconf/config.guess:724:	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
csmith-2.3.0/autoconf/config.guess-725-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
csmith-2.3.0/autoconf/config.guess-794-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
csmith-2.3.0/autoconf/config.guess:795:	FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
csmith-2.3.0/autoconf/config.guess-796-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
csmith-2.3.0/autoconf/config.guess-799-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
csmith-2.3.0/autoconf/config.guess:800:	FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
csmith-2.3.0/autoconf/config.guess-801-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
csmith-2.3.0/autoconf/config.guess-815-	    amd64)
csmith-2.3.0/autoconf/config.guess:816:		echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
csmith-2.3.0/autoconf/config.guess-817-	    *)
csmith-2.3.0/autoconf/config.guess:818:		echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
csmith-2.3.0/autoconf/config.guess-819-	esac
##############################################
csmith-2.3.0/autoconf/config.guess-873-    prep*:SunOS:5.*:*)
csmith-2.3.0/autoconf/config.guess:874:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
csmith-2.3.0/autoconf/config.guess-875-	exit ;;
##############################################
csmith-2.3.0/autoconf/config.guess-877-	# the GNU system
csmith-2.3.0/autoconf/config.guess:878:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-${LIBC}`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
csmith-2.3.0/autoconf/config.guess-879-	exit ;;
##############################################
csmith-2.3.0/autoconf/config.guess-881-	# other systems with GNU libc and userland
csmith-2.3.0/autoconf/config.guess:882:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-${LIBC}
csmith-2.3.0/autoconf/config.guess-883-	exit ;;
##############################################
csmith-2.3.0/autoconf/config.guess-969-EOF
csmith-2.3.0/autoconf/config.guess:970:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
csmith-2.3.0/autoconf/config.guess-971-	test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; }
##############################################
csmith-2.3.0/autoconf/config.guess-1063-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
csmith-2.3.0/autoconf/config.guess:1064:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
csmith-2.3.0/autoconf/config.guess-1065-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
csmith-2.3.0/autoconf/config.guess-1263-	fi
csmith-2.3.0/autoconf/config.guess:1264:	if test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then
csmith-2.3.0/autoconf/config.guess-1265-	    if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
##############################################
csmith-2.3.0/autoconf/config.guess-1348-    *:DragonFly:*:*)
csmith-2.3.0/autoconf/config.guess:1349:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
csmith-2.3.0/autoconf/config.guess-1350-	exit ;;
##############################################
csmith-2.3.0/autoconf/config.guess-1361-    i*86:skyos:*:*)
csmith-2.3.0/autoconf/config.guess:1362:	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
csmith-2.3.0/autoconf/config.guess-1363-	exit ;;
##############################################
csmith-2.3.0/autoconf/ltmain.sh-103-#
csmith-2.3.0/autoconf/ltmain.sh:104:#   . `echo "$0" | ${SED-sed} 's|[^/]*$||'`/build-aux/funclib.sh
csmith-2.3.0/autoconf/ltmain.sh-105-#
##############################################
csmith-2.3.0/autoconf/ltmain.sh-202-          func_executable_p "$_G_path_prog" || continue
csmith-2.3.0/autoconf/ltmain.sh:203:          case `"$_G_path_prog" --version 2>&1` in
csmith-2.3.0/autoconf/ltmain.sh-204-            *GNU*) func_path_progs_result=$_G_path_prog _G_path_prog_found=: ;;
##############################################
csmith-2.3.0/autoconf/ltmain.sh-249-      diff conftest.out conftest.nl >/dev/null 2>&1 || break
csmith-2.3.0/autoconf/ltmain.sh:250:      _G_count=`expr $_G_count + 1`
csmith-2.3.0/autoconf/ltmain.sh-251-      if test "$_G_count" -gt "$_G_path_prog_max"; then
##############################################
csmith-2.3.0/autoconf/ltmain.sh-285-      diff conftest.out conftest.nl >/dev/null 2>&1 || break
csmith-2.3.0/autoconf/ltmain.sh:286:      _G_count=`expr $_G_count + 1`
csmith-2.3.0/autoconf/ltmain.sh-287-      if test "$_G_count" -gt "$_G_path_prog_max"; then
##############################################
csmith-2.3.0/autoconf/ltmain.sh-410-# The name of this program.
csmith-2.3.0/autoconf/ltmain.sh:411:progname=`$ECHO "$progpath" |$SED "$sed_basename"`
csmith-2.3.0/autoconf/ltmain.sh-412-
##############################################
csmith-2.3.0/autoconf/ltmain.sh-416-  *[\\/]*)
csmith-2.3.0/autoconf/ltmain.sh:417:     progdir=`$ECHO "$progpath" |$SED "$sed_dirname"`
csmith-2.3.0/autoconf/ltmain.sh:418:     progdir=`cd "$progdir" && pwd`
csmith-2.3.0/autoconf/ltmain.sh-419-     progpath=$progdir/$progname
##############################################
csmith-2.3.0/autoconf/ltmain.sh-610-
csmith-2.3.0/autoconf/ltmain.sh:611:    eval _G_current_value='`$ECHO $'$1'`'
csmith-2.3.0/autoconf/ltmain.sh:612:    _G_delim=`expr "$2" : '\(.\)'`
csmith-2.3.0/autoconf/ltmain.sh-613-
##############################################
csmith-2.3.0/autoconf/ltmain.sh-639-
csmith-2.3.0/autoconf/ltmain.sh:640:    func_arith_result=`expr "$@"`
csmith-2.3.0/autoconf/ltmain.sh-641-  }
##############################################
csmith-2.3.0/autoconf/ltmain.sh-660-  # ...otherwise fall back to using sed.
csmith-2.3.0/autoconf/ltmain.sh:661:  _b='func_basename_result=`$ECHO "$1" |$SED "$sed_basename"`'
csmith-2.3.0/autoconf/ltmain.sh:662:  _d='func_dirname_result=`$ECHO "$1"  |$SED "$sed_dirname"`
csmith-2.3.0/autoconf/ltmain.sh-663-      if test "X$func_dirname_result" = "X$1"; then
##############################################
csmith-2.3.0/autoconf/ltmain.sh-757-      test -n "$_G_tc" && {
csmith-2.3.0/autoconf/ltmain.sh:758:        _G_esc_tc=`$ECHO "$_G_tc" | $SED "$sed_make_literal_regex"`
csmith-2.3.0/autoconf/ltmain.sh:759:        _G_indent=`$ECHO "$_G_indent" | $SED "s|$_G_esc_tc||g"`
csmith-2.3.0/autoconf/ltmain.sh-760-      }
csmith-2.3.0/autoconf/ltmain.sh-761-    done
csmith-2.3.0/autoconf/ltmain.sh:762:    _G_indent="$progname: "`echo "$_G_indent" | $SED 's|.| |g'`"  " ## exclude from sc_prohibit_nested_quotes
csmith-2.3.0/autoconf/ltmain.sh-763-
##############################################
csmith-2.3.0/autoconf/ltmain.sh-831-
csmith-2.3.0/autoconf/ltmain.sh:832:    func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
csmith-2.3.0/autoconf/ltmain.sh-833-  }
##############################################
csmith-2.3.0/autoconf/ltmain.sh-863-        # ...otherwise throw away the child directory and loop
csmith-2.3.0/autoconf/ltmain.sh:864:        _G_directory_path=`$ECHO "$_G_directory_path" | $SED -e "$sed_dirname"`
csmith-2.3.0/autoconf/ltmain.sh-865-      done
csmith-2.3.0/autoconf/ltmain.sh:866:      _G_dir_list=`$ECHO "$_G_dir_list" | $SED 's|:*$||'`
csmith-2.3.0/autoconf/ltmain.sh-867-
##############################################
csmith-2.3.0/autoconf/ltmain.sh-901-      # If mktemp works, use that first and foremost
csmith-2.3.0/autoconf/ltmain.sh:902:      _G_tmpdir=`mktemp -d "$_G_template-XXXXXXXX" 2>/dev/null`
csmith-2.3.0/autoconf/ltmain.sh-903-
##############################################
csmith-2.3.0/autoconf/ltmain.sh-1111-        *[\\\`\"\$]*)
csmith-2.3.0/autoconf/ltmain.sh:1112:	  _G_unquoted_arg=`printf '%s\n' "$1" |$SED "$sed_quote_subst"` ;;
csmith-2.3.0/autoconf/ltmain.sh-1113-        *)
##############################################
csmith-2.3.0/autoconf/ltmain.sh-1198-    case $2 in
csmith-2.3.0/autoconf/ltmain.sh:1199:      .*) func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%\\\\$2\$%%"`;;
csmith-2.3.0/autoconf/ltmain.sh:1200:      *)  func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%$2\$%%"`;;
csmith-2.3.0/autoconf/ltmain.sh-1201-    esac
##############################################
csmith-2.3.0/autoconf/ltmain.sh-1271-    [0-9]* | *[!a-zA-Z0-9_]*)
csmith-2.3.0/autoconf/ltmain.sh:1272:      func_tr_sh_result=`$ECHO "$1" | $SED -e 's/^\([0-9]\)/_\1/' -e 's/[^a-zA-Z0-9_]/_/g'`
csmith-2.3.0/autoconf/ltmain.sh-1273-      ;;
##############################################
csmith-2.3.0/autoconf/ltmain.sh-1358-
csmith-2.3.0/autoconf/ltmain.sh:1359:    test "x$1" = x`func_sort_ver "$1" "$2" | $SED 1q`
csmith-2.3.0/autoconf/ltmain.sh-1360-}
##############################################
csmith-2.3.0/autoconf/ltmain.sh-1424-# The default options also support '--debug', which will turn on shell
csmith-2.3.0/autoconf/ltmain.sh:1425:# execution tracing (see the comment above debug_cmd below for another
csmith-2.3.0/autoconf/ltmain.sh-1426-# use), and '--verbose' and the func_verbose function to allow your script
##############################################
csmith-2.3.0/autoconf/ltmain.sh-1517-
csmith-2.3.0/autoconf/ltmain.sh:1518:    eval ${1}_hooks='`$ECHO "\$'$1'_hooks" |$SED "s| '$2'||"`'
csmith-2.3.0/autoconf/ltmain.sh-1519-}
##############################################
csmith-2.3.0/autoconf/ltmain.sh-1870-
csmith-2.3.0/autoconf/ltmain.sh:1871:      func_split_equals_lhs=`expr "x$1" : 'x\([^=]*\)'`
csmith-2.3.0/autoconf/ltmain.sh-1872-      func_split_equals_rhs=
csmith-2.3.0/autoconf/ltmain.sh-1873-      test "x$func_split_equals_lhs" = "x$1" \
csmith-2.3.0/autoconf/ltmain.sh:1874:        || func_split_equals_rhs=`expr "x$1" : 'x[^=]*=\(.*\)$'`
csmith-2.3.0/autoconf/ltmain.sh-1875-  }
##############################################
csmith-2.3.0/autoconf/ltmain.sh-1898-
csmith-2.3.0/autoconf/ltmain.sh:1899:      func_split_short_opt_name=`expr "x$1" : 'x-\(.\)'`
csmith-2.3.0/autoconf/ltmain.sh:1900:      func_split_short_opt_arg=`expr "x$1" : 'x-.\(.*\)$'`
csmith-2.3.0/autoconf/ltmain.sh-1901-  }
##############################################
csmith-2.3.0/autoconf/ltmain.sh-2071-       version:        $progname (GNU libtool) 2.4.6
csmith-2.3.0/autoconf/ltmain.sh:2072:       automake:       `($AUTOMAKE --version) 2>/dev/null |$SED 1q`
csmith-2.3.0/autoconf/ltmain.sh:2073:       autoconf:       `($AUTOCONF --version) 2>/dev/null |$SED 1q`
csmith-2.3.0/autoconf/ltmain.sh-2074-
##############################################
csmith-2.3.0/autoconf/ltmain.sh-2110-  {
csmith-2.3.0/autoconf/ltmain.sh:2111:    func_lo2o_result=`$ECHO "$1" | $SED "$lo2o"`
csmith-2.3.0/autoconf/ltmain.sh-2112-  }
##############################################
csmith-2.3.0/autoconf/ltmain.sh-2115-  {
csmith-2.3.0/autoconf/ltmain.sh:2116:    func_xform_result=`$ECHO "$1" | $SED 's|\.[^.]*$|.lo|'`
csmith-2.3.0/autoconf/ltmain.sh-2117-  }
##############################################
csmith-2.3.0/autoconf/ltmain.sh-2206-	  # quotes we have to do it in 2 steps:
csmith-2.3.0/autoconf/ltmain.sh:2207:	  extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"`
csmith-2.3.0/autoconf/ltmain.sh-2208-	  eval "$extractedcf"
##############################################
csmith-2.3.0/autoconf/ltmain.sh-2659-      done
csmith-2.3.0/autoconf/ltmain.sh:2660:      CC_expanded=`func_echo_all $CC`
csmith-2.3.0/autoconf/ltmain.sh:2661:      CC_quoted_expanded=`func_echo_all $CC_quoted`
csmith-2.3.0/autoconf/ltmain.sh-2662-      case $@ in
##############################################
csmith-2.3.0/autoconf/ltmain.sh-2672-	    # Evaluate the configuration.
csmith-2.3.0/autoconf/ltmain.sh:2673:	    eval "`$SED -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
csmith-2.3.0/autoconf/ltmain.sh-2674-	    CC_quoted=
##############################################
csmith-2.3.0/autoconf/ltmain.sh-2678-	    done
csmith-2.3.0/autoconf/ltmain.sh:2679:	    CC_expanded=`func_echo_all $CC`
csmith-2.3.0/autoconf/ltmain.sh:2680:	    CC_quoted_expanded=`func_echo_all $CC_quoted`
csmith-2.3.0/autoconf/ltmain.sh-2681-	    case "$@ " in
##############################################
csmith-2.3.0/autoconf/ltmain.sh-2770-    # zero AND non-empty stdout, which explains the odd construction:
csmith-2.3.0/autoconf/ltmain.sh:2771:    func_convert_core_file_wine_to_w32_tmp=`winepath -w "$1" 2>/dev/null`
csmith-2.3.0/autoconf/ltmain.sh-2772-    if test "$?" -eq 0 && test -n "$func_convert_core_file_wine_to_w32_tmp"; then
##############################################
csmith-2.3.0/autoconf/ltmain.sh-2838-  if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then
csmith-2.3.0/autoconf/ltmain.sh:2839:    func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null`
csmith-2.3.0/autoconf/ltmain.sh-2840-    if test "$?" -ne 0; then
##############################################
csmith-2.3.0/autoconf/ltmain.sh-3009-    # LT_CYGPATH in this case.
csmith-2.3.0/autoconf/ltmain.sh:3010:    func_to_host_file_result=`cygpath -m "$1"`
csmith-2.3.0/autoconf/ltmain.sh-3011-  fi
##############################################
csmith-2.3.0/autoconf/ltmain.sh-3166-    func_to_host_path_tmp1=$func_stripname_result
csmith-2.3.0/autoconf/ltmain.sh:3167:    func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"`
csmith-2.3.0/autoconf/ltmain.sh-3168-    func_convert_path_check : ";" \
##############################################
csmith-2.3.0/autoconf/ltmain.sh-3376-    *.[cCFSifmso] | \
csmith-2.3.0/autoconf/ltmain.sh:3377:    *.ada | *.adb | *.ads | *.asm | \
csmith-2.3.0/autoconf/ltmain.sh-3378-    *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \
##############################################
csmith-2.3.0/autoconf/ltmain.sh-3453-    if test no = "$compiler_c_o"; then
csmith-2.3.0/autoconf/ltmain.sh:3454:      output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.$objext
csmith-2.3.0/autoconf/ltmain.sh-3455-      lockfile=$output_obj.lock
##############################################
csmith-2.3.0/autoconf/ltmain.sh-3472-*** ERROR, $lockfile exists and contains:
csmith-2.3.0/autoconf/ltmain.sh:3473:`cat $lockfile 2>/dev/null`
csmith-2.3.0/autoconf/ltmain.sh-3474-
##############################################
csmith-2.3.0/autoconf/ltmain.sh-3520-      if test warn = "$need_locks" &&
csmith-2.3.0/autoconf/ltmain.sh:3521:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
csmith-2.3.0/autoconf/ltmain.sh-3522-	$ECHO "\
csmith-2.3.0/autoconf/ltmain.sh-3523-*** ERROR, $lockfile contains:
csmith-2.3.0/autoconf/ltmain.sh:3524:`cat $lockfile 2>/dev/null`
csmith-2.3.0/autoconf/ltmain.sh-3525-
##############################################
csmith-2.3.0/autoconf/ltmain.sh-3569-      if test warn = "$need_locks" &&
csmith-2.3.0/autoconf/ltmain.sh:3570:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
csmith-2.3.0/autoconf/ltmain.sh-3571-	$ECHO "\
csmith-2.3.0/autoconf/ltmain.sh-3572-*** ERROR, $lockfile contains:
csmith-2.3.0/autoconf/ltmain.sh:3573:`cat $lockfile 2>/dev/null`
csmith-2.3.0/autoconf/ltmain.sh-3574-
##############################################
csmith-2.3.0/autoconf/ltmain.sh-3895-      # Get the absolute pathname.
csmith-2.3.0/autoconf/ltmain.sh:3896:      absdir=`cd "$dir" && pwd`
csmith-2.3.0/autoconf/ltmain.sh-3897-      test -n "$absdir" && dir=$absdir
##############################################
csmith-2.3.0/autoconf/ltmain.sh-3994-      if test -n "$lt_sysroot"; then
csmith-2.3.0/autoconf/ltmain.sh:3995:        sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"`
csmith-2.3.0/autoconf/ltmain.sh-3996-        sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;"
##############################################
csmith-2.3.0/autoconf/ltmain.sh-4278-	  # Determine the prefix the user has applied to our future dir.
csmith-2.3.0/autoconf/ltmain.sh:4279:	  inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"`
csmith-2.3.0/autoconf/ltmain.sh-4280-
##############################################
csmith-2.3.0/autoconf/ltmain.sh-4291-	    # Stick the inst_prefix_dir data into the link command.
csmith-2.3.0/autoconf/ltmain.sh:4292:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
csmith-2.3.0/autoconf/ltmain.sh-4293-	  else
csmith-2.3.0/autoconf/ltmain.sh:4294:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"`
csmith-2.3.0/autoconf/ltmain.sh-4295-	  fi
##############################################
csmith-2.3.0/autoconf/ltmain.sh-4458-	    fi
csmith-2.3.0/autoconf/ltmain.sh:4459:	    libfile=$libdir/`$ECHO "$lib" | $SED 's%^.*/%%g'`
csmith-2.3.0/autoconf/ltmain.sh-4460-	    if test -n "$libdir" && test ! -f "$libfile"; then
##############################################
csmith-2.3.0/autoconf/ltmain.sh-4477-	        # Replace the output file specification.
csmith-2.3.0/autoconf/ltmain.sh:4478:	        relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'`
csmith-2.3.0/autoconf/ltmain.sh-4479-
##############################################
csmith-2.3.0/autoconf/ltmain.sh-4496-	    # Install the binary that we compiled earlier.
csmith-2.3.0/autoconf/ltmain.sh:4497:	    file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"`
csmith-2.3.0/autoconf/ltmain.sh-4498-	  fi
##############################################
csmith-2.3.0/autoconf/ltmain.sh-4570-    my_pic_p=${3-false}
csmith-2.3.0/autoconf/ltmain.sh:4571:    my_prefix=`$ECHO "$my_originator" | $SED 's%[^a-zA-Z0-9]%_%g'`
csmith-2.3.0/autoconf/ltmain.sh-4572-    my_dlsyms=
##############################################
csmith-2.3.0/autoconf/ltmain.sh-4628-	  # Add our own program objects to the symbol list.
csmith-2.3.0/autoconf/ltmain.sh:4629:	  progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP`
csmith-2.3.0/autoconf/ltmain.sh-4630-	  for progfile in $progfiles; do
##############################################
csmith-2.3.0/autoconf/ltmain.sh-4690-	          # Use subshell, to avoid clobbering current variable values
csmith-2.3.0/autoconf/ltmain.sh:4691:	          dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"`
csmith-2.3.0/autoconf/ltmain.sh-4692-	          if test -n "$dlprefile_dlname"; then
##############################################
csmith-2.3.0/autoconf/ltmain.sh-4859-	  if test -f "$output_objdir/$my_outputname.def"; then
csmith-2.3.0/autoconf/ltmain.sh:4860:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
csmith-2.3.0/autoconf/ltmain.sh:4861:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
csmith-2.3.0/autoconf/ltmain.sh-4862-	  else
csmith-2.3.0/autoconf/ltmain.sh:4863:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
csmith-2.3.0/autoconf/ltmain.sh:4864:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
csmith-2.3.0/autoconf/ltmain.sh-4865-	  fi
##############################################
csmith-2.3.0/autoconf/ltmain.sh-4867-	*)
csmith-2.3.0/autoconf/ltmain.sh:4868:	  compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
csmith-2.3.0/autoconf/ltmain.sh:4869:	  finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
csmith-2.3.0/autoconf/ltmain.sh-4870-	  ;;
##############################################
csmith-2.3.0/autoconf/ltmain.sh-4882-      # Nullify the symbol file.
csmith-2.3.0/autoconf/ltmain.sh:4883:      compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"`
csmith-2.3.0/autoconf/ltmain.sh:4884:      finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"`
csmith-2.3.0/autoconf/ltmain.sh-4885-    fi
##############################################
csmith-2.3.0/autoconf/ltmain.sh-4896-  func_to_tool_file "$1" func_convert_file_msys_to_w32
csmith-2.3.0/autoconf/ltmain.sh:4897:  func_cygming_gnu_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $EGREP ' (_head_[A-Za-z0-9_]+_[ad]l*|[A-Za-z0-9_]+_[ad]l*_iname)$'`
csmith-2.3.0/autoconf/ltmain.sh-4898-  test -n "$func_cygming_gnu_implib_tmp"
##############################################
csmith-2.3.0/autoconf/ltmain.sh-4909-  func_to_tool_file "$1" func_convert_file_msys_to_w32
csmith-2.3.0/autoconf/ltmain.sh:4910:  func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'`
csmith-2.3.0/autoconf/ltmain.sh-4911-  test -n "$func_cygming_ms_implib_tmp"
##############################################
csmith-2.3.0/autoconf/ltmain.sh-4925-  win32_libid_type=unknown
csmith-2.3.0/autoconf/ltmain.sh:4926:  win32_fileres=`file -L $1 2>/dev/null`
csmith-2.3.0/autoconf/ltmain.sh-4927-  case $win32_fileres in
##############################################
csmith-2.3.0/autoconf/ltmain.sh-4990-
csmith-2.3.0/autoconf/ltmain.sh:4991:  sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"`
csmith-2.3.0/autoconf/ltmain.sh-4992-}
##############################################
csmith-2.3.0/autoconf/ltmain.sh-5008-
csmith-2.3.0/autoconf/ltmain.sh:5009:  match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"`
csmith-2.3.0/autoconf/ltmain.sh-5010-  $OBJDUMP -s --section "$1" "$2" 2>/dev/null |
##############################################
csmith-2.3.0/autoconf/ltmain.sh-5072-    # binutils import library
csmith-2.3.0/autoconf/ltmain.sh:5073:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"`
csmith-2.3.0/autoconf/ltmain.sh-5074-  elif func_cygming_ms_implib_p "$1"; then
csmith-2.3.0/autoconf/ltmain.sh-5075-    # ms-generated import library
csmith-2.3.0/autoconf/ltmain.sh:5076:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"`
csmith-2.3.0/autoconf/ltmain.sh-5077-  else
##############################################
csmith-2.3.0/autoconf/ltmain.sh-5156-	  darwin_base_archive=$func_basename_result
csmith-2.3.0/autoconf/ltmain.sh:5157:	  darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true`
csmith-2.3.0/autoconf/ltmain.sh-5158-	  if test -n "$darwin_arches"; then
csmith-2.3.0/autoconf/ltmain.sh:5159:	    darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'`
csmith-2.3.0/autoconf/ltmain.sh-5160-	    darwin_arch=
##############################################
csmith-2.3.0/autoconf/ltmain.sh-5170-            ## Okay now we've a bunch of thin objects, gotta fatten them up :)
csmith-2.3.0/autoconf/ltmain.sh:5171:	    darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$sed_basename" | sort -u`
csmith-2.3.0/autoconf/ltmain.sh-5172-	    darwin_file=
##############################################
csmith-2.3.0/autoconf/ltmain.sh-5174-	    for darwin_file in $darwin_filelist; do
csmith-2.3.0/autoconf/ltmain.sh:5175:	      darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP`
csmith-2.3.0/autoconf/ltmain.sh-5176-	      $LIPO -create -output "$darwin_file" $darwin_files
##############################################
csmith-2.3.0/autoconf/ltmain.sh-5189-      esac
csmith-2.3.0/autoconf/ltmain.sh:5190:      my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP`
csmith-2.3.0/autoconf/ltmain.sh-5191-    done
##############################################
csmith-2.3.0/autoconf/ltmain.sh-5260-
csmith-2.3.0/autoconf/ltmain.sh:5261:    qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"`
csmith-2.3.0/autoconf/ltmain.sh-5262-    $ECHO "\
##############################################
csmith-2.3.0/autoconf/ltmain.sh-5295-    --lt-dump-script)
csmith-2.3.0/autoconf/ltmain.sh:5296:        lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\`
csmith-2.3.0/autoconf/ltmain.sh-5297-        test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=.
csmith-2.3.0/autoconf/ltmain.sh:5298:        lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\`
csmith-2.3.0/autoconf/ltmain.sh-5299-        cat \"\$lt_dump_D/\$lt_dump_F\"
##############################################
csmith-2.3.0/autoconf/ltmain.sh-5322-    \$ECHO \"$outputname:$output:\$LINENO: newargv[\$lt_dump_args_N]: \$lt_arg\"
csmith-2.3.0/autoconf/ltmain.sh:5323:    lt_dump_args_N=\`expr \$lt_dump_args_N + 1\`
csmith-2.3.0/autoconf/ltmain.sh-5324-  done
##############################################
csmith-2.3.0/autoconf/ltmain.sh-5380-  # Find the directory that this script lives in.
csmith-2.3.0/autoconf/ltmain.sh:5381:  thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\`
csmith-2.3.0/autoconf/ltmain.sh-5382-  test \"x\$thisdir\" = \"x\$file\" && thisdir=.
##############################################
csmith-2.3.0/autoconf/ltmain.sh-5384-  # Follow symbolic links until we get to the real thisdir.
csmith-2.3.0/autoconf/ltmain.sh:5385:  file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\`
csmith-2.3.0/autoconf/ltmain.sh-5386-  while test -n \"\$file\"; do
csmith-2.3.0/autoconf/ltmain.sh:5387:    destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\`
csmith-2.3.0/autoconf/ltmain.sh-5388-
##############################################
csmith-2.3.0/autoconf/ltmain.sh-5396-
csmith-2.3.0/autoconf/ltmain.sh:5397:    file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\`
csmith-2.3.0/autoconf/ltmain.sh:5398:    file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\`
csmith-2.3.0/autoconf/ltmain.sh-5399-  done
##############################################
csmith-2.3.0/autoconf/ltmain.sh-5410-    case \"\$thisdir\" in
csmith-2.3.0/autoconf/ltmain.sh:5411:    *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;;
csmith-2.3.0/autoconf/ltmain.sh-5412-    $objdir )   thisdir=. ;;
##############################################
csmith-2.3.0/autoconf/ltmain.sh-5416-  # Try to get the absolute directory name.
csmith-2.3.0/autoconf/ltmain.sh:5417:  absdir=\`cd \"\$thisdir\" && pwd\`
csmith-2.3.0/autoconf/ltmain.sh-5418-  test -n \"\$absdir\" && thisdir=\"\$absdir\"
##############################################
csmith-2.3.0/autoconf/ltmain.sh-5426-  if test ! -f \"\$progdir/\$program\" ||
csmith-2.3.0/autoconf/ltmain.sh:5427:     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | $SED 1q\`; \\
csmith-2.3.0/autoconf/ltmain.sh-5428-       test \"X\$file\" != \"X\$progdir/\$program\"; }; then
##############################################
csmith-2.3.0/autoconf/ltmain.sh-5441-    if test -n \"\$relink_command\"; then
csmith-2.3.0/autoconf/ltmain.sh:5442:      if relink_command_output=\`eval \$relink_command 2>&1\`; then :
csmith-2.3.0/autoconf/ltmain.sh-5443-      else
##############################################
csmith-2.3.0/autoconf/ltmain.sh-5485-    # The second colon is a workaround for a bug in BeOS R4 sed
csmith-2.3.0/autoconf/ltmain.sh:5486:    $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\`
csmith-2.3.0/autoconf/ltmain.sh-5487-
##############################################
csmith-2.3.0/autoconf/ltmain.sh-6464-
csmith-2.3.0/autoconf/ltmain.sh:6465:    case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in
csmith-2.3.0/autoconf/ltmain.sh-6466-    *import*) : ;;
##############################################
csmith-2.3.0/autoconf/ltmain.sh-6712-	    moreargs=
csmith-2.3.0/autoconf/ltmain.sh:6713:	    for fil in `cat "$save_arg"`
csmith-2.3.0/autoconf/ltmain.sh-6714-	    do
##############################################
csmith-2.3.0/autoconf/ltmain.sh-6973-	*)
csmith-2.3.0/autoconf/ltmain.sh:6974:	  absdir=`cd "$dir" && pwd`
csmith-2.3.0/autoconf/ltmain.sh-6975-	  test -z "$absdir" && \
##############################################
csmith-2.3.0/autoconf/ltmain.sh-6994-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
csmith-2.3.0/autoconf/ltmain.sh:6995:	  testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'`
csmith-2.3.0/autoconf/ltmain.sh-6996-	  case :$dllsearchpath: in
##############################################
csmith-2.3.0/autoconf/ltmain.sh-7287-      -Z*)
csmith-2.3.0/autoconf/ltmain.sh:7288:        if test os2 = "`expr $host : '.*\(os2\)'`"; then
csmith-2.3.0/autoconf/ltmain.sh-7289-          # OS/2 uses -Zxxx to specify OS/2-specific options
##############################################
csmith-2.3.0/autoconf/ltmain.sh-7457-      # get the directories listed in $shlibpath_var
csmith-2.3.0/autoconf/ltmain.sh:7458:      eval shlib_search_path=\`\$ECHO \"\$$shlibpath_var\" \| \$SED \'s/:/ /g\'\`
csmith-2.3.0/autoconf/ltmain.sh-7459-    else
##############################################
csmith-2.3.0/autoconf/ltmain.sh-7773-		  set dummy $deplibs_check_method; shift
csmith-2.3.0/autoconf/ltmain.sh:7774:		  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
csmith-2.3.0/autoconf/ltmain.sh-7775-		  if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \
##############################################
csmith-2.3.0/autoconf/ltmain.sh-7863-	if test -n "$inherited_linker_flags"; then
csmith-2.3.0/autoconf/ltmain.sh:7864:	  tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'`
csmith-2.3.0/autoconf/ltmain.sh-7865-	  for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do
##############################################
csmith-2.3.0/autoconf/ltmain.sh-7871-	fi
csmith-2.3.0/autoconf/ltmain.sh:7872:	dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
csmith-2.3.0/autoconf/ltmain.sh-7873-	if test lib,link = "$linkmode,$pass" ||
##############################################
csmith-2.3.0/autoconf/ltmain.sh-7944-	*)
csmith-2.3.0/autoconf/ltmain.sh:7945:	  abs_ladir=`cd "$ladir" && pwd`
csmith-2.3.0/autoconf/ltmain.sh-7946-	  if test -z "$abs_ladir"; then
##############################################
csmith-2.3.0/autoconf/ltmain.sh-8197-	    shift
csmith-2.3.0/autoconf/ltmain.sh:8198:	    libname=`eval "\\$ECHO \"$libname_spec\""`
csmith-2.3.0/autoconf/ltmain.sh-8199-	    # use dlname if we got it. it's perfectly good, no?
##############################################
csmith-2.3.0/autoconf/ltmain.sh-8489-		*)
csmith-2.3.0/autoconf/ltmain.sh:8490:		  absdir=`cd "$dir" && pwd`
csmith-2.3.0/autoconf/ltmain.sh-8491-		  if test -z "$absdir"; then
##############################################
csmith-2.3.0/autoconf/ltmain.sh-8500-		  depdepl=
csmith-2.3.0/autoconf/ltmain.sh:8501:		  eval deplibrary_names=`$SED -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
csmith-2.3.0/autoconf/ltmain.sh-8502-		  if test -n "$deplibrary_names"; then
##############################################
csmith-2.3.0/autoconf/ltmain.sh-8507-		      depdepl=$absdir/$objdir/$depdepl
csmith-2.3.0/autoconf/ltmain.sh:8508:		      darwin_install_name=`$OTOOL -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
csmith-2.3.0/autoconf/ltmain.sh-8509-                      if test -z "$darwin_install_name"; then
csmith-2.3.0/autoconf/ltmain.sh:8510:                          darwin_install_name=`$OTOOL64 -L $depdepl  | awk '{if (NR == 2) {print $1;exit}}'`
csmith-2.3.0/autoconf/ltmain.sh-8511-                      fi
##############################################
csmith-2.3.0/autoconf/ltmain.sh-8522-		else
csmith-2.3.0/autoconf/ltmain.sh:8523:		  eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
csmith-2.3.0/autoconf/ltmain.sh-8524-		  test -z "$libdir" && \
##############################################
csmith-2.3.0/autoconf/ltmain.sh-8545-	else
csmith-2.3.0/autoconf/ltmain.sh:8546:	  compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
csmith-2.3.0/autoconf/ltmain.sh-8547-	fi
##############################################
csmith-2.3.0/autoconf/ltmain.sh-8634-        linux*)
csmith-2.3.0/autoconf/ltmain.sh:8635:          case `$CC -V 2>&1 | sed 5q` in
csmith-2.3.0/autoconf/ltmain.sh-8636-          *Sun\ C*) # Sun C++ 5.9
##############################################
csmith-2.3.0/autoconf/ltmain.sh-9039-	removelist=
csmith-2.3.0/autoconf/ltmain.sh:9040:	tempremovelist=`$ECHO "$output_objdir/*"`
csmith-2.3.0/autoconf/ltmain.sh-9041-	for p in $tempremovelist; do
##############################################
csmith-2.3.0/autoconf/ltmain.sh-9065-	# Transform .lo files to .o files.
csmith-2.3.0/autoconf/ltmain.sh:9066:	oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; $lo2o" | $NL2SP`
csmith-2.3.0/autoconf/ltmain.sh-9067-      fi
##############################################
csmith-2.3.0/autoconf/ltmain.sh-9070-      #for path in $notinst_path; do
csmith-2.3.0/autoconf/ltmain.sh:9071:      #	lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"`
csmith-2.3.0/autoconf/ltmain.sh:9072:      #	deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"`
csmith-2.3.0/autoconf/ltmain.sh:9073:      #	dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"`
csmith-2.3.0/autoconf/ltmain.sh-9074-      #done
##############################################
csmith-2.3.0/autoconf/ltmain.sh-9191-		if test -n "$i"; then
csmith-2.3.0/autoconf/ltmain.sh:9192:		  libname=`eval "\\$ECHO \"$libname_spec\""`
csmith-2.3.0/autoconf/ltmain.sh:9193:		  deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
csmith-2.3.0/autoconf/ltmain.sh-9194-		  set dummy $deplib_matches; shift
csmith-2.3.0/autoconf/ltmain.sh-9195-		  deplib_match=$1
csmith-2.3.0/autoconf/ltmain.sh:9196:		  if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then
csmith-2.3.0/autoconf/ltmain.sh-9197-		    func_append newdeplibs " $i"
##############################################
csmith-2.3.0/autoconf/ltmain.sh-9234-		  if test -n "$i"; then
csmith-2.3.0/autoconf/ltmain.sh:9235:		    libname=`eval "\\$ECHO \"$libname_spec\""`
csmith-2.3.0/autoconf/ltmain.sh:9236:		    deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
csmith-2.3.0/autoconf/ltmain.sh-9237-		    set dummy $deplib_matches; shift
csmith-2.3.0/autoconf/ltmain.sh-9238-		    deplib_match=$1
csmith-2.3.0/autoconf/ltmain.sh:9239:		    if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then
csmith-2.3.0/autoconf/ltmain.sh-9240-		      func_append newdeplibs " $i"
##############################################
csmith-2.3.0/autoconf/ltmain.sh-9269-	  set dummy $deplibs_check_method; shift
csmith-2.3.0/autoconf/ltmain.sh:9270:	  file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
csmith-2.3.0/autoconf/ltmain.sh-9271-	  for a_deplib in $deplibs; do
##############################################
csmith-2.3.0/autoconf/ltmain.sh-9284-	      if test -n "$a_deplib"; then
csmith-2.3.0/autoconf/ltmain.sh:9285:		libname=`eval "\\$ECHO \"$libname_spec\""`
csmith-2.3.0/autoconf/ltmain.sh-9286-		if test -n "$file_magic_glob"; then
csmith-2.3.0/autoconf/ltmain.sh:9287:		  libnameglob=`func_echo_all "$libname" | $SED -e $file_magic_glob`
csmith-2.3.0/autoconf/ltmain.sh-9288-		else
##############################################
csmith-2.3.0/autoconf/ltmain.sh-9294-		    shopt -s nocaseglob
csmith-2.3.0/autoconf/ltmain.sh:9295:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
csmith-2.3.0/autoconf/ltmain.sh-9296-		    $nocaseglob
csmith-2.3.0/autoconf/ltmain.sh-9297-		  else
csmith-2.3.0/autoconf/ltmain.sh:9298:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
csmith-2.3.0/autoconf/ltmain.sh-9299-		  fi
##############################################
csmith-2.3.0/autoconf/ltmain.sh-9312-		      while test -h "$potlib" 2>/dev/null; do
csmith-2.3.0/autoconf/ltmain.sh:9313:			potliblink=`ls -ld $potlib | $SED 's/.* -> //'`
csmith-2.3.0/autoconf/ltmain.sh-9314-			case $potliblink in
csmith-2.3.0/autoconf/ltmain.sh-9315-			[\\/]* | [A-Za-z]:[\\/]*) potlib=$potliblink;;
csmith-2.3.0/autoconf/ltmain.sh:9316:			*) potlib=`$ECHO "$potlib" | $SED 's|[^/]*$||'`"$potliblink";;
csmith-2.3.0/autoconf/ltmain.sh-9317-			esac
##############################################
csmith-2.3.0/autoconf/ltmain.sh-9353-	  set dummy $deplibs_check_method; shift
csmith-2.3.0/autoconf/ltmain.sh:9354:	  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
csmith-2.3.0/autoconf/ltmain.sh-9355-	  for a_deplib in $deplibs; do
##############################################
csmith-2.3.0/autoconf/ltmain.sh-9368-	      if test -n "$a_deplib"; then
csmith-2.3.0/autoconf/ltmain.sh:9369:		libname=`eval "\\$ECHO \"$libname_spec\""`
csmith-2.3.0/autoconf/ltmain.sh-9370-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
csmith-2.3.0/autoconf/ltmain.sh:9371:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
csmith-2.3.0/autoconf/ltmain.sh-9372-		  for potent_lib in $potential_libs; do
##############################################
csmith-2.3.0/autoconf/ltmain.sh-9407-	  newdeplibs=
csmith-2.3.0/autoconf/ltmain.sh:9408:	  tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'`
csmith-2.3.0/autoconf/ltmain.sh-9409-	  if test yes = "$allow_libtool_libs_with_static_runtimes"; then
##############################################
csmith-2.3.0/autoconf/ltmain.sh-9411-	      # can't use Xsed below, because $i might contain '/'
csmith-2.3.0/autoconf/ltmain.sh:9412:	      tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s|$i||"`
csmith-2.3.0/autoconf/ltmain.sh-9413-	    done
##############################################
csmith-2.3.0/autoconf/ltmain.sh-9437-	  # On Rhapsody replace the C library with the System framework
csmith-2.3.0/autoconf/ltmain.sh:9438:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'`
csmith-2.3.0/autoconf/ltmain.sh-9439-	  ;;
##############################################
csmith-2.3.0/autoconf/ltmain.sh-9489-	*-*-darwin*)
csmith-2.3.0/autoconf/ltmain.sh:9490:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
csmith-2.3.0/autoconf/ltmain.sh:9491:	  new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
csmith-2.3.0/autoconf/ltmain.sh:9492:	  deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
csmith-2.3.0/autoconf/ltmain.sh-9493-	  ;;
##############################################
csmith-2.3.0/autoconf/ltmain.sh-9616-	# Use standard objects if they are pic
csmith-2.3.0/autoconf/ltmain.sh:9617:	test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP`
csmith-2.3.0/autoconf/ltmain.sh-9618-	test "X$libobjs" = "X " && libobjs=
##############################################
csmith-2.3.0/autoconf/ltmain.sh-10130-	  eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\"
csmith-2.3.0/autoconf/ltmain.sh:10131:	  test -n "$wl" || tmp_whole_archive_flags=`$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'`
csmith-2.3.0/autoconf/ltmain.sh-10132-	  reload_conv_objs=$reload_objs\ $tmp_whole_archive_flags
##############################################
csmith-2.3.0/autoconf/ltmain.sh-10145-      # Create the old-style object.
csmith-2.3.0/autoconf/ltmain.sh:10146:      reload_objs=$objs$old_deplibs' '`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; /\.lib$/d; $lo2o" | $NL2SP`' '$reload_conv_objs
csmith-2.3.0/autoconf/ltmain.sh-10147-
##############################################
csmith-2.3.0/autoconf/ltmain.sh-10203-	# On Rhapsody replace the C library is the System framework
csmith-2.3.0/autoconf/ltmain.sh:10204:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'`
csmith-2.3.0/autoconf/ltmain.sh:10205:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'`
csmith-2.3.0/autoconf/ltmain.sh-10206-	;;
##############################################
csmith-2.3.0/autoconf/ltmain.sh-10221-	# Time to change all our "foo.ltframework" stuff back to "-framework foo"
csmith-2.3.0/autoconf/ltmain.sh:10222:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
csmith-2.3.0/autoconf/ltmain.sh:10223:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
csmith-2.3.0/autoconf/ltmain.sh-10224-	;;
##############################################
csmith-2.3.0/autoconf/ltmain.sh-10299-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
csmith-2.3.0/autoconf/ltmain.sh:10300:	  testbindir=`$ECHO "$libdir" | $SED -e 's*/lib$*/bin*'`
csmith-2.3.0/autoconf/ltmain.sh-10301-	  case :$dllsearchpath: in
##############################################
csmith-2.3.0/autoconf/ltmain.sh-10359-	# Transform all the library objects into standard objects.
csmith-2.3.0/autoconf/ltmain.sh:10360:	compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
csmith-2.3.0/autoconf/ltmain.sh:10361:	finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
csmith-2.3.0/autoconf/ltmain.sh-10362-      fi
##############################################
csmith-2.3.0/autoconf/ltmain.sh-10387-	# Replace the output file specification.
csmith-2.3.0/autoconf/ltmain.sh:10388:	compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
csmith-2.3.0/autoconf/ltmain.sh-10389-	link_command=$compile_command$compile_rpath
##############################################
csmith-2.3.0/autoconf/ltmain.sh-10396-	  func_to_tool_file "$output"
csmith-2.3.0/autoconf/ltmain.sh:10397:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
csmith-2.3.0/autoconf/ltmain.sh-10398-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
csmith-2.3.0/autoconf/ltmain.sh-10440-	# Replace the output file specification.
csmith-2.3.0/autoconf/ltmain.sh:10441:	link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
csmith-2.3.0/autoconf/ltmain.sh-10442-	# Delete the old output file.
##############################################
csmith-2.3.0/autoconf/ltmain.sh-10448-	  func_to_tool_file "$output"
csmith-2.3.0/autoconf/ltmain.sh:10449:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
csmith-2.3.0/autoconf/ltmain.sh-10450-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
csmith-2.3.0/autoconf/ltmain.sh-10466-	  link_command=$finalize_var$compile_command$finalize_rpath
csmith-2.3.0/autoconf/ltmain.sh:10467:	  relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'`
csmith-2.3.0/autoconf/ltmain.sh-10468-          ;;
##############################################
csmith-2.3.0/autoconf/ltmain.sh-10479-      # Replace the output file specification.
csmith-2.3.0/autoconf/ltmain.sh:10480:      link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
csmith-2.3.0/autoconf/ltmain.sh-10481-
##############################################
csmith-2.3.0/autoconf/ltmain.sh-10488-	func_to_tool_file "$output_objdir/$outputname"
csmith-2.3.0/autoconf/ltmain.sh:10489:	postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
csmith-2.3.0/autoconf/ltmain.sh-10490-	func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
csmith-2.3.0/autoconf/ltmain.sh-10509-	relink_command="(cd `pwd`; $relink_command)"
csmith-2.3.0/autoconf/ltmain.sh:10510:	relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
csmith-2.3.0/autoconf/ltmain.sh-10511-      fi
##############################################
csmith-2.3.0/autoconf/ltmain.sh-10755-      relink_command="(cd `pwd`; $SHELL \"$progpath\" $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
csmith-2.3.0/autoconf/ltmain.sh:10756:      relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
csmith-2.3.0/autoconf/ltmain.sh-10757-      if test yes = "$hardcode_automatic"; then
##############################################
csmith-2.3.0/autoconf/ltmain.sh-10776-		func_resolve_sysroot "$deplib"
csmith-2.3.0/autoconf/ltmain.sh:10777:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result`
csmith-2.3.0/autoconf/ltmain.sh-10778-		test -z "$libdir" && \
##############################################
csmith-2.3.0/autoconf/ltmain.sh-10802-		name=$func_basename_result
csmith-2.3.0/autoconf/ltmain.sh:10803:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
csmith-2.3.0/autoconf/ltmain.sh-10804-		test -z "$libdir" && \
##############################################
csmith-2.3.0/autoconf/ltmain.sh-10821-		name=$func_basename_result
csmith-2.3.0/autoconf/ltmain.sh:10822:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
csmith-2.3.0/autoconf/ltmain.sh-10823-		test -z "$libdir" && \
##############################################
csmith-2.3.0/autoconf/ltmain.sh-11140-# ### BEGIN LIBTOOL TAG CONFIG: disable-static
csmith-2.3.0/autoconf/ltmain.sh:11141:build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
csmith-2.3.0/autoconf/ltmain.sh-11142-# ### END LIBTOOL TAG CONFIG: disable-static
##############################################
csmith-2.3.0/autoconf/config.sub-52-
csmith-2.3.0/autoconf/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'`
csmith-2.3.0/autoconf/config.sub-54-
##############################################
csmith-2.3.0/autoconf/config.sub-115-# Here we must recognize all the valid KERNEL-OS combinations.
csmith-2.3.0/autoconf/config.sub:116:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
csmith-2.3.0/autoconf/config.sub-117-case $maybe_os in
##############################################
csmith-2.3.0/autoconf/config.sub-123-    os=-$maybe_os
csmith-2.3.0/autoconf/config.sub:124:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
csmith-2.3.0/autoconf/config.sub-125-    ;;
##############################################
csmith-2.3.0/autoconf/config.sub-127-    os=-linux-android
csmith-2.3.0/autoconf/config.sub:128:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
csmith-2.3.0/autoconf/config.sub-129-    ;;
csmith-2.3.0/autoconf/config.sub-130-  *)
csmith-2.3.0/autoconf/config.sub:131:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
csmith-2.3.0/autoconf/config.sub-132-    if [ $basic_machine != $1 ]
csmith-2.3.0/autoconf/config.sub:133:    then os=`echo $1 | sed 's/.*-/-/'`
csmith-2.3.0/autoconf/config.sub-134-    else os=; fi
##############################################
csmith-2.3.0/autoconf/config.sub-181-		os=-sco5v6
csmith-2.3.0/autoconf/config.sub:182:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
csmith-2.3.0/autoconf/config.sub-183-		;;
##############################################
csmith-2.3.0/autoconf/config.sub-185-		os=-sco3.2v5
csmith-2.3.0/autoconf/config.sub:186:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
csmith-2.3.0/autoconf/config.sub-187-		;;
##############################################
csmith-2.3.0/autoconf/config.sub-189-		os=-sco3.2v4
csmith-2.3.0/autoconf/config.sub:190:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
csmith-2.3.0/autoconf/config.sub-191-		;;
csmith-2.3.0/autoconf/config.sub-192-	-sco3.2.[4-9]*)
csmith-2.3.0/autoconf/config.sub:193:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
csmith-2.3.0/autoconf/config.sub:194:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
csmith-2.3.0/autoconf/config.sub-195-		;;
##############################################
csmith-2.3.0/autoconf/config.sub-197-		# Don't forget version if it is 3.2v4 or newer.
csmith-2.3.0/autoconf/config.sub:198:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
csmith-2.3.0/autoconf/config.sub-199-		;;
##############################################
csmith-2.3.0/autoconf/config.sub-201-		# Don't forget version if it is 3.2v4 or newer.
csmith-2.3.0/autoconf/config.sub:202:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
csmith-2.3.0/autoconf/config.sub-203-		;;
##############################################
csmith-2.3.0/autoconf/config.sub-205-		os=-sco3.2v2
csmith-2.3.0/autoconf/config.sub:206:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
csmith-2.3.0/autoconf/config.sub-207-		;;
csmith-2.3.0/autoconf/config.sub-208-	-udk*)
csmith-2.3.0/autoconf/config.sub:209:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
csmith-2.3.0/autoconf/config.sub-210-		;;
##############################################
csmith-2.3.0/autoconf/config.sub-212-		os=-isc2.2
csmith-2.3.0/autoconf/config.sub:213:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
csmith-2.3.0/autoconf/config.sub-214-		;;
##############################################
csmith-2.3.0/autoconf/config.sub-218-	-isc*)
csmith-2.3.0/autoconf/config.sub:219:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
csmith-2.3.0/autoconf/config.sub-220-		;;
##############################################
csmith-2.3.0/autoconf/config.sub-230-	-ptx*)
csmith-2.3.0/autoconf/config.sub:231:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
csmith-2.3.0/autoconf/config.sub-232-		;;
csmith-2.3.0/autoconf/config.sub-233-	-windowsnt*)
csmith-2.3.0/autoconf/config.sub:234:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
csmith-2.3.0/autoconf/config.sub-235-		;;
##############################################
csmith-2.3.0/autoconf/config.sub-366-	*-*-*)
csmith-2.3.0/autoconf/config.sub:367:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
csmith-2.3.0/autoconf/config.sub-368-		exit 1
##############################################
csmith-2.3.0/autoconf/config.sub-491-	amd64-*)
csmith-2.3.0/autoconf/config.sub:492:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
csmith-2.3.0/autoconf/config.sub-493-		;;
##############################################
csmith-2.3.0/autoconf/config.sub-533-	blackfin-*)
csmith-2.3.0/autoconf/config.sub:534:		basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
csmith-2.3.0/autoconf/config.sub-535-		os=-linux
##############################################
csmith-2.3.0/autoconf/config.sub-541-	c54x-*)
csmith-2.3.0/autoconf/config.sub:542:		basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'`
csmith-2.3.0/autoconf/config.sub-543-		;;
csmith-2.3.0/autoconf/config.sub-544-	c55x-*)
csmith-2.3.0/autoconf/config.sub:545:		basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'`
csmith-2.3.0/autoconf/config.sub-546-		;;
csmith-2.3.0/autoconf/config.sub-547-	c6x-*)
csmith-2.3.0/autoconf/config.sub:548:		basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'`
csmith-2.3.0/autoconf/config.sub-549-		;;
##############################################
csmith-2.3.0/autoconf/config.sub-744-	i*86v32)
csmith-2.3.0/autoconf/config.sub:745:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
csmith-2.3.0/autoconf/config.sub-746-		os=-sysv32
##############################################
csmith-2.3.0/autoconf/config.sub-748-	i*86v4*)
csmith-2.3.0/autoconf/config.sub:749:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
csmith-2.3.0/autoconf/config.sub-750-		os=-sysv4
##############################################
csmith-2.3.0/autoconf/config.sub-752-	i*86v)
csmith-2.3.0/autoconf/config.sub:753:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
csmith-2.3.0/autoconf/config.sub-754-		os=-sysv
##############################################
csmith-2.3.0/autoconf/config.sub-756-	i*86sol2)
csmith-2.3.0/autoconf/config.sub:757:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
csmith-2.3.0/autoconf/config.sub-758-		os=-solaris2
##############################################
csmith-2.3.0/autoconf/config.sub-782-	leon-*|leon[3-9]-*)
csmith-2.3.0/autoconf/config.sub:783:		basic_machine=sparc-`echo $basic_machine | sed 's/-.*//'`
csmith-2.3.0/autoconf/config.sub-784-		;;
##############################################
csmith-2.3.0/autoconf/config.sub-789-	m68knommu-*)
csmith-2.3.0/autoconf/config.sub:790:		basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
csmith-2.3.0/autoconf/config.sub-791-		os=-linux
##############################################
csmith-2.3.0/autoconf/config.sub-826-	mips3*-*)
csmith-2.3.0/autoconf/config.sub:827:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
csmith-2.3.0/autoconf/config.sub-828-		;;
csmith-2.3.0/autoconf/config.sub-829-	mips3*)
csmith-2.3.0/autoconf/config.sub:830:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
csmith-2.3.0/autoconf/config.sub-831-		;;
##############################################
csmith-2.3.0/autoconf/config.sub-848-	ms1-*)
csmith-2.3.0/autoconf/config.sub:849:		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
csmith-2.3.0/autoconf/config.sub-850-		;;
##############################################
csmith-2.3.0/autoconf/config.sub-967-	parisc-*)
csmith-2.3.0/autoconf/config.sub:968:		basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
csmith-2.3.0/autoconf/config.sub-969-		os=-linux
##############################################
csmith-2.3.0/autoconf/config.sub-983-	pc98-*)
csmith-2.3.0/autoconf/config.sub:984:		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
csmith-2.3.0/autoconf/config.sub-985-		;;
##############################################
csmith-2.3.0/autoconf/config.sub-998-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
csmith-2.3.0/autoconf/config.sub:999:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
csmith-2.3.0/autoconf/config.sub-1000-		;;
csmith-2.3.0/autoconf/config.sub-1001-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
csmith-2.3.0/autoconf/config.sub:1002:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
csmith-2.3.0/autoconf/config.sub-1003-		;;
csmith-2.3.0/autoconf/config.sub-1004-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
csmith-2.3.0/autoconf/config.sub:1005:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
csmith-2.3.0/autoconf/config.sub-1006-		;;
csmith-2.3.0/autoconf/config.sub-1007-	pentium4-*)
csmith-2.3.0/autoconf/config.sub:1008:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
csmith-2.3.0/autoconf/config.sub-1009-		;;
##############################################
csmith-2.3.0/autoconf/config.sub-1017-	ppc-* | ppcbe-*)
csmith-2.3.0/autoconf/config.sub:1018:		basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
csmith-2.3.0/autoconf/config.sub-1019-		;;
##############################################
csmith-2.3.0/autoconf/config.sub-1023-	ppcle-* | powerpclittle-*)
csmith-2.3.0/autoconf/config.sub:1024:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
csmith-2.3.0/autoconf/config.sub-1025-		;;
##############################################
csmith-2.3.0/autoconf/config.sub-1027-		;;
csmith-2.3.0/autoconf/config.sub:1028:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
csmith-2.3.0/autoconf/config.sub-1029-		;;
##############################################
csmith-2.3.0/autoconf/config.sub-1033-	ppc64le-* | powerpc64little-*)
csmith-2.3.0/autoconf/config.sub:1034:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
csmith-2.3.0/autoconf/config.sub-1035-		;;
##############################################
csmith-2.3.0/autoconf/config.sub-1116-	strongarm-* | thumb-*)
csmith-2.3.0/autoconf/config.sub:1117:		basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'`
csmith-2.3.0/autoconf/config.sub-1118-		;;
##############################################
csmith-2.3.0/autoconf/config.sub-1246-	xscale-* | xscalee[bl]-*)
csmith-2.3.0/autoconf/config.sub:1247:		basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'`
csmith-2.3.0/autoconf/config.sub-1248-		;;
##############################################
csmith-2.3.0/autoconf/config.sub-1323-	*)
csmith-2.3.0/autoconf/config.sub:1324:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
csmith-2.3.0/autoconf/config.sub-1325-		exit 1
##############################################
csmith-2.3.0/autoconf/config.sub-1331-	*-digital*)
csmith-2.3.0/autoconf/config.sub:1332:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
csmith-2.3.0/autoconf/config.sub-1333-		;;
csmith-2.3.0/autoconf/config.sub-1334-	*-commodore*)
csmith-2.3.0/autoconf/config.sub:1335:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
csmith-2.3.0/autoconf/config.sub-1336-		;;
##############################################
csmith-2.3.0/autoconf/config.sub-1352-	-solaris1 | -solaris1.*)
csmith-2.3.0/autoconf/config.sub:1353:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
csmith-2.3.0/autoconf/config.sub-1354-		;;
##############################################
csmith-2.3.0/autoconf/config.sub-1364-	-gnu/linux*)
csmith-2.3.0/autoconf/config.sub:1365:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
csmith-2.3.0/autoconf/config.sub-1366-		;;
##############################################
csmith-2.3.0/autoconf/config.sub-1410-	-nto*)
csmith-2.3.0/autoconf/config.sub:1411:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
csmith-2.3.0/autoconf/config.sub-1412-		;;
##############################################
csmith-2.3.0/autoconf/config.sub-1417-	-mac*)
csmith-2.3.0/autoconf/config.sub:1418:		os=`echo $os | sed -e 's|mac|macos|'`
csmith-2.3.0/autoconf/config.sub-1419-		;;
##############################################
csmith-2.3.0/autoconf/config.sub-1423-	-linux*)
csmith-2.3.0/autoconf/config.sub:1424:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
csmith-2.3.0/autoconf/config.sub-1425-		;;
csmith-2.3.0/autoconf/config.sub-1426-	-sunos5*)
csmith-2.3.0/autoconf/config.sub:1427:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
csmith-2.3.0/autoconf/config.sub-1428-		;;
csmith-2.3.0/autoconf/config.sub-1429-	-sunos6*)
csmith-2.3.0/autoconf/config.sub:1430:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
csmith-2.3.0/autoconf/config.sub-1431-		;;
##############################################
csmith-2.3.0/autoconf/config.sub-1478-	-sinix5.*)
csmith-2.3.0/autoconf/config.sub:1479:		os=`echo $os | sed -e 's|sinix|sysv|'`
csmith-2.3.0/autoconf/config.sub-1480-		;;
##############################################
csmith-2.3.0/autoconf/config.sub-1531-		# Get rid of the `-' at the beginning of $os.
csmith-2.3.0/autoconf/config.sub:1532:		os=`echo $os | sed 's/[^-]*-//'`
csmith-2.3.0/autoconf/config.sub:1533:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
csmith-2.3.0/autoconf/config.sub-1534-		exit 1
##############################################
csmith-2.3.0/autoconf/config.sub-1794-		esac
csmith-2.3.0/autoconf/config.sub:1795:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
csmith-2.3.0/autoconf/config.sub-1796-		;;
##############################################
csmith-2.3.0/autoconf/compile-67-	mingw/*)
csmith-2.3.0/autoconf/compile:68:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
csmith-2.3.0/autoconf/compile-69-	  ;;
csmith-2.3.0/autoconf/compile-70-	cygwin/*)
csmith-2.3.0/autoconf/compile:71:	  file=`cygpath -m "$file" || echo "$file"`
csmith-2.3.0/autoconf/compile-72-	  ;;
csmith-2.3.0/autoconf/compile-73-	wine/*)
csmith-2.3.0/autoconf/compile:74:	  file=`winepath -w "$file" || echo "$file"`
csmith-2.3.0/autoconf/compile-75-	  ;;
##############################################
csmith-2.3.0/autoconf/compile-309-# Name of file we expect compiler to create.
csmith-2.3.0/autoconf/compile:310:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
csmith-2.3.0/autoconf/compile-311-
##############################################
csmith-2.3.0/autoconf/compile-315-# object file name, since that is what matters with a parallel build.
csmith-2.3.0/autoconf/compile:316:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
csmith-2.3.0/autoconf/compile-317-while true; do
##############################################
csmith-2.3.0/autoconf/depcomp-64-  case $1 in
csmith-2.3.0/autoconf/depcomp:65:    */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;;
csmith-2.3.0/autoconf/depcomp-66-      *) dir=;;
##############################################
csmith-2.3.0/autoconf/depcomp-73-{
csmith-2.3.0/autoconf/depcomp:74:  base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'`
csmith-2.3.0/autoconf/depcomp-75-}
##############################################
csmith-2.3.0/autoconf/depcomp-126-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
csmith-2.3.0/autoconf/depcomp:127:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
csmith-2.3.0/autoconf/depcomp-128-
##############################################
csmith-2.3.0/autoconf/depcomp-405-        sleep 1
csmith-2.3.0/autoconf/depcomp:406:        i=`expr $i - 1`
csmith-2.3.0/autoconf/depcomp-407-      done
csmith-2.3.0/autoconf/depcomp-408-    fi
csmith-2.3.0/autoconf/depcomp:409:    i=`expr $i - 1`
csmith-2.3.0/autoconf/depcomp-410-  done
##############################################
csmith-2.3.0/autoconf/depcomp-425-  # Do two passes, one to just change these to
csmith-2.3.0/autoconf/depcomp:426:  # `$object: dependent.h' and one to simply `dependent.h:'.
csmith-2.3.0/autoconf/depcomp-427-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
csmith-2.3.0/autoconf/depcomp-659-  done
csmith-2.3.0/autoconf/depcomp:660:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
csmith-2.3.0/autoconf/depcomp-661-  touch "$tmpdepfile"
##############################################
csmith-2.3.0/doc/Makefile.in-52-  { \
csmith-2.3.0/doc/Makefile.in:53:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
csmith-2.3.0/doc/Makefile.in-54-  }; \
##############################################
csmith-2.3.0/doc/Makefile.in-125-  esac
csmith-2.3.0/doc/Makefile.in:126:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
csmith-2.3.0/doc/Makefile.in-127-am__vpath_adj = case $$p in \
csmith-2.3.0/doc/Makefile.in:128:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
csmith-2.3.0/doc/Makefile.in-129-    *) f=$$p;; \
csmith-2.3.0/doc/Makefile.in-130-  esac;
csmith-2.3.0/doc/Makefile.in:131:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
csmith-2.3.0/doc/Makefile.in-132-am__install_max = 40
csmith-2.3.0/doc/Makefile.in-133-am__nobase_strip_setup = \
csmith-2.3.0/doc/Makefile.in:134:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
csmith-2.3.0/doc/Makefile.in-135-am__nobase_strip = \
##############################################
csmith-2.3.0/doc/Makefile.in-345-	@list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \
csmith-2.3.0/doc/Makefile.in:346:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
csmith-2.3.0/doc/Makefile.in-347-	dir='$(DESTDIR)$(docdir)'; $(am__uninstall_files_from_dir)
##############################################
csmith-2.3.0/doc/Makefile.in-355-distdir: $(DISTFILES)
csmith-2.3.0/doc/Makefile.in:356:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
csmith-2.3.0/doc/Makefile.in:357:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
csmith-2.3.0/doc/Makefile.in-358-	list='$(DISTFILES)'; \
##############################################
csmith-2.3.0/doc/Makefile.in-369-	  if test -d $$d/$$file; then \
csmith-2.3.0/doc/Makefile.in:370:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
csmith-2.3.0/doc/Makefile.in-371-	    if test -d "$(distdir)/$$file"; then \
##############################################
csmith-2.3.0/configure-45-if test -z "$BASH_VERSION$ZSH_VERSION" \
csmith-2.3.0/configure:46:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
csmith-2.3.0/configure-47-  as_echo='print -r --'
csmith-2.3.0/configure-48-  as_echo_n='print -rn --'
csmith-2.3.0/configure:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
csmith-2.3.0/configure-50-  as_echo='printf %s\n'
##############################################
csmith-2.3.0/configure-52-else
csmith-2.3.0/configure:53:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
csmith-2.3.0/configure-54-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
csmith-2.3.0/configure-62-	expr "X$arg" : "X\\(.*\\)$as_nl";
csmith-2.3.0/configure:63:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
csmith-2.3.0/configure-64-      esac;
##############################################
csmith-2.3.0/configure-199-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
csmith-2.3.0/configure:200:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
csmith-2.3.0/configure-201-
##############################################
csmith-2.3.0/configure-206-    PATH=/empty FPATH=/empty; export PATH FPATH
csmith-2.3.0/configure:207:    test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
csmith-2.3.0/configure:208:      || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1
csmith-2.3.0/configure-209-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
csmith-2.3.0/configure-335-      case $as_dir in #(
csmith-2.3.0/configure:336:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
csmith-2.3.0/configure-337-      *) as_qdir=$as_dir;;
##############################################
csmith-2.3.0/configure-408-  {
csmith-2.3.0/configure:409:    as_val=`expr "$@" || test $? -eq 1`
csmith-2.3.0/configure-410-  }
##############################################
csmith-2.3.0/configure-415-# ----------------------------------------
csmith-2.3.0/configure:416:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
csmith-2.3.0/configure-417-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
csmith-2.3.0/configure-478-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
csmith-2.3.0/configure:479:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
csmith-2.3.0/configure-480-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
csmith-2.3.0/configure-855-  case $ac_option in
csmith-2.3.0/configure:856:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
csmith-2.3.0/configure-857-  *=)   ac_optarg= ;;
##############################################
csmith-2.3.0/configure-899-  -disable-* | --disable-*)
csmith-2.3.0/configure:900:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
csmith-2.3.0/configure-901-    # Reject names that are not valid shell variable names.
##############################################
csmith-2.3.0/configure-904-    ac_useropt_orig=$ac_useropt
csmith-2.3.0/configure:905:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
csmith-2.3.0/configure-906-    case $ac_user_opts in
##############################################
csmith-2.3.0/configure-925-  -enable-* | --enable-*)
csmith-2.3.0/configure:926:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
csmith-2.3.0/configure-927-    # Reject names that are not valid shell variable names.
##############################################
csmith-2.3.0/configure-930-    ac_useropt_orig=$ac_useropt
csmith-2.3.0/configure:931:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
csmith-2.3.0/configure-932-    case $ac_user_opts in
##############################################
csmith-2.3.0/configure-1129-  -with-* | --with-*)
csmith-2.3.0/configure:1130:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
csmith-2.3.0/configure-1131-    # Reject names that are not valid shell variable names.
##############################################
csmith-2.3.0/configure-1134-    ac_useropt_orig=$ac_useropt
csmith-2.3.0/configure:1135:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
csmith-2.3.0/configure-1136-    case $ac_user_opts in
##############################################
csmith-2.3.0/configure-1145-  -without-* | --without-*)
csmith-2.3.0/configure:1146:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
csmith-2.3.0/configure-1147-    # Reject names that are not valid shell variable names.
##############################################
csmith-2.3.0/configure-1150-    ac_useropt_orig=$ac_useropt
csmith-2.3.0/configure:1151:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
csmith-2.3.0/configure-1152-    case $ac_user_opts in
##############################################
csmith-2.3.0/configure-1183-  *=*)
csmith-2.3.0/configure:1184:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
csmith-2.3.0/configure-1185-    # Reject names that are not valid shell variable names.
##############################################
csmith-2.3.0/configure-1204-if test -n "$ac_prev"; then
csmith-2.3.0/configure:1205:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
csmith-2.3.0/configure-1206-  as_fn_error $? "missing argument to $ac_option"
##############################################
csmith-2.3.0/configure-1226-    */ )
csmith-2.3.0/configure:1227:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
csmith-2.3.0/configure-1228-      eval $ac_var=\$ac_val;;
##############################################
csmith-2.3.0/configure-1261-ac_ls_di=`ls -di .` &&
csmith-2.3.0/configure:1262:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
csmith-2.3.0/configure-1263-  as_fn_error $? "working directory cannot be determined"
##############################################
csmith-2.3.0/configure-1317-case $srcdir in
csmith-2.3.0/configure:1318:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
csmith-2.3.0/configure-1319-esac
##############################################
csmith-2.3.0/configure-1360-By default, \`make install' will install all the files in
csmith-2.3.0/configure:1361:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
csmith-2.3.0/configure:1362:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
csmith-2.3.0/configure-1363-for instance \`--prefix=\$HOME'.
##############################################
csmith-2.3.0/configure-1473-*)
csmith-2.3.0/configure:1474:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
csmith-2.3.0/configure-1475-  # A ".." for each directory in $ac_dir_suffix.
csmith-2.3.0/configure:1476:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
csmith-2.3.0/configure-1477-  case $ac_top_builddir_sub in
##############################################
csmith-2.3.0/configure-2082-    *\'*)
csmith-2.3.0/configure:2083:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
csmith-2.3.0/configure-2084-    esac
##############################################
csmith-2.3.0/configure-2165-      case $ac_val in
csmith-2.3.0/configure:2166:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
csmith-2.3.0/configure-2167-      esac
##############################################
csmith-2.3.0/configure-2180-	case $ac_val in
csmith-2.3.0/configure:2181:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
csmith-2.3.0/configure-2182-	esac
##############################################
csmith-2.3.0/configure-2300-    set,)
csmith-2.3.0/configure:2301:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
csmith-2.3.0/configure:2302:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
csmith-2.3.0/configure-2303-      ac_cache_corrupted=: ;;
##############################################
csmith-2.3.0/configure-2311-	# differences in whitespace do not lead to failure.
csmith-2.3.0/configure:2312:	ac_old_val_w=`echo x $ac_old_val`
csmith-2.3.0/configure:2313:	ac_new_val_w=`echo x $ac_new_val`
csmith-2.3.0/configure-2314-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
csmith-2.3.0/configure-2331-    case $ac_new_val in
csmith-2.3.0/configure:2332:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
csmith-2.3.0/configure-2333-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
csmith-2.3.0/configure-2404-test "x$ac_build_alias" = x &&
csmith-2.3.0/configure:2405:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
csmith-2.3.0/configure-2406-test "x$ac_build_alias" = x &&
csmith-2.3.0/configure-2407-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
csmith-2.3.0/configure:2408:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
csmith-2.3.0/configure-2409-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
csmith-2.3.0/configure-2428-IFS=$ac_save_IFS
csmith-2.3.0/configure:2429:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
csmith-2.3.0/configure-2430-
##############################################
csmith-2.3.0/configure-2439-else
csmith-2.3.0/configure:2440:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
csmith-2.3.0/configure-2441-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
csmith-2.3.0/configure-2461-IFS=$ac_save_IFS
csmith-2.3.0/configure:2462:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
csmith-2.3.0/configure-2463-
##############################################
csmith-2.3.0/configure-2585-     echo "timestamp, slept: $am_has_slept" > conftest.file
csmith-2.3.0/configure:2586:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
csmith-2.3.0/configure-2587-     if test "$*" = "X"; then
csmith-2.3.0/configure-2588-	# -L didn't work.
csmith-2.3.0/configure:2589:	set X `ls -t "$srcdir/configure" conftest.file`
csmith-2.3.0/configure-2590-     fi
##############################################
csmith-2.3.0/configure-2636-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
csmith-2.3.0/configure:2637:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
csmith-2.3.0/configure-2638-
csmith-2.3.0/configure-2639-# Expand $ac_aux_dir to an absolute path.
csmith-2.3.0/configure:2640:am_aux_dir=`cd "$ac_aux_dir" && pwd`
csmith-2.3.0/configure-2641-
##############################################
csmith-2.3.0/configure-2781-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
csmith-2.3.0/configure:2782:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
csmith-2.3.0/configure-2783-	     'mkdir (GNU coreutils) '* | \
##############################################
csmith-2.3.0/configure-2854-set x ${MAKE-make}
csmith-2.3.0/configure:2855:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
csmith-2.3.0/configure-2856-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
csmith-2.3.0/configure-2864-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
csmith-2.3.0/configure:2865:case `${MAKE-make} -f conftest.make 2>/dev/null` in
csmith-2.3.0/configure-2866-  *@@@%%%=?*=@@@%%%*)
##############################################
csmith-2.3.0/configure-2930-
csmith-2.3.0/configure:2931:if test "`cd $srcdir && pwd`" != "`pwd`"; then
csmith-2.3.0/configure-2932-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
csmith-2.3.0/configure-3096-# Ignore all kinds of additional output from 'make'.
csmith-2.3.0/configure:3097:case `$am_make -s -f confmf 2> /dev/null` in #(
csmith-2.3.0/configure-3098-*the\ am__doit\ target*)
##############################################
csmith-2.3.0/configure-3106-   echo '.include "confinc"' > confmf
csmith-2.3.0/configure:3107:   case `$am_make -s -f confmf 2> /dev/null` in #(
csmith-2.3.0/configure-3108-   *the\ am__doit\ target*)
##############################################
csmith-2.3.0/configure-3485-$as_echo_n "checking whether the C compiler works... " >&6; }
csmith-2.3.0/configure:3486:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
csmith-2.3.0/configure-3487-
##############################################
csmith-2.3.0/configure-3529-	then :; else
csmith-2.3.0/configure:3530:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
csmith-2.3.0/configure-3531-	fi
##############################################
csmith-2.3.0/configure-3589-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
csmith-2.3.0/configure:3590:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
csmith-2.3.0/configure-3591-	  break;;
##############################################
csmith-2.3.0/configure-3698-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
csmith-2.3.0/configure:3699:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
csmith-2.3.0/configure-3700-       break;;
##############################################
csmith-2.3.0/configure-4016-  if test "$am_compiler_list" = ""; then
csmith-2.3.0/configure:4017:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
csmith-2.3.0/configure-4018-  fi
##############################################
csmith-2.3.0/configure-4402-  if test "$am_compiler_list" = ""; then
csmith-2.3.0/configure:4403:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
csmith-2.3.0/configure-4404-  fi
##############################################
csmith-2.3.0/configure-4643-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
csmith-2.3.0/configure:4644:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
csmith-2.3.0/configure-4645-  ECHO='print -r --'
csmith-2.3.0/configure:4646:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
csmith-2.3.0/configure-4647-  ECHO='printf %s\n'
##############################################
csmith-2.3.0/configure-4712-  # Check for GNU $ac_path_SED
csmith-2.3.0/configure:4713:case `"$ac_path_SED" --version 2>&1` in
csmith-2.3.0/configure-4714-*GNU*)
##############################################
csmith-2.3.0/configure-4788-  # Check for GNU $ac_path_GREP
csmith-2.3.0/configure:4789:case `"$ac_path_GREP" --version 2>&1` in
csmith-2.3.0/configure-4790-*GNU*)
##############################################
csmith-2.3.0/configure-4854-  # Check for GNU $ac_path_EGREP
csmith-2.3.0/configure:4855:case `"$ac_path_EGREP" --version 2>&1` in
csmith-2.3.0/configure-4856-*GNU*)
##############################################
csmith-2.3.0/configure-4921-  # Check for GNU $ac_path_FGREP
csmith-2.3.0/configure:4922:case `"$ac_path_FGREP" --version 2>&1` in
csmith-2.3.0/configure-4923-*GNU*)
##############################################
csmith-2.3.0/configure-5001-    # gcc leaves a trailing carriage return, which upsets mingw
csmith-2.3.0/configure:5002:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
csmith-2.3.0/configure-5003-  *)
csmith-2.3.0/configure:5004:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
csmith-2.3.0/configure-5005-  esac
##############################################
csmith-2.3.0/configure-5010-      # Canonicalize the pathname of ld
csmith-2.3.0/configure:5011:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
csmith-2.3.0/configure-5012-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
csmith-2.3.0/configure:5013:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
csmith-2.3.0/configure-5014-      done
##############################################
csmith-2.3.0/configure-5045-      # Break only if it was the GNU/non-GNU ld that we prefer.
csmith-2.3.0/configure:5046:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
csmith-2.3.0/configure-5047-      *GNU* | *'with BFD'*)
##############################################
csmith-2.3.0/configure-5076-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
csmith-2.3.0/configure:5077:case `$LD -v 2>&1 </dev/null` in
csmith-2.3.0/configure-5078-*GNU* | *'with BFD'*)
##############################################
csmith-2.3.0/configure-5126-	esac
csmith-2.3.0/configure:5127:	case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
csmith-2.3.0/configure-5128-	*$lt_bad_file* | *'Invalid file or object type'*)
##############################################
csmith-2.3.0/configure-5132-	*)
csmith-2.3.0/configure:5133:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
csmith-2.3.0/configure-5134-	  */dev/null*)
##############################################
csmith-2.3.0/configure-5260-
csmith-2.3.0/configure:5261:    case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
csmith-2.3.0/configure-5262-    *COFF*)
##############################################
csmith-2.3.0/configure-5372-    # And add a safety zone
csmith-2.3.0/configure:5373:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
csmith-2.3.0/configure:5374:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
csmith-2.3.0/configure-5375-    ;;
##############################################
csmith-2.3.0/configure-5405-    if test -n "$kargmax"; then
csmith-2.3.0/configure:5406:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[	 ]//'`
csmith-2.3.0/configure-5407-    else
##############################################
csmith-2.3.0/configure-5414-       test undefined != "$lt_cv_sys_max_cmd_len"; then
csmith-2.3.0/configure:5415:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
csmith-2.3.0/configure:5416:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
csmith-2.3.0/configure-5417-    else
##############################################
csmith-2.3.0/configure-5426-      # we can't tell.
csmith-2.3.0/configure:5427:      while { test X`env echo "$teststring$teststring" 2>/dev/null` \
csmith-2.3.0/configure-5428-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
csmith-2.3.0/configure-5430-      do
csmith-2.3.0/configure:5431:        i=`expr $i + 1`
csmith-2.3.0/configure-5432-        teststring=$teststring$teststring
##############################################
csmith-2.3.0/configure-5434-      # Only check the string length outside the loop.
csmith-2.3.0/configure:5435:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
csmith-2.3.0/configure-5436-      teststring=
##############################################
csmith-2.3.0/configure-5439-      # linker.  It appears as though 1/2 is a usable value.
csmith-2.3.0/configure:5440:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
csmith-2.3.0/configure-5441-    fi
##############################################
csmith-2.3.0/configure-5850-openbsd* | bitrig*)
csmith-2.3.0/configure:5851:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
csmith-2.3.0/configure-5852-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
##############################################
csmith-2.3.0/configure-5920-    else
csmith-2.3.0/configure:5921:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"`
csmith-2.3.0/configure-5922-    fi
##############################################
csmith-2.3.0/configure-6065-  # decide which one to use based on capabilities of $DLLTOOL
csmith-2.3.0/configure:6066:  case `$DLLTOOL --help 2>&1` in
csmith-2.3.0/configure-6067-  *--identify-strict*)
##############################################
csmith-2.3.0/configure-6587-# If we're using GNU nm, then use its standard symbol codes.
csmith-2.3.0/configure:6588:case `$NM -V 2>&1` in
csmith-2.3.0/configure-6589-*GNU* | *'with BFD'*)
##############################################
csmith-2.3.0/configure-6635-mingw*)
csmith-2.3.0/configure:6636:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
csmith-2.3.0/configure-6637-  ;;
##############################################
csmith-2.3.0/configure-6867-   if test yes = "$GCC"; then
csmith-2.3.0/configure:6868:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
csmith-2.3.0/configure-6869-   fi
##############################################
csmith-2.3.0/configure-6871- /*)
csmith-2.3.0/configure:6872:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
csmith-2.3.0/configure-6873-   ;; #(
##############################################
csmith-2.3.0/configure-6966-    done
csmith-2.3.0/configure:6967:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
csmith-2.3.0/configure-6968-}
##############################################
csmith-2.3.0/configure-6988-  test $ac_status = 0; }; then
csmith-2.3.0/configure:6989:    case `/usr/bin/file conftest.$ac_objext` in
csmith-2.3.0/configure-6990-      *ELF-32*)
##############################################
csmith-2.3.0/configure-7009-    if test yes = "$lt_cv_prog_gnu_ld"; then
csmith-2.3.0/configure:7010:      case `/usr/bin/file conftest.$ac_objext` in
csmith-2.3.0/configure-7011-	*32-bit*)
##############################################
csmith-2.3.0/configure-7021-    else
csmith-2.3.0/configure:7022:      case `/usr/bin/file conftest.$ac_objext` in
csmith-2.3.0/configure-7023-	*32-bit*)
##############################################
csmith-2.3.0/configure-7047-    emul=elf
csmith-2.3.0/configure:7048:    case `/usr/bin/file conftest.$ac_objext` in
csmith-2.3.0/configure-7049-      *32-bit*)
##############################################
csmith-2.3.0/configure-7055-    esac
csmith-2.3.0/configure:7056:    case `/usr/bin/file conftest.$ac_objext` in
csmith-2.3.0/configure-7057-      *MSB*)
##############################################
csmith-2.3.0/configure-7063-    esac
csmith-2.3.0/configure:7064:    case `/usr/bin/file conftest.$ac_objext` in
csmith-2.3.0/configure-7065-      *N32*)
##############################################
csmith-2.3.0/configure-7996-    *:)
csmith-2.3.0/configure:7997:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
csmith-2.3.0/configure-7998-        ;;
csmith-2.3.0/configure-7999-    x:*)
csmith-2.3.0/configure:8000:        eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
csmith-2.3.0/configure-8001-        ;;
csmith-2.3.0/configure-8002-    *::*)
csmith-2.3.0/configure:8003:        eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
csmith-2.3.0/configure:8004:        eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
csmith-2.3.0/configure-8005-        ;;
csmith-2.3.0/configure-8006-    *)
csmith-2.3.0/configure:8007:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
csmith-2.3.0/configure-8008-        ;;
##############################################
csmith-2.3.0/configure-8265-do :
csmith-2.3.0/configure:8266:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
csmith-2.3.0/configure-8267-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
csmith-2.3.0/configure-8270-  cat >>confdefs.h <<_ACEOF
csmith-2.3.0/configure:8271:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
csmith-2.3.0/configure-8272-_ACEOF
##############################################
csmith-2.3.0/configure-8297-  case $2 in
csmith-2.3.0/configure:8298:  .*) func_stripname_result=`$ECHO "$3" | $SED "s%^$1%%; s%\\\\$2\$%%"`;;
csmith-2.3.0/configure:8299:  *)  func_stripname_result=`$ECHO "$3" | $SED "s%^$1%%; s%$2\$%%"`;;
csmith-2.3.0/configure-8300-  esac
##############################################
csmith-2.3.0/configure-8639-	"file_magic "*)
csmith-2.3.0/configure:8640:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
csmith-2.3.0/configure-8641-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
csmith-2.3.0/configure-8705-	"file_magic "*)
csmith-2.3.0/configure:8706:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
csmith-2.3.0/configure-8707-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
csmith-2.3.0/configure-9103-      *)
csmith-2.3.0/configure:9104:	case `$CC -V 2>&1 | sed 5q` in
csmith-2.3.0/configure-9105-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
##############################################
csmith-2.3.0/configure-9549-	# shared libraries, regardless of the interface used.
csmith-2.3.0/configure:9550:	case `$LD -v 2>&1` in
csmith-2.3.0/configure-9551-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
csmith-2.3.0/configure-9581-    supports_anon_versioning=no
csmith-2.3.0/configure:9582:    case `$LD -v | $SED -e 's/(^)\+)\s\+//' 2>&1` in
csmith-2.3.0/configure-9583-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
csmith-2.3.0/configure-9650-	# is; otherwise, prepend EXPORTS...
csmith-2.3.0/configure:9651:	archive_expsym_cmds='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
csmith-2.3.0/configure-9652-          cp $export_symbols $output_objdir/$soname.def;
##############################################
csmith-2.3.0/configure-9684-	prefix_cmds="$SED"~
csmith-2.3.0/configure:9685:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
csmith-2.3.0/configure-9686-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
csmith-2.3.0/configure-9706-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
csmith-2.3.0/configure:9707:      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
csmith-2.3.0/configure:9708:      archive_expsym_cmds='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
csmith-2.3.0/configure-9709-      ;;
##############################################
csmith-2.3.0/configure-9724-        pgcc*)				# Portland Group C compiler
csmith-2.3.0/configure:9725:	  whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
csmith-2.3.0/configure-9726-	  tmp_addflag=' $pic_flag'
##############################################
csmith-2.3.0/configure-9729-					# Portland Group f77 and f90 compilers
csmith-2.3.0/configure:9730:	  whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
csmith-2.3.0/configure-9731-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
csmith-2.3.0/configure-9746-	nvcc*)	# Cuda Compiler Driver 2.2
csmith-2.3.0/configure:9747:	  whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
csmith-2.3.0/configure-9748-	  compiler_needs_object=yes
##############################################
csmith-2.3.0/configure-9750-	esac
csmith-2.3.0/configure:9751:	case `$CC -V 2>&1 | sed 5q` in
csmith-2.3.0/configure-9752-	*Sun\ C*)			# Sun C 5.9
csmith-2.3.0/configure:9753:	  whole_archive_flag_spec='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
csmith-2.3.0/configure-9754-	  compiler_needs_object=yes
##############################################
csmith-2.3.0/configure-9821-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
csmith-2.3.0/configure:9822:      case `$LD -v 2>&1` in
csmith-2.3.0/configure-9823-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
csmith-2.3.0/configure-9910-	else
csmith-2.3.0/configure:9911:	  export_symbols_cmds='`func_echo_all $NM | $SED -e '\''s/B\([^B]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && (substr(\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
csmith-2.3.0/configure-9912-	fi
##############################################
csmith-2.3.0/configure-9975-	# below for broken collect2 doesn't work under 4.3+
csmith-2.3.0/configure:9976:	  collect2name=`$CC -print-prog-name=collect2`
csmith-2.3.0/configure-9977-	  if test -f "$collect2name" &&
##############################################
csmith-2.3.0/configure-10055-      }'
csmith-2.3.0/configure:10056:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
csmith-2.3.0/configure-10057-  # Check for a 64-bit object if we didn't find anything.
csmith-2.3.0/configure-10058-  if test -z "$lt_cv_aix_libpath_"; then
csmith-2.3.0/configure:10059:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
csmith-2.3.0/configure-10060-  fi
##############################################
csmith-2.3.0/configure-10073-        hardcode_libdir_flag_spec='$wl-blibpath:$libdir:'"$aix_libpath"
csmith-2.3.0/configure:10074:        archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
csmith-2.3.0/configure-10075-      else
##############################################
csmith-2.3.0/configure-10108-      }'
csmith-2.3.0/configure:10109:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
csmith-2.3.0/configure-10110-  # Check for a 64-bit object if we didn't find anything.
csmith-2.3.0/configure-10111-  if test -z "$lt_cv_aix_libpath_"; then
csmith-2.3.0/configure:10112:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
csmith-2.3.0/configure-10113-  fi
##############################################
csmith-2.3.0/configure-10140-	  # -brtl affects multiple linker settings, -berok does not and is overridden later
csmith-2.3.0/configure:10141:	  compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([, ]\\)%-berok\\1%g"`'
csmith-2.3.0/configure-10142-	  if test svr4 != "$with_aix_soname"; then
##############################################
csmith-2.3.0/configure-10193-	archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames='
csmith-2.3.0/configure:10194:	archive_expsym_cmds='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
csmith-2.3.0/configure-10195-            cp "$export_symbols" "$output_objdir/$soname.def";
##############################################
csmith-2.3.0/configure-10231-	# FIXME: Setting linknames here is a bad hack.
csmith-2.3.0/configure:10232:	archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
csmith-2.3.0/configure-10233-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
csmith-2.3.0/configure-10249-  if test yes = "$lt_cv_ld_force_load"; then
csmith-2.3.0/configure:10250:    whole_archive_flag_spec='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
csmith-2.3.0/configure-10251-
##############################################
csmith-2.3.0/configure-10429-      if test yes = "$GCC"; then
csmith-2.3.0/configure:10430:	archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
csmith-2.3.0/configure-10431-	# Try to use the -exported_symbol ld option, if it does not
##############################################
csmith-2.3.0/configure-10457-	if test yes = "$lt_cv_irix_exported_symbol"; then
csmith-2.3.0/configure:10458:          archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib'
csmith-2.3.0/configure-10459-	fi
csmith-2.3.0/configure-10460-      else
csmith-2.3.0/configure:10461:	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
csmith-2.3.0/configure:10462:	archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib'
csmith-2.3.0/configure-10463-      fi
##############################################
csmith-2.3.0/configure-10507-	hardcode_direct_absolute=yes
csmith-2.3.0/configure:10508:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
csmith-2.3.0/configure-10509-	  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
csmith-2.3.0/configure-10538-	prefix_cmds="$SED"~
csmith-2.3.0/configure:10539:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
csmith-2.3.0/configure-10540-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
csmith-2.3.0/configure-10552-	allow_undefined_flag=' $wl-expect_unresolved $wl\*'
csmith-2.3.0/configure:10553:	archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
csmith-2.3.0/configure-10554-      else
csmith-2.3.0/configure-10555-	allow_undefined_flag=' -expect_unresolved \*'
csmith-2.3.0/configure:10556:	archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
csmith-2.3.0/configure-10557-      fi
##############################################
csmith-2.3.0/configure-10565-	allow_undefined_flag=' $wl-expect_unresolved $wl\*'
csmith-2.3.0/configure:10566:	archive_cmds='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
csmith-2.3.0/configure-10567-	hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
##############################################
csmith-2.3.0/configure-10569-	allow_undefined_flag=' -expect_unresolved \*'
csmith-2.3.0/configure:10570:	archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
csmith-2.3.0/configure:10571:	archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
csmith-2.3.0/configure:10572:          $CC -shared$allow_undefined_flag $wl-input $wl$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~$RM $lib.exp'
csmith-2.3.0/configure-10573-
##############################################
csmith-2.3.0/configure-10588-      else
csmith-2.3.0/configure:10589:	case `$CC -V 2>&1` in
csmith-2.3.0/configure-10590-	*"Compilers 5.0"*)
##############################################
csmith-2.3.0/configure-10987-  esac
csmith-2.3.0/configure:10988:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
csmith-2.3.0/configure-10989-  case $lt_search_path_spec in
##############################################
csmith-2.3.0/configure-10994-    # okay in the real world where ";" in dirpaths is itself problematic.
csmith-2.3.0/configure:10995:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
csmith-2.3.0/configure-10996-    ;;
csmith-2.3.0/configure-10997-  *)
csmith-2.3.0/configure:10998:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
csmith-2.3.0/configure-10999-    ;;
##############################################
csmith-2.3.0/configure-11003-  lt_tmp_lt_search_path_spec=
csmith-2.3.0/configure:11004:  lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
csmith-2.3.0/configure-11005-  # ...but if some path component already ends with the multilib dir we assume
##############################################
csmith-2.3.0/configure-11045-  esac
csmith-2.3.0/configure:11046:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
csmith-2.3.0/configure-11047-else
##############################################
csmith-2.3.0/configure-11185-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
csmith-2.3.0/configure:11186:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
csmith-2.3.0/configure-11187-    ;;
##############################################
csmith-2.3.0/configure-11221-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
csmith-2.3.0/configure:11222:    postinstall_cmds='base_file=`basename \$file`~
csmith-2.3.0/configure:11223:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
csmith-2.3.0/configure:11224:      dldir=$destdir/`dirname \$dlpath`~
csmith-2.3.0/configure-11225-      test -d \$dldir || mkdir -p \$dldir~
##############################################
csmith-2.3.0/configure-11230-      fi'
csmith-2.3.0/configure:11231:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
csmith-2.3.0/configure-11232-      dlpath=$dir/\$dldll~
##############################################
csmith-2.3.0/configure-11238-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
csmith-2.3.0/configure:11239:      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
csmith-2.3.0/configure-11240-
##############################################
csmith-2.3.0/configure-11244-      # MinGW DLLs use traditional 'lib' prefix
csmith-2.3.0/configure:11245:      soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
csmith-2.3.0/configure-11246-      ;;
##############################################
csmith-2.3.0/configure-11248-      # pw32 DLLs use 'pw' prefix rather than 'lib'
csmith-2.3.0/configure:11249:      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
csmith-2.3.0/configure-11250-      ;;
##############################################
csmith-2.3.0/configure-11257-    libname_spec='$name'
csmith-2.3.0/configure:11258:    soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
csmith-2.3.0/configure-11259-    library_names_spec='$libname.dll.lib'
##############################################
csmith-2.3.0/configure-11269-        # Let DOS variable expansion print the short 8.3 style file name.
csmith-2.3.0/configure:11270:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
csmith-2.3.0/configure-11271-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
csmith-2.3.0/configure-11274-      # Convert to MSYS style.
csmith-2.3.0/configure:11275:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
csmith-2.3.0/configure-11276-      ;;
##############################################
csmith-2.3.0/configure-11280-      # like /cygdrive/c/PROGRA~1:/cygdr...
csmith-2.3.0/configure:11281:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
csmith-2.3.0/configure:11282:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
csmith-2.3.0/configure:11283:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
csmith-2.3.0/configure-11284-      ;;
##############################################
csmith-2.3.0/configure-11288-        # It is most probably a Windows format PATH.
csmith-2.3.0/configure:11289:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
csmith-2.3.0/configure-11290-      else
csmith-2.3.0/configure:11291:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
csmith-2.3.0/configure-11292-      fi
##############################################
csmith-2.3.0/configure-11298-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
csmith-2.3.0/configure:11299:    postinstall_cmds='base_file=`basename \$file`~
csmith-2.3.0/configure:11300:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
csmith-2.3.0/configure:11301:      dldir=$destdir/`dirname \$dlpath`~
csmith-2.3.0/configure-11302-      test -d \$dldir || mkdir -p \$dldir~
csmith-2.3.0/configure-11303-      $install_prog $dir/$dlname \$dldir/$dlname'
csmith-2.3.0/configure:11304:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
csmith-2.3.0/configure-11305-      dlpath=$dir/\$dldll~
##############################################
csmith-2.3.0/configure-11312-    # Assume MSVC wrapper
csmith-2.3.0/configure:11313:    library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib'
csmith-2.3.0/configure-11314-    dynamic_linker='Win32 ld.exe'
##############################################
csmith-2.3.0/configure-11329-  shlibpath_var=DYLD_LIBRARY_PATH
csmith-2.3.0/configure:11330:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
csmith-2.3.0/configure-11331-
##############################################
csmith-2.3.0/configure-11582-  if test -f /etc/ld.so.conf; then
csmith-2.3.0/configure:11583:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
csmith-2.3.0/configure-11584-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
csmith-2.3.0/configure-11636-  need_lib_prefix=no
csmith-2.3.0/configure:11637:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
csmith-2.3.0/configure-11638-    need_version=no
##############################################
csmith-2.3.0/configure-11663-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
csmith-2.3.0/configure:11664:  postinstall_cmds='base_file=`basename \$file`~
csmith-2.3.0/configure:11665:    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
csmith-2.3.0/configure:11666:    dldir=$destdir/`dirname \$dlpath`~
csmith-2.3.0/configure-11667-    test -d \$dldir || mkdir -p \$dldir~
##############################################
csmith-2.3.0/configure-11672-    fi'
csmith-2.3.0/configure:11673:  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
csmith-2.3.0/configure-11674-    dlpath=$dir/\$dldll~
##############################################
csmith-2.3.0/configure-12855-    # gcc leaves a trailing carriage return, which upsets mingw
csmith-2.3.0/configure:12856:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
csmith-2.3.0/configure-12857-  *)
csmith-2.3.0/configure:12858:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
csmith-2.3.0/configure-12859-  esac
##############################################
csmith-2.3.0/configure-12864-      # Canonicalize the pathname of ld
csmith-2.3.0/configure:12865:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
csmith-2.3.0/configure-12866-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
csmith-2.3.0/configure:12867:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
csmith-2.3.0/configure-12868-      done
##############################################
csmith-2.3.0/configure-12899-      # Break only if it was the GNU/non-GNU ld that we prefer.
csmith-2.3.0/configure:12900:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
csmith-2.3.0/configure-12901-      *GNU* | *'with BFD'*)
##############################################
csmith-2.3.0/configure-12930-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
csmith-2.3.0/configure:12931:case `$LD -v 2>&1 </dev/null` in
csmith-2.3.0/configure-12932-*GNU* | *'with BFD'*)
##############################################
csmith-2.3.0/configure-12964-        # ancient GNU ld didn't support --whole-archive et. al.
csmith-2.3.0/configure:12965:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
csmith-2.3.0/configure-12966-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
csmith-2.3.0/configure-13075-          # below for broken collect2 doesn't work under 4.3+
csmith-2.3.0/configure:13076:	  collect2name=`$CC -print-prog-name=collect2`
csmith-2.3.0/configure-13077-	  if test -f "$collect2name" &&
##############################################
csmith-2.3.0/configure-13156-      }'
csmith-2.3.0/configure:13157:  lt_cv_aix_libpath__CXX=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
csmith-2.3.0/configure-13158-  # Check for a 64-bit object if we didn't find anything.
csmith-2.3.0/configure-13159-  if test -z "$lt_cv_aix_libpath__CXX"; then
csmith-2.3.0/configure:13160:    lt_cv_aix_libpath__CXX=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
csmith-2.3.0/configure-13161-  fi
##############################################
csmith-2.3.0/configure-13175-
csmith-2.3.0/configure:13176:          archive_expsym_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
csmith-2.3.0/configure-13177-        else
##############################################
csmith-2.3.0/configure-13210-      }'
csmith-2.3.0/configure:13211:  lt_cv_aix_libpath__CXX=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
csmith-2.3.0/configure-13212-  # Check for a 64-bit object if we didn't find anything.
csmith-2.3.0/configure-13213-  if test -z "$lt_cv_aix_libpath__CXX"; then
csmith-2.3.0/configure:13214:    lt_cv_aix_libpath__CXX=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
csmith-2.3.0/configure-13215-  fi
##############################################
csmith-2.3.0/configure-13242-	    # -brtl affects multiple linker settings, -berok does not and is overridden later
csmith-2.3.0/configure:13243:	    compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([, ]\\)%-berok\\1%g"`'
csmith-2.3.0/configure-13244-	    if test svr4 != "$with_aix_soname"; then
##############################################
csmith-2.3.0/configure-13295-	  archive_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames='
csmith-2.3.0/configure:13296:	  archive_expsym_cmds_CXX='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
csmith-2.3.0/configure-13297-              cp "$export_symbols" "$output_objdir/$soname.def";
##############################################
csmith-2.3.0/configure-13337-	    # is; otherwise, prepend EXPORTS...
csmith-2.3.0/configure:13338:	    archive_expsym_cmds_CXX='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
csmith-2.3.0/configure-13339-              cp $export_symbols $output_objdir/$soname.def;
##############################################
csmith-2.3.0/configure-13358-  if test yes = "$lt_cv_ld_force_load"; then
csmith-2.3.0/configure:13359:    whole_archive_flag_spec_CXX='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
csmith-2.3.0/configure-13360-
##############################################
csmith-2.3.0/configure-13403-	  prefix_cmds="$SED"~
csmith-2.3.0/configure:13404:	  if test EXPORTS = "`$SED 1q $export_symbols`"; then
csmith-2.3.0/configure-13405-	    prefix_cmds="$prefix_cmds -e 1d";
##############################################
csmith-2.3.0/configure-13477-            # dependencies.
csmith-2.3.0/configure:13478:            output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
csmith-2.3.0/configure-13479-            ;;
##############################################
csmith-2.3.0/configure-13542-	    # dependencies.
csmith-2.3.0/configure:13543:	    output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
csmith-2.3.0/configure-13544-	    ;;
##############################################
csmith-2.3.0/configure-13578-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
csmith-2.3.0/configure:13579:	archive_cmds_CXX='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
csmith-2.3.0/configure:13580:	archive_expsym_cmds_CXX='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
csmith-2.3.0/configure-13581-	;;
##############################################
csmith-2.3.0/configure-13585-	    # SGI C++
csmith-2.3.0/configure:13586:	    archive_cmds_CXX='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
csmith-2.3.0/configure-13587-
##############################################
csmith-2.3.0/configure-13596-	      if test no = "$with_gnu_ld"; then
csmith-2.3.0/configure:13597:	        archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
csmith-2.3.0/configure-13598-	      else
csmith-2.3.0/configure:13599:	        archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` -o $lib'
csmith-2.3.0/configure-13600-	      fi
##############################################
csmith-2.3.0/configure-13617-	    # to its proper name (with version) after linking.
csmith-2.3.0/configure:13618:	    archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
csmith-2.3.0/configure:13619:	    archive_expsym_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib $wl-retain-symbols-file,$export_symbols; mv \$templib $lib'
csmith-2.3.0/configure-13620-	    # Commands to make compiler produce verbose output that lists
##############################################
csmith-2.3.0/configure-13627-	    # dependencies.
csmith-2.3.0/configure:13628:	    output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
csmith-2.3.0/configure-13629-
##############################################
csmith-2.3.0/configure-13642-	    # earlier do not add the objects themselves.
csmith-2.3.0/configure:13643:	    case `$CC -V 2>&1` in
csmith-2.3.0/configure-13644-	      *"Version 7."*)
##############################################
csmith-2.3.0/configure-13663-            # Portland Group C++ compiler
csmith-2.3.0/configure:13664:	    case `$CC -V` in
csmith-2.3.0/configure-13665-	    *pgCC\ [1-5].* | *pgcpp\ [1-5].*)
##############################################
csmith-2.3.0/configure-13668-               $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
csmith-2.3.0/configure:13669:               compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
csmith-2.3.0/configure-13670-	      old_archive_cmds_CXX='tpldir=Template.dir~
##############################################
csmith-2.3.0/configure-13672-                $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
csmith-2.3.0/configure:13673:                $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
csmith-2.3.0/configure-13674-                $RANLIB $oldlib'
##############################################
csmith-2.3.0/configure-13677-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
csmith-2.3.0/configure:13678:                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
csmith-2.3.0/configure-13679-	      archive_expsym_cmds_CXX='tpldir=Template.dir~
##############################################
csmith-2.3.0/configure-13681-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
csmith-2.3.0/configure:13682:                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
csmith-2.3.0/configure-13683-	      ;;
##############################################
csmith-2.3.0/configure-13691-	    export_dynamic_flag_spec_CXX='$wl--export-dynamic'
csmith-2.3.0/configure:13692:	    whole_archive_flag_spec_CXX='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
csmith-2.3.0/configure-13693-            ;;
##############################################
csmith-2.3.0/configure-13710-	    # dependencies.
csmith-2.3.0/configure:13711:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed'
csmith-2.3.0/configure-13712-	    ;;
##############################################
csmith-2.3.0/configure-13725-	  *)
csmith-2.3.0/configure:13726:	    case `$CC -V 2>&1 | sed 5q` in
csmith-2.3.0/configure-13727-	    *Sun\ C*)
##############################################
csmith-2.3.0/configure-13732-	      hardcode_libdir_flag_spec_CXX='-R$libdir'
csmith-2.3.0/configure:13733:	      whole_archive_flag_spec_CXX='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
csmith-2.3.0/configure-13734-	      compiler_needs_object_CXX=yes
##############################################
csmith-2.3.0/configure-13797-	  hardcode_libdir_flag_spec_CXX='$wl-rpath,$libdir'
csmith-2.3.0/configure:13798:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`"; then
csmith-2.3.0/configure-13799-	    archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-retain-symbols-file,$export_symbols -o $lib'
##############################################
csmith-2.3.0/configure-13816-	    # to its proper name (with version) after linking.
csmith-2.3.0/configure:13817:	    archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
csmith-2.3.0/configure-13818-
##############################################
csmith-2.3.0/configure-13837-	        allow_undefined_flag_CXX=' $wl-expect_unresolved $wl\*'
csmith-2.3.0/configure:13838:	        archive_cmds_CXX='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $soname `test -n "$verstring" && func_echo_all "$wl-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
csmith-2.3.0/configure-13839-	        hardcode_libdir_flag_spec_CXX='$wl-rpath $wl$libdir'
##############################################
csmith-2.3.0/configure-13842-	        allow_undefined_flag_CXX=' -expect_unresolved \*'
csmith-2.3.0/configure:13843:	        archive_cmds_CXX='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
csmith-2.3.0/configure:13844:	        archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
csmith-2.3.0/configure-13845-                  echo "-hidden">> $lib.exp~
csmith-2.3.0/configure:13846:                  $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname $wl-input $wl$lib.exp  `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~
csmith-2.3.0/configure-13847-                  $RM $lib.exp'
##############################################
csmith-2.3.0/configure-13861-	    # dependencies.
csmith-2.3.0/configure:13862:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
csmith-2.3.0/configure-13863-	    ;;
##############################################
csmith-2.3.0/configure-13868-	        osf3*)
csmith-2.3.0/configure:13869:	          archive_cmds_CXX='$CC -shared -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
csmith-2.3.0/configure-13870-		  ;;
csmith-2.3.0/configure-13871-	        *)
csmith-2.3.0/configure:13872:	          archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
csmith-2.3.0/configure-13873-		  ;;
##############################################
csmith-2.3.0/configure-14115-
csmith-2.3.0/configure:14116:  for p in `eval "$output_verbose_link_cmd"`; do
csmith-2.3.0/configure-14117-    case $prev$p in
##############################################
csmith-2.3.0/configure-14218-if test -n "${compiler_lib_search_path_CXX}"; then
csmith-2.3.0/configure:14219: compiler_lib_search_dirs_CXX=`echo " ${compiler_lib_search_path_CXX}" | $SED -e 's! -L! !g' -e 's!^ !!'`
csmith-2.3.0/configure-14220-fi
##############################################
csmith-2.3.0/configure-14465-	  *)
csmith-2.3.0/configure:14466:	    case `$CC -V 2>&1 | sed 5q` in
csmith-2.3.0/configure-14467-	    *Sun\ C*)
##############################################
csmith-2.3.0/configure-14847-    else
csmith-2.3.0/configure:14848:      export_symbols_cmds_CXX='`func_echo_all $NM | $SED -e '\''s/B\([^B]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && (substr(\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
csmith-2.3.0/configure-14849-    fi
##############################################
csmith-2.3.0/configure-15149-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
csmith-2.3.0/configure:15150:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
csmith-2.3.0/configure-15151-    ;;
##############################################
csmith-2.3.0/configure-15185-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
csmith-2.3.0/configure:15186:    postinstall_cmds='base_file=`basename \$file`~
csmith-2.3.0/configure:15187:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
csmith-2.3.0/configure:15188:      dldir=$destdir/`dirname \$dlpath`~
csmith-2.3.0/configure-15189-      test -d \$dldir || mkdir -p \$dldir~
##############################################
csmith-2.3.0/configure-15194-      fi'
csmith-2.3.0/configure:15195:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
csmith-2.3.0/configure-15196-      dlpath=$dir/\$dldll~
##############################################
csmith-2.3.0/configure-15202-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
csmith-2.3.0/configure:15203:      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
csmith-2.3.0/configure-15204-
##############################################
csmith-2.3.0/configure-15207-      # MinGW DLLs use traditional 'lib' prefix
csmith-2.3.0/configure:15208:      soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
csmith-2.3.0/configure-15209-      ;;
##############################################
csmith-2.3.0/configure-15211-      # pw32 DLLs use 'pw' prefix rather than 'lib'
csmith-2.3.0/configure:15212:      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
csmith-2.3.0/configure-15213-      ;;
##############################################
csmith-2.3.0/configure-15220-    libname_spec='$name'
csmith-2.3.0/configure:15221:    soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
csmith-2.3.0/configure-15222-    library_names_spec='$libname.dll.lib'
##############################################
csmith-2.3.0/configure-15232-        # Let DOS variable expansion print the short 8.3 style file name.
csmith-2.3.0/configure:15233:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
csmith-2.3.0/configure-15234-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
csmith-2.3.0/configure-15237-      # Convert to MSYS style.
csmith-2.3.0/configure:15238:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
csmith-2.3.0/configure-15239-      ;;
##############################################
csmith-2.3.0/configure-15243-      # like /cygdrive/c/PROGRA~1:/cygdr...
csmith-2.3.0/configure:15244:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
csmith-2.3.0/configure:15245:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
csmith-2.3.0/configure:15246:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
csmith-2.3.0/configure-15247-      ;;
##############################################
csmith-2.3.0/configure-15251-        # It is most probably a Windows format PATH.
csmith-2.3.0/configure:15252:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
csmith-2.3.0/configure-15253-      else
csmith-2.3.0/configure:15254:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
csmith-2.3.0/configure-15255-      fi
##############################################
csmith-2.3.0/configure-15261-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
csmith-2.3.0/configure:15262:    postinstall_cmds='base_file=`basename \$file`~
csmith-2.3.0/configure:15263:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
csmith-2.3.0/configure:15264:      dldir=$destdir/`dirname \$dlpath`~
csmith-2.3.0/configure-15265-      test -d \$dldir || mkdir -p \$dldir~
csmith-2.3.0/configure-15266-      $install_prog $dir/$dlname \$dldir/$dlname'
csmith-2.3.0/configure:15267:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
csmith-2.3.0/configure-15268-      dlpath=$dir/\$dldll~
##############################################
csmith-2.3.0/configure-15275-    # Assume MSVC wrapper
csmith-2.3.0/configure:15276:    library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib'
csmith-2.3.0/configure-15277-    dynamic_linker='Win32 ld.exe'
##############################################
csmith-2.3.0/configure-15292-  shlibpath_var=DYLD_LIBRARY_PATH
csmith-2.3.0/configure:15293:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
csmith-2.3.0/configure-15294-
##############################################
csmith-2.3.0/configure-15544-  if test -f /etc/ld.so.conf; then
csmith-2.3.0/configure:15545:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
csmith-2.3.0/configure-15546-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
csmith-2.3.0/configure-15598-  need_lib_prefix=no
csmith-2.3.0/configure:15599:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
csmith-2.3.0/configure-15600-    need_version=no
##############################################
csmith-2.3.0/configure-15625-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
csmith-2.3.0/configure:15626:  postinstall_cmds='base_file=`basename \$file`~
csmith-2.3.0/configure:15627:    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
csmith-2.3.0/configure:15628:    dldir=$destdir/`dirname \$dlpath`~
csmith-2.3.0/configure-15629-    test -d \$dldir || mkdir -p \$dldir~
##############################################
csmith-2.3.0/configure-15634-    fi'
csmith-2.3.0/configure:15635:  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
csmith-2.3.0/configure-15636-    dlpath=$dir/\$dldll~
##############################################
csmith-2.3.0/configure-16186-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
csmith-2.3.0/configure:16187:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
csmith-2.3.0/configure-16188-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
csmith-2.3.0/configure-16289-if test -z "$BASH_VERSION$ZSH_VERSION" \
csmith-2.3.0/configure:16290:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
csmith-2.3.0/configure-16291-  as_echo='print -r --'
csmith-2.3.0/configure-16292-  as_echo_n='print -rn --'
csmith-2.3.0/configure:16293:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
csmith-2.3.0/configure-16294-  as_echo='printf %s\n'
##############################################
csmith-2.3.0/configure-16296-else
csmith-2.3.0/configure:16297:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
csmith-2.3.0/configure-16298-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
csmith-2.3.0/configure-16306-	expr "X$arg" : "X\\(.*\\)$as_nl";
csmith-2.3.0/configure:16307:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
csmith-2.3.0/configure-16308-      esac;
##############################################
csmith-2.3.0/configure-16383-# ----------------------------------------
csmith-2.3.0/configure:16384:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
csmith-2.3.0/configure-16385-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
csmith-2.3.0/configure-16455-  {
csmith-2.3.0/configure:16456:    as_val=`expr "$@" || test $? -eq 1`
csmith-2.3.0/configure-16457-  }
##############################################
csmith-2.3.0/configure-16559-      case $as_dir in #(
csmith-2.3.0/configure:16560:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
csmith-2.3.0/configure-16561-      *) as_qdir=$as_dir;;
##############################################
csmith-2.3.0/configure-16695-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
csmith-2.3.0/configure:16696:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
csmith-2.3.0/configure-16697-ac_cs_version="\\
##############################################
csmith-2.3.0/configure-16720-  --*=?*)
csmith-2.3.0/configure:16721:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
csmith-2.3.0/configure:16722:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
csmith-2.3.0/configure-16723-    ac_shift=:
##############################################
csmith-2.3.0/configure-16725-  --*=)
csmith-2.3.0/configure:16726:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
csmith-2.3.0/configure-16727-    ac_optarg=
##############################################
csmith-2.3.0/configure-16749-    case $ac_optarg in
csmith-2.3.0/configure:16750:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
csmith-2.3.0/configure-16751-    '') as_fn_error $? "missing file argument" ;;
##############################################
csmith-2.3.0/configure-16757-    case $ac_optarg in
csmith-2.3.0/configure:16758:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
csmith-2.3.0/configure-16759-    esac
##############################################
csmith-2.3.0/configure-16826-delay_variable_subst='$delay_variable_subst'
csmith-2.3.0/configure:16827:macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16828:macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16829:enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16830:enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16831:pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16832:enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16833:shared_archive_member_spec='`$ECHO "$shared_archive_member_spec" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16834:SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16835:ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16836:PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16837:host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16838:host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16839:host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16840:build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16841:build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16842:build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16843:SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16844:Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16845:GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16846:EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16847:FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16848:LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16849:NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16850:LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16851:max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16852:ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16853:exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16854:lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16855:lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16856:lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16857:lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16858:lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16859:reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16860:reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16861:OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16862:deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16863:file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16864:file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16865:want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16866:DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16867:sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16868:AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16869:AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16870:archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16871:STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16872:RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16873:old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16874:old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16875:old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16876:lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16877:CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16878:CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16879:compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16880:GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16881:lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16882:lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16883:lt_cv_sys_global_symbol_to_import='`$ECHO "$lt_cv_sys_global_symbol_to_import" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16884:lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16885:lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16886:lt_cv_nm_interface='`$ECHO "$lt_cv_nm_interface" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16887:nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16888:lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16889:lt_cv_truncate_bin='`$ECHO "$lt_cv_truncate_bin" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16890:objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16891:MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16892:lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16893:lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16894:lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16895:lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16896:lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16897:need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16898:MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16899:DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16900:NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16901:LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16902:OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16903:OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16904:libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16905:shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16906:extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16907:archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16908:enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16909:export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16910:whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16911:compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16912:old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16913:old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16914:archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16915:archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16916:module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16917:module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16918:with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16919:allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16920:no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16921:hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16922:hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16923:hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16924:hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16925:hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16926:hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16927:hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16928:inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16929:link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16930:always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16931:export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16932:exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16933:include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16934:prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16935:postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16936:file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16937:variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16938:need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16939:need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16940:version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16941:runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16942:shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16943:shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16944:libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16945:library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16946:soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16947:install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16948:postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16949:postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16950:finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16951:finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16952:hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16953:sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16954:configure_time_dlsearch_path='`$ECHO "$configure_time_dlsearch_path" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16955:configure_time_lt_sys_library_path='`$ECHO "$configure_time_lt_sys_library_path" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16956:hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16957:enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16958:enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16959:enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16960:old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16961:striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16962:compiler_lib_search_dirs='`$ECHO "$compiler_lib_search_dirs" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16963:predep_objects='`$ECHO "$predep_objects" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16964:postdep_objects='`$ECHO "$postdep_objects" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16965:predeps='`$ECHO "$predeps" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16966:postdeps='`$ECHO "$postdeps" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16967:compiler_lib_search_path='`$ECHO "$compiler_lib_search_path" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16968:LD_CXX='`$ECHO "$LD_CXX" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16969:reload_flag_CXX='`$ECHO "$reload_flag_CXX" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16970:reload_cmds_CXX='`$ECHO "$reload_cmds_CXX" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16971:old_archive_cmds_CXX='`$ECHO "$old_archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16972:compiler_CXX='`$ECHO "$compiler_CXX" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16973:GCC_CXX='`$ECHO "$GCC_CXX" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16974:lt_prog_compiler_no_builtin_flag_CXX='`$ECHO "$lt_prog_compiler_no_builtin_flag_CXX" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16975:lt_prog_compiler_pic_CXX='`$ECHO "$lt_prog_compiler_pic_CXX" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16976:lt_prog_compiler_wl_CXX='`$ECHO "$lt_prog_compiler_wl_CXX" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16977:lt_prog_compiler_static_CXX='`$ECHO "$lt_prog_compiler_static_CXX" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16978:lt_cv_prog_compiler_c_o_CXX='`$ECHO "$lt_cv_prog_compiler_c_o_CXX" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16979:archive_cmds_need_lc_CXX='`$ECHO "$archive_cmds_need_lc_CXX" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16980:enable_shared_with_static_runtimes_CXX='`$ECHO "$enable_shared_with_static_runtimes_CXX" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16981:export_dynamic_flag_spec_CXX='`$ECHO "$export_dynamic_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16982:whole_archive_flag_spec_CXX='`$ECHO "$whole_archive_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16983:compiler_needs_object_CXX='`$ECHO "$compiler_needs_object_CXX" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16984:old_archive_from_new_cmds_CXX='`$ECHO "$old_archive_from_new_cmds_CXX" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16985:old_archive_from_expsyms_cmds_CXX='`$ECHO "$old_archive_from_expsyms_cmds_CXX" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16986:archive_cmds_CXX='`$ECHO "$archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16987:archive_expsym_cmds_CXX='`$ECHO "$archive_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16988:module_cmds_CXX='`$ECHO "$module_cmds_CXX" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16989:module_expsym_cmds_CXX='`$ECHO "$module_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16990:with_gnu_ld_CXX='`$ECHO "$with_gnu_ld_CXX" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16991:allow_undefined_flag_CXX='`$ECHO "$allow_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16992:no_undefined_flag_CXX='`$ECHO "$no_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16993:hardcode_libdir_flag_spec_CXX='`$ECHO "$hardcode_libdir_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16994:hardcode_libdir_separator_CXX='`$ECHO "$hardcode_libdir_separator_CXX" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16995:hardcode_direct_CXX='`$ECHO "$hardcode_direct_CXX" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16996:hardcode_direct_absolute_CXX='`$ECHO "$hardcode_direct_absolute_CXX" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16997:hardcode_minus_L_CXX='`$ECHO "$hardcode_minus_L_CXX" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16998:hardcode_shlibpath_var_CXX='`$ECHO "$hardcode_shlibpath_var_CXX" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:16999:hardcode_automatic_CXX='`$ECHO "$hardcode_automatic_CXX" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:17000:inherit_rpath_CXX='`$ECHO "$inherit_rpath_CXX" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:17001:link_all_deplibs_CXX='`$ECHO "$link_all_deplibs_CXX" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:17002:always_export_symbols_CXX='`$ECHO "$always_export_symbols_CXX" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:17003:export_symbols_cmds_CXX='`$ECHO "$export_symbols_cmds_CXX" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:17004:exclude_expsyms_CXX='`$ECHO "$exclude_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:17005:include_expsyms_CXX='`$ECHO "$include_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:17006:prelink_cmds_CXX='`$ECHO "$prelink_cmds_CXX" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:17007:postlink_cmds_CXX='`$ECHO "$postlink_cmds_CXX" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:17008:file_list_spec_CXX='`$ECHO "$file_list_spec_CXX" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:17009:hardcode_action_CXX='`$ECHO "$hardcode_action_CXX" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:17010:compiler_lib_search_dirs_CXX='`$ECHO "$compiler_lib_search_dirs_CXX" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:17011:predep_objects_CXX='`$ECHO "$predep_objects_CXX" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:17012:postdep_objects_CXX='`$ECHO "$postdep_objects_CXX" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:17013:predeps_CXX='`$ECHO "$predeps_CXX" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:17014:postdeps_CXX='`$ECHO "$postdeps_CXX" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure:17015:compiler_lib_search_path_CXX='`$ECHO "$compiler_lib_search_path_CXX" | $SED "$delay_single_quote_subst"`'
csmith-2.3.0/configure-17016-
##############################################
csmith-2.3.0/configure-17128-compiler_lib_search_path_CXX; do
csmith-2.3.0/configure:17129:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
csmith-2.3.0/configure-17130-    *[\\\\\\\`\\"\\\$]*)
csmith-2.3.0/configure:17131:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
csmith-2.3.0/configure-17132-      ;;
##############################################
csmith-2.3.0/configure-17170-postlink_cmds_CXX; do
csmith-2.3.0/configure:17171:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
csmith-2.3.0/configure-17172-    *[\\\\\\\`\\"\\\$]*)
csmith-2.3.0/configure:17173:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
csmith-2.3.0/configure-17174-      ;;
##############################################
csmith-2.3.0/configure-17271-fi
csmith-2.3.0/configure:17272:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
csmith-2.3.0/configure-17273-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
csmith-2.3.0/configure-17288-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
csmith-2.3.0/configure:17289:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
csmith-2.3.0/configure-17290-ac_delim='%!_!# '
##############################################
csmith-2.3.0/configure-17294-
csmith-2.3.0/configure:17295:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
csmith-2.3.0/configure-17296-  if test $ac_delim_n = $ac_delim_num; then
##############################################
csmith-2.3.0/configure-17432-for ac_last_try in false false :; do
csmith-2.3.0/configure:17433:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
csmith-2.3.0/configure-17434-  if test -z "$ac_tt"; then
##############################################
csmith-2.3.0/configure-17564-      esac
csmith-2.3.0/configure:17565:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
csmith-2.3.0/configure-17566-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
csmith-2.3.0/configure-17623-*)
csmith-2.3.0/configure:17624:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
csmith-2.3.0/configure-17625-  # A ".." for each directory in $ac_dir_suffix.
csmith-2.3.0/configure:17626:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
csmith-2.3.0/configure-17627-  case $ac_top_builddir_sub in
##############################################
csmith-2.3.0/configure-17671-
csmith-2.3.0/configure:17672:# Neutralize VPATH when `$srcdir' = `.'.
csmith-2.3.0/configure-17673-# Shell code in configure.ac might set extrasub.
##############################################
csmith-2.3.0/configure-17736-    * )
csmith-2.3.0/configure:17737:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
csmith-2.3.0/configure-17738-  esac
##############################################
csmith-2.3.0/configure-17783-    # Strip MF so we end up with the name of the file.
csmith-2.3.0/configure:17784:    mf=`echo "$mf" | sed -e 's/:.*$//'`
csmith-2.3.0/configure-17785-    # Check whether this is an Automake generated Makefile or not.
##############################################
csmith-2.3.0/configure-17820-    # from the Makefile without running 'make'.
csmith-2.3.0/configure:17821:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
csmith-2.3.0/configure-17822-    test -z "$DEPDIR" && continue
csmith-2.3.0/configure:17823:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
csmith-2.3.0/configure-17824-    test -z "$am__include" && continue
csmith-2.3.0/configure:17825:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
csmith-2.3.0/configure-17826-    # Find all dependency output files, they are included files with
##############################################
csmith-2.3.0/configure-18356-    *:)
csmith-2.3.0/configure:18357:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
csmith-2.3.0/configure-18358-        ;;
csmith-2.3.0/configure-18359-    x:*)
csmith-2.3.0/configure:18360:        eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
csmith-2.3.0/configure-18361-        ;;
csmith-2.3.0/configure-18362-    *::*)
csmith-2.3.0/configure:18363:        eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
csmith-2.3.0/configure:18364:        eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
csmith-2.3.0/configure-18365-        ;;
csmith-2.3.0/configure-18366-    *)
csmith-2.3.0/configure:18367:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
csmith-2.3.0/configure-18368-        ;;
##############################################
csmith-2.3.0/configure-18383-    done
csmith-2.3.0/configure:18384:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
csmith-2.3.0/configure-18385-}
##############################################
csmith-2.3.0/ChangeLog-105-	union fields.
csmith-2.3.0/ChangeLog:106:	--take-union-field-addr (default)
csmith-2.3.0/ChangeLog-107-	--take-no-union-field-addr
##############################################
csmith-2.3.0/cmake/GetGitRevisionDescription.cmake-76-		@ONLY)
csmith-2.3.0/cmake/GetGitRevisionDescription.cmake:77:	include("${GIT_DATA}/grabRef.cmake")
csmith-2.3.0/cmake/GetGitRevisionDescription.cmake-78-
##############################################
csmith-2.3.0/Makefile.in-51-  { \
csmith-2.3.0/Makefile.in:52:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
csmith-2.3.0/Makefile.in-53-  }; \
##############################################
csmith-2.3.0/Makefile.in-191-  while test -n "$$dir1"; do \
csmith-2.3.0/Makefile.in:192:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
csmith-2.3.0/Makefile.in-193-    if test "$$first" != "."; then \
csmith-2.3.0/Makefile.in-194-      if test "$$first" = ".."; then \
csmith-2.3.0/Makefile.in:195:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
csmith-2.3.0/Makefile.in:196:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
csmith-2.3.0/Makefile.in-197-      else \
csmith-2.3.0/Makefile.in:198:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
csmith-2.3.0/Makefile.in-199-        if test "$$first2" = "$$first"; then \
csmith-2.3.0/Makefile.in:200:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
csmith-2.3.0/Makefile.in-201-        else \
##############################################
csmith-2.3.0/Makefile.in-206-    fi; \
csmith-2.3.0/Makefile.in:207:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
csmith-2.3.0/Makefile.in-208-  done; \
##############################################
csmith-2.3.0/Makefile.in-426-	dot_seen=no; \
csmith-2.3.0/Makefile.in:427:	target=`echo $@ | sed s/-recursive//`; \
csmith-2.3.0/Makefile.in-428-	case "$@" in \
##############################################
csmith-2.3.0/Makefile.in-489-GTAGS:
csmith-2.3.0/Makefile.in:490:	here=`$(am__cd) $(top_builddir) && pwd` \
csmith-2.3.0/Makefile.in-491-	  && $(am__cd) $(top_srcdir) \
##############################################
csmith-2.3.0/Makefile.in-521-	test -d "$(distdir)" || mkdir "$(distdir)"
csmith-2.3.0/Makefile.in:522:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
csmith-2.3.0/Makefile.in:523:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
csmith-2.3.0/Makefile.in-524-	list='$(DISTFILES)'; \
##############################################
csmith-2.3.0/Makefile.in-535-	  if test -d $$d/$$file; then \
csmith-2.3.0/Makefile.in:536:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
csmith-2.3.0/Makefile.in-537-	    if test -d "$(distdir)/$$file"; then \
##############################################
csmith-2.3.0/Makefile.in-646-	test -d $(distdir)/_build || exit 0; \
csmith-2.3.0/Makefile.in:647:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
csmith-2.3.0/Makefile.in-648-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
csmith-2.3.0/Makefile.in-690-	}; \
csmith-2.3.0/Makefile.in:691:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
csmith-2.3.0/Makefile.in-692-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
csmith-2.3.0/Makefile.in-702-	fi
csmith-2.3.0/Makefile.in:703:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
csmith-2.3.0/Makefile.in-704-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
csmith-2.3.0/src/VariableSelector.cpp-486-				// don't take the address of an union field if flag "take_no_union_field_addr" is on
csmith-2.3.0/src/VariableSelector.cpp:487:				if (!CGOptions::take_union_field_addr() && vv->is_inside_union_field()) {
csmith-2.3.0/src/VariableSelector.cpp-488-					continue;
##############################################
csmith-2.3.0/src/RandomProgramGenerator.cpp-1356-		if (strcmp (argv[i], "--take-no-union-field-addr") == 0) {
csmith-2.3.0/src/RandomProgramGenerator.cpp:1357:			CGOptions::take_union_field_addr(false);
csmith-2.3.0/src/RandomProgramGenerator.cpp-1358-			continue;
##############################################
csmith-2.3.0/src/RandomProgramGenerator.cpp-1361-		if (strcmp (argv[i], "--take-union-field-addr") == 0) {
csmith-2.3.0/src/RandomProgramGenerator.cpp:1362:			CGOptions::take_union_field_addr(true);
csmith-2.3.0/src/RandomProgramGenerator.cpp-1363-			continue;
##############################################
csmith-2.3.0/src/CGOptions.cpp-306-	use_comma_exprs(true);
csmith-2.3.0/src/CGOptions.cpp:307:	take_union_field_addr(true);
csmith-2.3.0/src/CGOptions.cpp-308-	vol_struct_union_fields(true);
##############################################
csmith-2.3.0/src/Makefile.in-52-  { \
csmith-2.3.0/src/Makefile.in:53:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
csmith-2.3.0/src/Makefile.in-54-  }; \
##############################################
csmith-2.3.0/src/Makefile.in-577-	test -n "$(EXEEXT)" || exit 0; \
csmith-2.3.0/src/Makefile.in:578:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
csmith-2.3.0/src/Makefile.in-579-	echo " rm -f" $$list; \
##############################################
csmith-2.3.0/src/Makefile.in-687-.c.o:
csmith-2.3.0/src/Makefile.in:688:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
csmith-2.3.0/src/Makefile.in-689-@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
csmith-2.3.0/src/Makefile.in-695-.c.obj:
csmith-2.3.0/src/Makefile.in:696:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
csmith-2.3.0/src/Makefile.in:697:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
csmith-2.3.0/src/Makefile.in-698-@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
csmith-2.3.0/src/Makefile.in-700-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
csmith-2.3.0/src/Makefile.in:701:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
csmith-2.3.0/src/Makefile.in-702-
csmith-2.3.0/src/Makefile.in-703-.c.lo:
csmith-2.3.0/src/Makefile.in:704:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
csmith-2.3.0/src/Makefile.in-705-@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
csmith-2.3.0/src/Makefile.in-711-.cpp.o:
csmith-2.3.0/src/Makefile.in:712:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
csmith-2.3.0/src/Makefile.in-713-@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
csmith-2.3.0/src/Makefile.in-719-.cpp.obj:
csmith-2.3.0/src/Makefile.in:720:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
csmith-2.3.0/src/Makefile.in:721:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
csmith-2.3.0/src/Makefile.in-722-@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
csmith-2.3.0/src/Makefile.in-724-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
csmith-2.3.0/src/Makefile.in:725:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
csmith-2.3.0/src/Makefile.in-726-
csmith-2.3.0/src/Makefile.in-727-.cpp.lo:
csmith-2.3.0/src/Makefile.in:728:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
csmith-2.3.0/src/Makefile.in-729-@am__fastdepCXX_TRUE@	$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
csmith-2.3.0/src/Makefile.in-770-GTAGS:
csmith-2.3.0/src/Makefile.in:771:	here=`$(am__cd) $(top_builddir) && pwd` \
csmith-2.3.0/src/Makefile.in-772-	  && $(am__cd) $(top_srcdir) \
##############################################
csmith-2.3.0/src/Makefile.in-793-distdir: $(DISTFILES)
csmith-2.3.0/src/Makefile.in:794:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
csmith-2.3.0/src/Makefile.in:795:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
csmith-2.3.0/src/Makefile.in-796-	list='$(DISTFILES)'; \
##############################################
csmith-2.3.0/src/Makefile.in-807-	  if test -d $$d/$$file; then \
csmith-2.3.0/src/Makefile.in:808:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
csmith-2.3.0/src/Makefile.in-809-	    if test -d "$(distdir)/$$file"; then \
##############################################
csmith-2.3.0/src/CGOptions.h-440-
csmith-2.3.0/src/CGOptions.h:441:	static bool take_union_field_addr(void);
csmith-2.3.0/src/CGOptions.h:442:	static bool take_union_field_addr(bool p);
csmith-2.3.0/src/CGOptions.h-443-
##############################################
csmith-2.3.0/src/platform.cpp-63-	unsigned long a;
csmith-2.3.0/src/platform.cpp:64:	asm volatile("mftb %0" : "=r" (a));
csmith-2.3.0/src/platform.cpp-65-	return a;
##############################################
csmith-2.3.0/src/platform.cpp-70-	unsigned l, h;
csmith-2.3.0/src/platform.cpp:71:	_asm {
csmith-2.3.0/src/platform.cpp-72-		rdtsc
##############################################
csmith-2.3.0/src/platform.cpp-81-	unsigned long long clk;
csmith-2.3.0/src/platform.cpp:82:	asm volatile("stck %0" : "=Q" (clk) : : "cc");
csmith-2.3.0/src/platform.cpp-83-	return clk;
##############################################
csmith-2.3.0/src/platform.cpp-88-	long long l;
csmith-2.3.0/src/platform.cpp:89:	asm volatile("rdtsc\n\t"
csmith-2.3.0/src/platform.cpp-90-				 : "=A" (l)
##############################################
csmith-2.3.0/debian/patches/fix_build_s390x.patch-13- 	unsigned long long clk;
csmith-2.3.0/debian/patches/fix_build_s390x.patch:14:-	asm volatile("stckf %0" : "=Q" (clk) : : "cc");
csmith-2.3.0/debian/patches/fix_build_s390x.patch:15:+	asm volatile("stck %0" : "=Q" (clk) : : "cc");
csmith-2.3.0/debian/patches/fix_build_s390x.patch-16- 	return clk;
##############################################
csmith-2.3.0/.pc/remove_version_from_path.patch/runtime/Makefile.in-54-  { \
csmith-2.3.0/.pc/remove_version_from_path.patch/runtime/Makefile.in:55:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
csmith-2.3.0/.pc/remove_version_from_path.patch/runtime/Makefile.in-56-  }; \
##############################################
csmith-2.3.0/.pc/remove_version_from_path.patch/runtime/Makefile.in-109-CONFIG_CLEAN_VPATH_FILES =
csmith-2.3.0/.pc/remove_version_from_path.patch/runtime/Makefile.in:110:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
csmith-2.3.0/.pc/remove_version_from_path.patch/runtime/Makefile.in-111-am__vpath_adj = case $$p in \
csmith-2.3.0/.pc/remove_version_from_path.patch/runtime/Makefile.in:112:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
csmith-2.3.0/.pc/remove_version_from_path.patch/runtime/Makefile.in-113-    *) f=$$p;; \
csmith-2.3.0/.pc/remove_version_from_path.patch/runtime/Makefile.in-114-  esac;
csmith-2.3.0/.pc/remove_version_from_path.patch/runtime/Makefile.in:115:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
csmith-2.3.0/.pc/remove_version_from_path.patch/runtime/Makefile.in-116-am__install_max = 40
csmith-2.3.0/.pc/remove_version_from_path.patch/runtime/Makefile.in-117-am__nobase_strip_setup = \
csmith-2.3.0/.pc/remove_version_from_path.patch/runtime/Makefile.in:118:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
csmith-2.3.0/.pc/remove_version_from_path.patch/runtime/Makefile.in-119-am__nobase_strip = \
##############################################
csmith-2.3.0/.pc/remove_version_from_path.patch/runtime/Makefile.in-464-	@list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \
csmith-2.3.0/.pc/remove_version_from_path.patch/runtime/Makefile.in:465:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
csmith-2.3.0/.pc/remove_version_from_path.patch/runtime/Makefile.in-466-	dir='$(DESTDIR)$(libdir)'; $(am__uninstall_files_from_dir)
##############################################
csmith-2.3.0/.pc/remove_version_from_path.patch/runtime/Makefile.in-530-.c.obj:
csmith-2.3.0/.pc/remove_version_from_path.patch/runtime/Makefile.in:531:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
csmith-2.3.0/.pc/remove_version_from_path.patch/runtime/Makefile.in-532-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
csmith-2.3.0/.pc/remove_version_from_path.patch/runtime/Makefile.in-534-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
csmith-2.3.0/.pc/remove_version_from_path.patch/runtime/Makefile.in:535:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
csmith-2.3.0/.pc/remove_version_from_path.patch/runtime/Makefile.in-536-
##############################################
csmith-2.3.0/.pc/remove_version_from_path.patch/runtime/Makefile.in-544-libcsmith_a-volatile_runtime.o: volatile_runtime.c
csmith-2.3.0/.pc/remove_version_from_path.patch/runtime/Makefile.in:545:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcsmith_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcsmith_a-volatile_runtime.o -MD -MP -MF $(DEPDIR)/libcsmith_a-volatile_runtime.Tpo -c -o libcsmith_a-volatile_runtime.o `test -f 'volatile_runtime.c' || echo '$(srcdir)/'`volatile_runtime.c
csmith-2.3.0/.pc/remove_version_from_path.patch/runtime/Makefile.in-546-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcsmith_a-volatile_runtime.Tpo $(DEPDIR)/libcsmith_a-volatile_runtime.Po
##############################################
csmith-2.3.0/.pc/remove_version_from_path.patch/runtime/Makefile.in-548-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
csmith-2.3.0/.pc/remove_version_from_path.patch/runtime/Makefile.in:549:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcsmith_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcsmith_a-volatile_runtime.o `test -f 'volatile_runtime.c' || echo '$(srcdir)/'`volatile_runtime.c
csmith-2.3.0/.pc/remove_version_from_path.patch/runtime/Makefile.in-550-
csmith-2.3.0/.pc/remove_version_from_path.patch/runtime/Makefile.in-551-libcsmith_a-volatile_runtime.obj: volatile_runtime.c
csmith-2.3.0/.pc/remove_version_from_path.patch/runtime/Makefile.in:552:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcsmith_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcsmith_a-volatile_runtime.obj -MD -MP -MF $(DEPDIR)/libcsmith_a-volatile_runtime.Tpo -c -o libcsmith_a-volatile_runtime.obj `if test -f 'volatile_runtime.c'; then $(CYGPATH_W) 'volatile_runtime.c'; else $(CYGPATH_W) '$(srcdir)/volatile_runtime.c'; fi`
csmith-2.3.0/.pc/remove_version_from_path.patch/runtime/Makefile.in-553-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcsmith_a-volatile_runtime.Tpo $(DEPDIR)/libcsmith_a-volatile_runtime.Po
##############################################
csmith-2.3.0/.pc/remove_version_from_path.patch/runtime/Makefile.in-555-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
csmith-2.3.0/.pc/remove_version_from_path.patch/runtime/Makefile.in:556:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcsmith_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcsmith_a-volatile_runtime.obj `if test -f 'volatile_runtime.c'; then $(CYGPATH_W) 'volatile_runtime.c'; else $(CYGPATH_W) '$(srcdir)/volatile_runtime.c'; fi`
csmith-2.3.0/.pc/remove_version_from_path.patch/runtime/Makefile.in-557-
csmith-2.3.0/.pc/remove_version_from_path.patch/runtime/Makefile.in-558-libcsmith_la-volatile_runtime.lo: volatile_runtime.c
csmith-2.3.0/.pc/remove_version_from_path.patch/runtime/Makefile.in:559:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcsmith_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcsmith_la-volatile_runtime.lo -MD -MP -MF $(DEPDIR)/libcsmith_la-volatile_runtime.Tpo -c -o libcsmith_la-volatile_runtime.lo `test -f 'volatile_runtime.c' || echo '$(srcdir)/'`volatile_runtime.c
csmith-2.3.0/.pc/remove_version_from_path.patch/runtime/Makefile.in-560-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcsmith_la-volatile_runtime.Tpo $(DEPDIR)/libcsmith_la-volatile_runtime.Plo
##############################################
csmith-2.3.0/.pc/remove_version_from_path.patch/runtime/Makefile.in-562-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
csmith-2.3.0/.pc/remove_version_from_path.patch/runtime/Makefile.in:563:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcsmith_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcsmith_la-volatile_runtime.lo `test -f 'volatile_runtime.c' || echo '$(srcdir)/'`volatile_runtime.c
csmith-2.3.0/.pc/remove_version_from_path.patch/runtime/Makefile.in-564-
##############################################
csmith-2.3.0/.pc/remove_version_from_path.patch/runtime/Makefile.in-591-	@list='$(nobase_libcsmith_a_include_HEADERS)'; test -n "$(libcsmith_a_includedir)" || list=; \
csmith-2.3.0/.pc/remove_version_from_path.patch/runtime/Makefile.in:592:	$(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \
csmith-2.3.0/.pc/remove_version_from_path.patch/runtime/Makefile.in-593-	dir='$(DESTDIR)$(libcsmith_a_includedir)'; $(am__uninstall_files_from_dir)
##############################################
csmith-2.3.0/.pc/remove_version_from_path.patch/runtime/Makefile.in-612-	@list='$(nodist_libcsmith_a_include_HEADERS)'; test -n "$(libcsmith_a_includedir)" || list=; \
csmith-2.3.0/.pc/remove_version_from_path.patch/runtime/Makefile.in:613:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
csmith-2.3.0/.pc/remove_version_from_path.patch/runtime/Makefile.in-614-	dir='$(DESTDIR)$(libcsmith_a_includedir)'; $(am__uninstall_files_from_dir)
##############################################
csmith-2.3.0/.pc/remove_version_from_path.patch/runtime/Makefile.in-645-GTAGS:
csmith-2.3.0/.pc/remove_version_from_path.patch/runtime/Makefile.in:646:	here=`$(am__cd) $(top_builddir) && pwd` \
csmith-2.3.0/.pc/remove_version_from_path.patch/runtime/Makefile.in-647-	  && $(am__cd) $(top_srcdir) \
##############################################
csmith-2.3.0/.pc/remove_version_from_path.patch/runtime/Makefile.in-668-distdir: $(DISTFILES)
csmith-2.3.0/.pc/remove_version_from_path.patch/runtime/Makefile.in:669:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
csmith-2.3.0/.pc/remove_version_from_path.patch/runtime/Makefile.in:670:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
csmith-2.3.0/.pc/remove_version_from_path.patch/runtime/Makefile.in-671-	list='$(DISTFILES)'; \
##############################################
csmith-2.3.0/.pc/remove_version_from_path.patch/runtime/Makefile.in-682-	  if test -d $$d/$$file; then \
csmith-2.3.0/.pc/remove_version_from_path.patch/runtime/Makefile.in:683:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
csmith-2.3.0/.pc/remove_version_from_path.patch/runtime/Makefile.in-684-	    if test -d "$(distdir)/$$file"; then \
##############################################
csmith-2.3.0/.pc/remove-custom-headers.patch/runtime/Makefile.in-54-  { \
csmith-2.3.0/.pc/remove-custom-headers.patch/runtime/Makefile.in:55:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
csmith-2.3.0/.pc/remove-custom-headers.patch/runtime/Makefile.in-56-  }; \
##############################################
csmith-2.3.0/.pc/remove-custom-headers.patch/runtime/Makefile.in-109-CONFIG_CLEAN_VPATH_FILES =
csmith-2.3.0/.pc/remove-custom-headers.patch/runtime/Makefile.in:110:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
csmith-2.3.0/.pc/remove-custom-headers.patch/runtime/Makefile.in-111-am__vpath_adj = case $$p in \
csmith-2.3.0/.pc/remove-custom-headers.patch/runtime/Makefile.in:112:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
csmith-2.3.0/.pc/remove-custom-headers.patch/runtime/Makefile.in-113-    *) f=$$p;; \
csmith-2.3.0/.pc/remove-custom-headers.patch/runtime/Makefile.in-114-  esac;
csmith-2.3.0/.pc/remove-custom-headers.patch/runtime/Makefile.in:115:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
csmith-2.3.0/.pc/remove-custom-headers.patch/runtime/Makefile.in-116-am__install_max = 40
csmith-2.3.0/.pc/remove-custom-headers.patch/runtime/Makefile.in-117-am__nobase_strip_setup = \
csmith-2.3.0/.pc/remove-custom-headers.patch/runtime/Makefile.in:118:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
csmith-2.3.0/.pc/remove-custom-headers.patch/runtime/Makefile.in-119-am__nobase_strip = \
##############################################
csmith-2.3.0/.pc/remove-custom-headers.patch/runtime/Makefile.in-464-	@list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \
csmith-2.3.0/.pc/remove-custom-headers.patch/runtime/Makefile.in:465:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
csmith-2.3.0/.pc/remove-custom-headers.patch/runtime/Makefile.in-466-	dir='$(DESTDIR)$(libdir)'; $(am__uninstall_files_from_dir)
##############################################
csmith-2.3.0/.pc/remove-custom-headers.patch/runtime/Makefile.in-530-.c.obj:
csmith-2.3.0/.pc/remove-custom-headers.patch/runtime/Makefile.in:531:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
csmith-2.3.0/.pc/remove-custom-headers.patch/runtime/Makefile.in-532-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
csmith-2.3.0/.pc/remove-custom-headers.patch/runtime/Makefile.in-534-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
csmith-2.3.0/.pc/remove-custom-headers.patch/runtime/Makefile.in:535:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
csmith-2.3.0/.pc/remove-custom-headers.patch/runtime/Makefile.in-536-
##############################################
csmith-2.3.0/.pc/remove-custom-headers.patch/runtime/Makefile.in-544-libcsmith_a-volatile_runtime.o: volatile_runtime.c
csmith-2.3.0/.pc/remove-custom-headers.patch/runtime/Makefile.in:545:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcsmith_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcsmith_a-volatile_runtime.o -MD -MP -MF $(DEPDIR)/libcsmith_a-volatile_runtime.Tpo -c -o libcsmith_a-volatile_runtime.o `test -f 'volatile_runtime.c' || echo '$(srcdir)/'`volatile_runtime.c
csmith-2.3.0/.pc/remove-custom-headers.patch/runtime/Makefile.in-546-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcsmith_a-volatile_runtime.Tpo $(DEPDIR)/libcsmith_a-volatile_runtime.Po
##############################################
csmith-2.3.0/.pc/remove-custom-headers.patch/runtime/Makefile.in-548-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
csmith-2.3.0/.pc/remove-custom-headers.patch/runtime/Makefile.in:549:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcsmith_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcsmith_a-volatile_runtime.o `test -f 'volatile_runtime.c' || echo '$(srcdir)/'`volatile_runtime.c
csmith-2.3.0/.pc/remove-custom-headers.patch/runtime/Makefile.in-550-
csmith-2.3.0/.pc/remove-custom-headers.patch/runtime/Makefile.in-551-libcsmith_a-volatile_runtime.obj: volatile_runtime.c
csmith-2.3.0/.pc/remove-custom-headers.patch/runtime/Makefile.in:552:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcsmith_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcsmith_a-volatile_runtime.obj -MD -MP -MF $(DEPDIR)/libcsmith_a-volatile_runtime.Tpo -c -o libcsmith_a-volatile_runtime.obj `if test -f 'volatile_runtime.c'; then $(CYGPATH_W) 'volatile_runtime.c'; else $(CYGPATH_W) '$(srcdir)/volatile_runtime.c'; fi`
csmith-2.3.0/.pc/remove-custom-headers.patch/runtime/Makefile.in-553-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcsmith_a-volatile_runtime.Tpo $(DEPDIR)/libcsmith_a-volatile_runtime.Po
##############################################
csmith-2.3.0/.pc/remove-custom-headers.patch/runtime/Makefile.in-555-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
csmith-2.3.0/.pc/remove-custom-headers.patch/runtime/Makefile.in:556:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcsmith_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcsmith_a-volatile_runtime.obj `if test -f 'volatile_runtime.c'; then $(CYGPATH_W) 'volatile_runtime.c'; else $(CYGPATH_W) '$(srcdir)/volatile_runtime.c'; fi`
csmith-2.3.0/.pc/remove-custom-headers.patch/runtime/Makefile.in-557-
csmith-2.3.0/.pc/remove-custom-headers.patch/runtime/Makefile.in-558-libcsmith_la-volatile_runtime.lo: volatile_runtime.c
csmith-2.3.0/.pc/remove-custom-headers.patch/runtime/Makefile.in:559:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcsmith_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcsmith_la-volatile_runtime.lo -MD -MP -MF $(DEPDIR)/libcsmith_la-volatile_runtime.Tpo -c -o libcsmith_la-volatile_runtime.lo `test -f 'volatile_runtime.c' || echo '$(srcdir)/'`volatile_runtime.c
csmith-2.3.0/.pc/remove-custom-headers.patch/runtime/Makefile.in-560-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcsmith_la-volatile_runtime.Tpo $(DEPDIR)/libcsmith_la-volatile_runtime.Plo
##############################################
csmith-2.3.0/.pc/remove-custom-headers.patch/runtime/Makefile.in-562-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
csmith-2.3.0/.pc/remove-custom-headers.patch/runtime/Makefile.in:563:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcsmith_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcsmith_la-volatile_runtime.lo `test -f 'volatile_runtime.c' || echo '$(srcdir)/'`volatile_runtime.c
csmith-2.3.0/.pc/remove-custom-headers.patch/runtime/Makefile.in-564-
##############################################
csmith-2.3.0/.pc/remove-custom-headers.patch/runtime/Makefile.in-591-	@list='$(nobase_libcsmith_a_include_HEADERS)'; test -n "$(libcsmith_a_includedir)" || list=; \
csmith-2.3.0/.pc/remove-custom-headers.patch/runtime/Makefile.in:592:	$(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \
csmith-2.3.0/.pc/remove-custom-headers.patch/runtime/Makefile.in-593-	dir='$(DESTDIR)$(libcsmith_a_includedir)'; $(am__uninstall_files_from_dir)
##############################################
csmith-2.3.0/.pc/remove-custom-headers.patch/runtime/Makefile.in-612-	@list='$(nodist_libcsmith_a_include_HEADERS)'; test -n "$(libcsmith_a_includedir)" || list=; \
csmith-2.3.0/.pc/remove-custom-headers.patch/runtime/Makefile.in:613:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
csmith-2.3.0/.pc/remove-custom-headers.patch/runtime/Makefile.in-614-	dir='$(DESTDIR)$(libcsmith_a_includedir)'; $(am__uninstall_files_from_dir)
##############################################
csmith-2.3.0/.pc/remove-custom-headers.patch/runtime/Makefile.in-645-GTAGS:
csmith-2.3.0/.pc/remove-custom-headers.patch/runtime/Makefile.in:646:	here=`$(am__cd) $(top_builddir) && pwd` \
csmith-2.3.0/.pc/remove-custom-headers.patch/runtime/Makefile.in-647-	  && $(am__cd) $(top_srcdir) \
##############################################
csmith-2.3.0/.pc/remove-custom-headers.patch/runtime/Makefile.in-668-distdir: $(DISTFILES)
csmith-2.3.0/.pc/remove-custom-headers.patch/runtime/Makefile.in:669:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
csmith-2.3.0/.pc/remove-custom-headers.patch/runtime/Makefile.in:670:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
csmith-2.3.0/.pc/remove-custom-headers.patch/runtime/Makefile.in-671-	list='$(DISTFILES)'; \
##############################################
csmith-2.3.0/.pc/remove-custom-headers.patch/runtime/Makefile.in-682-	  if test -d $$d/$$file; then \
csmith-2.3.0/.pc/remove-custom-headers.patch/runtime/Makefile.in:683:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
csmith-2.3.0/.pc/remove-custom-headers.patch/runtime/Makefile.in-684-	    if test -d "$(distdir)/$$file"; then \
##############################################
csmith-2.3.0/.pc/ppc64el.patch/src/platform.cpp-63-	unsigned long a;
csmith-2.3.0/.pc/ppc64el.patch/src/platform.cpp:64:	asm volatile("mftb %0" : "=r" (a));
csmith-2.3.0/.pc/ppc64el.patch/src/platform.cpp-65-	return a;
##############################################
csmith-2.3.0/.pc/ppc64el.patch/src/platform.cpp-70-	unsigned l, h;
csmith-2.3.0/.pc/ppc64el.patch/src/platform.cpp:71:	_asm {
csmith-2.3.0/.pc/ppc64el.patch/src/platform.cpp-72-		rdtsc
##############################################
csmith-2.3.0/.pc/ppc64el.patch/src/platform.cpp-81-	unsigned long long clk;
csmith-2.3.0/.pc/ppc64el.patch/src/platform.cpp:82:	asm volatile("stckf %0" : "=Q" (clk) : : "cc");
csmith-2.3.0/.pc/ppc64el.patch/src/platform.cpp-83-	return clk;
##############################################
csmith-2.3.0/.pc/ppc64el.patch/src/platform.cpp-88-	long long l;
csmith-2.3.0/.pc/ppc64el.patch/src/platform.cpp:89:	asm volatile("rdtsc\n\t"
csmith-2.3.0/.pc/ppc64el.patch/src/platform.cpp-90-				 : "=A" (l)
##############################################
csmith-2.3.0/.pc/fix_build_s390x.patch/src/platform.cpp-63-	unsigned long a;
csmith-2.3.0/.pc/fix_build_s390x.patch/src/platform.cpp:64:	asm volatile("mftb %0" : "=r" (a));
csmith-2.3.0/.pc/fix_build_s390x.patch/src/platform.cpp-65-	return a;
##############################################
csmith-2.3.0/.pc/fix_build_s390x.patch/src/platform.cpp-70-	unsigned l, h;
csmith-2.3.0/.pc/fix_build_s390x.patch/src/platform.cpp:71:	_asm {
csmith-2.3.0/.pc/fix_build_s390x.patch/src/platform.cpp-72-		rdtsc
##############################################
csmith-2.3.0/.pc/fix_build_s390x.patch/src/platform.cpp-81-	unsigned long long clk;
csmith-2.3.0/.pc/fix_build_s390x.patch/src/platform.cpp:82:	asm volatile("stckf %0" : "=Q" (clk) : : "cc");
csmith-2.3.0/.pc/fix_build_s390x.patch/src/platform.cpp-83-	return clk;
##############################################
csmith-2.3.0/.pc/fix_build_s390x.patch/src/platform.cpp-88-	long long l;
csmith-2.3.0/.pc/fix_build_s390x.patch/src/platform.cpp:89:	asm volatile("rdtsc\n\t"
csmith-2.3.0/.pc/fix_build_s390x.patch/src/platform.cpp-90-				 : "=A" (l)