=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== joe-4.6/config.sub-52- joe-4.6/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'` joe-4.6/config.sub-54- ############################################## joe-4.6/config.sub-115-# Here we must recognize all the valid KERNEL-OS combinations. joe-4.6/config.sub:116:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` joe-4.6/config.sub-117-case $maybe_os in ############################################## joe-4.6/config.sub-123- os=-$maybe_os joe-4.6/config.sub:124: basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` joe-4.6/config.sub-125- ;; ############################################## joe-4.6/config.sub-127- os=-linux-android joe-4.6/config.sub:128: basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown joe-4.6/config.sub-129- ;; joe-4.6/config.sub-130- *) joe-4.6/config.sub:131: basic_machine=`echo $1 | sed 's/-[^-]*$//'` joe-4.6/config.sub-132- if [ $basic_machine != $1 ] joe-4.6/config.sub:133: then os=`echo $1 | sed 's/.*-/-/'` joe-4.6/config.sub-134- else os=; fi ############################################## joe-4.6/config.sub-181- os=-sco5v6 joe-4.6/config.sub:182: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` joe-4.6/config.sub-183- ;; ############################################## joe-4.6/config.sub-185- os=-sco3.2v5 joe-4.6/config.sub:186: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` joe-4.6/config.sub-187- ;; ############################################## joe-4.6/config.sub-189- os=-sco3.2v4 joe-4.6/config.sub:190: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` joe-4.6/config.sub-191- ;; joe-4.6/config.sub-192- -sco3.2.[4-9]*) joe-4.6/config.sub:193: os=`echo $os | sed -e 's/sco3.2./sco3.2v/'` joe-4.6/config.sub:194: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` joe-4.6/config.sub-195- ;; ############################################## joe-4.6/config.sub-197- # Don't forget version if it is 3.2v4 or newer. joe-4.6/config.sub:198: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` joe-4.6/config.sub-199- ;; ############################################## joe-4.6/config.sub-201- # Don't forget version if it is 3.2v4 or newer. joe-4.6/config.sub:202: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` joe-4.6/config.sub-203- ;; ############################################## joe-4.6/config.sub-205- os=-sco3.2v2 joe-4.6/config.sub:206: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` joe-4.6/config.sub-207- ;; joe-4.6/config.sub-208- -udk*) joe-4.6/config.sub:209: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` joe-4.6/config.sub-210- ;; ############################################## joe-4.6/config.sub-212- os=-isc2.2 joe-4.6/config.sub:213: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` joe-4.6/config.sub-214- ;; ############################################## joe-4.6/config.sub-218- -isc*) joe-4.6/config.sub:219: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` joe-4.6/config.sub-220- ;; ############################################## joe-4.6/config.sub-230- -ptx*) joe-4.6/config.sub:231: basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'` joe-4.6/config.sub-232- ;; joe-4.6/config.sub-233- -windowsnt*) joe-4.6/config.sub:234: os=`echo $os | sed -e 's/windowsnt/winnt/'` joe-4.6/config.sub-235- ;; ############################################## joe-4.6/config.sub-359- *-*-*) joe-4.6/config.sub:360: echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 joe-4.6/config.sub-361- exit 1 ############################################## joe-4.6/config.sub-479- amd64-*) joe-4.6/config.sub:480: basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'` joe-4.6/config.sub-481- ;; ############################################## joe-4.6/config.sub-521- blackfin-*) joe-4.6/config.sub:522: basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'` joe-4.6/config.sub-523- os=-linux ############################################## joe-4.6/config.sub-529- c54x-*) joe-4.6/config.sub:530: basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'` joe-4.6/config.sub-531- ;; joe-4.6/config.sub-532- c55x-*) joe-4.6/config.sub:533: basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'` joe-4.6/config.sub-534- ;; joe-4.6/config.sub-535- c6x-*) joe-4.6/config.sub:536: basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'` joe-4.6/config.sub-537- ;; ############################################## joe-4.6/config.sub-732- i*86v32) joe-4.6/config.sub:733: basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` joe-4.6/config.sub-734- os=-sysv32 ############################################## joe-4.6/config.sub-736- i*86v4*) joe-4.6/config.sub:737: basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` joe-4.6/config.sub-738- os=-sysv4 ############################################## joe-4.6/config.sub-740- i*86v) joe-4.6/config.sub:741: basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` joe-4.6/config.sub-742- os=-sysv ############################################## joe-4.6/config.sub-744- i*86sol2) joe-4.6/config.sub:745: basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` joe-4.6/config.sub-746- os=-solaris2 ############################################## joe-4.6/config.sub-774- m68knommu-*) joe-4.6/config.sub:775: basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'` joe-4.6/config.sub-776- os=-linux ############################################## joe-4.6/config.sub-811- mips3*-*) joe-4.6/config.sub:812: basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'` joe-4.6/config.sub-813- ;; joe-4.6/config.sub-814- mips3*) joe-4.6/config.sub:815: basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown joe-4.6/config.sub-816- ;; ############################################## joe-4.6/config.sub-829- ms1-*) joe-4.6/config.sub:830: basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'` joe-4.6/config.sub-831- ;; ############################################## joe-4.6/config.sub-948- parisc-*) joe-4.6/config.sub:949: basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'` joe-4.6/config.sub-950- os=-linux ############################################## joe-4.6/config.sub-964- pc98-*) joe-4.6/config.sub:965: basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'` joe-4.6/config.sub-966- ;; ############################################## joe-4.6/config.sub-979- pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*) joe-4.6/config.sub:980: basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'` joe-4.6/config.sub-981- ;; joe-4.6/config.sub-982- pentiumpro-* | p6-* | 6x86-* | athlon-*) joe-4.6/config.sub:983: basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` joe-4.6/config.sub-984- ;; joe-4.6/config.sub-985- pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*) joe-4.6/config.sub:986: basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` joe-4.6/config.sub-987- ;; joe-4.6/config.sub-988- pentium4-*) joe-4.6/config.sub:989: basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'` joe-4.6/config.sub-990- ;; ############################################## joe-4.6/config.sub-998- ppc-* | ppcbe-*) joe-4.6/config.sub:999: basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'` joe-4.6/config.sub-1000- ;; ############################################## joe-4.6/config.sub-1004- ppcle-* | powerpclittle-*) joe-4.6/config.sub:1005: basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'` joe-4.6/config.sub-1006- ;; ############################################## joe-4.6/config.sub-1008- ;; joe-4.6/config.sub:1009: ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'` joe-4.6/config.sub-1010- ;; ############################################## joe-4.6/config.sub-1014- ppc64le-* | powerpc64little-*) joe-4.6/config.sub:1015: basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'` joe-4.6/config.sub-1016- ;; ############################################## joe-4.6/config.sub-1097- strongarm-* | thumb-*) joe-4.6/config.sub:1098: basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'` joe-4.6/config.sub-1099- ;; ############################################## joe-4.6/config.sub-1227- xscale-* | xscalee[bl]-*) joe-4.6/config.sub:1228: basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'` joe-4.6/config.sub-1229- ;; ############################################## joe-4.6/config.sub-1304- *) joe-4.6/config.sub:1305: echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 joe-4.6/config.sub-1306- exit 1 ############################################## joe-4.6/config.sub-1312- *-digital*) joe-4.6/config.sub:1313: basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'` joe-4.6/config.sub-1314- ;; joe-4.6/config.sub-1315- *-commodore*) joe-4.6/config.sub:1316: basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'` joe-4.6/config.sub-1317- ;; ############################################## joe-4.6/config.sub-1333- -solaris1 | -solaris1.*) joe-4.6/config.sub:1334: os=`echo $os | sed -e 's|solaris1|sunos4|'` joe-4.6/config.sub-1335- ;; ############################################## joe-4.6/config.sub-1345- -gnu/linux*) joe-4.6/config.sub:1346: os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'` joe-4.6/config.sub-1347- ;; ############################################## joe-4.6/config.sub-1391- -nto*) joe-4.6/config.sub:1392: os=`echo $os | sed -e 's|nto|nto-qnx|'` joe-4.6/config.sub-1393- ;; ############################################## joe-4.6/config.sub-1398- -mac*) joe-4.6/config.sub:1399: os=`echo $os | sed -e 's|mac|macos|'` joe-4.6/config.sub-1400- ;; ############################################## joe-4.6/config.sub-1404- -linux*) joe-4.6/config.sub:1405: os=`echo $os | sed -e 's|linux|linux-gnu|'` joe-4.6/config.sub-1406- ;; joe-4.6/config.sub-1407- -sunos5*) joe-4.6/config.sub:1408: os=`echo $os | sed -e 's|sunos5|solaris2|'` joe-4.6/config.sub-1409- ;; joe-4.6/config.sub-1410- -sunos6*) joe-4.6/config.sub:1411: os=`echo $os | sed -e 's|sunos6|solaris3|'` joe-4.6/config.sub-1412- ;; ############################################## joe-4.6/config.sub-1459- -sinix5.*) joe-4.6/config.sub:1460: os=`echo $os | sed -e 's|sinix|sysv|'` joe-4.6/config.sub-1461- ;; ############################################## joe-4.6/config.sub-1512- # Get rid of the `-' at the beginning of $os. joe-4.6/config.sub:1513: os=`echo $os | sed 's/[^-]*-//'` joe-4.6/config.sub:1514: echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2 joe-4.6/config.sub-1515- exit 1 ############################################## joe-4.6/config.sub-1778- esac joe-4.6/config.sub:1779: basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"` joe-4.6/config.sub-1780- ;; ############################################## joe-4.6/po/Makefile.in-40- { \ joe-4.6/po/Makefile.in:41: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ joe-4.6/po/Makefile.in-42- }; \ ############################################## joe-4.6/po/Makefile.in-111- esac joe-4.6/po/Makefile.in:112:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; joe-4.6/po/Makefile.in-113-am__vpath_adj = case $$p in \ joe-4.6/po/Makefile.in:114: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ joe-4.6/po/Makefile.in-115- *) f=$$p;; \ joe-4.6/po/Makefile.in-116- esac; joe-4.6/po/Makefile.in:117:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; joe-4.6/po/Makefile.in-118-am__install_max = 40 joe-4.6/po/Makefile.in-119-am__nobase_strip_setup = \ joe-4.6/po/Makefile.in:120: srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` joe-4.6/po/Makefile.in-121-am__nobase_strip = \ ############################################## joe-4.6/po/Makefile.in-301- @list='$(data_lang_DATA)'; test -n "$(data_langdir)" || list=; \ joe-4.6/po/Makefile.in:302: files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ joe-4.6/po/Makefile.in-303- dir='$(DESTDIR)$(data_langdir)'; $(am__uninstall_files_from_dir) ############################################## joe-4.6/po/Makefile.in-311-distdir: $(DISTFILES) joe-4.6/po/Makefile.in:312: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ joe-4.6/po/Makefile.in:313: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ joe-4.6/po/Makefile.in-314- list='$(DISTFILES)'; \ ############################################## joe-4.6/po/Makefile.in-325- if test -d $$d/$$file; then \ joe-4.6/po/Makefile.in:326: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ joe-4.6/po/Makefile.in-327- if test -d "$(distdir)/$$file"; then \ ############################################## joe-4.6/colors/Makefile.in-40- { \ joe-4.6/colors/Makefile.in:41: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ joe-4.6/colors/Makefile.in-42- }; \ ############################################## joe-4.6/colors/Makefile.in-111- esac joe-4.6/colors/Makefile.in:112:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; joe-4.6/colors/Makefile.in-113-am__vpath_adj = case $$p in \ joe-4.6/colors/Makefile.in:114: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ joe-4.6/colors/Makefile.in-115- *) f=$$p;; \ joe-4.6/colors/Makefile.in-116- esac; joe-4.6/colors/Makefile.in:117:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; joe-4.6/colors/Makefile.in-118-am__install_max = 40 joe-4.6/colors/Makefile.in-119-am__nobase_strip_setup = \ joe-4.6/colors/Makefile.in:120: srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` joe-4.6/colors/Makefile.in-121-am__nobase_strip = \ ############################################## joe-4.6/colors/Makefile.in-303- @list='$(data_color_DATA)'; test -n "$(data_colordir)" || list=; \ joe-4.6/colors/Makefile.in:304: files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ joe-4.6/colors/Makefile.in-305- dir='$(DESTDIR)$(data_colordir)'; $(am__uninstall_files_from_dir) ############################################## joe-4.6/colors/Makefile.in-313-distdir: $(DISTFILES) joe-4.6/colors/Makefile.in:314: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ joe-4.6/colors/Makefile.in:315: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ joe-4.6/colors/Makefile.in-316- list='$(DISTFILES)'; \ ############################################## joe-4.6/colors/Makefile.in-327- if test -d $$d/$$file; then \ joe-4.6/colors/Makefile.in:328: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ joe-4.6/colors/Makefile.in-329- if test -d "$(distdir)/$$file"; then \ ############################################## joe-4.6/compile-67- mingw/*) joe-4.6/compile:68: file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'` joe-4.6/compile-69- ;; joe-4.6/compile-70- cygwin/*) joe-4.6/compile:71: file=`cygpath -m "$file" || echo "$file"` joe-4.6/compile-72- ;; joe-4.6/compile-73- wine/*) joe-4.6/compile:74: file=`winepath -w "$file" || echo "$file"` joe-4.6/compile-75- ;; ############################################## joe-4.6/compile-309-# Name of file we expect compiler to create. joe-4.6/compile:310:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'` joe-4.6/compile-311- ############################################## joe-4.6/compile-315-# object file name, since that is what matters with a parallel build. joe-4.6/compile:316:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d joe-4.6/compile-317-while true; do ############################################## joe-4.6/joe/util/Makefile.in-40- { \ joe-4.6/joe/util/Makefile.in:41: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ joe-4.6/joe/util/Makefile.in-42- }; \ ############################################## joe-4.6/joe/util/Makefile.in-361-.c.obj: joe-4.6/joe/util/Makefile.in:362:@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` joe-4.6/joe/util/Makefile.in-363-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po ############################################## joe-4.6/joe/util/Makefile.in-365-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ joe-4.6/joe/util/Makefile.in:366:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` joe-4.6/joe/util/Makefile.in-367- ############################################## joe-4.6/joe/util/Makefile.in-397-GTAGS: joe-4.6/joe/util/Makefile.in:398: here=`$(am__cd) $(top_builddir) && pwd` \ joe-4.6/joe/util/Makefile.in-399- && $(am__cd) $(top_srcdir) \ ############################################## joe-4.6/joe/util/Makefile.in-420-distdir: $(DISTFILES) joe-4.6/joe/util/Makefile.in:421: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ joe-4.6/joe/util/Makefile.in:422: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ joe-4.6/joe/util/Makefile.in-423- list='$(DISTFILES)'; \ ############################################## joe-4.6/joe/util/Makefile.in-434- if test -d $$d/$$file; then \ joe-4.6/joe/util/Makefile.in:435: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ joe-4.6/joe/util/Makefile.in-436- if test -d "$(distdir)/$$file"; then \ ############################################## joe-4.6/joe/Makefile.in-41- { \ joe-4.6/joe/Makefile.in:42: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ joe-4.6/joe/Makefile.in-43- }; \ ############################################## joe-4.6/joe/Makefile.in-198- while test -n "$$dir1"; do \ joe-4.6/joe/Makefile.in:199: first=`echo "$$dir1" | sed -e "$$sed_first"`; \ joe-4.6/joe/Makefile.in-200- if test "$$first" != "."; then \ joe-4.6/joe/Makefile.in-201- if test "$$first" = ".."; then \ joe-4.6/joe/Makefile.in:202: dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ joe-4.6/joe/Makefile.in:203: dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ joe-4.6/joe/Makefile.in-204- else \ joe-4.6/joe/Makefile.in:205: first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ joe-4.6/joe/Makefile.in-206- if test "$$first2" = "$$first"; then \ joe-4.6/joe/Makefile.in:207: dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ joe-4.6/joe/Makefile.in-208- else \ ############################################## joe-4.6/joe/Makefile.in-213- fi; \ joe-4.6/joe/Makefile.in:214: dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ joe-4.6/joe/Makefile.in-215- done; \ ############################################## joe-4.6/joe/Makefile.in-513-.c.obj: joe-4.6/joe/Makefile.in:514:@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` joe-4.6/joe/Makefile.in-515-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po ############################################## joe-4.6/joe/Makefile.in-517-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ joe-4.6/joe/Makefile.in:518:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` joe-4.6/joe/Makefile.in-519- ############################################## joe-4.6/joe/Makefile.in-533- dot_seen=no; \ joe-4.6/joe/Makefile.in:534: target=`echo $@ | sed s/-recursive//`; \ joe-4.6/joe/Makefile.in-535- case "$@" in \ ############################################## joe-4.6/joe/Makefile.in-596-GTAGS: joe-4.6/joe/Makefile.in:597: here=`$(am__cd) $(top_builddir) && pwd` \ joe-4.6/joe/Makefile.in-598- && $(am__cd) $(top_srcdir) \ ############################################## joe-4.6/joe/Makefile.in-619-distdir: $(DISTFILES) joe-4.6/joe/Makefile.in:620: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ joe-4.6/joe/Makefile.in:621: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ joe-4.6/joe/Makefile.in-622- list='$(DISTFILES)'; \ ############################################## joe-4.6/joe/Makefile.in-633- if test -d $$d/$$file; then \ joe-4.6/joe/Makefile.in:634: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ joe-4.6/joe/Makefile.in-635- if test -d "$(distdir)/$$file"; then \ ############################################## joe-4.6/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \ joe-4.6/configure:44: && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then joe-4.6/configure-45- as_echo='print -r --' joe-4.6/configure-46- as_echo_n='print -rn --' joe-4.6/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then joe-4.6/configure-48- as_echo='printf %s\n' ############################################## joe-4.6/configure-50-else joe-4.6/configure:51: if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then joe-4.6/configure-52- as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' ############################################## joe-4.6/configure-60- expr "X$arg" : "X\\(.*\\)$as_nl"; joe-4.6/configure:61: arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; joe-4.6/configure-62- esac; ############################################## joe-4.6/configure-197- eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && joe-4.6/configure:198: test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1 joe-4.6/configure-199-test \$(( 1 + 1 )) = 2 || exit 1" ############################################## joe-4.6/configure-324- case $as_dir in #( joe-4.6/configure:325: *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( joe-4.6/configure-326- *) as_qdir=$as_dir;; ############################################## joe-4.6/configure-397- { joe-4.6/configure:398: as_val=`expr "$@" || test $? -eq 1` joe-4.6/configure-399- } ############################################## joe-4.6/configure-404-# ---------------------------------------- joe-4.6/configure:405:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are joe-4.6/configure-406-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the ############################################## joe-4.6/configure-467- eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" && joe-4.6/configure:468: test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || { joe-4.6/configure-469- # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-) ############################################## joe-4.6/configure-810- case $ac_option in joe-4.6/configure:811: *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; joe-4.6/configure-812- *=) ac_optarg= ;; ############################################## joe-4.6/configure-854- -disable-* | --disable-*) joe-4.6/configure:855: ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` joe-4.6/configure-856- # Reject names that are not valid shell variable names. ############################################## joe-4.6/configure-859- ac_useropt_orig=$ac_useropt joe-4.6/configure:860: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` joe-4.6/configure-861- case $ac_user_opts in ############################################## joe-4.6/configure-880- -enable-* | --enable-*) joe-4.6/configure:881: ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` joe-4.6/configure-882- # Reject names that are not valid shell variable names. ############################################## joe-4.6/configure-885- ac_useropt_orig=$ac_useropt joe-4.6/configure:886: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` joe-4.6/configure-887- case $ac_user_opts in ############################################## joe-4.6/configure-1084- -with-* | --with-*) joe-4.6/configure:1085: ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` joe-4.6/configure-1086- # Reject names that are not valid shell variable names. ############################################## joe-4.6/configure-1089- ac_useropt_orig=$ac_useropt joe-4.6/configure:1090: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` joe-4.6/configure-1091- case $ac_user_opts in ############################################## joe-4.6/configure-1100- -without-* | --without-*) joe-4.6/configure:1101: ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` joe-4.6/configure-1102- # Reject names that are not valid shell variable names. ############################################## joe-4.6/configure-1105- ac_useropt_orig=$ac_useropt joe-4.6/configure:1106: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` joe-4.6/configure-1107- case $ac_user_opts in ############################################## joe-4.6/configure-1138- *=*) joe-4.6/configure:1139: ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` joe-4.6/configure-1140- # Reject names that are not valid shell variable names. ############################################## joe-4.6/configure-1159-if test -n "$ac_prev"; then joe-4.6/configure:1160: ac_option=--`echo $ac_prev | sed 's/_/-/g'` joe-4.6/configure-1161- as_fn_error $? "missing argument to $ac_option" ############################################## joe-4.6/configure-1181- */ ) joe-4.6/configure:1182: ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` joe-4.6/configure-1183- eval $ac_var=\$ac_val;; ############################################## joe-4.6/configure-1216-ac_ls_di=`ls -di .` && joe-4.6/configure:1217:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || joe-4.6/configure-1218- as_fn_error $? "working directory cannot be determined" ############################################## joe-4.6/configure-1272-case $srcdir in joe-4.6/configure:1273:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; joe-4.6/configure-1274-esac ############################################## joe-4.6/configure-1315-By default, \`make install' will install all the files in joe-4.6/configure:1316:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify joe-4.6/configure:1317:an installation prefix other than \`$ac_default_prefix' using \`--prefix', joe-4.6/configure-1318-for instance \`--prefix=\$HOME'. ############################################## joe-4.6/configure-1411-*) joe-4.6/configure:1412: ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` joe-4.6/configure-1413- # A ".." for each directory in $ac_dir_suffix. joe-4.6/configure:1414: ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` joe-4.6/configure-1415- case $ac_top_builddir_sub in ############################################## joe-4.6/configure-2132- *\'*) joe-4.6/configure:2133: ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; joe-4.6/configure-2134- esac ############################################## joe-4.6/configure-2215- case $ac_val in joe-4.6/configure:2216: *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; joe-4.6/configure-2217- esac ############################################## joe-4.6/configure-2230- case $ac_val in joe-4.6/configure:2231: *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; joe-4.6/configure-2232- esac ############################################## joe-4.6/configure-2350- set,) joe-4.6/configure:2351: { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 joe-4.6/configure:2352:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} joe-4.6/configure-2353- ac_cache_corrupted=: ;; ############################################## joe-4.6/configure-2361- # differences in whitespace do not lead to failure. joe-4.6/configure:2362: ac_old_val_w=`echo x $ac_old_val` joe-4.6/configure:2363: ac_new_val_w=`echo x $ac_new_val` joe-4.6/configure-2364- if test "$ac_old_val_w" != "$ac_new_val_w"; then ############################################## joe-4.6/configure-2381- case $ac_new_val in joe-4.6/configure:2382: *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; joe-4.6/configure-2383- *) ac_arg=$ac_var=$ac_new_val ;; ############################################## joe-4.6/configure-2450-test "x$ac_build_alias" = x && joe-4.6/configure:2451: ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` joe-4.6/configure-2452-test "x$ac_build_alias" = x && joe-4.6/configure-2453- as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5 joe-4.6/configure:2454:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || joe-4.6/configure-2455- as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5 ############################################## joe-4.6/configure-2474-IFS=$ac_save_IFS joe-4.6/configure:2475:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac joe-4.6/configure-2476- ############################################## joe-4.6/configure-2485-else joe-4.6/configure:2486: ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || joe-4.6/configure-2487- as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5 ############################################## joe-4.6/configure-2507-IFS=$ac_save_IFS joe-4.6/configure:2508:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac joe-4.6/configure-2509- ############################################## joe-4.6/configure-2518-else joe-4.6/configure:2519: ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` || joe-4.6/configure-2520- as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5 ############################################## joe-4.6/configure-2540-IFS=$ac_save_IFS joe-4.6/configure:2541:case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac joe-4.6/configure-2542- ############################################## joe-4.6/configure-2670- echo "timestamp, slept: $am_has_slept" > conftest.file joe-4.6/configure:2671: set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` joe-4.6/configure-2672- if test "$*" = "X"; then joe-4.6/configure-2673- # -L didn't work. joe-4.6/configure:2674: set X `ls -t "$srcdir/configure" conftest.file` joe-4.6/configure-2675- fi ############################################## joe-4.6/configure-2721-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' joe-4.6/configure:2722:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` joe-4.6/configure-2723- joe-4.6/configure-2724-# expand $ac_aux_dir to an absolute path joe-4.6/configure:2725:am_aux_dir=`cd $ac_aux_dir && pwd` joe-4.6/configure-2726- ############################################## joe-4.6/configure-2866- as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue joe-4.6/configure:2867: case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( joe-4.6/configure-2868- 'mkdir (GNU coreutils) '* | \ ############################################## joe-4.6/configure-2939-set x ${MAKE-make} joe-4.6/configure:2940:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` joe-4.6/configure-2941-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then : ############################################## joe-4.6/configure-2949-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us. joe-4.6/configure:2950:case `${MAKE-make} -f conftest.make 2>/dev/null` in joe-4.6/configure-2951- *@@@%%%=?*=@@@%%%*) ############################################## joe-4.6/configure-3015- joe-4.6/configure:3016:if test "`cd $srcdir && pwd`" != "`pwd`"; then joe-4.6/configure-3017- # Use -I$(srcdir) only when $(srcdir) != ., so that make's output ############################################## joe-4.6/configure-3502-$as_echo_n "checking whether the C compiler works... " >&6; } joe-4.6/configure:3503:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` joe-4.6/configure-3504- ############################################## joe-4.6/configure-3546- then :; else joe-4.6/configure:3547: ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` joe-4.6/configure-3548- fi ############################################## joe-4.6/configure-3606- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; joe-4.6/configure:3607: *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` joe-4.6/configure-3608- break;; ############################################## joe-4.6/configure-3715- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; joe-4.6/configure:3716: *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` joe-4.6/configure-3717- break;; ############################################## joe-4.6/configure-4023-# Ignore all kinds of additional output from 'make'. joe-4.6/configure:4024:case `$am_make -s -f confmf 2> /dev/null` in #( joe-4.6/configure-4025-*the\ am__doit\ target*) ############################################## joe-4.6/configure-4033- echo '.include "confinc"' > confmf joe-4.6/configure:4034: case `$am_make -s -f confmf 2> /dev/null` in #( joe-4.6/configure-4035- *the\ am__doit\ target*) ############################################## joe-4.6/configure-4096- if test "$am_compiler_list" = ""; then joe-4.6/configure:4097: am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` joe-4.6/configure-4098- fi ############################################## joe-4.6/configure-4351- # Check for GNU $ac_path_GREP joe-4.6/configure:4352:case `"$ac_path_GREP" --version 2>&1` in joe-4.6/configure-4353-*GNU*) ############################################## joe-4.6/configure-4417- # Check for GNU $ac_path_EGREP joe-4.6/configure:4418:case `"$ac_path_EGREP" --version 2>&1` in joe-4.6/configure-4419-*GNU*) ############################################## joe-4.6/configure-4962-for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do joe-4.6/configure:4963: as_ac_Header=`$as_echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh` joe-4.6/configure-4964-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_hdr that defines DIR" >&5 ############################################## joe-4.6/configure-4994- cat >>confdefs.h <<_ACEOF joe-4.6/configure:4995:#define `$as_echo "HAVE_$ac_hdr" | $as_tr_cpp` 1 joe-4.6/configure-4996-_ACEOF ############################################## joe-4.6/configure-5271-do : joe-4.6/configure:5272: as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` joe-4.6/configure-5273-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default ############################################## joe-4.6/configure-5276- cat >>confdefs.h <<_ACEOF joe-4.6/configure:5277:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 joe-4.6/configure-5278-_ACEOF ############################################## joe-4.6/configure-5286-do : joe-4.6/configure:5287: as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` joe-4.6/configure-5288-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" ############################################## joe-4.6/configure-5290- cat >>confdefs.h <<_ACEOF joe-4.6/configure:5291:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 joe-4.6/configure-5292-_ACEOF ############################################## joe-4.6/configure-5365-do : joe-4.6/configure:5366: as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` joe-4.6/configure-5367-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" ############################################## joe-4.6/configure-5369- cat >>confdefs.h <<_ACEOF joe-4.6/configure:5370:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 joe-4.6/configure-5371-_ACEOF ############################################## joe-4.6/configure-5378-do : joe-4.6/configure:5379: as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` joe-4.6/configure-5380-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" ############################################## joe-4.6/configure-5382- cat >>confdefs.h <<_ACEOF joe-4.6/configure:5383:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 joe-4.6/configure-5384-_ACEOF ############################################## joe-4.6/configure-5391-do : joe-4.6/configure:5392: as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` joe-4.6/configure-5393-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" ############################################## joe-4.6/configure-5395- cat >>confdefs.h <<_ACEOF joe-4.6/configure:5396:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 joe-4.6/configure-5397-_ACEOF ############################################## joe-4.6/configure-5404-do : joe-4.6/configure:5405: as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` joe-4.6/configure-5406-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" ############################################## joe-4.6/configure-5408- cat >>confdefs.h <<_ACEOF joe-4.6/configure:5409:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 joe-4.6/configure-5410-_ACEOF ############################################## joe-4.6/configure-5417-do : joe-4.6/configure:5418: as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` joe-4.6/configure-5419-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" ############################################## joe-4.6/configure-5421- cat >>confdefs.h <<_ACEOF joe-4.6/configure:5422:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 joe-4.6/configure-5423-_ACEOF ############################################## joe-4.6/configure-5447-do : joe-4.6/configure:5448: as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` joe-4.6/configure-5449-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" ############################################## joe-4.6/configure-5451- cat >>confdefs.h <<_ACEOF joe-4.6/configure:5452:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 joe-4.6/configure-5453-_ACEOF ############################################## joe-4.6/configure-6146-do : joe-4.6/configure:6147: as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` joe-4.6/configure-6148-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" ############################################## joe-4.6/configure-6150- cat >>confdefs.h <<_ACEOF joe-4.6/configure:6151:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 joe-4.6/configure-6152-_ACEOF ############################################## joe-4.6/configure-6347-do : joe-4.6/configure:6348: as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` joe-4.6/configure-6349-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" ############################################## joe-4.6/configure-6351- cat >>confdefs.h <<_ACEOF joe-4.6/configure:6352:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 joe-4.6/configure-6353-_ACEOF ############################################## joe-4.6/configure-6415-do : joe-4.6/configure:6416: as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` joe-4.6/configure-6417-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" ############################################## joe-4.6/configure-6419- cat >>confdefs.h <<_ACEOF joe-4.6/configure:6420:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 joe-4.6/configure-6421-_ACEOF ############################################## joe-4.6/configure-6427-do : joe-4.6/configure:6428: as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` joe-4.6/configure-6429-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" ############################################## joe-4.6/configure-6431- cat >>confdefs.h <<_ACEOF joe-4.6/configure:6432:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 joe-4.6/configure-6433-_ACEOF ############################################## joe-4.6/configure-8287- ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' joe-4.6/configure:8288: ac_i=`$as_echo "$ac_i" | sed "$ac_script"` joe-4.6/configure-8289- # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR ############################################## joe-4.6/configure-8382-if test -z "$BASH_VERSION$ZSH_VERSION" \ joe-4.6/configure:8383: && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then joe-4.6/configure-8384- as_echo='print -r --' joe-4.6/configure-8385- as_echo_n='print -rn --' joe-4.6/configure:8386:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then joe-4.6/configure-8387- as_echo='printf %s\n' ############################################## joe-4.6/configure-8389-else joe-4.6/configure:8390: if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then joe-4.6/configure-8391- as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' ############################################## joe-4.6/configure-8399- expr "X$arg" : "X\\(.*\\)$as_nl"; joe-4.6/configure:8400: arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; joe-4.6/configure-8401- esac; ############################################## joe-4.6/configure-8476-# ---------------------------------------- joe-4.6/configure:8477:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are joe-4.6/configure-8478-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the ############################################## joe-4.6/configure-8548- { joe-4.6/configure:8549: as_val=`expr "$@" || test $? -eq 1` joe-4.6/configure-8550- } ############################################## joe-4.6/configure-8652- case $as_dir in #( joe-4.6/configure:8653: *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( joe-4.6/configure-8654- *) as_qdir=$as_dir;; ############################################## joe-4.6/configure-8787-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 joe-4.6/configure:8788:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" joe-4.6/configure-8789-ac_cs_version="\\ ############################################## joe-4.6/configure-8812- --*=?*) joe-4.6/configure:8813: ac_option=`expr "X$1" : 'X\([^=]*\)='` joe-4.6/configure:8814: ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` joe-4.6/configure-8815- ac_shift=: ############################################## joe-4.6/configure-8817- --*=) joe-4.6/configure:8818: ac_option=`expr "X$1" : 'X\([^=]*\)='` joe-4.6/configure-8819- ac_optarg= ############################################## joe-4.6/configure-8841- case $ac_optarg in joe-4.6/configure:8842: *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; joe-4.6/configure-8843- '') as_fn_error $? "missing file argument" ;; ############################################## joe-4.6/configure-8849- case $ac_optarg in joe-4.6/configure:8850: *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; joe-4.6/configure-8851- esac ############################################## joe-4.6/configure-8987-fi joe-4.6/configure:8988:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` joe-4.6/configure-8989-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then ############################################## joe-4.6/configure-9004- as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 joe-4.6/configure:9005:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` joe-4.6/configure-9006-ac_delim='%!_!# ' ############################################## joe-4.6/configure-9010- joe-4.6/configure:9011: ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` joe-4.6/configure-9012- if test $ac_delim_n = $ac_delim_num; then ############################################## joe-4.6/configure-9148-for ac_last_try in false false :; do joe-4.6/configure:9149: ac_tt=`sed -n "/$ac_delim/p" confdefs.h` joe-4.6/configure-9150- if test -z "$ac_tt"; then ############################################## joe-4.6/configure-9280- esac joe-4.6/configure:9281: case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac joe-4.6/configure-9282- as_fn_append ac_file_inputs " '$ac_f'" ############################################## joe-4.6/configure-9339-*) joe-4.6/configure:9340: ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` joe-4.6/configure-9341- # A ".." for each directory in $ac_dir_suffix. joe-4.6/configure:9342: ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` joe-4.6/configure-9343- case $ac_top_builddir_sub in ############################################## joe-4.6/configure-9400-/@mandir@/p' joe-4.6/configure:9401:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in joe-4.6/configure-9402-*datarootdir*) ac_datarootdir_seen=yes;; ############################################## joe-4.6/configure-9417- joe-4.6/configure:9418:# Neutralize VPATH when `$srcdir' = `.'. joe-4.6/configure-9419-# Shell code in configure.ac might set extrasub. ############################################## joe-4.6/configure-9445-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && joe-4.6/configure:9446: { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && joe-4.6/configure-9447- { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ ############################################## joe-4.6/configure-9491- * ) joe-4.6/configure:9492: _am_stamp_count=`expr $_am_stamp_count + 1` ;; joe-4.6/configure-9493- esac ############################################## joe-4.6/configure-9538- # Strip MF so we end up with the name of the file. joe-4.6/configure:9539: mf=`echo "$mf" | sed -e 's/:.*$//'` joe-4.6/configure-9540- # Check whether this is an Automake generated Makefile or not. ############################################## joe-4.6/configure-9575- # from the Makefile without running 'make'. joe-4.6/configure:9576: DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` joe-4.6/configure-9577- test -z "$DEPDIR" && continue joe-4.6/configure:9578: am__include=`sed -n 's/^am__include = //p' < "$mf"` joe-4.6/configure-9579- test -z "$am__include" && continue joe-4.6/configure:9580: am__quote=`sed -n 's/^am__quote = //p' < "$mf"` joe-4.6/configure-9581- # Find all dependency output files, they are included files with ############################################## joe-4.6/aclocal.m4-92-# iff we strip the leading $srcdir from $ac_aux_dir. That would be: joe-4.6/aclocal.m4:93:# am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"` joe-4.6/aclocal.m4-94-# and then we would define $MISSING as ############################################## joe-4.6/aclocal.m4-108-# expand $ac_aux_dir to an absolute path joe-4.6/aclocal.m4:109:am_aux_dir=`cd $ac_aux_dir && pwd` joe-4.6/aclocal.m4-110-]) ############################################## joe-4.6/aclocal.m4-206- if test "$am_compiler_list" = ""; then joe-4.6/aclocal.m4:207: am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp` joe-4.6/aclocal.m4-208- fi ############################################## joe-4.6/aclocal.m4-357- # Strip MF so we end up with the name of the file. joe-4.6/aclocal.m4:358: mf=`echo "$mf" | sed -e 's/:.*$//'` joe-4.6/aclocal.m4-359- # Check whether this is an Automake generated Makefile or not. ############################################## joe-4.6/aclocal.m4-366- if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then joe-4.6/aclocal.m4:367: dirpart=`AS_DIRNAME("$mf")` joe-4.6/aclocal.m4-368- else ############################################## joe-4.6/aclocal.m4-372- # from the Makefile without running 'make'. joe-4.6/aclocal.m4:373: DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` joe-4.6/aclocal.m4-374- test -z "$DEPDIR" && continue joe-4.6/aclocal.m4:375: am__include=`sed -n 's/^am__include = //p' < "$mf"` joe-4.6/aclocal.m4-376- test -z "$am__include" && continue joe-4.6/aclocal.m4:377: am__quote=`sed -n 's/^am__quote = //p' < "$mf"` joe-4.6/aclocal.m4-378- # Find all dependency output files, they are included files with ############################################## joe-4.6/aclocal.m4-386- test -f "$dirpart/$file" && continue joe-4.6/aclocal.m4:387: fdir=`AS_DIRNAME(["$file"])` joe-4.6/aclocal.m4-388- AS_MKDIR_P([$dirpart/$fdir]) ############################################## joe-4.6/aclocal.m4-444-AC_REQUIRE([AC_PROG_INSTALL])dnl joe-4.6/aclocal.m4:445:if test "`cd $srcdir && pwd`" != "`pwd`"; then joe-4.6/aclocal.m4-446- # Use -I$(srcdir) only when $(srcdir) != ., so that make's output ############################################## joe-4.6/aclocal.m4-599- * ) joe-4.6/aclocal.m4:600: _am_stamp_count=`expr $_am_stamp_count + 1` ;; joe-4.6/aclocal.m4-601- esac joe-4.6/aclocal.m4-602-done joe-4.6/aclocal.m4:603:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) joe-4.6/aclocal.m4-604- ############################################## joe-4.6/aclocal.m4-706-# Ignore all kinds of additional output from 'make'. joe-4.6/aclocal.m4:707:case `$am_make -s -f confmf 2> /dev/null` in #( joe-4.6/aclocal.m4-708-*the\ am__doit\ target*) ############################################## joe-4.6/aclocal.m4-716- echo '.include "confinc"' > confmf joe-4.6/aclocal.m4:717: case `$am_make -s -f confmf 2> /dev/null` in #( joe-4.6/aclocal.m4-718- *the\ am__doit\ target*) ############################################## joe-4.6/aclocal.m4-927- echo "timestamp, slept: $am_has_slept" > conftest.file joe-4.6/aclocal.m4:928: set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` joe-4.6/aclocal.m4-929- if test "$[*]" = "X"; then joe-4.6/aclocal.m4-930- # -L didn't work. joe-4.6/aclocal.m4:931: set X `ls -t "$srcdir/configure" conftest.file` joe-4.6/aclocal.m4-932- fi ############################################## joe-4.6/depcomp-64- case $1 in joe-4.6/depcomp:65: */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;; joe-4.6/depcomp-66- *) dir=;; ############################################## joe-4.6/depcomp-73-{ joe-4.6/depcomp:74: base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'` joe-4.6/depcomp-75-} ############################################## joe-4.6/depcomp-126- sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`} joe-4.6/depcomp:127:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`} joe-4.6/depcomp-128- ############################################## joe-4.6/depcomp-405- sleep 1 joe-4.6/depcomp:406: i=`expr $i - 1` joe-4.6/depcomp-407- done joe-4.6/depcomp-408- fi joe-4.6/depcomp:409: i=`expr $i - 1` joe-4.6/depcomp-410- done ############################################## joe-4.6/depcomp-425- # Do two passes, one to just change these to joe-4.6/depcomp:426: # `$object: dependent.h' and one to simply `dependent.h:'. joe-4.6/depcomp-427- sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile" ############################################## joe-4.6/depcomp-659- done joe-4.6/depcomp:660: obj_suffix=`echo "$object" | sed 's/^.*\././'` joe-4.6/depcomp-661- touch "$tmpdepfile" ############################################## joe-4.6/config.guess-34- joe-4.6/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'` joe-4.6/config.guess-36- ############################################## joe-4.6/config.guess-102-: ${TMPDIR=/tmp} ; joe-4.6/config.guess:103: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || joe-4.6/config.guess-104- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } || ############################################## joe-4.6/config.guess-151- EOF joe-4.6/config.guess:152: eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC'` joe-4.6/config.guess-153- ;; ############################################## joe-4.6/config.guess-209- *) joe-4.6/config.guess:210: release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'` joe-4.6/config.guess-211- ;; ############################################## joe-4.6/config.guess-240- *4.0) joe-4.6/config.guess:241: UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'` joe-4.6/config.guess-242- ;; joe-4.6/config.guess-243- *5.*) joe-4.6/config.guess:244: UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'` joe-4.6/config.guess-245- ;; ############################################## joe-4.6/config.guess-250- # types through head -n 1, so we only detect the type of CPU 0. joe-4.6/config.guess:251: ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1` joe-4.6/config.guess-252- case "$ALPHA_CPU_TYPE" in ############################################## joe-4.6/config.guess-288- # 1.2 uses "1.2" for uname -r. joe-4.6/config.guess:289: echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` joe-4.6/config.guess-290- # Reset EXIT trap before exiting to avoid spurious non-zero exit code. ############################################## joe-4.6/config.guess-348- s390x:SunOS:*:*) joe-4.6/config.guess:349: echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` joe-4.6/config.guess-350- exit ;; joe-4.6/config.guess-351- sun4H:SunOS:5.*:*) joe-4.6/config.guess:352: echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` joe-4.6/config.guess-353- exit ;; joe-4.6/config.guess-354- sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) joe-4.6/config.guess:355: echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` joe-4.6/config.guess-356- exit ;; ############################################## joe-4.6/config.guess-373- fi joe-4.6/config.guess:374: echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` joe-4.6/config.guess-375- exit ;; ############################################## joe-4.6/config.guess-379- # it's likely to be more like Solaris than SunOS4. joe-4.6/config.guess:380: echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` joe-4.6/config.guess-381- exit ;; ############################################## joe-4.6/config.guess-388- # Japanese Language versions have a version number like `4.1.3-JL'. joe-4.6/config.guess:389: echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'` joe-4.6/config.guess-390- exit ;; ############################################## joe-4.6/config.guess-394- sun*:*:4.2BSD:*) joe-4.6/config.guess:395: UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null` joe-4.6/config.guess-396- test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3 ############################################## joe-4.6/config.guess-476- $CC_FOR_BUILD -o $dummy $dummy.c && joe-4.6/config.guess:477: dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` && joe-4.6/config.guess:478: SYSTEM_NAME=`$dummy $dummyarg` && joe-4.6/config.guess-479- { echo "$SYSTEM_NAME"; exit; } ############################################## joe-4.6/config.guess-532- *:IRIX*:*:*) joe-4.6/config.guess:533: echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'` joe-4.6/config.guess-534- exit ;; ############################################## joe-4.6/config.guess-562-EOF joe-4.6/config.guess:563: if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` joe-4.6/config.guess-564- then ############################################## joe-4.6/config.guess-575- *:AIX:*:[4567]) joe-4.6/config.guess:576: IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'` joe-4.6/config.guess-577- if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then ############################################## joe-4.6/config.guess-610- 9000/[34678]??:HP-UX:*:*) joe-4.6/config.guess:611: HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` joe-4.6/config.guess-612- case "${UNAME_MACHINE}" in ############################################## joe-4.6/config.guess-664-EOF joe-4.6/config.guess:665: (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy` joe-4.6/config.guess-666- test -z "$HP_ARCH" && HP_ARCH=hppa ############################################## joe-4.6/config.guess-692- ia64:HP-UX:*:*) joe-4.6/config.guess:693: HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` joe-4.6/config.guess-694- echo ia64-hp-hpux${HPUX_REV} ############################################## joe-4.6/config.guess-722-EOF joe-4.6/config.guess:723: $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` && joe-4.6/config.guess-724- { echo "$SYSTEM_NAME"; exit; } ############################################## joe-4.6/config.guess-793- FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` joe-4.6/config.guess:794: FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'` joe-4.6/config.guess-795- echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" ############################################## joe-4.6/config.guess-798- FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` joe-4.6/config.guess:799: FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'` joe-4.6/config.guess-800- echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" ############################################## joe-4.6/config.guess-814- amd64) joe-4.6/config.guess:815: echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; joe-4.6/config.guess-816- *) joe-4.6/config.guess:817: echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; joe-4.6/config.guess-818- esac ############################################## joe-4.6/config.guess-872- prep*:SunOS:5.*:*) joe-4.6/config.guess:873: echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` joe-4.6/config.guess-874- exit ;; ############################################## joe-4.6/config.guess-876- # the GNU system joe-4.6/config.guess:877: echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-${LIBC}`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'` joe-4.6/config.guess-878- exit ;; ############################################## joe-4.6/config.guess-880- # other systems with GNU libc and userland joe-4.6/config.guess:881: echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-${LIBC} joe-4.6/config.guess-882- exit ;; ############################################## joe-4.6/config.guess-968-EOF joe-4.6/config.guess:969: eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'` joe-4.6/config.guess-970- test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; } ############################################## joe-4.6/config.guess-1062- i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*) joe-4.6/config.guess:1063: UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'` joe-4.6/config.guess-1064- if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then ############################################## joe-4.6/config.guess-1337- *:DragonFly:*:*) joe-4.6/config.guess:1338: echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` joe-4.6/config.guess-1339- exit ;; ############################################## joe-4.6/config.guess-1350- i*86:skyos:*:*) joe-4.6/config.guess:1351: echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//' joe-4.6/config.guess-1352- exit ;; ############################################## joe-4.6/config.guess-1478- joe-4.6/config.guess:1479:$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` && joe-4.6/config.guess-1480- { echo "$SYSTEM_NAME"; exit; } ############################################## joe-4.6/install-sh-229- fi joe-4.6/install-sh:230: cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;; joe-4.6/install-sh-231- *) ############################################## joe-4.6/install-sh-276- dstdir=$dst joe-4.6/install-sh:277: dst=$dstdir/`basename "$src"` joe-4.6/install-sh-278- dstdir_status=0 ############################################## joe-4.6/install-sh-358- # FreeBSD 6.1 mkdir -m -p sets mode of existing directory. joe-4.6/install-sh:359: ls_ld_tmpdir=`ls -ld "$tmpdir"` joe-4.6/install-sh-360- case $ls_ld_tmpdir in ############################################## joe-4.6/install-sh-365- $mkdirprog -m$different_mode -p -- "$tmpdir" && { joe-4.6/install-sh:366: ls_ld_tmpdir_1=`ls -ld "$tmpdir"` joe-4.6/install-sh-367- test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1" ############################################## joe-4.6/install-sh-425- case $prefix in joe-4.6/install-sh:426: *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;; joe-4.6/install-sh-427- *) qprefix=$prefix;; ############################################## joe-4.6/install-sh-474- if $copy_on_change && joe-4.6/install-sh:475: old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` && joe-4.6/install-sh:476: new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` && joe-4.6/install-sh-477- ############################################## joe-4.6/rc/Makefile.in-40- { \ joe-4.6/rc/Makefile.in:41: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ joe-4.6/rc/Makefile.in-42- }; \ ############################################## joe-4.6/rc/Makefile.in-111- esac joe-4.6/rc/Makefile.in:112:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; joe-4.6/rc/Makefile.in-113-am__vpath_adj = case $$p in \ joe-4.6/rc/Makefile.in:114: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ joe-4.6/rc/Makefile.in-115- *) f=$$p;; \ joe-4.6/rc/Makefile.in-116- esac; joe-4.6/rc/Makefile.in:117:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; joe-4.6/rc/Makefile.in-118-am__install_max = 40 joe-4.6/rc/Makefile.in-119-am__nobase_strip_setup = \ joe-4.6/rc/Makefile.in:120: srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` joe-4.6/rc/Makefile.in-121-am__nobase_strip = \ ############################################## joe-4.6/rc/Makefile.in-304- @list='$(sysconf_joe_DATA)'; test -n "$(sysconf_joedir)" || list=; \ joe-4.6/rc/Makefile.in:305: files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ joe-4.6/rc/Makefile.in-306- dir='$(DESTDIR)$(sysconf_joedir)'; $(am__uninstall_files_from_dir) ############################################## joe-4.6/rc/Makefile.in-314-distdir: $(DISTFILES) joe-4.6/rc/Makefile.in:315: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ joe-4.6/rc/Makefile.in:316: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ joe-4.6/rc/Makefile.in-317- list='$(DISTFILES)'; \ ############################################## joe-4.6/rc/Makefile.in-328- if test -d $$d/$$file; then \ joe-4.6/rc/Makefile.in:329: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ joe-4.6/rc/Makefile.in-330- if test -d "$(distdir)/$$file"; then \ ############################################## joe-4.6/man/ru/Makefile.in-39- { \ joe-4.6/man/ru/Makefile.in:40: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ joe-4.6/man/ru/Makefile.in-41- }; \ ############################################## joe-4.6/man/ru/Makefile.in-110- esac joe-4.6/man/ru/Makefile.in:111:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; joe-4.6/man/ru/Makefile.in-112-am__vpath_adj = case $$p in \ joe-4.6/man/ru/Makefile.in:113: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ joe-4.6/man/ru/Makefile.in-114- *) f=$$p;; \ joe-4.6/man/ru/Makefile.in-115- esac; joe-4.6/man/ru/Makefile.in:116:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; joe-4.6/man/ru/Makefile.in-117-am__install_max = 40 joe-4.6/man/ru/Makefile.in-118-am__nobase_strip_setup = \ joe-4.6/man/ru/Makefile.in:119: srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` joe-4.6/man/ru/Makefile.in-120-am__nobase_strip = \ ############################################## joe-4.6/man/ru/Makefile.in-290- test -n "$(man1dir)" \ joe-4.6/man/ru/Makefile.in:291: && test -n "`echo $$list1$$list2`" \ joe-4.6/man/ru/Makefile.in-292- || exit 0; \ ############################################## joe-4.6/man/ru/Makefile.in-336-distdir: $(DISTFILES) joe-4.6/man/ru/Makefile.in:337: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ joe-4.6/man/ru/Makefile.in:338: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ joe-4.6/man/ru/Makefile.in-339- list='$(DISTFILES)'; \ ############################################## joe-4.6/man/ru/Makefile.in-350- if test -d $$d/$$file; then \ joe-4.6/man/ru/Makefile.in:351: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ joe-4.6/man/ru/Makefile.in-352- if test -d "$(distdir)/$$file"; then \ ############################################## joe-4.6/man/Makefile.in-39- { \ joe-4.6/man/Makefile.in:40: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ joe-4.6/man/Makefile.in-41- }; \ ############################################## joe-4.6/man/Makefile.in-118- esac joe-4.6/man/Makefile.in:119:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; joe-4.6/man/Makefile.in-120-am__vpath_adj = case $$p in \ joe-4.6/man/Makefile.in:121: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ joe-4.6/man/Makefile.in-122- *) f=$$p;; \ joe-4.6/man/Makefile.in-123- esac; joe-4.6/man/Makefile.in:124:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; joe-4.6/man/Makefile.in-125-am__install_max = 40 joe-4.6/man/Makefile.in-126-am__nobase_strip_setup = \ joe-4.6/man/Makefile.in:127: srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` joe-4.6/man/Makefile.in-128-am__nobase_strip = \ ############################################## joe-4.6/man/Makefile.in-185- while test -n "$$dir1"; do \ joe-4.6/man/Makefile.in:186: first=`echo "$$dir1" | sed -e "$$sed_first"`; \ joe-4.6/man/Makefile.in-187- if test "$$first" != "."; then \ joe-4.6/man/Makefile.in-188- if test "$$first" = ".."; then \ joe-4.6/man/Makefile.in:189: dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ joe-4.6/man/Makefile.in:190: dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ joe-4.6/man/Makefile.in-191- else \ joe-4.6/man/Makefile.in:192: first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ joe-4.6/man/Makefile.in-193- if test "$$first2" = "$$first"; then \ joe-4.6/man/Makefile.in:194: dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ joe-4.6/man/Makefile.in-195- else \ ############################################## joe-4.6/man/Makefile.in-200- fi; \ joe-4.6/man/Makefile.in:201: dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ joe-4.6/man/Makefile.in-202- done; \ ############################################## joe-4.6/man/Makefile.in-351- test -n "$(man1dir)" \ joe-4.6/man/Makefile.in:352: && test -n "`echo $$list1$$list2`" \ joe-4.6/man/Makefile.in-353- || exit 0; \ ############################################## joe-4.6/man/Makefile.in-404- dot_seen=no; \ joe-4.6/man/Makefile.in:405: target=`echo $@ | sed s/-recursive//`; \ joe-4.6/man/Makefile.in-406- case "$@" in \ ############################################## joe-4.6/man/Makefile.in-467-GTAGS: joe-4.6/man/Makefile.in:468: here=`$(am__cd) $(top_builddir) && pwd` \ joe-4.6/man/Makefile.in-469- && $(am__cd) $(top_srcdir) \ ############################################## joe-4.6/man/Makefile.in-490-distdir: $(DISTFILES) joe-4.6/man/Makefile.in:491: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ joe-4.6/man/Makefile.in:492: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ joe-4.6/man/Makefile.in-493- list='$(DISTFILES)'; \ ############################################## joe-4.6/man/Makefile.in-504- if test -d $$d/$$file; then \ joe-4.6/man/Makefile.in:505: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ joe-4.6/man/Makefile.in-506- if test -d "$(distdir)/$$file"; then \ ############################################## joe-4.6/Makefile.in-40- { \ joe-4.6/Makefile.in:41: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ joe-4.6/Makefile.in-42- }; \ ############################################## joe-4.6/Makefile.in-124- esac joe-4.6/Makefile.in:125:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; joe-4.6/Makefile.in-126-am__vpath_adj = case $$p in \ joe-4.6/Makefile.in:127: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ joe-4.6/Makefile.in-128- *) f=$$p;; \ joe-4.6/Makefile.in-129- esac; joe-4.6/Makefile.in:130:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; joe-4.6/Makefile.in-131-am__install_max = 40 joe-4.6/Makefile.in-132-am__nobase_strip_setup = \ joe-4.6/Makefile.in:133: srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` joe-4.6/Makefile.in-134-am__nobase_strip = \ ############################################## joe-4.6/Makefile.in-200- while test -n "$$dir1"; do \ joe-4.6/Makefile.in:201: first=`echo "$$dir1" | sed -e "$$sed_first"`; \ joe-4.6/Makefile.in-202- if test "$$first" != "."; then \ joe-4.6/Makefile.in-203- if test "$$first" = ".."; then \ joe-4.6/Makefile.in:204: dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ joe-4.6/Makefile.in:205: dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ joe-4.6/Makefile.in-206- else \ joe-4.6/Makefile.in:207: first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ joe-4.6/Makefile.in-208- if test "$$first2" = "$$first"; then \ joe-4.6/Makefile.in:209: dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ joe-4.6/Makefile.in-210- else \ ############################################## joe-4.6/Makefile.in-215- fi; \ joe-4.6/Makefile.in:216: dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ joe-4.6/Makefile.in-217- done; \ ############################################## joe-4.6/Makefile.in-398- @list='$(data_charmaps_DATA)'; test -n "$(data_charmapsdir)" || list=; \ joe-4.6/Makefile.in:399: files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ joe-4.6/Makefile.in-400- dir='$(DESTDIR)$(data_charmapsdir)'; $(am__uninstall_files_from_dir) ############################################## joe-4.6/Makefile.in-419- @list='$(data_doc_DATA)'; test -n "$(data_docdir)" || list=; \ joe-4.6/Makefile.in:420: files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ joe-4.6/Makefile.in-421- dir='$(DESTDIR)$(data_docdir)'; $(am__uninstall_files_from_dir) ############################################## joe-4.6/Makefile.in-436- dot_seen=no; \ joe-4.6/Makefile.in:437: target=`echo $@ | sed s/-recursive//`; \ joe-4.6/Makefile.in-438- case "$@" in \ ############################################## joe-4.6/Makefile.in-499-GTAGS: joe-4.6/Makefile.in:500: here=`$(am__cd) $(top_builddir) && pwd` \ joe-4.6/Makefile.in-501- && $(am__cd) $(top_srcdir) \ ############################################## joe-4.6/Makefile.in-531- test -d "$(distdir)" || mkdir "$(distdir)" joe-4.6/Makefile.in:532: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ joe-4.6/Makefile.in:533: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ joe-4.6/Makefile.in-534- list='$(DISTFILES)'; \ ############################################## joe-4.6/Makefile.in-545- if test -d $$d/$$file; then \ joe-4.6/Makefile.in:546: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ joe-4.6/Makefile.in-547- if test -d "$(distdir)/$$file"; then \ ############################################## joe-4.6/Makefile.in-656- test -d $(distdir)/_build || exit 0; \ joe-4.6/Makefile.in:657: dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ joe-4.6/Makefile.in-658- && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ ############################################## joe-4.6/Makefile.in-700- }; \ joe-4.6/Makefile.in:701: test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ joe-4.6/Makefile.in-702- || { echo "ERROR: files left after uninstall:" ; \ ############################################## joe-4.6/Makefile.in-712- fi joe-4.6/Makefile.in:713: @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ joe-4.6/Makefile.in-714- || { echo "ERROR: files left in build directory after distclean:" ; \ ############################################## joe-4.6/syntax/Makefile.in-40- { \ joe-4.6/syntax/Makefile.in:41: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ joe-4.6/syntax/Makefile.in-42- }; \ ############################################## joe-4.6/syntax/Makefile.in-111- esac joe-4.6/syntax/Makefile.in:112:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; joe-4.6/syntax/Makefile.in-113-am__vpath_adj = case $$p in \ joe-4.6/syntax/Makefile.in:114: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ joe-4.6/syntax/Makefile.in-115- *) f=$$p;; \ joe-4.6/syntax/Makefile.in-116- esac; joe-4.6/syntax/Makefile.in:117:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; joe-4.6/syntax/Makefile.in-118-am__install_max = 40 joe-4.6/syntax/Makefile.in-119-am__nobase_strip_setup = \ joe-4.6/syntax/Makefile.in:120: srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` joe-4.6/syntax/Makefile.in-121-am__nobase_strip = \ ############################################## joe-4.6/syntax/Makefile.in-312- @list='$(data_syntax_DATA)'; test -n "$(data_syntaxdir)" || list=; \ joe-4.6/syntax/Makefile.in:313: files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ joe-4.6/syntax/Makefile.in-314- dir='$(DESTDIR)$(data_syntaxdir)'; $(am__uninstall_files_from_dir) ############################################## joe-4.6/syntax/Makefile.in-322-distdir: $(DISTFILES) joe-4.6/syntax/Makefile.in:323: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ joe-4.6/syntax/Makefile.in:324: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ joe-4.6/syntax/Makefile.in-325- list='$(DISTFILES)'; \ ############################################## joe-4.6/syntax/Makefile.in-336- if test -d $$d/$$file; then \ joe-4.6/syntax/Makefile.in:337: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ joe-4.6/syntax/Makefile.in-338- if test -d "$(distdir)/$$file"; then \ ############################################## joe-4.6/desktop/Makefile.in-40- { \ joe-4.6/desktop/Makefile.in:41: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ joe-4.6/desktop/Makefile.in-42- }; \ ############################################## joe-4.6/desktop/Makefile.in-112- esac joe-4.6/desktop/Makefile.in:113:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; joe-4.6/desktop/Makefile.in-114-am__vpath_adj = case $$p in \ joe-4.6/desktop/Makefile.in:115: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ joe-4.6/desktop/Makefile.in-116- *) f=$$p;; \ joe-4.6/desktop/Makefile.in-117- esac; joe-4.6/desktop/Makefile.in:118:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; joe-4.6/desktop/Makefile.in-119-am__install_max = 40 joe-4.6/desktop/Makefile.in-120-am__nobase_strip_setup = \ joe-4.6/desktop/Makefile.in:121: srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` joe-4.6/desktop/Makefile.in-122-am__nobase_strip = \ ############################################## joe-4.6/desktop/Makefile.in-300- @list='$(dist_desktop_DATA)'; test -n "$(desktopdir)" || list=; \ joe-4.6/desktop/Makefile.in:301: files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ joe-4.6/desktop/Makefile.in-302- dir='$(DESTDIR)$(desktopdir)'; $(am__uninstall_files_from_dir) ############################################## joe-4.6/desktop/Makefile.in-310-distdir: $(DISTFILES) joe-4.6/desktop/Makefile.in:311: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ joe-4.6/desktop/Makefile.in:312: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ joe-4.6/desktop/Makefile.in-313- list='$(DISTFILES)'; \ ############################################## joe-4.6/desktop/Makefile.in-324- if test -d $$d/$$file; then \ joe-4.6/desktop/Makefile.in:325: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ joe-4.6/desktop/Makefile.in-326- if test -d "$(distdir)/$$file"; then \ ############################################## joe-4.6/docs/man.md-2697- joe-4.6/docs/man.md:2698:* RGB specifications in the standard `$RRGGBB` form (only in the 24-bit joe-4.6/docs/man.md-2699-section).