===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
nano-5.3/config.sub-52-
nano-5.3/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'`
nano-5.3/config.sub-54-
##############################################
nano-5.3/config.sub-768-	i*86v32)
nano-5.3/config.sub:769:		cpu=`echo "$1" | sed -e 's/86.*/86/'`
nano-5.3/config.sub-770-		vendor=pc
##############################################
nano-5.3/config.sub-773-	i*86v4*)
nano-5.3/config.sub:774:		cpu=`echo "$1" | sed -e 's/86.*/86/'`
nano-5.3/config.sub-775-		vendor=pc
##############################################
nano-5.3/config.sub-778-	i*86v)
nano-5.3/config.sub:779:		cpu=`echo "$1" | sed -e 's/86.*/86/'`
nano-5.3/config.sub-780-		vendor=pc
##############################################
nano-5.3/config.sub-783-	i*86sol2)
nano-5.3/config.sub:784:		cpu=`echo "$1" | sed -e 's/86.*/86/'`
nano-5.3/config.sub-785-		vendor=pc
##############################################
nano-5.3/config.sub-916-		cpu=sparc
nano-5.3/config.sub:917:		vendor=`echo "$basic_machine" | sed 's/-.*//'`
nano-5.3/config.sub-918-		;;
##############################################
nano-5.3/config.sub-1083-	sh5e[lb]-*)
nano-5.3/config.sub:1084:		cpu=`echo "$cpu" | sed 's/^\(sh.\)e\(.\)$/\1\2e/'`
nano-5.3/config.sub-1085-		;;
##############################################
nano-5.3/config.sub-1101-	xscale-* | xscalee[bl]-*)
nano-5.3/config.sub:1102:		cpu=`echo "$cpu" | sed 's/^xscale/arm/'`
nano-5.3/config.sub-1103-		;;
##############################################
nano-5.3/config.sub-1256-			*)
nano-5.3/config.sub:1257:				echo Invalid configuration \`"$1"\': machine \`"$cpu-$vendor"\' not recognized 1>&2
nano-5.3/config.sub-1258-				exit 1
##############################################
nano-5.3/config.sub-1290-	solaris1 | solaris1.*)
nano-5.3/config.sub:1291:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
nano-5.3/config.sub-1292-		;;
##############################################
nano-5.3/config.sub-1299-	gnu/linux*)
nano-5.3/config.sub:1300:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
nano-5.3/config.sub-1301-		;;
##############################################
nano-5.3/config.sub-1322-	sco3.2.[4-9]*)
nano-5.3/config.sub:1323:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
nano-5.3/config.sub-1324-		;;
##############################################
nano-5.3/config.sub-1386-	nto*)
nano-5.3/config.sub:1387:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
nano-5.3/config.sub-1388-		;;
##############################################
nano-5.3/config.sub-1396-	linux*)
nano-5.3/config.sub:1397:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
nano-5.3/config.sub-1398-		;;
##############################################
nano-5.3/config.sub-1408-	mac*)
nano-5.3/config.sub:1409:		os=`echo "$os" | sed -e 's|mac|macos|'`
nano-5.3/config.sub-1410-		;;
##############################################
nano-5.3/config.sub-1417-	sunos5*)
nano-5.3/config.sub:1418:		os=`echo "$os" | sed -e 's|sunos5|solaris2|'`
nano-5.3/config.sub-1419-		;;
nano-5.3/config.sub-1420-	sunos6*)
nano-5.3/config.sub:1421:		os=`echo "$os" | sed -e 's|sunos6|solaris3|'`
nano-5.3/config.sub-1422-		;;
##############################################
nano-5.3/config.sub-1454-	sinix5.*)
nano-5.3/config.sub:1455:		os=`echo $os | sed -e 's|sinix|sysv|'`
nano-5.3/config.sub-1456-		;;
##############################################
nano-5.3/config.sub-1514-	*)
nano-5.3/config.sub:1515:		echo Invalid configuration \`"$1"\': system \`"$os"\' not recognized 1>&2
nano-5.3/config.sub-1516-		exit 1
##############################################
nano-5.3/syntax/asm.nanorc-2-
nano-5.3/syntax/asm.nanorc:3:syntax asm "\.(S|s|asm)$"
nano-5.3/syntax/asm.nanorc-4-magic "assembler source"
##############################################
nano-5.3/syntax/Makefile.in-50-  { \
nano-5.3/syntax/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
nano-5.3/syntax/Makefile.in-52-  }; \
##############################################
nano-5.3/syntax/Makefile.in-204-  esac
nano-5.3/syntax/Makefile.in:205:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
nano-5.3/syntax/Makefile.in-206-am__vpath_adj = case $$p in \
nano-5.3/syntax/Makefile.in:207:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
nano-5.3/syntax/Makefile.in-208-    *) f=$$p;; \
nano-5.3/syntax/Makefile.in-209-  esac;
nano-5.3/syntax/Makefile.in:210:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
nano-5.3/syntax/Makefile.in-211-am__install_max = 40
nano-5.3/syntax/Makefile.in-212-am__nobase_strip_setup = \
nano-5.3/syntax/Makefile.in:213:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
nano-5.3/syntax/Makefile.in-214-am__nobase_strip = \
##############################################
nano-5.3/syntax/Makefile.in-1601-	@list='$(nobase_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
nano-5.3/syntax/Makefile.in:1602:	$(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \
nano-5.3/syntax/Makefile.in-1603-	dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir)
##############################################
nano-5.3/syntax/Makefile.in-1622-	@list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
nano-5.3/syntax/Makefile.in:1623:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
nano-5.3/syntax/Makefile.in-1624-	dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir)
##############################################
nano-5.3/syntax/Makefile.in-1635-distdir-am: $(DISTFILES)
nano-5.3/syntax/Makefile.in:1636:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
nano-5.3/syntax/Makefile.in:1637:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
nano-5.3/syntax/Makefile.in-1638-	list='$(DISTFILES)'; \
##############################################
nano-5.3/syntax/Makefile.in-1649-	  if test -d $$d/$$file; then \
nano-5.3/syntax/Makefile.in:1650:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
nano-5.3/syntax/Makefile.in-1651-	    if test -d "$(distdir)/$$file"; then \
##############################################
nano-5.3/syntax/nanorc.nanorc-13-color brightgreen "^[[:space:]]*set[[:space:]]+(fill[[:space:]]+-?[[:digit:]]+|(guidestripe|tabsize)[[:space:]]+[1-9][0-9]*)\>"
nano-5.3/syntax/nanorc.nanorc:14:color brightgreen "^[[:space:]]*bind[[:space:]]+((\^([A-Za-z]|[]/@\^_`]|Space)|([Ss][Hh]-)?[Mm]-[A-Za-z]|[Mm]-([][!"#$%&'()*+,./0-9:;<=>?@\^_`{|}~-]|Space))|F([1-9]|1[0-9]|2[0-4])|Ins|Del)[[:space:]]+([a-z]+|".*")[[:space:]]+(main|help|search|replace(with)?|yesno|gotoline|writeout|insert|browser|whereisfile|gotodir|execute|spell|linter|all)([[:space:]]+#|[[:space:]]*$)"
nano-5.3/syntax/nanorc.nanorc:15:color brightgreen "^[[:space:]]*unbind[[:space:]]+((\^([A-Za-z]|[]/@\^_`]|Space)|([Ss][Hh]-)?[Mm]-[A-Za-z]|[Mm]-([][!"#$%&'()*+,./0-9:;<=>?@\^_`{|}~-]|Space))|F([1-9]|1[0-9]|2[0-4])|Ins|Del)[[:space:]]+(all|main|search|replace(with)?|yesno|gotoline|writeout|insert|ext(ernal)?cmd|help|spell|linter|browser|whereisfile|gotodir)([[:space:]]+#|[[:space:]]*$)"
nano-5.3/syntax/nanorc.nanorc-16-color brightgreen "^[[:space:]]*extendsyntax[[:space:]]+[[:alpha:]]+[[:space:]]+(i?color|header|magic|comment|formatter|linter|tabgives)[[:space:]]+.*"
##############################################
nano-5.3/syntax/c.nanorc-35-color brightcyan start="^[[:space:]]*#[[:space:]]*(if(n?def)?|elif|warning|error|pragma)\>" end="(\`|[^\\])$"
nano-5.3/syntax/c.nanorc:36:color brightcyan "^[[:space:]]*#[[:space:]]*((define|else|endif|include(_next)?|line|undef)\>|$)"
nano-5.3/syntax/c.nanorc-37-
##############################################
nano-5.3/Makefile.in-49-  { \
nano-5.3/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
nano-5.3/Makefile.in-51-  }; \
##############################################
nano-5.3/Makefile.in-268-  while test -n "$$dir1"; do \
nano-5.3/Makefile.in:269:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
nano-5.3/Makefile.in-270-    if test "$$first" != "."; then \
nano-5.3/Makefile.in-271-      if test "$$first" = ".."; then \
nano-5.3/Makefile.in:272:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
nano-5.3/Makefile.in:273:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
nano-5.3/Makefile.in-274-      else \
nano-5.3/Makefile.in:275:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
nano-5.3/Makefile.in-276-        if test "$$first2" = "$$first"; then \
nano-5.3/Makefile.in:277:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
nano-5.3/Makefile.in-278-        else \
##############################################
nano-5.3/Makefile.in-283-    fi; \
nano-5.3/Makefile.in:284:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
nano-5.3/Makefile.in-285-  done; \
##############################################
nano-5.3/Makefile.in-1625-	dot_seen=no; \
nano-5.3/Makefile.in:1626:	target=`echo $@ | sed s/-recursive//`; \
nano-5.3/Makefile.in-1627-	case "$@" in \
##############################################
nano-5.3/Makefile.in-1688-GTAGS:
nano-5.3/Makefile.in:1689:	here=`$(am__cd) $(top_builddir) && pwd` \
nano-5.3/Makefile.in-1690-	  && $(am__cd) $(top_srcdir) \
##############################################
nano-5.3/Makefile.in-1723-	test -d "$(distdir)" || mkdir "$(distdir)"
nano-5.3/Makefile.in:1724:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
nano-5.3/Makefile.in:1725:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
nano-5.3/Makefile.in-1726-	list='$(DISTFILES)'; \
##############################################
nano-5.3/Makefile.in-1737-	  if test -d $$d/$$file; then \
nano-5.3/Makefile.in:1738:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
nano-5.3/Makefile.in-1739-	    if test -d "$(distdir)/$$file"; then \
##############################################
nano-5.3/Makefile.in-1854-	test -d $(distdir)/_build || exit 0; \
nano-5.3/Makefile.in:1855:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
nano-5.3/Makefile.in-1856-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
nano-5.3/Makefile.in-1898-	}; \
nano-5.3/Makefile.in:1899:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
nano-5.3/Makefile.in-1900-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
nano-5.3/Makefile.in-1910-	fi
nano-5.3/Makefile.in:1911:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
nano-5.3/Makefile.in-1912-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
nano-5.3/po/Makefile.in.in-89-.po.gmo:
nano-5.3/po/Makefile.in.in:90:	@lang=`echo $* | sed -e 's,.*/,,'`; \
nano-5.3/po/Makefile.in.in-91-	test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \
##############################################
nano-5.3/po/Makefile.in.in-160-	fi; \
nano-5.3/po/Makefile.in.in:161:	case `$(XGETTEXT) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
nano-5.3/po/Makefile.in.in-162-	  '' | 0.[0-9] | 0.[0-9].* | 0.1[0-5] | 0.1[0-5].* | 0.16 | 0.16.[0-1]*) \
##############################################
nano-5.3/po/Makefile.in.in-202-$(POFILES): $(srcdir)/$(DOMAIN).pot
nano-5.3/po/Makefile.in.in:203:	@lang=`echo $@ | sed -e 's,.*/,,' -e 's/\.po$$//'`; \
nano-5.3/po/Makefile.in.in-204-	if test -f "$(srcdir)/$${lang}.po"; then \
##############################################
nano-5.3/po/Makefile.in.in-207-	  cd $(srcdir) \
nano-5.3/po/Makefile.in.in:208:	    && { case `$(MSGMERGE_UPDATE) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
nano-5.3/po/Makefile.in.in-209-	           '' | 0.[0-9] | 0.[0-9].* | 0.1[0-7] | 0.1[0-7].*) \
##############################################
nano-5.3/po/Makefile.in.in-238-	for cat in $$catalogs; do \
nano-5.3/po/Makefile.in.in:239:	  cat=`basename $$cat`; \
nano-5.3/po/Makefile.in.in:240:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
nano-5.3/po/Makefile.in.in-241-	  dir=$(localedir)/$$lang/LC_MESSAGES; \
##############################################
nano-5.3/po/Makefile.in.in-248-	      if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
nano-5.3/po/Makefile.in.in:249:	        link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
nano-5.3/po/Makefile.in.in-250-	        mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
##############################################
nano-5.3/po/Makefile.in.in-289-	for cat in $$catalogs; do \
nano-5.3/po/Makefile.in.in:290:	  cat=`basename $$cat`; \
nano-5.3/po/Makefile.in.in:291:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
nano-5.3/po/Makefile.in.in-292-	  dir=$(localedir)/$$lang/LC_MESSAGES; \
##############################################
nano-5.3/po/Makefile.in.in-296-	      if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
nano-5.3/po/Makefile.in.in:297:	        link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
nano-5.3/po/Makefile.in.in-298-	        mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
##############################################
nano-5.3/po/Makefile.in.in-335-	for cat in $$catalogs; do \
nano-5.3/po/Makefile.in.in:336:	  cat=`basename $$cat`; \
nano-5.3/po/Makefile.in.in:337:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
nano-5.3/po/Makefile.in.in-338-	  for lc in LC_MESSAGES $(EXTRA_LOCALE_CATEGORIES); do \
##############################################
nano-5.3/po/Makefile.in.in-400-.nop.po-create:
nano-5.3/po/Makefile.in.in:401:	@lang=`echo $@ | sed -e 's/\.po-create$$//'`; \
nano-5.3/po/Makefile.in.in-402-	echo "File $$lang.po does not exist. If you are a translator, you can create it through 'msginit'." 1>&2; \
##############################################
nano-5.3/po/Makefile.in.in-407-.nop.po-update:
nano-5.3/po/Makefile.in.in:408:	@lang=`echo $@ | sed -e 's/\.po-update$$//'`; \
nano-5.3/po/Makefile.in.in-409-	if test "$(PACKAGE)" = "gettext-tools"; then PATH=`pwd`/../src:$$PATH; fi; \
##############################################
nano-5.3/po/Makefile.in.in-414-	cd $(srcdir); \
nano-5.3/po/Makefile.in.in:415:	if { case `$(MSGMERGE) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
nano-5.3/po/Makefile.in.in-416-	       '' | 0.[0-9] | 0.[0-9].* | 0.1[0-7] | 0.1[0-7].*) \
##############################################
nano-5.3/po/Rules-quot-15-.insert-header.po-update-en:
nano-5.3/po/Rules-quot:16:	@lang=`echo $@ | sed -e 's/\.po-update-en$$//'`; \
nano-5.3/po/Rules-quot:17:	if test "$(PACKAGE)" = "gettext-tools"; then PATH=`pwd`/../src:$$PATH; GETTEXTLIBDIR=`cd $(top_srcdir)/src && pwd`; export GETTEXTLIBDIR; fi; \
nano-5.3/po/Rules-quot-18-	tmpdir=`pwd`; \
nano-5.3/po/Rules-quot-19-	echo "$$lang:"; \
nano-5.3/po/Rules-quot:20:	ll=`echo $$lang | sed -e 's/@.*//'`; \
nano-5.3/po/Rules-quot-21-	LC_ALL=C; export LC_ALL; \
nano-5.3/po/Rules-quot-22-	cd $(srcdir); \
nano-5.3/po/Rules-quot:23:	if $(MSGINIT) -i $(DOMAIN).pot --no-translator -l $$lang -o - 2>/dev/null | sed -f $$tmpdir/$$lang.insert-header | $(MSGCONV) -t UTF-8 | $(MSGFILTER) $(SED) -f `echo $$lang | sed -e 's/.*@//'`.sed 2>/dev/null > $$tmpdir/$$lang.new.po; then \
nano-5.3/po/Rules-quot-24-	  if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \
##############################################
nano-5.3/doc/Makefile.in-50-  { \
nano-5.3/doc/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
nano-5.3/doc/Makefile.in-52-  }; \
##############################################
nano-5.3/doc/Makefile.in-258-	"$(DESTDIR)$(man5dir)" "$(DESTDIR)$(htmldir)"
nano-5.3/doc/Makefile.in:259:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
nano-5.3/doc/Makefile.in-260-am__vpath_adj = case $$p in \
nano-5.3/doc/Makefile.in:261:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
nano-5.3/doc/Makefile.in-262-    *) f=$$p;; \
nano-5.3/doc/Makefile.in-263-  esac;
nano-5.3/doc/Makefile.in:264:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
nano-5.3/doc/Makefile.in-265-am__install_max = 40
nano-5.3/doc/Makefile.in-266-am__nobase_strip_setup = \
nano-5.3/doc/Makefile.in:267:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
nano-5.3/doc/Makefile.in-268-am__nobase_strip = \
##############################################
nano-5.3/doc/Makefile.in-330-  while test -n "$$dir1"; do \
nano-5.3/doc/Makefile.in:331:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
nano-5.3/doc/Makefile.in-332-    if test "$$first" != "."; then \
nano-5.3/doc/Makefile.in-333-      if test "$$first" = ".."; then \
nano-5.3/doc/Makefile.in:334:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
nano-5.3/doc/Makefile.in:335:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
nano-5.3/doc/Makefile.in-336-      else \
nano-5.3/doc/Makefile.in:337:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
nano-5.3/doc/Makefile.in-338-        if test "$$first2" = "$$first"; then \
nano-5.3/doc/Makefile.in:339:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
nano-5.3/doc/Makefile.in-340-        else \
##############################################
nano-5.3/doc/Makefile.in-345-    fi; \
nano-5.3/doc/Makefile.in:346:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
nano-5.3/doc/Makefile.in-347-  done; \
##############################################
nano-5.3/doc/Makefile.in-1672-	  $(am__cd) $(srcdir) && \
nano-5.3/doc/Makefile.in:1673:	  $$restore $$backupdir/* `echo "./$@" | sed 's|[^/]*$$||'`; \
nano-5.3/doc/Makefile.in-1674-	fi; \
##############################################
nano-5.3/doc/Makefile.in-1728-	  for file in $$list; do \
nano-5.3/doc/Makefile.in:1729:	    relfile=`echo "$$file" | sed 's|^.*/||'`; \
nano-5.3/doc/Makefile.in-1730-	    echo " install-info --info-dir='$(DESTDIR)$(infodir)' --remove '$(DESTDIR)$(infodir)/$$relfile'"; \
##############################################
nano-5.3/doc/Makefile.in-1737-	for file in $$list; do \
nano-5.3/doc/Makefile.in:1738:	  relfile=`echo "$$file" | sed 's|^.*/||'`; \
nano-5.3/doc/Makefile.in:1739:	  relfile_i=`echo "$$relfile" | sed 's|\.info$$||;s|$$|.i|'`; \
nano-5.3/doc/Makefile.in-1740-	  (if test -d "$(DESTDIR)$(infodir)" && cd "$(DESTDIR)$(infodir)"; then \
##############################################
nano-5.3/doc/Makefile.in-1764-dist-info: $(INFO_DEPS)
nano-5.3/doc/Makefile.in:1765:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
nano-5.3/doc/Makefile.in-1766-	list='$(INFO_DEPS)'; \
##############################################
nano-5.3/doc/Makefile.in-1768-	  case $$base in \
nano-5.3/doc/Makefile.in:1769:	    $(srcdir)/*) base=`echo "$$base" | sed "s|^$$srcdirstrip/||"`;; \
nano-5.3/doc/Makefile.in-1770-	  esac; \
nano-5.3/doc/Makefile.in-1771-	  if test -f $$base; then d=.; else d=$(srcdir); fi; \
nano-5.3/doc/Makefile.in:1772:	  base_i=`echo "$$base" | sed 's|\.info$$||;s|$$|.i|'`; \
nano-5.3/doc/Makefile.in-1773-	  for file in $$d/$$base $$d/$$base-[0-9] $$d/$$base-[0-9][0-9] $$d/$$base_i[0-9] $$d/$$base_i[0-9][0-9]; do \
nano-5.3/doc/Makefile.in-1774-	    if test -f $$file; then \
nano-5.3/doc/Makefile.in:1775:	      relfile=`expr "$$file" : "$$d/\(.*\)"`; \
nano-5.3/doc/Makefile.in-1776-	      test -f "$(distdir)/$$relfile" || \
##############################################
nano-5.3/doc/Makefile.in-1790-	@list='$(INFO_DEPS)'; for i in $$list; do \
nano-5.3/doc/Makefile.in:1791:	  i_i=`echo "$$i" | sed 's|\.info$$||;s|$$|.i|'`; \
nano-5.3/doc/Makefile.in-1792-	  echo " rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]"; \
##############################################
nano-5.3/doc/Makefile.in-1799-	test -n "$(man1dir)" \
nano-5.3/doc/Makefile.in:1800:	  && test -n "`echo $$list1$$list2`" \
nano-5.3/doc/Makefile.in-1801-	  || exit 0; \
##############################################
nano-5.3/doc/Makefile.in-1842-	test -n "$(man5dir)" \
nano-5.3/doc/Makefile.in:1843:	  && test -n "`echo $$list1$$list2`" \
nano-5.3/doc/Makefile.in-1844-	  || exit 0; \
##############################################
nano-5.3/doc/Makefile.in-1899-	@list='$(dist_html_DATA)'; test -n "$(htmldir)" || list=; \
nano-5.3/doc/Makefile.in:1900:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
nano-5.3/doc/Makefile.in-1901-	dir='$(DESTDIR)$(htmldir)'; $(am__uninstall_files_from_dir)
##############################################
nano-5.3/doc/Makefile.in-1916-	dot_seen=no; \
nano-5.3/doc/Makefile.in:1917:	target=`echo $@ | sed s/-recursive//`; \
nano-5.3/doc/Makefile.in-1918-	case "$@" in \
##############################################
nano-5.3/doc/Makefile.in-1979-GTAGS:
nano-5.3/doc/Makefile.in:1980:	here=`$(am__cd) $(top_builddir) && pwd` \
nano-5.3/doc/Makefile.in-1981-	  && $(am__cd) $(top_srcdir) \
##############################################
nano-5.3/doc/Makefile.in-2005-distdir-am: $(DISTFILES)
nano-5.3/doc/Makefile.in:2006:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
nano-5.3/doc/Makefile.in:2007:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
nano-5.3/doc/Makefile.in-2008-	list='$(DISTFILES)'; \
##############################################
nano-5.3/doc/Makefile.in-2019-	  if test -d $$d/$$file; then \
nano-5.3/doc/Makefile.in:2020:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
nano-5.3/doc/Makefile.in-2021-	    if test -d "$(distdir)/$$file"; then \
##############################################
nano-5.3/doc/Makefile.in-2175-	@$(NORMAL_INSTALL)
nano-5.3/doc/Makefile.in:2176:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
nano-5.3/doc/Makefile.in-2177-	list='$(INFO_DEPS)'; test -n "$(infodir)" || list=; \
##############################################
nano-5.3/doc/Makefile.in-2183-	  case $$file in \
nano-5.3/doc/Makefile.in:2184:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
nano-5.3/doc/Makefile.in-2185-	  esac; \
nano-5.3/doc/Makefile.in-2186-	  if test -f $$file; then d=.; else d=$(srcdir); fi; \
nano-5.3/doc/Makefile.in:2187:	  file_i=`echo "$$file" | sed 's|\.info$$||;s|$$|.i|'`; \
nano-5.3/doc/Makefile.in-2188-	  for ifile in $$d/$$file $$d/$$file-[0-9] $$d/$$file-[0-9][0-9] \
##############################################
nano-5.3/doc/Makefile.in-2201-	  for file in $$list; do \
nano-5.3/doc/Makefile.in:2202:	    relfile=`echo "$$file" | sed 's|^.*/||'`; \
nano-5.3/doc/Makefile.in-2203-	    echo " install-info --info-dir='$(DESTDIR)$(infodir)' '$(DESTDIR)$(infodir)/$$relfile'";\
##############################################
nano-5.3/doc/texinfo.tex-7001-  \catcode `\\=0 \catcode `\{=1 \catcode `\}=2
nano-5.3/doc/texinfo.tex:7002:  \catcode `\$=3 \catcode `\&=4 \catcode `\#=6
nano-5.3/doc/texinfo.tex-7003-  \catcode `\^=7 \catcode `\_=8 \catcode `\~=\active \let~=\tie
##############################################
nano-5.3/m4/gnulib-comp.m4-651-      sed_drop_objext='s/\.o$//;s/\.obj$//'
nano-5.3/m4/gnulib-comp.m4:652:      for i in `for i in $gl_LIBOBJS; do echo "$i"; done | sed -e "$sed_drop_objext" | sort | uniq`; do
nano-5.3/m4/gnulib-comp.m4-653-        gl_libobjs="$gl_libobjs $i.$ac_objext"
##############################################
nano-5.3/m4/gnulib-comp.m4-669-changequote(,)dnl
nano-5.3/m4/gnulib-comp.m4:670:  gltests_WITNESS=IN_`echo "${PACKAGE-$PACKAGE_TARNAME}" | LC_ALL=C tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ | LC_ALL=C sed -e 's/[^A-Z0-9_]/_/g'`_GNULIB_TESTS
nano-5.3/m4/gnulib-comp.m4-671-changequote([, ])dnl
##############################################
nano-5.3/m4/gnulib-comp.m4-697-      sed_drop_objext='s/\.o$//;s/\.obj$//'
nano-5.3/m4/gnulib-comp.m4:698:      for i in `for i in $gltests_LIBOBJS; do echo "$i"; done | sed -e "$sed_drop_objext" | sort | uniq`; do
nano-5.3/m4/gnulib-comp.m4-699-        gltests_libobjs="$gltests_libobjs $i.$ac_objext"
##############################################
nano-5.3/m4/exponentf.m4-83-    word*bit*)
nano-5.3/m4/exponentf.m4:84:      word=`echo "$gl_cv_cc_float_expbit0" | sed -e 's/word //' -e 's/ bit.*//'`
nano-5.3/m4/exponentf.m4:85:      bit=`echo "$gl_cv_cc_float_expbit0" | sed -e 's/word.*bit //'`
nano-5.3/m4/exponentf.m4-86-      AC_DEFINE_UNQUOTED([FLT_EXPBIT0_WORD], [$word],
##############################################
nano-5.3/m4/stdint.m4-399-    fi
nano-5.3/m4/stdint.m4:400:    GLTYPE=`echo "$gltype" | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
nano-5.3/m4/stdint.m4-401-    AC_DEFINE_UNQUOTED([BITSIZEOF_${GLTYPE}], [$result])
##############################################
nano-5.3/m4/stdint.m4-428-    eval result=\$gl_cv_type_${gltype}_signed
nano-5.3/m4/stdint.m4:429:    GLTYPE=`echo $gltype | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
nano-5.3/m4/stdint.m4-430-    if test "$result" = yes; then
##############################################
nano-5.3/m4/stdint.m4-482-       done])
nano-5.3/m4/stdint.m4:483:    GLTYPE=`echo $gltype | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
nano-5.3/m4/stdint.m4-484-    eval result=\$gl_cv_type_${gltype}_suffix
##############################################
nano-5.3/m4/exponentl.m4-103-    word*bit*)
nano-5.3/m4/exponentl.m4:104:      word=`echo "$gl_cv_cc_long_double_expbit0" | sed -e 's/word //' -e 's/ bit.*//'`
nano-5.3/m4/exponentl.m4:105:      bit=`echo "$gl_cv_cc_long_double_expbit0" | sed -e 's/word.*bit //'`
nano-5.3/m4/exponentl.m4-106-      AC_DEFINE_UNQUOTED([LDBL_EXPBIT0_WORD], [$word],
##############################################
nano-5.3/m4/Makefile.in-49-  { \
nano-5.3/m4/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
nano-5.3/m4/Makefile.in-51-  }; \
##############################################
nano-5.3/m4/Makefile.in-1547-distdir-am: $(DISTFILES)
nano-5.3/m4/Makefile.in:1548:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
nano-5.3/m4/Makefile.in:1549:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
nano-5.3/m4/Makefile.in-1550-	list='$(DISTFILES)'; \
##############################################
nano-5.3/m4/Makefile.in-1561-	  if test -d $$d/$$file; then \
nano-5.3/m4/Makefile.in:1562:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
nano-5.3/m4/Makefile.in-1563-	    if test -d "$(distdir)/$$file"; then \
##############################################
nano-5.3/m4/libunistring-base.m4-89-  if test "$HAVE_LIBUNISTRING" = yes; then
nano-5.3/m4/libunistring-base.m4:90:    LIBUNISTRING_VERSION_MAJOR=`echo "$LIBUNISTRING_VERSION" | sed -n -e "$gl_libunistring_sed_extract_major"`
nano-5.3/m4/libunistring-base.m4:91:    LIBUNISTRING_VERSION_MINOR=`echo "$LIBUNISTRING_VERSION" | sed -n -e "$gl_libunistring_sed_extract_minor"`
nano-5.3/m4/libunistring-base.m4:92:    LIBUNISTRING_VERSION_SUBMINOR=`echo "$LIBUNISTRING_VERSION" | sed -n -e "$gl_libunistring_sed_extract_subminor"`
nano-5.3/m4/libunistring-base.m4-93-  fi
##############################################
nano-5.3/m4/libunistring-base.m4-123-           [dnl This is the unoptimized variant:
nano-5.3/m4/libunistring-base.m4:124:            requested_version_major=`echo '$1' | sed -n -e "$gl_libunistring_sed_extract_major"`
nano-5.3/m4/libunistring-base.m4:125:            requested_version_minor=`echo '$1' | sed -n -e "$gl_libunistring_sed_extract_minor"`
nano-5.3/m4/libunistring-base.m4:126:            requested_version_subminor=`echo '$1' | sed -n -e "$gl_libunistring_sed_extract_subminor"`
nano-5.3/m4/libunistring-base.m4-127-            test $LIBUNISTRING_VERSION_MAJOR -lt $requested_version_major \
##############################################
nano-5.3/m4/exponentd.m4-107-    word*bit*)
nano-5.3/m4/exponentd.m4:108:      word=`echo "$gl_cv_cc_double_expbit0" | sed -e 's/word //' -e 's/ bit.*//'`
nano-5.3/m4/exponentd.m4:109:      bit=`echo "$gl_cv_cc_double_expbit0" | sed -e 's/word.*bit //'`
nano-5.3/m4/exponentd.m4-110-      AC_DEFINE_UNQUOTED([DBL_EXPBIT0_WORD], [$word],
##############################################
nano-5.3/m4/lib-link.m4-247-        dnl or AC_LIB_HAVE_LINKFLAGS call.
nano-5.3/m4/lib-link.m4:248:        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./+-|ABCDEFGHIJKLMNOPQRSTUVWXYZ____|'`
nano-5.3/m4/lib-link.m4-249-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
nano-5.3/m4/lib-link.m4-322-                -L*)
nano-5.3/m4/lib-link.m4:323:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
nano-5.3/m4/lib-link.m4-324-                  dnl First look for a shared library.
##############################################
nano-5.3/m4/lib-link.m4-466-              */$acl_libdirstem | */$acl_libdirstem/)
nano-5.3/m4/lib-link.m4:467:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
nano-5.3/m4/lib-link.m4-468-                if test "$name" = '$1'; then
##############################################
nano-5.3/m4/lib-link.m4-473-              */$acl_libdirstem2 | */$acl_libdirstem2/)
nano-5.3/m4/lib-link.m4:474:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'`
nano-5.3/m4/lib-link.m4-475-                if test "$name" = '$1'; then
##############################################
nano-5.3/m4/lib-link.m4-529-                  -L*)
nano-5.3/m4/lib-link.m4:530:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
nano-5.3/m4/lib-link.m4-531-                    dnl Potentially add $additional_libdir to $LIBNAME and $LTLIBNAME.
##############################################
nano-5.3/m4/lib-link.m4-581-                  -R*)
nano-5.3/m4/lib-link.m4:582:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
nano-5.3/m4/lib-link.m4-583-                    if test "$enable_rpath" != no; then
##############################################
nano-5.3/m4/lib-link.m4-611-                    dnl Handle this in the next round.
nano-5.3/m4/lib-link.m4:612:                    names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
nano-5.3/m4/lib-link.m4-613-                    ;;
##############################################
nano-5.3/m4/lib-link.m4-617-                    dnl option.
nano-5.3/m4/lib-link.m4:618:                    names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
nano-5.3/m4/lib-link.m4-619-                    ;;
##############################################
nano-5.3/m4/lib-link.m4-730-            -L) next=yes ;;
nano-5.3/m4/lib-link.m4:731:            -L*) dir=`echo "X$opt" | sed -e 's,^X-L,,'`
nano-5.3/m4/lib-link.m4-732-                 dnl No need to hardcode the standard /usr/lib.
##############################################
nano-5.3/m4/lib-prefix.m4-201-    *)
nano-5.3/m4/lib-prefix.m4:202:      searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'`
nano-5.3/m4/lib-prefix.m4-203-      if test -n "$searchpath"; then
##############################################
nano-5.3/m4/lib-prefix.m4-211-                ;;
nano-5.3/m4/lib-prefix.m4:212:              *) searchdir=`cd "$searchdir" && pwd`
nano-5.3/m4/lib-prefix.m4-213-                 case "$searchdir" in
##############################################
nano-5.3/m4/gettext.m4-267-        LTLIBINTL="ifelse([$3],[],\${top_builddir}/intl,[$3])/libintl.[]gt_libtool_suffix_prefix[]a $LTLIBICONV $LTLIBTHREAD"
nano-5.3/m4/gettext.m4:268:        LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'`
nano-5.3/m4/gettext.m4-269-      fi
##############################################
nano-5.3/m4/intl.m4-258-changequote(<<,>>)dnl
nano-5.3/m4/intl.m4:259:    ac_prog_version=`$INTLBISON --version 2>&1 | sed -n 's/^.*GNU Bison.* \([0-9]*\.[0-9.]*\).*$/\1/p'`
nano-5.3/m4/intl.m4-260-    case $ac_prog_version in
##############################################
nano-5.3/m4/po.m4-48-changequote(,)dnl
nano-5.3/m4/po.m4:49:  case `$MSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
nano-5.3/m4/po.m4-50-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) MSGFMT_015=: ;;
##############################################
nano-5.3/m4/po.m4-55-changequote(,)dnl
nano-5.3/m4/po.m4:56:  case `$GMSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
nano-5.3/m4/po.m4-57-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) GMSGFMT_015=: ;;
##############################################
nano-5.3/m4/po.m4-74-changequote(,)dnl
nano-5.3/m4/po.m4:75:  case `$XGETTEXT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
nano-5.3/m4/po.m4-76-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) XGETTEXT_015=: ;;
##############################################
nano-5.3/m4/po.m4-99-      case "$ac_file" in
nano-5.3/m4/po.m4:100:        *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
nano-5.3/m4/po.m4-101-      esac
##############################################
nano-5.3/m4/po.m4-104-        # Adjust a relative srcdir.
nano-5.3/m4/po.m4:105:        ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
nano-5.3/m4/po.m4:106:        ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
nano-5.3/m4/po.m4:107:        ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
nano-5.3/m4/po.m4-108-        # In autoconf-2.13 it is called $ac_given_srcdir.
##############################################
nano-5.3/m4/po.m4-111-        case "$ac_given_srcdir" in
nano-5.3/m4/po.m4:112:          .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
nano-5.3/m4/po.m4-113-          /*) top_srcdir="$ac_given_srcdir" ;;
##############################################
nano-5.3/m4/po.m4-132-            fi
nano-5.3/m4/po.m4:133:            ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
nano-5.3/m4/po.m4-134-            # Hide the ALL_LINGUAS assignment from automake < 1.5.
##############################################
nano-5.3/m4/po.m4-229-  # Adjust a relative srcdir.
nano-5.3/m4/po.m4:230:  ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
nano-5.3/m4/po.m4:231:  ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
nano-5.3/m4/po.m4:232:  ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
nano-5.3/m4/po.m4-233-  # In autoconf-2.13 it is called $ac_given_srcdir.
##############################################
nano-5.3/m4/po.m4-236-  case "$ac_given_srcdir" in
nano-5.3/m4/po.m4:237:    .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
nano-5.3/m4/po.m4-238-    /*) top_srcdir="$ac_given_srcdir" ;;
##############################################
nano-5.3/m4/po.m4-298-  # Set POTFILES to the value of the Makefile variable POTFILES.
nano-5.3/m4/po.m4:299:  sed_x_POTFILES=`$gt_echo "$sed_x_variable" | sed -e '/^ *#/d' -e 's/VARIABLE/POTFILES/g'`
nano-5.3/m4/po.m4:300:  POTFILES=`sed -n -e "$sed_x_POTFILES" < "$ac_file"`
nano-5.3/m4/po.m4-301-  # Compute POTFILES_DEPS as
##############################################
nano-5.3/m4/po.m4-313-    # The LINGUAS file contains the set of available languages.
nano-5.3/m4/po.m4:314:    ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
nano-5.3/m4/po.m4-315-    POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
##############################################
nano-5.3/m4/po.m4-317-    # Set ALL_LINGUAS to the value of the Makefile variable LINGUAS.
nano-5.3/m4/po.m4:318:    sed_x_LINGUAS=`$gt_echo "$sed_x_variable" | sed -e '/^ *#/d' -e 's/VARIABLE/LINGUAS/g'`
nano-5.3/m4/po.m4:319:    ALL_LINGUAS_=`sed -n -e "$sed_x_LINGUAS" < "$ac_file"`
nano-5.3/m4/po.m4-320-  fi
##############################################
nano-5.3/m4/po.m4-361-    QMFILES="$QMFILES $srcdirpre$lang.qm"
nano-5.3/m4/po.m4:362:    frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
nano-5.3/m4/po.m4-363-    MSGFILES="$MSGFILES $srcdirpre$frobbedlang.msg"
nano-5.3/m4/po.m4:364:    frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'`
nano-5.3/m4/po.m4-365-    RESOURCESDLLFILES="$RESOURCESDLLFILES $srcdirpre$frobbedlang/\$(DOMAIN).resources.dll"
##############################################
nano-5.3/m4/po.m4-402-      QTCATALOGS="$QTCATALOGS $lang.qm"
nano-5.3/m4/po.m4:403:      frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
nano-5.3/m4/po.m4-404-      TCLCATALOGS="$TCLCATALOGS $frobbedlang.msg"
nano-5.3/m4/po.m4:405:      frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'`
nano-5.3/m4/po.m4-406-      CSHARPCATALOGS="$CSHARPCATALOGS $frobbedlang/\$(DOMAIN).resources.dll"
##############################################
nano-5.3/m4/po.m4-414-    for lang in $ALL_LINGUAS; do
nano-5.3/m4/po.m4:415:      frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
nano-5.3/m4/po.m4-416-      cat >> "$ac_file.tmp" <<EOF
##############################################
nano-5.3/m4/po.m4-425-    for lang in $ALL_LINGUAS; do
nano-5.3/m4/po.m4:426:      frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'`
nano-5.3/m4/po.m4-427-      cat >> "$ac_file.tmp" <<EOF
##############################################
nano-5.3/m4/wchar_h.m4-94-     save_ac_compile="$ac_compile"
nano-5.3/m4/wchar_h.m4:95:     ac_compile=`echo "$save_ac_compile" | sed s/conftest/conftest1/`
nano-5.3/m4/wchar_h.m4-96-     if echo '#include "conftest.c"' >conftest1.c &&
##############################################
nano-5.3/m4/wchar_h.m4-110-       dnl See note above about renaming object files.
nano-5.3/m4/wchar_h.m4:111:       ac_compile=`echo "$save_ac_compile" | sed s/conftest/conftest2/`
nano-5.3/m4/wchar_h.m4-112-       if echo '#include "conftest.c"' >conftest2.c &&
##############################################
nano-5.3/m4/signbit.m4-344-    word*bit*)
nano-5.3/m4/signbit.m4:345:      word=`echo "$]$2[" | sed -e 's/word //' -e 's/ bit.*//'`
nano-5.3/m4/signbit.m4:346:      bit=`echo "$]$2[" | sed -e 's/word.*bit //'`
nano-5.3/m4/signbit.m4-347-      AC_DEFINE_UNQUOTED([$4][_SIGNBIT_WORD], [$word],
##############################################
nano-5.3/m4/lib-ld.m4-14-[# I'd rather use --version here, but apparently some GNU lds only accept -v.
nano-5.3/m4/lib-ld.m4:15:case `$LD -v 2>&1 </dev/null` in
nano-5.3/m4/lib-ld.m4-16-*GNU* | *'with BFD'*)
##############################################
nano-5.3/m4/lib-ld.m4-56-    # gcc leaves a trailing carriage return which upsets mingw
nano-5.3/m4/lib-ld.m4:57:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
nano-5.3/m4/lib-ld.m4-58-  *)
nano-5.3/m4/lib-ld.m4:59:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
nano-5.3/m4/lib-ld.m4-60-  esac
##############################################
nano-5.3/m4/lib-ld.m4-65-      # Canonicalize the pathname of ld
nano-5.3/m4/lib-ld.m4:66:      ac_prog=`echo "$ac_prog"| sed 's%\\\\%/%g'`
nano-5.3/m4/lib-ld.m4-67-      while echo "$ac_prog" | grep "$re_direlt" > /dev/null 2>&1; do
nano-5.3/m4/lib-ld.m4:68:        ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
nano-5.3/m4/lib-ld.m4-69-      done
##############################################
nano-5.3/m4/lib-ld.m4-96-      # Break only if it was the GNU/non-GNU ld that we prefer.
nano-5.3/m4/lib-ld.m4:97:      case `"$acl_cv_path_LD" -v 2>&1 </dev/null` in
nano-5.3/m4/lib-ld.m4-98-      *GNU* | *'with BFD'*)
##############################################
nano-5.3/m4/iconv.m4-254-      am_cv_proto_iconv="extern size_t iconv (iconv_t cd, $am_cv_proto_iconv_arg1 char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);"])
nano-5.3/m4/iconv.m4:255:    am_cv_proto_iconv=`echo "[$]am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
nano-5.3/m4/iconv.m4-256-    AC_MSG_RESULT([
##############################################
nano-5.3/m4/getopt.m4-218-       gl_awk_probe='BEGIN { if ("POSIXLY_CORRECT" in ENVIRON) print "x" }'
nano-5.3/m4/getopt.m4:219:       case ${POSIXLY_CORRECT+x}`$AWK "$gl_awk_probe" </dev/null` in
nano-5.3/m4/getopt.m4-220-         xx) gl_had_POSIXLY_CORRECT=exported ;;
##############################################
nano-5.3/configure.ac-580-		if test "x$NCURSESW_CONFIG" != xno; then
nano-5.3/configure.ac:581:			CURSES_LIB=`$NCURSESW_CONFIG --libs`
nano-5.3/configure.ac-582-			LIBS="$CURSES_LIB $LIBS"
nano-5.3/configure.ac:583:			CPPFLAGS="`$NCURSESW_CONFIG --cflags` $CPPFLAGS"
nano-5.3/configure.ac-584-			AC_CHECK_LIB(ncursesw, wget_wch, [CURSES_LIB_NAME=ncursesw CURSES_LIB_WIDE=yes])
##############################################
nano-5.3/src/Makefile.in-50-  { \
nano-5.3/src/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
nano-5.3/src/Makefile.in-52-  }; \
##############################################
nano-5.3/src/Makefile.in-1667-.c.obj:
nano-5.3/src/Makefile.in:1668:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
nano-5.3/src/Makefile.in-1669-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
nano-5.3/src/Makefile.in-1671-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
nano-5.3/src/Makefile.in:1672:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
nano-5.3/src/Makefile.in-1673-
##############################################
nano-5.3/src/Makefile.in-1703-GTAGS:
nano-5.3/src/Makefile.in:1704:	here=`$(am__cd) $(top_builddir) && pwd` \
nano-5.3/src/Makefile.in-1705-	  && $(am__cd) $(top_srcdir) \
##############################################
nano-5.3/src/Makefile.in-1729-distdir-am: $(DISTFILES)
nano-5.3/src/Makefile.in:1730:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
nano-5.3/src/Makefile.in:1731:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
nano-5.3/src/Makefile.in-1732-	list='$(DISTFILES)'; \
##############################################
nano-5.3/src/Makefile.in-1743-	  if test -d $$d/$$file; then \
nano-5.3/src/Makefile.in:1744:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
nano-5.3/src/Makefile.in-1745-	    if test -d "$(distdir)/$$file"; then \
##############################################
nano-5.3/config.rpath-33-host="$1"
nano-5.3/config.rpath:34:host_cpu=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
nano-5.3/config.rpath:35:host_vendor=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
nano-5.3/config.rpath:36:host_os=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
nano-5.3/config.rpath-37-
##############################################
nano-5.3/config.rpath-47-done
nano-5.3/config.rpath:48:cc_basename=`echo "$cc_temp" | sed -e 's%^.*/%%'`
nano-5.3/config.rpath-49-
##############################################
nano-5.3/config.rpath-94-        *)
nano-5.3/config.rpath:95:          case `$CC -V 2>&1 | sed 5q` in
nano-5.3/config.rpath-96-            *Sun\ F* | *Sun*Fortran*)
##############################################
nano-5.3/config.rpath-235-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
nano-5.3/config.rpath:236:      case `$LD -v 2>&1` in
nano-5.3/config.rpath-237-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
nano-5.3/config.rpath-241-          if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
nano-5.3/config.rpath:242:            hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`'
nano-5.3/config.rpath-243-          else
##############################################
nano-5.3/config.rpath-298-        case $host_os in aix4.[012]|aix4.[012].*)
nano-5.3/config.rpath:299:          collect2name=`${CC} -print-prog-name=collect2`
nano-5.3/config.rpath-300-          if test -f "$collect2name" && \
##############################################
nano-5.3/config.rpath-434-        hardcode_direct=yes
nano-5.3/config.rpath:435:        if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
nano-5.3/config.rpath-436-          hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
##############################################
nano-5.3/config.rpath-498-    sysv5* | sco3.2v5* | sco5v6*)
nano-5.3/config.rpath:499:      hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
nano-5.3/config.rpath-500-      hardcode_libdir_separator=':'
##############################################
nano-5.3/config.rpath-651-sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
nano-5.3/config.rpath:652:escaped_wl=`echo "X$wl" | sed -e 's/^X//' -e "$sed_quote_subst"`
nano-5.3/config.rpath:653:shlibext=`echo "$shrext" | sed -e 's,^\.,,'`
nano-5.3/config.rpath:654:escaped_libname_spec=`echo "X$libname_spec" | sed -e 's/^X//' -e "$sed_quote_subst"`
nano-5.3/config.rpath:655:escaped_library_names_spec=`echo "X$library_names_spec" | sed -e 's/^X//' -e "$sed_quote_subst"`
nano-5.3/config.rpath:656:escaped_hardcode_libdir_flag_spec=`echo "X$hardcode_libdir_flag_spec" | sed -e 's/^X//' -e "$sed_quote_subst"`
nano-5.3/config.rpath-657-
##############################################
nano-5.3/install-sh-234-      fi
nano-5.3/install-sh:235:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
nano-5.3/install-sh-236-    *)
##############################################
nano-5.3/install-sh-280-      dstdir=$dst
nano-5.3/install-sh:281:      dstbase=`basename "$src"`
nano-5.3/install-sh-282-      case $dst in
##############################################
nano-5.3/install-sh-287-    else
nano-5.3/install-sh:288:      dstdir=`dirname "$dst"`
nano-5.3/install-sh-289-      test -d "$dstdir"
##############################################
nano-5.3/install-sh-354-                   test_tmpdir="$tmpdir/a"
nano-5.3/install-sh:355:                   ls_ld_tmpdir=`ls -ld "$test_tmpdir"`
nano-5.3/install-sh-356-                   case $ls_ld_tmpdir in
##############################################
nano-5.3/install-sh-361-                   $mkdirprog -m$different_mode -p -- "$test_tmpdir" && {
nano-5.3/install-sh:362:                     ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"`
nano-5.3/install-sh-363-                     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
nano-5.3/install-sh-419-            case $prefix in
nano-5.3/install-sh:420:              *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
nano-5.3/install-sh-421-              *) qprefix=$prefix;;
##############################################
nano-5.3/install-sh-479-    if $copy_on_change &&
nano-5.3/install-sh:480:       old=`LC_ALL=C ls -dlL "$dst"     2>/dev/null` &&
nano-5.3/install-sh:481:       new=`LC_ALL=C ls -dlL "$dsttmp"  2>/dev/null` &&
nano-5.3/install-sh-482-       set -f &&
##############################################
nano-5.3/depcomp-64-  case $1 in
nano-5.3/depcomp:65:    */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;;
nano-5.3/depcomp-66-      *) dir=;;
##############################################
nano-5.3/depcomp-73-{
nano-5.3/depcomp:74:  base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'`
nano-5.3/depcomp-75-}
##############################################
nano-5.3/depcomp-126-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
nano-5.3/depcomp:127:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
nano-5.3/depcomp-128-
##############################################
nano-5.3/depcomp-405-        sleep 1
nano-5.3/depcomp:406:        i=`expr $i - 1`
nano-5.3/depcomp-407-      done
nano-5.3/depcomp-408-    fi
nano-5.3/depcomp:409:    i=`expr $i - 1`
nano-5.3/depcomp-410-  done
##############################################
nano-5.3/depcomp-425-  # Do two passes, one to just change these to
nano-5.3/depcomp:426:  # `$object: dependent.h' and one to simply `dependent.h:'.
nano-5.3/depcomp-427-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
nano-5.3/depcomp-659-  done
nano-5.3/depcomp:660:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
nano-5.3/depcomp-661-  touch "$tmpdepfile"
##############################################
nano-5.3/lib/Makefile.in-106-  { \
nano-5.3/lib/Makefile.in:107:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
nano-5.3/lib/Makefile.in-108-  }; \
##############################################
nano-5.3/lib/Makefile.in-407-  while test -n "$$dir1"; do \
nano-5.3/lib/Makefile.in:408:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
nano-5.3/lib/Makefile.in-409-    if test "$$first" != "."; then \
nano-5.3/lib/Makefile.in-410-      if test "$$first" = ".."; then \
nano-5.3/lib/Makefile.in:411:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
nano-5.3/lib/Makefile.in:412:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
nano-5.3/lib/Makefile.in-413-      else \
nano-5.3/lib/Makefile.in:414:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
nano-5.3/lib/Makefile.in-415-        if test "$$first2" = "$$first"; then \
nano-5.3/lib/Makefile.in:416:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
nano-5.3/lib/Makefile.in-417-        else \
##############################################
nano-5.3/lib/Makefile.in-422-    fi; \
nano-5.3/lib/Makefile.in:423:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
nano-5.3/lib/Makefile.in-424-  done; \
##############################################
nano-5.3/lib/Makefile.in-2015-.c.o:
nano-5.3/lib/Makefile.in:2016:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
nano-5.3/lib/Makefile.in-2017-@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
nano-5.3/lib/Makefile.in-2023-.c.obj:
nano-5.3/lib/Makefile.in:2024:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
nano-5.3/lib/Makefile.in:2025:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
nano-5.3/lib/Makefile.in-2026-@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
nano-5.3/lib/Makefile.in-2028-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
nano-5.3/lib/Makefile.in:2029:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
nano-5.3/lib/Makefile.in-2030-
##############################################
nano-5.3/lib/Makefile.in-2044-	dot_seen=no; \
nano-5.3/lib/Makefile.in:2045:	target=`echo $@ | sed s/-recursive//`; \
nano-5.3/lib/Makefile.in-2046-	case "$@" in \
##############################################
nano-5.3/lib/Makefile.in-2107-GTAGS:
nano-5.3/lib/Makefile.in:2108:	here=`$(am__cd) $(top_builddir) && pwd` \
nano-5.3/lib/Makefile.in-2109-	  && $(am__cd) $(top_srcdir) \
##############################################
nano-5.3/lib/Makefile.in-2133-distdir-am: $(DISTFILES)
nano-5.3/lib/Makefile.in:2134:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
nano-5.3/lib/Makefile.in:2135:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
nano-5.3/lib/Makefile.in-2136-	list='$(DISTFILES)'; \
##############################################
nano-5.3/lib/Makefile.in-2147-	  if test -d $$d/$$file; then \
nano-5.3/lib/Makefile.in:2148:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
nano-5.3/lib/Makefile.in-2149-	    if test -d "$(distdir)/$$file"; then \
##############################################
nano-5.3/lib/cdefs.h-495-#  define __LDBL_REDIR1_DECL(name, alias) \
nano-5.3/lib/cdefs.h:496:  extern __typeof (name) name __asm (__ASMNAME (#alias));
nano-5.3/lib/cdefs.h-497-#  define __LDBL_REDIR_DECL(name) \
nano-5.3/lib/cdefs.h:498:  extern __typeof (name) name __asm (__ASMNAME ("__nldbl_" #name));
nano-5.3/lib/cdefs.h-499-#  define __REDIRECT_LDBL(name, proto, alias) \
##############################################
nano-5.3/aclocal.m4-131-    PKG_CHECK_EXISTS([$3],
nano-5.3/aclocal.m4:132:                     [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`
nano-5.3/aclocal.m4-133-		      test "x$?" != "x0" && pkg_failed=yes ],
##############################################
nano-5.3/aclocal.m4-179-        if test $_pkg_short_errors_supported = yes; then
nano-5.3/aclocal.m4:180:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
nano-5.3/aclocal.m4-181-        else 
nano-5.3/aclocal.m4:182:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
nano-5.3/aclocal.m4-183-        fi
##############################################
nano-5.3/aclocal.m4-436-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
nano-5.3/aclocal.m4:437:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
nano-5.3/aclocal.m4-438-# and then we would define $MISSING as
##############################################
nano-5.3/aclocal.m4-451-# Expand $ac_aux_dir to an absolute path.
nano-5.3/aclocal.m4:452:am_aux_dir=`cd "$ac_aux_dir" && pwd`
nano-5.3/aclocal.m4-453-])
##############################################
nano-5.3/aclocal.m4-549-  if test "$am_compiler_list" = ""; then
nano-5.3/aclocal.m4:550:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
nano-5.3/aclocal.m4-551-  fi
##############################################
nano-5.3/aclocal.m4-702-    # Strip MF so we end up with the name of the file.
nano-5.3/aclocal.m4:703:    am_mf=`AS_ECHO(["$am_mf"]) | sed -e 's/:.*$//'`
nano-5.3/aclocal.m4-704-    # Check whether this is an Automake generated Makefile which includes
##############################################
nano-5.3/aclocal.m4-709-      || continue
nano-5.3/aclocal.m4:710:    am_dirpart=`AS_DIRNAME(["$am_mf"])`
nano-5.3/aclocal.m4:711:    am_filepart=`AS_BASENAME(["$am_mf"])`
nano-5.3/aclocal.m4-712-    AM_RUN_LOG([cd "$am_dirpart" \
##############################################
nano-5.3/aclocal.m4-779-AC_REQUIRE([AC_PROG_INSTALL])dnl
nano-5.3/aclocal.m4:780:if test "`cd $srcdir && pwd`" != "`pwd`"; then
nano-5.3/aclocal.m4-781-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
nano-5.3/aclocal.m4-938-    * )
nano-5.3/aclocal.m4:939:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
nano-5.3/aclocal.m4-940-  esac
nano-5.3/aclocal.m4-941-done
nano-5.3/aclocal.m4:942:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
nano-5.3/aclocal.m4-943-
##############################################
nano-5.3/aclocal.m4-1194-     echo "timestamp, slept: $am_has_slept" > conftest.file
nano-5.3/aclocal.m4:1195:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
nano-5.3/aclocal.m4-1196-     if test "$[*]" = "X"; then
nano-5.3/aclocal.m4-1197-	# -L didn't work.
nano-5.3/aclocal.m4:1198:	set X `ls -t "$srcdir/configure" conftest.file`
nano-5.3/aclocal.m4-1199-     fi
##############################################
nano-5.3/configure-45-if test -z "$BASH_VERSION$ZSH_VERSION" \
nano-5.3/configure:46:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
nano-5.3/configure-47-  as_echo='print -r --'
nano-5.3/configure-48-  as_echo_n='print -rn --'
nano-5.3/configure:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
nano-5.3/configure-50-  as_echo='printf %s\n'
##############################################
nano-5.3/configure-52-else
nano-5.3/configure:53:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
nano-5.3/configure-54-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
nano-5.3/configure-62-	expr "X$arg" : "X\\(.*\\)$as_nl";
nano-5.3/configure:63:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
nano-5.3/configure-64-      esac;
##############################################
nano-5.3/configure-199-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
nano-5.3/configure:200:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
nano-5.3/configure-201-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
nano-5.3/configure-327-      case $as_dir in #(
nano-5.3/configure:328:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
nano-5.3/configure-329-      *) as_qdir=$as_dir;;
##############################################
nano-5.3/configure-400-  {
nano-5.3/configure:401:    as_val=`expr "$@" || test $? -eq 1`
nano-5.3/configure-402-  }
##############################################
nano-5.3/configure-407-# ----------------------------------------
nano-5.3/configure:408:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
nano-5.3/configure-409-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
nano-5.3/configure-470-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
nano-5.3/configure:471:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
nano-5.3/configure-472-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
nano-5.3/configure-2043-  case $ac_option in
nano-5.3/configure:2044:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
nano-5.3/configure-2045-  *=)   ac_optarg= ;;
##############################################
nano-5.3/configure-2087-  -disable-* | --disable-*)
nano-5.3/configure:2088:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
nano-5.3/configure-2089-    # Reject names that are not valid shell variable names.
##############################################
nano-5.3/configure-2092-    ac_useropt_orig=$ac_useropt
nano-5.3/configure:2093:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
nano-5.3/configure-2094-    case $ac_user_opts in
##############################################
nano-5.3/configure-2113-  -enable-* | --enable-*)
nano-5.3/configure:2114:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
nano-5.3/configure-2115-    # Reject names that are not valid shell variable names.
##############################################
nano-5.3/configure-2118-    ac_useropt_orig=$ac_useropt
nano-5.3/configure:2119:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
nano-5.3/configure-2120-    case $ac_user_opts in
##############################################
nano-5.3/configure-2317-  -with-* | --with-*)
nano-5.3/configure:2318:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
nano-5.3/configure-2319-    # Reject names that are not valid shell variable names.
##############################################
nano-5.3/configure-2322-    ac_useropt_orig=$ac_useropt
nano-5.3/configure:2323:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
nano-5.3/configure-2324-    case $ac_user_opts in
##############################################
nano-5.3/configure-2333-  -without-* | --without-*)
nano-5.3/configure:2334:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
nano-5.3/configure-2335-    # Reject names that are not valid shell variable names.
##############################################
nano-5.3/configure-2338-    ac_useropt_orig=$ac_useropt
nano-5.3/configure:2339:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
nano-5.3/configure-2340-    case $ac_user_opts in
##############################################
nano-5.3/configure-2371-  *=*)
nano-5.3/configure:2372:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
nano-5.3/configure-2373-    # Reject names that are not valid shell variable names.
##############################################
nano-5.3/configure-2392-if test -n "$ac_prev"; then
nano-5.3/configure:2393:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
nano-5.3/configure-2394-  as_fn_error $? "missing argument to $ac_option"
##############################################
nano-5.3/configure-2414-    */ )
nano-5.3/configure:2415:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
nano-5.3/configure-2416-      eval $ac_var=\$ac_val;;
##############################################
nano-5.3/configure-2449-ac_ls_di=`ls -di .` &&
nano-5.3/configure:2450:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
nano-5.3/configure-2451-  as_fn_error $? "working directory cannot be determined"
##############################################
nano-5.3/configure-2505-case $srcdir in
nano-5.3/configure:2506:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
nano-5.3/configure-2507-esac
##############################################
nano-5.3/configure-2548-By default, \`make install' will install all the files in
nano-5.3/configure:2549:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
nano-5.3/configure:2550:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
nano-5.3/configure-2551-for instance \`--prefix=\$HOME'.
##############################################
nano-5.3/configure-2693-*)
nano-5.3/configure:2694:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
nano-5.3/configure-2695-  # A ".." for each directory in $ac_dir_suffix.
nano-5.3/configure:2696:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
nano-5.3/configure-2697-  case $ac_top_builddir_sub in
##############################################
nano-5.3/configure-3171-  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
nano-5.3/configure:3172:  as_decl_name=`echo $2|sed 's/ *(.*//'`
nano-5.3/configure:3173:  as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
nano-5.3/configure-3174-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
##############################################
nano-5.3/configure-3526-    *\'*)
nano-5.3/configure:3527:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
nano-5.3/configure-3528-    esac
##############################################
nano-5.3/configure-3609-      case $ac_val in
nano-5.3/configure:3610:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
nano-5.3/configure-3611-      esac
##############################################
nano-5.3/configure-3624-	case $ac_val in
nano-5.3/configure:3625:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
nano-5.3/configure-3626-	esac
##############################################
nano-5.3/configure-3806-    set,)
nano-5.3/configure:3807:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
nano-5.3/configure:3808:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
nano-5.3/configure-3809-      ac_cache_corrupted=: ;;
##############################################
nano-5.3/configure-3817-	# differences in whitespace do not lead to failure.
nano-5.3/configure:3818:	ac_old_val_w=`echo x $ac_old_val`
nano-5.3/configure:3819:	ac_new_val_w=`echo x $ac_new_val`
nano-5.3/configure-3820-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
nano-5.3/configure-3837-    case $ac_new_val in
nano-5.3/configure:3838:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
nano-5.3/configure-3839-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
nano-5.3/configure-3905-test "x$ac_build_alias" = x &&
nano-5.3/configure:3906:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
nano-5.3/configure-3907-test "x$ac_build_alias" = x &&
nano-5.3/configure-3908-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
nano-5.3/configure:3909:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
nano-5.3/configure-3910-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
nano-5.3/configure-3929-IFS=$ac_save_IFS
nano-5.3/configure:3930:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
nano-5.3/configure-3931-
##############################################
nano-5.3/configure-3940-else
nano-5.3/configure:3941:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
nano-5.3/configure-3942-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
nano-5.3/configure-3962-IFS=$ac_save_IFS
nano-5.3/configure:3963:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
nano-5.3/configure-3964-
##############################################
nano-5.3/configure-4084-     echo "timestamp, slept: $am_has_slept" > conftest.file
nano-5.3/configure:4085:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
nano-5.3/configure-4086-     if test "$*" = "X"; then
nano-5.3/configure-4087-	# -L didn't work.
nano-5.3/configure:4088:	set X `ls -t "$srcdir/configure" conftest.file`
nano-5.3/configure-4089-     fi
##############################################
nano-5.3/configure-4135-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
nano-5.3/configure:4136:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
nano-5.3/configure-4137-
nano-5.3/configure-4138-# Expand $ac_aux_dir to an absolute path.
nano-5.3/configure:4139:am_aux_dir=`cd "$ac_aux_dir" && pwd`
nano-5.3/configure-4140-
##############################################
nano-5.3/configure-4280-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
nano-5.3/configure:4281:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
nano-5.3/configure-4282-	     'mkdir (GNU coreutils) '* | \
##############################################
nano-5.3/configure-4353-set x ${MAKE-make}
nano-5.3/configure:4354:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
nano-5.3/configure-4355-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
nano-5.3/configure-4363-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
nano-5.3/configure:4364:case `${MAKE-make} -f conftest.make 2>/dev/null` in
nano-5.3/configure-4365-  *@@@%%%=?*=@@@%%%*)
##############################################
nano-5.3/configure-4429-
nano-5.3/configure:4430:if test "`cd $srcdir && pwd`" != "`pwd`"; then
nano-5.3/configure-4431-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
nano-5.3/configure-5061-$as_echo_n "checking whether the C compiler works... " >&6; }
nano-5.3/configure:5062:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
nano-5.3/configure-5063-
##############################################
nano-5.3/configure-5105-	then :; else
nano-5.3/configure:5106:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
nano-5.3/configure-5107-	fi
##############################################
nano-5.3/configure-5165-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
nano-5.3/configure:5166:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
nano-5.3/configure-5167-	  break;;
##############################################
nano-5.3/configure-5274-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
nano-5.3/configure:5275:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
nano-5.3/configure-5276-       break;;
##############################################
nano-5.3/configure-6029-  if test "$am_compiler_list" = ""; then
nano-5.3/configure:6030:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
nano-5.3/configure-6031-  fi
##############################################
nano-5.3/configure-6286-  # Check for GNU $ac_path_GREP
nano-5.3/configure:6287:case `"$ac_path_GREP" --version 2>&1` in
nano-5.3/configure-6288-*GNU*)
##############################################
nano-5.3/configure-6352-  # Check for GNU $ac_path_EGREP
nano-5.3/configure:6353:case `"$ac_path_EGREP" --version 2>&1` in
nano-5.3/configure-6354-*GNU*)
##############################################
nano-5.3/configure-6513-do :
nano-5.3/configure:6514:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
nano-5.3/configure-6515-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
nano-5.3/configure-6518-  cat >>confdefs.h <<_ACEOF
nano-5.3/configure:6519:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
nano-5.3/configure-6520-_ACEOF
##############################################
nano-5.3/configure-7665-                              save_ac_compile="$ac_compile"
nano-5.3/configure:7666:     ac_compile=`echo "$save_ac_compile" | sed s/conftest/conftest1/`
nano-5.3/configure-7667-     if echo '#include "conftest.c"' >conftest1.c &&
##############################################
nano-5.3/configure-7687-_ACEOF
nano-5.3/configure:7688:              ac_compile=`echo "$save_ac_compile" | sed s/conftest/conftest2/`
nano-5.3/configure-7689-       if echo '#include "conftest.c"' >conftest2.c &&
##############################################
nano-5.3/configure-7724-do :
nano-5.3/configure:7725:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
nano-5.3/configure-7726-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
nano-5.3/configure-7728-  cat >>confdefs.h <<_ACEOF
nano-5.3/configure:7729:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
nano-5.3/configure-7730-_ACEOF
##############################################
nano-5.3/configure-8200-do :
nano-5.3/configure:8201:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
nano-5.3/configure-8202-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
nano-5.3/configure-8205-  cat >>confdefs.h <<_ACEOF
nano-5.3/configure:8206:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
nano-5.3/configure-8207-_ACEOF
##############################################
nano-5.3/configure-10209-       gl_awk_probe='BEGIN { if ("POSIXLY_CORRECT" in ENVIRON) print "x" }'
nano-5.3/configure:10210:       case ${POSIXLY_CORRECT+x}`$AWK "$gl_awk_probe" </dev/null` in
nano-5.3/configure-10211-         xx) gl_had_POSIXLY_CORRECT=exported ;;
##############################################
nano-5.3/configure-12157-do :
nano-5.3/configure:12158:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
nano-5.3/configure-12159-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
nano-5.3/configure-12161-  cat >>confdefs.h <<_ACEOF
nano-5.3/configure:12162:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
nano-5.3/configure-12163-_ACEOF
##############################################
nano-5.3/configure-12212-    fi
nano-5.3/configure:12213:    GLTYPE=`echo "$gltype" | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
nano-5.3/configure-12214-    cat >>confdefs.h <<_ACEOF
##############################################
nano-5.3/configure-12257-    fi
nano-5.3/configure:12258:    GLTYPE=`echo "$gltype" | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
nano-5.3/configure-12259-    cat >>confdefs.h <<_ACEOF
##############################################
nano-5.3/configure-12309-    eval result=\$gl_cv_type_${gltype}_signed
nano-5.3/configure:12310:    GLTYPE=`echo $gltype | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
nano-5.3/configure-12311-    if test "$result" = yes; then
##############################################
nano-5.3/configure-12385-$as_echo "$ac_res" >&6; }
nano-5.3/configure:12386:    GLTYPE=`echo $gltype | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
nano-5.3/configure-12387-    eval result=\$gl_cv_type_${gltype}_suffix
##############################################
nano-5.3/configure-12457-$as_echo "$ac_res" >&6; }
nano-5.3/configure:12458:    GLTYPE=`echo $gltype | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
nano-5.3/configure-12459-    eval result=\$gl_cv_type_${gltype}_suffix
##############################################
nano-5.3/configure-12947-    word*bit*)
nano-5.3/configure:12948:      word=`echo "$gl_cv_cc_double_expbit0" | sed -e 's/word //' -e 's/ bit.*//'`
nano-5.3/configure:12949:      bit=`echo "$gl_cv_cc_double_expbit0" | sed -e 's/word.*bit //'`
nano-5.3/configure-12950-
##############################################
nano-5.3/configure-13056-    word*bit*)
nano-5.3/configure:13057:      word=`echo "$gl_cv_cc_float_expbit0" | sed -e 's/word //' -e 's/ bit.*//'`
nano-5.3/configure:13058:      bit=`echo "$gl_cv_cc_float_expbit0" | sed -e 's/word.*bit //'`
nano-5.3/configure-13059-
##############################################
nano-5.3/configure-17755-do :
nano-5.3/configure:17756:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
nano-5.3/configure-17757-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
nano-5.3/configure-17759-  cat >>confdefs.h <<_ACEOF
nano-5.3/configure:17760:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
nano-5.3/configure-17761-_ACEOF
##############################################
nano-5.3/configure-18436-  if test "$HAVE_LIBUNISTRING" = yes; then
nano-5.3/configure:18437:    LIBUNISTRING_VERSION_MAJOR=`echo "$LIBUNISTRING_VERSION" | sed -n -e "$gl_libunistring_sed_extract_major"`
nano-5.3/configure:18438:    LIBUNISTRING_VERSION_MINOR=`echo "$LIBUNISTRING_VERSION" | sed -n -e "$gl_libunistring_sed_extract_minor"`
nano-5.3/configure:18439:    LIBUNISTRING_VERSION_SUBMINOR=`echo "$LIBUNISTRING_VERSION" | sed -n -e "$gl_libunistring_sed_extract_subminor"`
nano-5.3/configure-18440-  fi
##############################################
nano-5.3/configure-19004-do :
nano-5.3/configure:19005:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
nano-5.3/configure-19006-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
nano-5.3/configure-19008-  cat >>confdefs.h <<_ACEOF
nano-5.3/configure:19009:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
nano-5.3/configure-19010-_ACEOF
##############################################
nano-5.3/configure-20621-do :
nano-5.3/configure:20622:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
nano-5.3/configure-20623-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
nano-5.3/configure-20625-  cat >>confdefs.h <<_ACEOF
nano-5.3/configure:20626:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
nano-5.3/configure-20627-_ACEOF
##############################################
nano-5.3/configure-21640-    word*bit*)
nano-5.3/configure:21641:      word=`echo "$gl_cv_cc_float_expbit0" | sed -e 's/word //' -e 's/ bit.*//'`
nano-5.3/configure:21642:      bit=`echo "$gl_cv_cc_float_expbit0" | sed -e 's/word.*bit //'`
nano-5.3/configure-21643-
##############################################
nano-5.3/configure-22011-    word*bit*)
nano-5.3/configure:22012:      word=`echo "$gl_cv_cc_long_double_expbit0" | sed -e 's/word //' -e 's/ bit.*//'`
nano-5.3/configure:22013:      bit=`echo "$gl_cv_cc_long_double_expbit0" | sed -e 's/word.*bit //'`
nano-5.3/configure-22014-
##############################################
nano-5.3/configure-27176-    word*bit*)
nano-5.3/configure:27177:      word=`echo "$gl_cv_cc_float_signbit" | sed -e 's/word //' -e 's/ bit.*//'`
nano-5.3/configure:27178:      bit=`echo "$gl_cv_cc_float_signbit" | sed -e 's/word.*bit //'`
nano-5.3/configure-27179-
##############################################
nano-5.3/configure-27283-    word*bit*)
nano-5.3/configure:27284:      word=`echo "$gl_cv_cc_double_signbit" | sed -e 's/word //' -e 's/ bit.*//'`
nano-5.3/configure:27285:      bit=`echo "$gl_cv_cc_double_signbit" | sed -e 's/word.*bit //'`
nano-5.3/configure-27286-
##############################################
nano-5.3/configure-27390-    word*bit*)
nano-5.3/configure:27391:      word=`echo "$gl_cv_cc_long_double_signbit" | sed -e 's/word //' -e 's/ bit.*//'`
nano-5.3/configure:27392:      bit=`echo "$gl_cv_cc_long_double_signbit" | sed -e 's/word.*bit //'`
nano-5.3/configure-27393-
##############################################
nano-5.3/configure-32673-  gl_source_base='tests'
nano-5.3/configure:32674:  gltests_WITNESS=IN_`echo "${PACKAGE-$PACKAGE_TARNAME}" | LC_ALL=C tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ | LC_ALL=C sed -e 's/[^A-Z0-9_]/_/g'`_GNULIB_TESTS
nano-5.3/configure-32675-
##############################################
nano-5.3/configure-33103-  # Check for GNU $ac_path_SED
nano-5.3/configure:33104:case `"$ac_path_SED" --version 2>&1` in
nano-5.3/configure-33105-*GNU*)
##############################################
nano-5.3/configure-33278-
nano-5.3/configure:33279:    case `$MSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
nano-5.3/configure-33280-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) MSGFMT_015=: ;;
##############################################
nano-5.3/configure-33283-
nano-5.3/configure:33284:  case `$GMSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
nano-5.3/configure-33285-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) GMSGFMT_015=: ;;
##############################################
nano-5.3/configure-33360-
nano-5.3/configure:33361:    case `$XGETTEXT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
nano-5.3/configure-33362-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) XGETTEXT_015=: ;;
##############################################
nano-5.3/configure-33490-    # gcc leaves a trailing carriage return which upsets mingw
nano-5.3/configure:33491:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
nano-5.3/configure-33492-  *)
nano-5.3/configure:33493:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
nano-5.3/configure-33494-  esac
##############################################
nano-5.3/configure-33499-      # Canonicalize the pathname of ld
nano-5.3/configure:33500:      ac_prog=`echo "$ac_prog"| sed 's%\\\\%/%g'`
nano-5.3/configure-33501-      while echo "$ac_prog" | grep "$re_direlt" > /dev/null 2>&1; do
nano-5.3/configure:33502:        ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
nano-5.3/configure-33503-      done
##############################################
nano-5.3/configure-33534-      # Break only if it was the GNU/non-GNU ld that we prefer.
nano-5.3/configure:33535:      case `"$acl_cv_path_LD" -v 2>&1 </dev/null` in
nano-5.3/configure-33536-      *GNU* | *'with BFD'*)
##############################################
nano-5.3/configure-33565-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
nano-5.3/configure:33566:case `$LD -v 2>&1 </dev/null` in
nano-5.3/configure-33567-*GNU* | *'with BFD'*)
##############################################
nano-5.3/configure-33653-    *)
nano-5.3/configure:33654:      searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'`
nano-5.3/configure-33655-      if test -n "$searchpath"; then
##############################################
nano-5.3/configure-33663-                ;;
nano-5.3/configure:33664:              *) searchdir=`cd "$searchdir" && pwd`
nano-5.3/configure-33665-                 case "$searchdir" in
##############################################
nano-5.3/configure-33754-        names_already_handled="$names_already_handled $name"
nano-5.3/configure:33755:                        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./+-|ABCDEFGHIJKLMNOPQRSTUVWXYZ____|'`
nano-5.3/configure-33756-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
nano-5.3/configure-33830-                -L*)
nano-5.3/configure:33831:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
nano-5.3/configure-33832-                                    if test -n "$acl_shlibext"; then
##############################################
nano-5.3/configure-33947-              */$acl_libdirstem | */$acl_libdirstem/)
nano-5.3/configure:33948:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
nano-5.3/configure-33949-                if test "$name" = 'iconv'; then
##############################################
nano-5.3/configure-33954-              */$acl_libdirstem2 | */$acl_libdirstem2/)
nano-5.3/configure:33955:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'`
nano-5.3/configure-33956-                if test "$name" = 'iconv'; then
##############################################
nano-5.3/configure-34005-                  -L*)
nano-5.3/configure:34006:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
nano-5.3/configure-34007-                                                                                                                                                                if test "X$additional_libdir" != "X/usr/$acl_libdirstem" \
##############################################
nano-5.3/configure-34064-                  -R*)
nano-5.3/configure:34065:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
nano-5.3/configure-34066-                    if test "$enable_rpath" != no; then
##############################################
nano-5.3/configure-34089-                  -l*)
nano-5.3/configure:34090:                                        names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
nano-5.3/configure-34091-                    ;;
nano-5.3/configure-34092-                  *.la)
nano-5.3/configure:34093:                                                                                names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
nano-5.3/configure-34094-                    ;;
##############################################
nano-5.3/configure-34638-        names_already_handled="$names_already_handled $name"
nano-5.3/configure:34639:                        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./+-|ABCDEFGHIJKLMNOPQRSTUVWXYZ____|'`
nano-5.3/configure-34640-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
nano-5.3/configure-34714-                -L*)
nano-5.3/configure:34715:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
nano-5.3/configure-34716-                                    if test -n "$acl_shlibext"; then
##############################################
nano-5.3/configure-34831-              */$acl_libdirstem | */$acl_libdirstem/)
nano-5.3/configure:34832:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
nano-5.3/configure-34833-                if test "$name" = 'intl'; then
##############################################
nano-5.3/configure-34838-              */$acl_libdirstem2 | */$acl_libdirstem2/)
nano-5.3/configure:34839:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'`
nano-5.3/configure-34840-                if test "$name" = 'intl'; then
##############################################
nano-5.3/configure-34889-                  -L*)
nano-5.3/configure:34890:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
nano-5.3/configure-34891-                                                                                                                                                                if test "X$additional_libdir" != "X/usr/$acl_libdirstem" \
##############################################
nano-5.3/configure-34948-                  -R*)
nano-5.3/configure:34949:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
nano-5.3/configure-34950-                    if test "$enable_rpath" != no; then
##############################################
nano-5.3/configure-34973-                  -l*)
nano-5.3/configure:34974:                                        names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
nano-5.3/configure-34975-                    ;;
nano-5.3/configure-34976-                  *.la)
nano-5.3/configure:34977:                                                                                names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
nano-5.3/configure-34978-                    ;;
##############################################
nano-5.3/configure-35278-do :
nano-5.3/configure:35279:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
nano-5.3/configure-35280-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
nano-5.3/configure-35282-  cat >>confdefs.h <<_ACEOF
nano-5.3/configure:35283:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
nano-5.3/configure-35284-_ACEOF
##############################################
nano-5.3/configure-35738-					for termlib in ncurses curses termcap terminfo termlib; do
nano-5.3/configure:35739:						as_ac_Lib=`$as_echo "ac_cv_lib_${termlib}''_tputs" | $as_tr_sh`
nano-5.3/configure-35740-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for tputs in -l${termlib}" >&5
##############################################
nano-5.3/configure-35921-					for termlib in ncurses curses termcap terminfo termlib; do
nano-5.3/configure:35922:						as_ac_Lib=`$as_echo "ac_cv_lib_${termlib}''_tputs" | $as_tr_sh`
nano-5.3/configure-35923-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for tputs in -l${termlib}" >&5
##############################################
nano-5.3/configure-36077-do :
nano-5.3/configure:36078:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
nano-5.3/configure-36079-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
nano-5.3/configure-36081-  cat >>confdefs.h <<_ACEOF
nano-5.3/configure:36082:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
nano-5.3/configure-36083-_ACEOF
##############################################
nano-5.3/configure-36143-  test $ac_status = 0; }; then
nano-5.3/configure:36144:  pkg_cv_NCURSESW_CFLAGS=`$PKG_CONFIG --cflags "ncursesw" 2>/dev/null`
nano-5.3/configure-36145-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
nano-5.3/configure-36160-  test $ac_status = 0; }; then
nano-5.3/configure:36161:  pkg_cv_NCURSESW_LIBS=`$PKG_CONFIG --libs "ncursesw" 2>/dev/null`
nano-5.3/configure-36162-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
nano-5.3/configure-36181-        if test $_pkg_short_errors_supported = yes; then
nano-5.3/configure:36182:	        NCURSESW_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "ncursesw" 2>&1`
nano-5.3/configure-36183-        else
nano-5.3/configure:36184:	        NCURSESW_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "ncursesw" 2>&1`
nano-5.3/configure-36185-        fi
##############################################
nano-5.3/configure-36220-  test $ac_status = 0; }; then
nano-5.3/configure:36221:  pkg_cv_NCURSES_CFLAGS=`$PKG_CONFIG --cflags "ncurses" 2>/dev/null`
nano-5.3/configure-36222-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
nano-5.3/configure-36237-  test $ac_status = 0; }; then
nano-5.3/configure:36238:  pkg_cv_NCURSES_LIBS=`$PKG_CONFIG --libs "ncurses" 2>/dev/null`
nano-5.3/configure-36239-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
nano-5.3/configure-36258-        if test $_pkg_short_errors_supported = yes; then
nano-5.3/configure:36259:	        NCURSES_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "ncurses" 2>&1`
nano-5.3/configure-36260-        else
nano-5.3/configure:36261:	        NCURSES_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "ncurses" 2>&1`
nano-5.3/configure-36262-        fi
##############################################
nano-5.3/configure-36393-		if test "x$NCURSESW_CONFIG" != xno; then
nano-5.3/configure:36394:			CURSES_LIB=`$NCURSESW_CONFIG --libs`
nano-5.3/configure-36395-			LIBS="$CURSES_LIB $LIBS"
nano-5.3/configure:36396:			CPPFLAGS="`$NCURSESW_CONFIG --cflags` $CPPFLAGS"
nano-5.3/configure-36397-			{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for wget_wch in -lncursesw" >&5
##############################################
nano-5.3/configure-36636-
nano-5.3/configure:36637:as_ac_Lib=`$as_echo "ac_cv_lib_$CURSES_LIB_NAME''_use_default_colors" | $as_tr_sh`
nano-5.3/configure-36638-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for use_default_colors in -l$CURSES_LIB_NAME" >&5
##############################################
nano-5.3/configure-36680-
nano-5.3/configure:36681:as_ac_Lib=`$as_echo "ac_cv_lib_$CURSES_LIB_NAME''_set_escdelay" | $as_tr_sh`
nano-5.3/configure-36682-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for set_escdelay in -l$CURSES_LIB_NAME" >&5
##############################################
nano-5.3/configure-36724-
nano-5.3/configure:36725:as_ac_Lib=`$as_echo "ac_cv_lib_$CURSES_LIB_NAME''_key_defined" | $as_tr_sh`
nano-5.3/configure-36726-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for key_defined in -l$CURSES_LIB_NAME" >&5
##############################################
nano-5.3/configure-37202-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
nano-5.3/configure:37203:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
nano-5.3/configure-37204-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
nano-5.3/configure-37309-      sed_drop_objext='s/\.o$//;s/\.obj$//'
nano-5.3/configure:37310:      for i in `for i in $gl_LIBOBJS; do echo "$i"; done | sed -e "$sed_drop_objext" | sort | uniq`; do
nano-5.3/configure-37311-        gl_libobjs="$gl_libobjs $i.$ac_objext"
##############################################
nano-5.3/configure-37325-      sed_drop_objext='s/\.o$//;s/\.obj$//'
nano-5.3/configure:37326:      for i in `for i in $gltests_LIBOBJS; do echo "$i"; done | sed -e "$sed_drop_objext" | sort | uniq`; do
nano-5.3/configure-37327-        gltests_libobjs="$gltests_libobjs $i.$ac_objext"
##############################################
nano-5.3/configure-37411-if test -z "$BASH_VERSION$ZSH_VERSION" \
nano-5.3/configure:37412:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
nano-5.3/configure-37413-  as_echo='print -r --'
nano-5.3/configure-37414-  as_echo_n='print -rn --'
nano-5.3/configure:37415:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
nano-5.3/configure-37416-  as_echo='printf %s\n'
##############################################
nano-5.3/configure-37418-else
nano-5.3/configure:37419:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
nano-5.3/configure-37420-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
nano-5.3/configure-37428-	expr "X$arg" : "X\\(.*\\)$as_nl";
nano-5.3/configure:37429:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
nano-5.3/configure-37430-      esac;
##############################################
nano-5.3/configure-37505-# ----------------------------------------
nano-5.3/configure:37506:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
nano-5.3/configure-37507-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
nano-5.3/configure-37577-  {
nano-5.3/configure:37578:    as_val=`expr "$@" || test $? -eq 1`
nano-5.3/configure-37579-  }
##############################################
nano-5.3/configure-37681-      case $as_dir in #(
nano-5.3/configure:37682:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
nano-5.3/configure-37683-      *) as_qdir=$as_dir;;
##############################################
nano-5.3/configure-37818-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
nano-5.3/configure:37819:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
nano-5.3/configure-37820-ac_cs_version="\\
##############################################
nano-5.3/configure-37843-  --*=?*)
nano-5.3/configure:37844:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
nano-5.3/configure:37845:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
nano-5.3/configure-37846-    ac_shift=:
##############################################
nano-5.3/configure-37848-  --*=)
nano-5.3/configure:37849:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
nano-5.3/configure-37850-    ac_optarg=
##############################################
nano-5.3/configure-37872-    case $ac_optarg in
nano-5.3/configure:37873:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
nano-5.3/configure-37874-    '') as_fn_error $? "missing file argument" ;;
##############################################
nano-5.3/configure-37880-    case $ac_optarg in
nano-5.3/configure:37881:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
nano-5.3/configure-37882-    esac
##############################################
nano-5.3/configure-38023-fi
nano-5.3/configure:38024:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
nano-5.3/configure-38025-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
nano-5.3/configure-38040-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
nano-5.3/configure:38041:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
nano-5.3/configure-38042-ac_delim='%!_!# '
##############################################
nano-5.3/configure-38046-
nano-5.3/configure:38047:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
nano-5.3/configure-38048-  if test $ac_delim_n = $ac_delim_num; then
##############################################
nano-5.3/configure-38184-for ac_last_try in false false :; do
nano-5.3/configure:38185:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
nano-5.3/configure-38186-  if test -z "$ac_tt"; then
##############################################
nano-5.3/configure-38316-      esac
nano-5.3/configure:38317:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
nano-5.3/configure-38318-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
nano-5.3/configure-38375-*)
nano-5.3/configure:38376:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
nano-5.3/configure-38377-  # A ".." for each directory in $ac_dir_suffix.
nano-5.3/configure:38378:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
nano-5.3/configure-38379-  case $ac_top_builddir_sub in
##############################################
nano-5.3/configure-38436-/@mandir@/p'
nano-5.3/configure:38437:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
nano-5.3/configure-38438-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
nano-5.3/configure-38453-
nano-5.3/configure:38454:# Neutralize VPATH when `$srcdir' = `.'.
nano-5.3/configure-38455-# Shell code in configure.ac might set extrasub.
##############################################
nano-5.3/configure-38481-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
nano-5.3/configure:38482:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
nano-5.3/configure-38483-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
nano-5.3/configure-38527-    * )
nano-5.3/configure:38528:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
nano-5.3/configure-38529-  esac
##############################################
nano-5.3/configure-38582-    # Strip MF so we end up with the name of the file.
nano-5.3/configure:38583:    am_mf=`$as_echo "$am_mf" | sed -e 's/:.*$//'`
nano-5.3/configure-38584-    # Check whether this is an Automake generated Makefile which includes
##############################################
nano-5.3/configure-38662-      case "$ac_file" in
nano-5.3/configure:38663:        *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
nano-5.3/configure-38664-      esac
##############################################
nano-5.3/configure-38667-        # Adjust a relative srcdir.
nano-5.3/configure:38668:        ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
nano-5.3/configure:38669:        ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
nano-5.3/configure:38670:        ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
nano-5.3/configure-38671-        # In autoconf-2.13 it is called $ac_given_srcdir.
##############################################
nano-5.3/configure-38674-        case "$ac_given_srcdir" in
nano-5.3/configure:38675:          .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
nano-5.3/configure-38676-          /*) top_srcdir="$ac_given_srcdir" ;;
##############################################
nano-5.3/configure-38695-            fi
nano-5.3/configure:38696:            ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
nano-5.3/configure-38697-            # Hide the ALL_LINGUAS assignment from automake < 1.5.
##############################################
nano-5.3/config.guess-34-
nano-5.3/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'`
nano-5.3/config.guess-36-
##############################################
nano-5.3/config.guess-105-    # shellcheck disable=SC2039
nano-5.3/config.guess:106:    { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
nano-5.3/config.guess-107-	{ test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir "$tmp" 2>/dev/null) ; } ||
##############################################
nano-5.3/config.guess-155-	EOF
nano-5.3/config.guess:156:	eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`"
nano-5.3/config.guess-157-
##############################################
nano-5.3/config.guess-192-	    earmv*)
nano-5.3/config.guess:193:		arch=`echo "$UNAME_MACHINE_ARCH" | sed -e 's,^e\(armv[0-9]\).*$,\1,'`
nano-5.3/config.guess:194:		endian=`echo "$UNAME_MACHINE_ARCH" | sed -ne 's,^.*\(eb\)$,\1,p'`
nano-5.3/config.guess-195-		machine="${arch}${endian}"-unknown
##############################################
nano-5.3/config.guess-224-		expr='s/^earmv[0-9]/-eabi/;s/eb$//'
nano-5.3/config.guess:225:		abi=`echo "$UNAME_MACHINE_ARCH" | sed -e "$expr"`
nano-5.3/config.guess-226-		;;
##############################################
nano-5.3/config.guess-237-	    *)
nano-5.3/config.guess:238:		release=`echo "$UNAME_RELEASE" | sed -e 's/[-_].*//' | cut -d. -f1,2`
nano-5.3/config.guess-239-		;;
##############################################
nano-5.3/config.guess-290-	*4.0)
nano-5.3/config.guess:291:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
nano-5.3/config.guess-292-		;;
nano-5.3/config.guess-293-	*5.*)
nano-5.3/config.guess:294:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
nano-5.3/config.guess-295-		;;
##############################################
nano-5.3/config.guess-300-	# types through head -n 1, so we only detect the type of CPU 0.
nano-5.3/config.guess:301:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
nano-5.3/config.guess-302-	case "$ALPHA_CPU_TYPE" in
##############################################
nano-5.3/config.guess-338-	# 1.2 uses "1.2" for uname -r.
nano-5.3/config.guess:339:	echo "$UNAME_MACHINE"-dec-osf"`echo "$UNAME_RELEASE" | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz`"
nano-5.3/config.guess-340-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
nano-5.3/config.guess-389-    s390x:SunOS:*:*)
nano-5.3/config.guess:390:	echo "$UNAME_MACHINE"-ibm-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
nano-5.3/config.guess-391-	exit ;;
nano-5.3/config.guess-392-    sun4H:SunOS:5.*:*)
nano-5.3/config.guess:393:	echo sparc-hal-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
nano-5.3/config.guess-394-	exit ;;
nano-5.3/config.guess-395-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
nano-5.3/config.guess:396:	echo sparc-sun-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
nano-5.3/config.guess-397-	exit ;;
##############################################
nano-5.3/config.guess-414-	fi
nano-5.3/config.guess:415:	echo "$SUN_ARCH"-pc-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
nano-5.3/config.guess-416-	exit ;;
##############################################
nano-5.3/config.guess-420-	# it's likely to be more like Solaris than SunOS4.
nano-5.3/config.guess:421:	echo sparc-sun-solaris3"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
nano-5.3/config.guess-422-	exit ;;
##############################################
nano-5.3/config.guess-429-	# Japanese Language versions have a version number like `4.1.3-JL'.
nano-5.3/config.guess:430:	echo sparc-sun-sunos"`echo "$UNAME_RELEASE"|sed -e 's/-/_/'`"
nano-5.3/config.guess-431-	exit ;;
##############################################
nano-5.3/config.guess-435-    sun*:*:4.2BSD:*)
nano-5.3/config.guess:436:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
nano-5.3/config.guess-437-	test "x$UNAME_RELEASE" = x && UNAME_RELEASE=3
##############################################
nano-5.3/config.guess-517-	$CC_FOR_BUILD -o "$dummy" "$dummy.c" &&
nano-5.3/config.guess:518:	  dummyarg=`echo "$UNAME_RELEASE" | sed -n 's/\([0-9]*\).*/\1/p'` &&
nano-5.3/config.guess:519:	  SYSTEM_NAME=`"$dummy" "$dummyarg"` &&
nano-5.3/config.guess-520-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
nano-5.3/config.guess-573-    *:IRIX*:*:*)
nano-5.3/config.guess:574:	echo mips-sgi-irix"`echo "$UNAME_RELEASE"|sed -e 's/-/_/g'`"
nano-5.3/config.guess-575-	exit ;;
##############################################
nano-5.3/config.guess-603-EOF
nano-5.3/config.guess:604:		if $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"`
nano-5.3/config.guess-605-		then
##############################################
nano-5.3/config.guess-616-    *:AIX:*:[4567])
nano-5.3/config.guess:617:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
nano-5.3/config.guess-618-	if /usr/sbin/lsattr -El "$IBM_CPU_ID" | grep ' POWER' >/dev/null 2>&1; then
##############################################
nano-5.3/config.guess-652-    9000/[34678]??:HP-UX:*:*)
nano-5.3/config.guess:653:	HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
nano-5.3/config.guess-654-	case "$UNAME_MACHINE" in
##############################################
nano-5.3/config.guess-706-EOF
nano-5.3/config.guess:707:		    (CCOPTS="" $CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null) && HP_ARCH=`"$dummy"`
nano-5.3/config.guess-708-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
nano-5.3/config.guess-734-    ia64:HP-UX:*:*)
nano-5.3/config.guess:735:	HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
nano-5.3/config.guess-736-	echo ia64-hp-hpux"$HPUX_REV"
##############################################
nano-5.3/config.guess-764-EOF
nano-5.3/config.guess:765:	$CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"` &&
nano-5.3/config.guess-766-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
nano-5.3/config.guess-835-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
nano-5.3/config.guess:836:	FUJITSU_REL=`echo "$UNAME_RELEASE" | sed -e 's/ /_/'`
nano-5.3/config.guess-837-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
nano-5.3/config.guess-840-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
nano-5.3/config.guess:841:	FUJITSU_REL=`echo "$UNAME_RELEASE" | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'`
nano-5.3/config.guess-842-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
nano-5.3/config.guess-858-	then
nano-5.3/config.guess:859:	    echo "${UNAME_PROCESSOR}"-unknown-freebsd"`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`"-gnueabi
nano-5.3/config.guess-860-	else
nano-5.3/config.guess:861:	    echo "${UNAME_PROCESSOR}"-unknown-freebsd"`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`"-gnueabihf
nano-5.3/config.guess-862-	fi
##############################################
nano-5.3/config.guess-871-	esac
nano-5.3/config.guess:872:	echo "$UNAME_PROCESSOR"-unknown-freebsd"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
nano-5.3/config.guess-873-	exit ;;
##############################################
nano-5.3/config.guess-907-    prep*:SunOS:5.*:*)
nano-5.3/config.guess:908:	echo powerpcle-unknown-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
nano-5.3/config.guess-909-	exit ;;
##############################################
nano-5.3/config.guess-911-	# the GNU system
nano-5.3/config.guess:912:	echo "`echo "$UNAME_MACHINE"|sed -e 's,[-/].*$,,'`-unknown-$LIBC`echo "$UNAME_RELEASE"|sed -e 's,/.*$,,'`"
nano-5.3/config.guess-913-	exit ;;
##############################################
nano-5.3/config.guess-915-	# other systems with GNU libc and userland
nano-5.3/config.guess:916:	echo "$UNAME_MACHINE-unknown-`echo "$UNAME_SYSTEM" | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`-$LIBC"
nano-5.3/config.guess-917-	exit ;;
##############################################
nano-5.3/config.guess-1037-EOF
nano-5.3/config.guess:1038:	eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^CPU\|^MIPS_ENDIAN\|^LIBCABI'`"
nano-5.3/config.guess-1039-	test "x$CPU" != x && { echo "$CPU${MIPS_ENDIAN}-unknown-linux-$LIBCABI"; exit; }
##############################################
nano-5.3/config.guess-1137-    i*86:*:4.*:*)
nano-5.3/config.guess:1138:	UNAME_REL=`echo "$UNAME_RELEASE" | sed 's/\/MP$//'`
nano-5.3/config.guess-1139-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
nano-5.3/config.guess-1440-    *:DragonFly:*:*)
nano-5.3/config.guess:1441:	echo "$UNAME_MACHINE"-unknown-dragonfly"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
nano-5.3/config.guess-1442-	exit ;;
##############################################
nano-5.3/config.guess-1453-    i*86:skyos:*:*)
nano-5.3/config.guess:1454:	echo "$UNAME_MACHINE"-pc-skyos"`echo "$UNAME_RELEASE" | sed -e 's/ .*$//'`"
nano-5.3/config.guess-1455-	exit ;;
##############################################
nano-5.3/config.guess-1603-
nano-5.3/config.guess:1604:$CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null && SYSTEM_NAME=`$dummy` &&
nano-5.3/config.guess-1605-	{ echo "$SYSTEM_NAME"; exit; }