=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== autoproject-0.20/Makefile.in-169- if test -f $$d$$p; then \ autoproject-0.20/Makefile.in:170: f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \ autoproject-0.20/Makefile.in-171- echo " $(binSCRIPT_INSTALL) $$d$$p $(DESTDIR)$(bindir)/$$f"; \ ############################################## autoproject-0.20/Makefile.in-178- @list='$(bin_SCRIPTS)'; for p in $$list; do \ autoproject-0.20/Makefile.in:179: f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \ autoproject-0.20/Makefile.in-180- echo " rm -f $(DESTDIR)$(bindir)/$$f"; \ ############################################## autoproject-0.20/Makefile.in-198- else file=$$i; fi; \ autoproject-0.20/Makefile.in:199: ext=`echo $$i | sed -e 's/^.*\\.//'`; \ autoproject-0.20/Makefile.in-200- case "$$ext" in \ ############################################## autoproject-0.20/Makefile.in-203- esac; \ autoproject-0.20/Makefile.in:204: inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \ autoproject-0.20/Makefile.in:205: inst=`echo $$inst | sed -e 's/^.*\///'`; \ autoproject-0.20/Makefile.in:206: inst=`echo $$inst | sed '$(transform)'`.$$ext; \ autoproject-0.20/Makefile.in-207- echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \ ############################################## autoproject-0.20/Makefile.in-219- for i in $$list; do \ autoproject-0.20/Makefile.in:220: ext=`echo $$i | sed -e 's/^.*\\.//'`; \ autoproject-0.20/Makefile.in-221- case "$$ext" in \ ############################################## autoproject-0.20/Makefile.in-224- esac; \ autoproject-0.20/Makefile.in:225: inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \ autoproject-0.20/Makefile.in:226: inst=`echo $$inst | sed -e 's/^.*\///'`; \ autoproject-0.20/Makefile.in:227: inst=`echo $$inst | sed '$(transform)'`.$$ext; \ autoproject-0.20/Makefile.in-228- echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \ ############################################## autoproject-0.20/Makefile.in-247- if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \ autoproject-0.20/Makefile.in:248: all=`expr $$all + 1`; \ autoproject-0.20/Makefile.in-249- case " $(XFAIL_TESTS) " in \ autoproject-0.20/Makefile.in-250- *" $$tst "*) \ autoproject-0.20/Makefile.in:251: xpass=`expr $$xpass + 1`; \ autoproject-0.20/Makefile.in:252: failed=`expr $$failed + 1`; \ autoproject-0.20/Makefile.in-253- echo "XPASS: $$tst"; \ ############################################## autoproject-0.20/Makefile.in-259- elif test $$? -ne 77; then \ autoproject-0.20/Makefile.in:260: all=`expr $$all + 1`; \ autoproject-0.20/Makefile.in-261- case " $(XFAIL_TESTS) " in \ autoproject-0.20/Makefile.in-262- *" $$tst "*) \ autoproject-0.20/Makefile.in:263: xfail=`expr $$xfail + 1`; \ autoproject-0.20/Makefile.in-264- echo "XFAIL: $$tst"; \ ############################################## autoproject-0.20/Makefile.in-266- *) \ autoproject-0.20/Makefile.in:267: failed=`expr $$failed + 1`; \ autoproject-0.20/Makefile.in-268- echo "FAIL: $$tst"; \ ############################################## autoproject-0.20/Makefile.in-271- else \ autoproject-0.20/Makefile.in:272: skip=`expr $$skip + 1`; \ autoproject-0.20/Makefile.in-273- echo "SKIP: $$tst"; \ ############################################## autoproject-0.20/Makefile.in-292- skipped="($$skip tests were not run)"; \ autoproject-0.20/Makefile.in:293: test `echo "$$skipped" | wc -c` -gt `echo "$$banner" | wc -c` && \ autoproject-0.20/Makefile.in-294- dashes="$$skipped"; \ ############################################## autoproject-0.20/Makefile.in-298- report="Please report to $(PACKAGE_BUGREPORT)"; \ autoproject-0.20/Makefile.in:299: test `echo "$$report" | wc -c` -gt `echo "$$banner" | wc -c` && \ autoproject-0.20/Makefile.in-300- dashes="$$report"; \ autoproject-0.20/Makefile.in-301- fi; \ autoproject-0.20/Makefile.in:302: dashes=`echo "$$dashes" | sed s/./=/g`; \ autoproject-0.20/Makefile.in-303- echo "$$dashes"; \ ############################################## autoproject-0.20/Makefile.in-327- $(mkinstalldirs) $(distdir)/. autoproject-0.20/Makefile.in:328: @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ autoproject-0.20/Makefile.in:329: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ autoproject-0.20/Makefile.in-330- list='$(DISTFILES)'; for file in $$list; do \ autoproject-0.20/Makefile.in-331- case $$file in \ autoproject-0.20/Makefile.in:332: $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ autoproject-0.20/Makefile.in:333: $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ autoproject-0.20/Makefile.in-334- esac; \ autoproject-0.20/Makefile.in-335- if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ autoproject-0.20/Makefile.in:336: dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ autoproject-0.20/Makefile.in-337- if test "$$dir" != "$$file" && test "$$dir" != "."; then \ ############################################## autoproject-0.20/Makefile.in-376- chmod a-w $(distdir) autoproject-0.20/Makefile.in:377: dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ autoproject-0.20/Makefile.in-378- && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ ############################################## autoproject-0.20/Makefile.in-406- @cd $(distuninstallcheck_dir) \ autoproject-0.20/Makefile.in:407: && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ autoproject-0.20/Makefile.in-408- || { echo "ERROR: files left after uninstall:" ; \ ############################################## autoproject-0.20/Makefile.in-418- fi autoproject-0.20/Makefile.in:419: @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ autoproject-0.20/Makefile.in-420- || { echo "ERROR: files left in build directory after distclean:" ; \ ############################################## autoproject-0.20/Makefile.in-517-install-data-local: autoproject-0.20/Makefile.in:518: for f in `(cd $(srcdir)/lib; find . -type d)`; do \ autoproject-0.20/Makefile.in-519- $(INSTALL) -d $(DESTDIR)$(datadir)/autoproject/$$f; \ autoproject-0.20/Makefile.in-520- done; \ autoproject-0.20/Makefile.in:521: for f in `(cd $(srcdir)/lib; find . -type f)`; do \ autoproject-0.20/Makefile.in-522- $(INSTALL_DATA) $(srcdir)/lib/$$f $(DESTDIR)$(datadir)/autoproject/$$f; \ ############################################## autoproject-0.20/configure-43-do autoproject-0.20/configure:44: if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then autoproject-0.20/configure-45- eval $as_var=C; export $as_var ############################################## autoproject-0.20/configure-101- as_lineno_2=$LINENO autoproject-0.20/configure:102: as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` autoproject-0.20/configure-103- test "x$as_lineno_1" != "x$as_lineno_2" && ############################################## autoproject-0.20/configure-140- as_lineno_2=$LINENO autoproject-0.20/configure:141: as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` autoproject-0.20/configure-142- test "x$as_lineno_1" != "x$as_lineno_2" && ############################################## autoproject-0.20/configure-362- autoproject-0.20/configure:363: ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'` autoproject-0.20/configure-364- ############################################## autoproject-0.20/configure-395- -disable-* | --disable-*) autoproject-0.20/configure:396: ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'` autoproject-0.20/configure-397- # Reject names that are not valid shell variable names. ############################################## autoproject-0.20/configure-400- { (exit 1); exit 1; }; } autoproject-0.20/configure:401: ac_feature=`echo $ac_feature | sed 's/-/_/g'` autoproject-0.20/configure-402- eval "enable_$ac_feature=no" ;; ############################################## autoproject-0.20/configure-404- -enable-* | --enable-*) autoproject-0.20/configure:405: ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` autoproject-0.20/configure-406- # Reject names that are not valid shell variable names. ############################################## autoproject-0.20/configure-409- { (exit 1); exit 1; }; } autoproject-0.20/configure:410: ac_feature=`echo $ac_feature | sed 's/-/_/g'` autoproject-0.20/configure-411- case $ac_option in autoproject-0.20/configure:412: *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;; autoproject-0.20/configure-413- *) ac_optarg=yes ;; ############################################## autoproject-0.20/configure-586- -with-* | --with-*) autoproject-0.20/configure:587: ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` autoproject-0.20/configure-588- # Reject names that are not valid shell variable names. ############################################## autoproject-0.20/configure-591- { (exit 1); exit 1; }; } autoproject-0.20/configure:592: ac_package=`echo $ac_package| sed 's/-/_/g'` autoproject-0.20/configure-593- case $ac_option in autoproject-0.20/configure:594: *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;; autoproject-0.20/configure-595- *) ac_optarg=yes ;; ############################################## autoproject-0.20/configure-599- -without-* | --without-*) autoproject-0.20/configure:600: ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'` autoproject-0.20/configure-601- # Reject names that are not valid shell variable names. ############################################## autoproject-0.20/configure-604- { (exit 1); exit 1; }; } autoproject-0.20/configure:605: ac_package=`echo $ac_package | sed 's/-/_/g'` autoproject-0.20/configure-606- eval "with_$ac_package=no" ;; ############################################## autoproject-0.20/configure-631- *=*) autoproject-0.20/configure:632: ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` autoproject-0.20/configure-633- # Reject names that are not valid shell variable names. ############################################## autoproject-0.20/configure-636- { (exit 1); exit 1; }; } autoproject-0.20/configure:637: ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` autoproject-0.20/configure-638- eval "$ac_envvar='$ac_optarg'" ############################################## autoproject-0.20/configure-652-if test -n "$ac_prev"; then autoproject-0.20/configure:653: ac_option=--`echo $ac_prev | sed 's/_/-/g'` autoproject-0.20/configure-654- { echo "$as_me: error: missing argument to $ac_option" >&2 ############################################## autoproject-0.20/configure-660-do autoproject-0.20/configure:661: eval ac_val=$`echo $ac_var` autoproject-0.20/configure-662- case $ac_val in ############################################## autoproject-0.20/configure-672-do autoproject-0.20/configure:673: eval ac_val=$`echo $ac_var` autoproject-0.20/configure-674- case $ac_val in ############################################## autoproject-0.20/configure-739- { (exit 1); exit 1; }; } autoproject-0.20/configure:740:srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'` autoproject-0.20/configure-741-ac_env_build_alias_set=${build_alias+set} ############################################## autoproject-0.20/configure-810-By default, \`make install' will install all the files in autoproject-0.20/configure:811:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify autoproject-0.20/configure:812:an installation prefix other than \`$ac_default_prefix' using \`--prefix', autoproject-0.20/configure-813-for instance \`--prefix=\$HOME'. ############################################## autoproject-0.20/configure-873-if test "$ac_dir" != .; then autoproject-0.20/configure:874: ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` autoproject-0.20/configure-875- # A "../" for each directory in $ac_dir_suffix. autoproject-0.20/configure:876: ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'` autoproject-0.20/configure-877-else ############################################## autoproject-0.20/configure-886- else autoproject-0.20/configure:887: ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'` autoproject-0.20/configure-888- fi ;; ############################################## autoproject-0.20/configure-1040- *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*) autoproject-0.20/configure:1041: ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; autoproject-0.20/configure-1042- esac ############################################## autoproject-0.20/configure-1112- do autoproject-0.20/configure:1113: eval ac_val=$`echo $ac_var` autoproject-0.20/configure-1114- echo "$ac_var='"'"'$ac_val'"'"'" ############################################## autoproject-0.20/configure-1126- do autoproject-0.20/configure:1127: eval ac_val=$`echo $ac_var` autoproject-0.20/configure-1128- echo "$ac_var='"'"'$ac_val'"'"'" ############################################## autoproject-0.20/configure-1233- set,) autoproject-0.20/configure:1234: { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 autoproject-0.20/configure:1235:echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} autoproject-0.20/configure-1236- ac_cache_corrupted=: ;; ############################################## autoproject-0.20/configure-1256- *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*) autoproject-0.20/configure:1257: ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; autoproject-0.20/configure-1258- *) ac_arg=$ac_var=$ac_new_val ;; ############################################## autoproject-0.20/configure-1414-if ( autoproject-0.20/configure:1415: set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null` autoproject-0.20/configure-1416- if test "$*" = "X"; then autoproject-0.20/configure-1417- # -L didn't work. autoproject-0.20/configure:1418: set X `ls -t $srcdir/configure conftest.file` autoproject-0.20/configure-1419- fi ############################################## autoproject-0.20/configure-1458-_ACEOF autoproject-0.20/configure:1459:program_transform_name=`echo $program_transform_name | sed -f conftest.sed` autoproject-0.20/configure-1460-rm conftest.sed ############################################## autoproject-0.20/configure-1463-# expand $ac_aux_dir to an absolute path autoproject-0.20/configure:1464:am_aux_dir=`cd $ac_aux_dir && pwd` autoproject-0.20/configure-1465- ############################################## autoproject-0.20/configure-1517-echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6 autoproject-0.20/configure:1518:set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'` autoproject-0.20/configure-1519-if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then ############################################## autoproject-0.20/configure-1526-# GNU make sometimes prints "make[1]: Entering...", which would confuse us. autoproject-0.20/configure:1527:eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=` autoproject-0.20/configure-1528-if test -n "$ac_maketemp"; then ############################################## autoproject-0.20/configure-1534-fi autoproject-0.20/configure:1535:if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then autoproject-0.20/configure-1536- echo "$as_me:$LINENO: result: yes" >&5 ############################################## autoproject-0.20/configure-1554- # test to see if srcdir already configured autoproject-0.20/configure:1555:if test "`cd $srcdir && pwd`" != "`pwd`" && autoproject-0.20/configure-1556- test -f $srcdir/config.status; then ############################################## autoproject-0.20/configure-2102- "checking for C compiler version" >&5 autoproject-0.20/configure:2103:ac_compiler=`set X $ac_compile; echo $2` autoproject-0.20/configure-2104-{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5 ############################################## autoproject-0.20/configure-2141-echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6 autoproject-0.20/configure:2142:ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` autoproject-0.20/configure-2143-if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5 ############################################## autoproject-0.20/configure-2169- *.* ) autoproject-0.20/configure:2170: ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` autoproject-0.20/configure-2171- # FIXME: I believe we export ac_cv_exeext for Libtool, ############################################## autoproject-0.20/configure-2249- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;; autoproject-0.20/configure:2250: *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` autoproject-0.20/configure-2251- export ac_cv_exeext ############################################## autoproject-0.20/configure-2299- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;; autoproject-0.20/configure:2300: *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` autoproject-0.20/configure-2301- break;; ############################################## autoproject-0.20/configure-2377-echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6 autoproject-0.20/configure:2378:GCC=`test $ac_compiler_gnu = yes && echo yes` autoproject-0.20/configure-2379-ac_test_CFLAGS=${CFLAGS+set} ############################################## autoproject-0.20/configure-2731-# case it prints its new name instead of `make'. autoproject-0.20/configure:2732:if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then autoproject-0.20/configure-2733- am__include=include ############################################## autoproject-0.20/configure-2739- echo '.include "confinc"' > confmf autoproject-0.20/configure:2740: if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then autoproject-0.20/configure-2741- am__include=.include ############################################## autoproject-0.20/configure-2801- if test "$am_compiler_list" = ""; then autoproject-0.20/configure:2802: am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` autoproject-0.20/configure-2803- fi ############################################## autoproject-0.20/configure-3484-do autoproject-0.20/configure:3485:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` autoproject-0.20/configure-3486-echo "$as_me:$LINENO: checking for $ac_header" >&5 ############################################## autoproject-0.20/configure-3530-fi autoproject-0.20/configure:3531:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 autoproject-0.20/configure:3532:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 autoproject-0.20/configure:3533:if test `eval echo '${'$as_ac_Header'}'` = yes; then autoproject-0.20/configure-3534- cat >>confdefs.h <<_ACEOF autoproject-0.20/configure:3535:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 autoproject-0.20/configure-3536-_ACEOF ############################################## autoproject-0.20/configure-3545-do autoproject-0.20/configure:3546:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` autoproject-0.20/configure-3547-if eval "test \"\${$as_ac_Header+set}\" = set"; then ############################################## autoproject-0.20/configure-3552-fi autoproject-0.20/configure:3553:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 autoproject-0.20/configure:3554:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 autoproject-0.20/configure-3555-else ############################################## autoproject-0.20/configure-3678-fi autoproject-0.20/configure:3679:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 autoproject-0.20/configure:3680:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 autoproject-0.20/configure-3681- autoproject-0.20/configure-3682-fi autoproject-0.20/configure:3683:if test `eval echo '${'$as_ac_Header'}'` = yes; then autoproject-0.20/configure-3684- cat >>confdefs.h <<_ACEOF autoproject-0.20/configure:3685:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 autoproject-0.20/configure-3686-_ACEOF ############################################## autoproject-0.20/configure-3798-ac_LF_and_DOT=`echo; echo .` autoproject-0.20/configure:3799:DEFS=`sed -n -f confdef2opt.sed confdefs.h | tr "$ac_LF_and_DOT" ' .'` autoproject-0.20/configure-3800-rm -f confdef2opt.sed ############################################## autoproject-0.20/configure-3887-do autoproject-0.20/configure:3888: if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then autoproject-0.20/configure-3889- eval $as_var=C; export $as_var ############################################## autoproject-0.20/configure-3945- as_lineno_2=$LINENO autoproject-0.20/configure:3946: as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` autoproject-0.20/configure-3947- test "x$as_lineno_1" != "x$as_lineno_2" && ############################################## autoproject-0.20/configure-3985- as_lineno_2=$LINENO autoproject-0.20/configure:3986: as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` autoproject-0.20/configure-3987- test "x$as_lineno_1" != "x$as_lineno_2" && ############################################## autoproject-0.20/configure-4162-configured by $0, generated by GNU Autoconf 2.59, autoproject-0.20/configure:4163: with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" autoproject-0.20/configure-4164- ############################################## autoproject-0.20/configure-4179- --*=*) autoproject-0.20/configure:4180: ac_option=`expr "x$1" : 'x\([^=]*\)='` autoproject-0.20/configure:4181: ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'` autoproject-0.20/configure-4182- ac_shift=: ############################################## autoproject-0.20/configure-4434- fi autoproject-0.20/configure:4435: ac_sed_frag=`expr $ac_sed_frag + 1` autoproject-0.20/configure-4436- ac_beg=$ac_end autoproject-0.20/configure:4437: ac_end=`expr $ac_end + $ac_max_sed_lines` autoproject-0.20/configure-4438- fi ############################################## autoproject-0.20/configure-4451- cat >$tmp/stdin autoproject-0.20/configure:4452: ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` autoproject-0.20/configure:4453: ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; autoproject-0.20/configure:4454: *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` autoproject-0.20/configure:4455: ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; autoproject-0.20/configure-4456- * ) ac_file_in=$ac_file.in ;; ############################################## autoproject-0.20/configure-4499-if test "$ac_dir" != .; then autoproject-0.20/configure:4500: ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` autoproject-0.20/configure-4501- # A "../" for each directory in $ac_dir_suffix. autoproject-0.20/configure:4502: ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'` autoproject-0.20/configure-4503-else ############################################## autoproject-0.20/configure-4512- else autoproject-0.20/configure:4513: ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'` autoproject-0.20/configure-4514- fi ;; ############################################## autoproject-0.20/configure-4646-for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue autoproject-0.20/configure:4647: ac_dest=`echo "$ac_file" | sed 's,:.*,,'` autoproject-0.20/configure:4648: ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'` autoproject-0.20/configure-4649- ac_dir=`(dirname "$ac_dest") 2>/dev/null || ############################################## autoproject-0.20/configure-4688-if test "$ac_dir" != .; then autoproject-0.20/configure:4689: ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` autoproject-0.20/configure-4690- # A "../" for each directory in $ac_dir_suffix. autoproject-0.20/configure:4691: ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'` autoproject-0.20/configure-4692-else ############################################## autoproject-0.20/configure-4701- else autoproject-0.20/configure:4702: ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'` autoproject-0.20/configure-4703- fi ;; ############################################## autoproject-0.20/configure-4756- # Strip MF so we end up with the name of the file. autoproject-0.20/configure:4757: mf=`echo "$mf" | sed -e 's/:.*$//'` autoproject-0.20/configure-4758- # Check whether this is an Automake generated Makefile or not. ############################################## autoproject-0.20/configure-4782- # running `make'. autoproject-0.20/configure:4783: DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"` autoproject-0.20/configure-4784- test -z "$DEPDIR" && continue autoproject-0.20/configure-4785- # When using ansi2knr, U may be empty or an underscore; expand it autoproject-0.20/configure:4786: U=`sed -n -e '/^U = / s///p' < "$mf"` autoproject-0.20/configure-4787- test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR" ############################################## autoproject-0.20/Makefile.am-6-install-data-local: autoproject-0.20/Makefile.am:7: for f in `(cd $(srcdir)/lib; find . -type d)`; do \ autoproject-0.20/Makefile.am-8- $(INSTALL) -d $(DESTDIR)$(datadir)/autoproject/$$f; \ autoproject-0.20/Makefile.am-9- done; \ autoproject-0.20/Makefile.am:10: for f in `(cd $(srcdir)/lib; find . -type f)`; do \ autoproject-0.20/Makefile.am-11- $(INSTALL_DATA) $(srcdir)/lib/$$f $(DESTDIR)$(datadir)/autoproject/$$f; \ ############################################## autoproject-0.20/aclocal.m4-59-# test to see if srcdir already configured autoproject-0.20/aclocal.m4:60:if test "`cd $srcdir && pwd`" != "`pwd`" && autoproject-0.20/aclocal.m4-61- test -f $srcdir/config.status; then ############################################## autoproject-0.20/aclocal.m4-133- * ) autoproject-0.20/aclocal.m4:134: _am_stamp_count=`expr $_am_stamp_count + 1` ;; autoproject-0.20/aclocal.m4-135- esac autoproject-0.20/aclocal.m4-136-done autoproject-0.20/aclocal.m4:137:echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count]) autoproject-0.20/aclocal.m4-138- ############################################## autoproject-0.20/aclocal.m4-247-if ( autoproject-0.20/aclocal.m4:248: set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null` autoproject-0.20/aclocal.m4-249- if test "$[*]" = "X"; then autoproject-0.20/aclocal.m4-250- # -L didn't work. autoproject-0.20/aclocal.m4:251: set X `ls -t $srcdir/configure conftest.file` autoproject-0.20/aclocal.m4-252- fi ############################################## autoproject-0.20/aclocal.m4-342-# $ac_aux_dir to `$srcdir/foo'. In other projects, it is set to autoproject-0.20/aclocal.m4:343:# `$srcdir', `$srcdir/..', or `$srcdir/../..'. autoproject-0.20/aclocal.m4-344-# ############################################## autoproject-0.20/aclocal.m4-366-# iff we strip the leading $srcdir from $ac_aux_dir. That would be: autoproject-0.20/aclocal.m4:367:# am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"` autoproject-0.20/aclocal.m4-368-# and then we would define $MISSING as ############################################## autoproject-0.20/aclocal.m4-383-# expand $ac_aux_dir to an absolute path autoproject-0.20/aclocal.m4:384:am_aux_dir=`cd $ac_aux_dir && pwd` autoproject-0.20/aclocal.m4-385-]) ############################################## autoproject-0.20/aclocal.m4-557- if test "$am_compiler_list" = ""; then autoproject-0.20/aclocal.m4:558: am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp` autoproject-0.20/aclocal.m4-559- fi ############################################## autoproject-0.20/aclocal.m4-670- # Strip MF so we end up with the name of the file. autoproject-0.20/aclocal.m4:671: mf=`echo "$mf" | sed -e 's/:.*$//'` autoproject-0.20/aclocal.m4-672- # Check whether this is an Automake generated Makefile or not. ############################################## autoproject-0.20/aclocal.m4-678- if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then autoproject-0.20/aclocal.m4:679: dirpart=`AS_DIRNAME("$mf")` autoproject-0.20/aclocal.m4-680- else ############################################## autoproject-0.20/aclocal.m4-685- # running `make'. autoproject-0.20/aclocal.m4:686: DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"` autoproject-0.20/aclocal.m4-687- test -z "$DEPDIR" && continue autoproject-0.20/aclocal.m4-688- # When using ansi2knr, U may be empty or an underscore; expand it autoproject-0.20/aclocal.m4:689: U=`sed -n -e '/^U = / s///p' < "$mf"` autoproject-0.20/aclocal.m4-690- test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR" ############################################## autoproject-0.20/aclocal.m4-706- test -f "$dirpart/$file" && continue autoproject-0.20/aclocal.m4:707: fdir=`AS_DIRNAME(["$file"])` autoproject-0.20/aclocal.m4-708- AS_MKDIR_P([$dirpart/$fdir]) ############################################## autoproject-0.20/aclocal.m4-771-# case it prints its new name instead of `make'. autoproject-0.20/aclocal.m4:772:if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then autoproject-0.20/aclocal.m4-773- am__include=include ############################################## autoproject-0.20/aclocal.m4-779- echo '.include "confinc"' > confmf autoproject-0.20/aclocal.m4:780: if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then autoproject-0.20/aclocal.m4-781- am__include=.include ############################################## autoproject-0.20/autoproject.in-37- autoproject-0.20/autoproject.in:38: TEMP=`getopt -n autoproject -o L::$theoptions --longoptions author:,debug,description:,email:,interface:,language:,name:,option:,parser:,verbose,help,version -- "$@"` autoproject-0.20/autoproject.in-39- one=1; two=2; ############################################## autoproject-0.20/autoproject.in-149-done autoproject-0.20/autoproject.in:150:if [ $gnu_getopt != 1 ]; then shift `expr $OPTIND - 1`; fi autoproject-0.20/autoproject.in-151- ############################################## autoproject-0.20/autoproject.in-209-done autoproject-0.20/autoproject.in:210:CAPNAME=`echo "$NAME"|tr '[a-z]' '[A-Z]'` autoproject-0.20/autoproject.in-211- ############################################## autoproject-0.20/autoproject.in-217- autoproject-0.20/autoproject.in:218:DESCRIPTION=`echo $DESCRIPTION | sed 's,/,\\\\/,g'` autoproject-0.20/autoproject.in:219:DESCRIPTIONC=`echo $DESCRIPTION | sed 's,",\\\\\\\\",g'` autoproject-0.20/autoproject.in-220- ############################################## autoproject-0.20/autoproject.in-233- autoproject-0.20/autoproject.in:234:PRIMARY_LANG=`echo $PROJECT_LANG | $AWK '{print $1}'` autoproject-0.20/autoproject.in-235- ############################################## autoproject-0.20/autoproject.in-275-if [ "$AUTHOR" = "" ]; then autoproject-0.20/autoproject.in:276: AUTHOR=`$AWK -F: -vUSER=$USER '$1 == USER { print $5; }' /etc/passwd` autoproject-0.20/autoproject.in-277- ############################################## autoproject-0.20/autoproject.in-279- # Give NIS a try autoproject-0.20/autoproject.in:280: AUTHOR=`ypmatch $USER passwd.byname|$AWK -F: '{ print $5; }'` autoproject-0.20/autoproject.in-281- fi autoproject-0.20/autoproject.in-282- if echo $AUTHOR | grep -q -- "\,"; then autoproject-0.20/autoproject.in:283: X=`expr index "$AUTHOR" ","` autoproject-0.20/autoproject.in:284: X=`expr $X - 1` || true autoproject-0.20/autoproject.in:285: AUTHOR=`expr substr "$AUTHOR" 1 $X` || true autoproject-0.20/autoproject.in-286- fi ############################################## autoproject-0.20/autoproject.in-303-# `@' must be escaped in a .texinfo file autoproject-0.20/autoproject.in:304:EEMAIL=`echo $EMAIL|sed s/@/@@/` autoproject-0.20/autoproject.in-305- ############################################## autoproject-0.20/autoproject.in-369- if [ -d $DIR ]; then autoproject-0.20/autoproject.in:370: X=`(cd $DIR;ls)` autoproject-0.20/autoproject.in-371- for i in $X; do ############################################## autoproject-0.20/autoproject.in-377- if [ -x $DIR/$i ]; then chmod +x $i; fi autoproject-0.20/autoproject.in:378: PROCESSED=`awk "BEGIN{print $PROCESSED+1}"` autoproject-0.20/autoproject.in-379- fi ############################################## autoproject-0.20/autoproject.in-398- for i in $X; do autoproject-0.20/autoproject.in:399: mv $i `echo $i|sed -e "s/^program/$NAME/"` autoproject-0.20/autoproject.in-400- done ############################################## autoproject-0.20/config.guess-39- autoproject-0.20/config.guess:40:me=`echo "$0" | sed -e 's,.*/,,'` autoproject-0.20/config.guess-41- ############################################## autoproject-0.20/config.guess-108-: ${TMPDIR=/tmp} ; autoproject-0.20/config.guess:109: { tmp=`(umask 077 && mktemp -d -q "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || autoproject-0.20/config.guess-110- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } || ############################################## autoproject-0.20/config.guess-193- *) autoproject-0.20/config.guess:194: release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'` autoproject-0.20/config.guess-195- ;; ############################################## autoproject-0.20/config.guess-217- *4.0) autoproject-0.20/config.guess:218: UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'` autoproject-0.20/config.guess-219- ;; autoproject-0.20/config.guess-220- *5.*) autoproject-0.20/config.guess:221: UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'` autoproject-0.20/config.guess-222- ;; ############################################## autoproject-0.20/config.guess-227- # types through head -n 1, so we only detect the type of CPU 0. autoproject-0.20/config.guess:228: ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1` autoproject-0.20/config.guess-229- case "$ALPHA_CPU_TYPE" in ############################################## autoproject-0.20/config.guess-265- # 1.2 uses "1.2" for uname -r. autoproject-0.20/config.guess:266: echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` autoproject-0.20/config.guess-267- exit ;; ############################################## autoproject-0.20/config.guess-322- sun4H:SunOS:5.*:*) autoproject-0.20/config.guess:323: echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` autoproject-0.20/config.guess-324- exit ;; autoproject-0.20/config.guess-325- sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) autoproject-0.20/config.guess:326: echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` autoproject-0.20/config.guess-327- exit ;; autoproject-0.20/config.guess-328- i86pc:SunOS:5.*:*) autoproject-0.20/config.guess:329: echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` autoproject-0.20/config.guess-330- exit ;; ############################################## autoproject-0.20/config.guess-334- # it's likely to be more like Solaris than SunOS4. autoproject-0.20/config.guess:335: echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` autoproject-0.20/config.guess-336- exit ;; ############################################## autoproject-0.20/config.guess-343- # Japanese Language versions have a version number like `4.1.3-JL'. autoproject-0.20/config.guess:344: echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'` autoproject-0.20/config.guess-345- exit ;; ############################################## autoproject-0.20/config.guess-349- sun*:*:4.2BSD:*) autoproject-0.20/config.guess:350: UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null` autoproject-0.20/config.guess-351- test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3 ############################################## autoproject-0.20/config.guess-431- $CC_FOR_BUILD -o $dummy $dummy.c && autoproject-0.20/config.guess:432: dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` && autoproject-0.20/config.guess:433: SYSTEM_NAME=`$dummy $dummyarg` && autoproject-0.20/config.guess-434- { echo "$SYSTEM_NAME"; exit; } ############################################## autoproject-0.20/config.guess-487- *:IRIX*:*:*) autoproject-0.20/config.guess:488: echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'` autoproject-0.20/config.guess-489- exit ;; ############################################## autoproject-0.20/config.guess-517-EOF autoproject-0.20/config.guess:518: if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` autoproject-0.20/config.guess-519- then ############################################## autoproject-0.20/config.guess-530- *:AIX:*:[45]) autoproject-0.20/config.guess:531: IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'` autoproject-0.20/config.guess-532- if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then ############################################## autoproject-0.20/config.guess-565- 9000/[34678]??:HP-UX:*:*) autoproject-0.20/config.guess:566: HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` autoproject-0.20/config.guess-567- case "${UNAME_MACHINE}" in ############################################## autoproject-0.20/config.guess-619-EOF autoproject-0.20/config.guess:620: (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy` autoproject-0.20/config.guess-621- test -z "$HP_ARCH" && HP_ARCH=hppa ############################################## autoproject-0.20/config.guess-647- ia64:HP-UX:*:*) autoproject-0.20/config.guess:648: HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` autoproject-0.20/config.guess-649- echo ia64-hp-hpux${HPUX_REV} ############################################## autoproject-0.20/config.guess-677-EOF autoproject-0.20/config.guess:678: $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` && autoproject-0.20/config.guess-679- { echo "$SYSTEM_NAME"; exit; } ############################################## autoproject-0.20/config.guess-748- FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` autoproject-0.20/config.guess:749: FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'` autoproject-0.20/config.guess-750- echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" ############################################## autoproject-0.20/config.guess-753- FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` autoproject-0.20/config.guess:754: FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'` autoproject-0.20/config.guess-755- echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" ############################################## autoproject-0.20/config.guess-766- *:FreeBSD:*:*) autoproject-0.20/config.guess:767: echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` autoproject-0.20/config.guess-768- exit ;; ############################################## autoproject-0.20/config.guess-803- prep*:SunOS:5.*:*) autoproject-0.20/config.guess:804: echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` autoproject-0.20/config.guess-805- exit ;; ############################################## autoproject-0.20/config.guess-807- # the GNU system autoproject-0.20/config.guess:808: echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'` autoproject-0.20/config.guess-809- exit ;; ############################################## autoproject-0.20/config.guess-811- # other systems with GNU libc and userland autoproject-0.20/config.guess:812: echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu autoproject-0.20/config.guess-813- exit ;; ############################################## autoproject-0.20/config.guess-853-EOF autoproject-0.20/config.guess:854: eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=` autoproject-0.20/config.guess-855- test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } ############################################## autoproject-0.20/config.guess-872-EOF autoproject-0.20/config.guess:873: eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=` autoproject-0.20/config.guess-874- test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } ############################################## autoproject-0.20/config.guess-976-EOF autoproject-0.20/config.guess:977: eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=` autoproject-0.20/config.guess-978- test x"${LIBC}" != x && { ############################################## autoproject-0.20/config.guess-1018- i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*) autoproject-0.20/config.guess:1019: UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'` autoproject-0.20/config.guess-1020- if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then ############################################## autoproject-0.20/config.guess-1251- *:DragonFly:*:*) autoproject-0.20/config.guess:1252: echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` autoproject-0.20/config.guess-1253- exit ;; ############################################## autoproject-0.20/config.guess-1264- i*86:skyos:*:*) autoproject-0.20/config.guess:1265: echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//' autoproject-0.20/config.guess-1266- exit ;; ############################################## autoproject-0.20/config.guess-1386- autoproject-0.20/config.guess:1387:$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` && autoproject-0.20/config.guess-1388- { echo "$SYSTEM_NAME"; exit; } ############################################## autoproject-0.20/config.sub-68-# Here we must recognize all the valid KERNEL-OS combinations. autoproject-0.20/config.sub:69:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` autoproject-0.20/config.sub-70-case $maybe_os in ############################################## autoproject-0.20/config.sub-72- os=-$maybe_os autoproject-0.20/config.sub:73: basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` autoproject-0.20/config.sub-74- ;; autoproject-0.20/config.sub-75- *) autoproject-0.20/config.sub:76: basic_machine=`echo $1 | sed 's/-[^-]*$//'` autoproject-0.20/config.sub-77- if [ $basic_machine != $1 ] autoproject-0.20/config.sub:78: then os=`echo $1 | sed 's/.*-/-/'` autoproject-0.20/config.sub-79- else os=; fi ############################################## autoproject-0.20/config.sub-115- os=-sco3.2v5 autoproject-0.20/config.sub:116: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` autoproject-0.20/config.sub-117- ;; ############################################## autoproject-0.20/config.sub-119- os=-sco3.2v4 autoproject-0.20/config.sub:120: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` autoproject-0.20/config.sub-121- ;; autoproject-0.20/config.sub-122- -sco3.2.[4-9]*) autoproject-0.20/config.sub:123: os=`echo $os | sed -e 's/sco3.2./sco3.2v/'` autoproject-0.20/config.sub:124: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` autoproject-0.20/config.sub-125- ;; ############################################## autoproject-0.20/config.sub-127- # Don't forget version if it is 3.2v4 or newer. autoproject-0.20/config.sub:128: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` autoproject-0.20/config.sub-129- ;; ############################################## autoproject-0.20/config.sub-131- os=-sco3.2v2 autoproject-0.20/config.sub:132: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` autoproject-0.20/config.sub-133- ;; autoproject-0.20/config.sub-134- -udk*) autoproject-0.20/config.sub:135: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` autoproject-0.20/config.sub-136- ;; ############################################## autoproject-0.20/config.sub-138- os=-isc2.2 autoproject-0.20/config.sub:139: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` autoproject-0.20/config.sub-140- ;; ############################################## autoproject-0.20/config.sub-144- -isc*) autoproject-0.20/config.sub:145: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` autoproject-0.20/config.sub-146- ;; ############################################## autoproject-0.20/config.sub-150- -ptx*) autoproject-0.20/config.sub:151: basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'` autoproject-0.20/config.sub-152- ;; autoproject-0.20/config.sub-153- -windowsnt*) autoproject-0.20/config.sub:154: os=`echo $os | sed -e 's/windowsnt/winnt/'` autoproject-0.20/config.sub-155- ;; ############################################## autoproject-0.20/config.sub-189- *-*-*) autoproject-0.20/config.sub:190: echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 autoproject-0.20/config.sub-191- exit 1 ############################################## autoproject-0.20/config.sub-432- i[34567]86v32) autoproject-0.20/config.sub:433: basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` autoproject-0.20/config.sub-434- os=-sysv32 ############################################## autoproject-0.20/config.sub-436- i[34567]86v4*) autoproject-0.20/config.sub:437: basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` autoproject-0.20/config.sub-438- os=-sysv4 ############################################## autoproject-0.20/config.sub-440- i[34567]86v) autoproject-0.20/config.sub:441: basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` autoproject-0.20/config.sub-442- os=-sysv ############################################## autoproject-0.20/config.sub-444- i[34567]86sol2) autoproject-0.20/config.sub:445: basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` autoproject-0.20/config.sub-446- os=-solaris2 ############################################## autoproject-0.20/config.sub-504- mips3*-*) autoproject-0.20/config.sub:505: basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'` autoproject-0.20/config.sub-506- ;; autoproject-0.20/config.sub-507- mips3*) autoproject-0.20/config.sub:508: basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown autoproject-0.20/config.sub-509- ;; ############################################## autoproject-0.20/config.sub-616- pentium-* | p5-* | k5-* | k6-* | nexen-*) autoproject-0.20/config.sub:617: basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'` autoproject-0.20/config.sub-618- ;; autoproject-0.20/config.sub-619- pentiumpro-* | p6-* | 6x86-*) autoproject-0.20/config.sub:620: basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` autoproject-0.20/config.sub-621- ;; autoproject-0.20/config.sub-622- pentiumii-* | pentium2-*) autoproject-0.20/config.sub:623: basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'` autoproject-0.20/config.sub-624- ;; ############################################## autoproject-0.20/config.sub-631- ;; autoproject-0.20/config.sub:632: ppc-*) basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'` autoproject-0.20/config.sub-633- ;; ############################################## autoproject-0.20/config.sub-637- ppcle-* | powerpclittle-*) autoproject-0.20/config.sub:638: basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'` autoproject-0.20/config.sub-639- ;; ############################################## autoproject-0.20/config.sub-853- *) autoproject-0.20/config.sub:854: echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 autoproject-0.20/config.sub-855- exit 1 ############################################## autoproject-0.20/config.sub-861- *-digital*) autoproject-0.20/config.sub:862: basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'` autoproject-0.20/config.sub-863- ;; autoproject-0.20/config.sub-864- *-commodore*) autoproject-0.20/config.sub:865: basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'` autoproject-0.20/config.sub-866- ;; ############################################## autoproject-0.20/config.sub-879- -solaris1 | -solaris1.*) autoproject-0.20/config.sub:880: os=`echo $os | sed -e 's|solaris1|sunos4|'` autoproject-0.20/config.sub-881- ;; ############################################## autoproject-0.20/config.sub-891- -gnu/linux*) autoproject-0.20/config.sub:892: os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'` autoproject-0.20/config.sub-893- ;; ############################################## autoproject-0.20/config.sub-918- -mac*) autoproject-0.20/config.sub:919: os=`echo $os | sed -e 's|mac|macos|'` autoproject-0.20/config.sub-920- ;; autoproject-0.20/config.sub-921- -linux*) autoproject-0.20/config.sub:922: os=`echo $os | sed -e 's|linux|linux-gnu|'` autoproject-0.20/config.sub-923- ;; autoproject-0.20/config.sub-924- -sunos5*) autoproject-0.20/config.sub:925: os=`echo $os | sed -e 's|sunos5|solaris2|'` autoproject-0.20/config.sub-926- ;; autoproject-0.20/config.sub-927- -sunos6*) autoproject-0.20/config.sub:928: os=`echo $os | sed -e 's|sunos6|solaris3|'` autoproject-0.20/config.sub-929- ;; ############################################## autoproject-0.20/config.sub-955- -sinix5.*) autoproject-0.20/config.sub:956: os=`echo $os | sed -e 's|sinix|sysv|'` autoproject-0.20/config.sub-957- ;; ############################################## autoproject-0.20/config.sub-994- # Get rid of the `-' at the beginning of $os. autoproject-0.20/config.sub:995: os=`echo $os | sed 's/[^-]*-//'` autoproject-0.20/config.sub:996: echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2 autoproject-0.20/config.sub-997- exit 1 ############################################## autoproject-0.20/config.sub-1211- esac autoproject-0.20/config.sub:1212: basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"` autoproject-0.20/config.sub-1213- ;; ############################################## autoproject-0.20/install-sh-85- autoproject-0.20/install-sh:86: -t=*) transformarg=`echo $1 | sed 's/-t=//'` autoproject-0.20/install-sh-87- shift ############################################## autoproject-0.20/install-sh-89- autoproject-0.20/install-sh:90: -b=*) transformbasename=`echo $1 | sed 's/-b=//'` autoproject-0.20/install-sh-91- shift ############################################## autoproject-0.20/install-sh-151- then autoproject-0.20/install-sh:152: dst="$dst"/`basename $src` autoproject-0.20/install-sh-153- else ############################################## autoproject-0.20/install-sh-158-## this sed command emulates the dirname command autoproject-0.20/install-sh:159:dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'` autoproject-0.20/install-sh-160- ############################################## autoproject-0.20/install-sh-172-IFS='%' autoproject-0.20/install-sh:173:set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'` autoproject-0.20/install-sh-174-IFS="${oIFS}" ############################################## autoproject-0.20/install-sh-206- then autoproject-0.20/install-sh:207: dstfile=`basename $dst` autoproject-0.20/install-sh-208- else ############################################## autoproject-0.20/install-sh-216- then autoproject-0.20/install-sh:217: dstfile=`basename $dst` autoproject-0.20/install-sh-218- else ############################################## autoproject-0.20/missing-128- from any GNU archive site." autoproject-0.20/missing:129: files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}` autoproject-0.20/missing-130- test -z "$files" && files="config.h" ############################################## autoproject-0.20/missing-167- proper tools for further handling them. autoproject-0.20/missing:168: You can get \`$1Help2man' as part of \`Autoconf' from any GNU autoproject-0.20/missing-169- archive site." autoproject-0.20/missing-170- autoproject-0.20/missing:171: file=`echo "$*" | sed -n 's/.*--output[ =]*\([^ ]*\).*/\1/p'` autoproject-0.20/missing:172: test -z "$file" && file=`echo "$*" | sed -n 's/.*-o[ ]*\([^ ]*\).*/\1/p'` autoproject-0.20/missing-173- if test -f "$file"; then ############################################## autoproject-0.20/missing-196- *.y) autoproject-0.20/missing:197: SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'` autoproject-0.20/missing-198- if [ -f "$SRCFILE" ]; then ############################################## autoproject-0.20/missing-200- fi autoproject-0.20/missing:201: SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'` autoproject-0.20/missing-202- if [ -f "$SRCFILE" ]; then ############################################## autoproject-0.20/missing-226- *.l) autoproject-0.20/missing:227: SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'` autoproject-0.20/missing-228- if [ -f "$SRCFILE" ]; then ############################################## autoproject-0.20/missing-250- autoproject-0.20/missing:251: file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'` autoproject-0.20/missing-252- if test -z "$file"; then autoproject-0.20/missing:253: file=`echo "$*" | sed -n 's/.*--output=\([^ ]*\).*/\1/p'` autoproject-0.20/missing-254- fi ############################################## autoproject-0.20/missing-276- the \`GNU make' package. Grab either from any GNU archive site." autoproject-0.20/missing:277: file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'` autoproject-0.20/missing-278- if test -z "$file"; then autoproject-0.20/missing:279: file=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'` autoproject-0.20/missing:280: file=`sed -n '/^@setfilename/ { s/.* \([^ ]*\) *$/\1/; p; q; }' $file` autoproject-0.20/missing-281- fi ############################################## autoproject-0.20/missing-304- *o*) autoproject-0.20/missing:305: firstarg=`echo "$firstarg" | sed s/o//` autoproject-0.20/missing-306- tar "$firstarg" "$@" && exit 0 ############################################## autoproject-0.20/missing-310- *h*) autoproject-0.20/missing:311: firstarg=`echo "$firstarg" | sed s/h//` autoproject-0.20/missing-312- tar "$firstarg" "$@" && exit 0 ############################################## autoproject-0.20/mkinstalldirs-69-do autoproject-0.20/mkinstalldirs:70: set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'` autoproject-0.20/mkinstalldirs-71- shift