===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
fish-3.1.2/CHANGELOG.md-30-- Functions using `--on-variable` work reliably with variables which are set implicitly (rather than with `set`), such as "`fish_bind_mode`" and "`PWD`" (#6653).
fish-3.1.2/CHANGELOG.md:31:- 256 colors are properly enabled under certain conditions that were incorrectly detected in fish 3.1.0 (`$TERM` begins with xterm, does not include "`256color`", and `$TERM_PROGRAM` is not set) (#6701).
fish-3.1.2/CHANGELOG.md:32:- The Mercurial (`hg`) prompt no longer produces an error when the current working directory is removed (#6699). Also, for performance reasons it shows only basic information by default; to restore the detailed status, set `$fish_prompt_hg_show_informative_status`.
fish-3.1.2/CHANGELOG.md-33-- The VCS prompt, `fish_vcs_prompt`, no longer displays Subversion (`svn`) status by default, due to the potential slowness of this operation (#6681).
##############################################
fish-3.1.2/CHANGELOG.md-69-## Notable improvements and fixes
fish-3.1.2/CHANGELOG.md:70:- A new `$pipestatus` variable contains a list of exit statuses of the previous job, for each of the separate commands in a pipeline (#5632).
fish-3.1.2/CHANGELOG.md-71-- fish no longer buffers pipes to the last function in a pipeline, improving many cases where pipes appeared to block or hang (#1396).
##############################################
fish-3.1.2/CHANGELOG.md-73-- fish's debugging arguments have been significantly improved. The `--debug-level` option has been removed, and a new `--debug` option replaces it. This option accepts various categories, which may be listed via `fish --print-debug-categories` (#5879). A new `--debug-output` option allows for redirection of debug output.
fish-3.1.2/CHANGELOG.md:74:- `string` has a new `collect` subcommand for use in command substitutions, producing a single output instead of splitting on new lines (similar to `"$(cmd)"` in other shells) (#159).
fish-3.1.2/CHANGELOG.md-75-- The fish manual, tutorial and FAQ are now available in `man` format as `fish-doc`, `fish-tutorial` and `fish-faq` respectively (#5521).
##############################################
fish-3.1.2/CHANGELOG.md-80-- The fish Web configuration tool (`fish_config`) prints a list of commands it is executing, to help understanding and debugging (#5584).
fish-3.1.2/CHANGELOG.md:81:- Major performance improvements when pasting (#5866), executing lots of commands (#5905), importing history from bash (#6295), and when completing variables that might match `$history` (#6288).
fish-3.1.2/CHANGELOG.md-82-
##############################################
fish-3.1.2/CHANGELOG.md-96-- `math` now accepts `--scale=max` for the maximum scale (#5579).
fish-3.1.2/CHANGELOG.md:97:- `builtin $var` now works correctly, allowing a variable as the builtin name (#5639).
fish-3.1.2/CHANGELOG.md-98-- `cd` understands the `--` argument to make it possible to change to directories starting with a hyphen (#6071).
##############################################
fish-3.1.2/CHANGELOG.md-111-- `read` has a new option, `--tokenize`, which splits a string into variables according to the shell's tokenization rules, considering quoting, escaping, and so on (#3823).
fish-3.1.2/CHANGELOG.md:112:- `read` interacts more correctly with the deprecated `$IFS` variable, in particular removing multiple separators when splitting a variable into a list (#6406), matching other shells.
fish-3.1.2/CHANGELOG.md-113-- `fish_indent` now handles semicolons better, including leaving them in place for `; and` and `; or` instead of breaking the line (#5859).
##############################################
fish-3.1.2/CHANGELOG.md-134-- `type --force-path` with an argument that cannot be found now correctly outputs nothing, as documented (#6411).
fish-3.1.2/CHANGELOG.md:135:- The `$hostname` variable is no longer truncated to 32 characters (#5758).
fish-3.1.2/CHANGELOG.md-136-- Line numbers in function backtraces are calculated correctly (#6350).
##############################################
fish-3.1.2/CHANGELOG.md-144-- `dirh` outputs its stack in the correct order (#5477), and behaves as documented when universal variables are used for its stack (#5797).
fish-3.1.2/CHANGELOG.md:145:- `funced` and the edit-commandline-in-buffer bindings did not work in fish 3.0 when the `$EDITOR` variable contained spaces; this has been corrected (#5625).
fish-3.1.2/CHANGELOG.md-146-- Builtins now pipe their help output to a pager automatically (#6227).
##############################################
fish-3.1.2/CHANGELOG.md-161-- The automatic generation of completions from manual pages is better described in job and process listings, and no longer produces a warning when exiting fish (#6269).
fish-3.1.2/CHANGELOG.md:162:- In private mode, setting `$fish_greeting` to an empty string before starting the private session will prevent the warning about history not being saved from being printed (#6299).
fish-3.1.2/CHANGELOG.md-163-- In the interactive editor, a line break (Enter) inside unclosed brackets will insert a new line, rather than executing the command and producing an error (#6316).
##############################################
fish-3.1.2/CHANGELOG.md-191-- The Git prompt in informative mode now shows the number of stashes if enabled.
fish-3.1.2/CHANGELOG.md:192:- The Git prompt now has an option (`$__fish_git_prompt_use_informative_chars`) to use the (more modern) informative characters without enabling informative mode.
fish-3.1.2/CHANGELOG.md-193-- The default prompt now also features VCS integration and will color the host if running via SSH (#6375).
##############################################
fish-3.1.2/CHANGELOG.md-199-- Better detection and support for using fish from various system consoles, where limited colors and special characters are supported (#5552).
fish-3.1.2/CHANGELOG.md:200:- fish now tries to guess if the system supports Unicode 9 (and displays emoji as wide), eliminating the need to set `$fish_emoji_width` in most cases (#5722).
fish-3.1.2/CHANGELOG.md-201-- Improvements to the display of wide characters, particularly Korean characters and emoji (#5583, #5729).
##############################################
fish-3.1.2/CHANGELOG.md-266-- The vcs-prompt functions have been promoted to names without double-underscore, so __fish_git_prompt is now fish_git_prompt, __fish_vcs_prompt is now fish_vcs_prompt, __fish_hg_prompt is now fish_hg_prompt and __fish_svn_prompt is now fish_svn_prompt. Shims at the old names have been added, and the variables have kept their old names (#5586).
fish-3.1.2/CHANGELOG.md:267:- `string replace` has an additional round of escaping in the replacement expression, so escaping backslashes requires many escapes (eg `string replace -ra '([ab])' '\\\\\\\$1' a`). The new feature flag `regex-easyesc` can be used to disable this, so that the same effect can be achieved with `string replace -ra '([ab])' '\\\\$1' a` (#5556). As a reminder, the intention behind feature flags is that this will eventually become the default and then only option, so scripts should be updated.
fish-3.1.2/CHANGELOG.md-268-- The `fish_vi_mode` function, deprecated in fish 2.3, has been removed. Use `fish_vi_key_bindings` instead (#6372).
##############################################
fish-3.1.2/CHANGELOG.md-307-- The error when a command is not found is now printed a single time, instead of once per argument (#5588).
fish-3.1.2/CHANGELOG.md:308:- Fixes and improvements to the git completions, including printing correct paths with older git versions, fuzzy matching again, reducing unnecessary offers of root paths (starting with `:/`) (#5578, #5574, #5476), and ignoring shell aliases, so enterprising users can set up the wrapping command (via `set -g __fish_git_alias_$command $whatitwraps`) (#5412).
fish-3.1.2/CHANGELOG.md-309-- Significant performance improvements to core shell functions (#5447) and to the `kill` completions (#5541).
##############################################
fish-3.1.2/CHANGELOG.md-359-- The new `math` builtin (see below) does not support logical expressions; `test` should be used instead (#4777).
fish-3.1.2/CHANGELOG.md:360:- Range expansion will now behave sensibly when given a single positive and negative index (`$foo[5..-1]` or `$foo[-1..5]`), clamping to the last valid index without changing direction if the list has fewer elements than expected.
fish-3.1.2/CHANGELOG.md-361-- `read` now uses `-s` as short for `--silent` (à la `bash`); `--shell`'s abbreviation (formerly `-s`) is now `-S` instead (#4490).
##############################################
fish-3.1.2/CHANGELOG.md-379-- The `function --on-process-exit` switch will be removed in future (#4700). Use the `fish_exit` event instead: `function --on-event fish_exit`.
fish-3.1.2/CHANGELOG.md:380:- `$_` is deprecated and will removed in the future (#813). Use `status current-command` in a command substitution instead.
fish-3.1.2/CHANGELOG.md-381-- `^` as a redirection deprecated and will be removed in the future. (#4394). Use `2>` to redirect stderr. This is controlled by the `stderr-nocaret` feature flag.
##############################################
fish-3.1.2/CHANGELOG.md-387-- Variables may be used as commands (#154).
fish-3.1.2/CHANGELOG.md:388:- fish may be started in private mode via `fish --private`. Private mode fish sessions do not have access to the history file and any commands evaluated in private mode are not persisted for future sessions. A session variable `$fish_private_mode` can be queried to detect private mode and adjust the behavior of scripts accordingly to respect the user's wish for privacy.
fish-3.1.2/CHANGELOG.md-389-- A new `wait` command for waiting on backgrounded processes (#4498).
fish-3.1.2/CHANGELOG.md-390-- `math` is now a builtin rather than a wrapper around `bc` (#3157). Floating point computations is now used by default, and can be controlled with the new `--scale` option (#4478).
fish-3.1.2/CHANGELOG.md:391:- Setting `$PATH` no longer warns on non-existent directories, allowing for a single $PATH to be shared across machines (eg via dotfiles) (#2969).
fish-3.1.2/CHANGELOG.md:392:- `while` sets `$status` to a non-zero value if the loop is not executed (#4982).
fish-3.1.2/CHANGELOG.md-393-- Command substitution output is now limited to 10 MB by default, controlled by the `fish_read_limit` variable (#3822). Notably, this is larger than most operating systems' argument size limit, so trying to pass argument lists this size to external commands has never worked.
fish-3.1.2/CHANGELOG.md:394:- The machine hostname, where available, is now exposed as the `$hostname` reserved variable. This removes the dependency on the `hostname` executable (#4422).
fish-3.1.2/CHANGELOG.md-395-- Bare `bind` invocations in config.fish now work. The `fish_user_key_bindings` function is no longer necessary, but will still be executed if it exists (#5191).
fish-3.1.2/CHANGELOG.md:396:- `$fish_pid` and `$last_pid` are available as replacements for `%self` and `%last`.
fish-3.1.2/CHANGELOG.md-397-
##############################################
fish-3.1.2/CHANGELOG.md-436-- True color is now enabled in neovim by default (#2792).
fish-3.1.2/CHANGELOG.md:437:- Terminal size variables (`$COLUMNS`/`$LINES`) are now updated before `fish_prompt` is called, allowing the prompt to react (#904).
fish-3.1.2/CHANGELOG.md-438-- Multi-line prompts no longer repeat when the terminal is resized (#2320).
##############################################
fish-3.1.2/CHANGELOG.md-440-- The Alt-P keybinding paginates the last command if the command line is empty.
fish-3.1.2/CHANGELOG.md:441:- `$cmd_duration` is no longer reset when no command is executed (#5011).
fish-3.1.2/CHANGELOG.md-442-- Deleting a one-character word no longer erases the next word as well (#4747).
##############################################
fish-3.1.2/CHANGELOG.md-492-### Other fixes and improvements
fish-3.1.2/CHANGELOG.md:493:- Significant performance improvements to `abbr` (#4048), setting variables (#4200, #4341), executing functions, globs (#4579), `string` reading from standard input (#4610), and slicing history (in particular, `$history[1]` for the last executed command).
fish-3.1.2/CHANGELOG.md-494-- Fish's internal wcwidth function has been updated to deal with newer Unicode, and the width of some characters can be configured via the `fish_ambiguous_width` (#5149) and `fish_emoji_width` (#2652) variables. Alternatively, a new build-time option INTERNAL_WCWIDTH can be used to use the system's wcwidth instead (#4816).
##############################################
fish-3.1.2/CHANGELOG.md-716-- Selection mode (used with "begin-selection") no longer selects a character the cursor does not move over (#3684).
fish-3.1.2/CHANGELOG.md:717:- List indexes are handled better, and a bit more liberally in some cases (`echo $PATH[1 .. 3]` is now valid) (#3579).
fish-3.1.2/CHANGELOG.md-718-- The `fish_mode_prompt` function is now simply a stub around `fish_default_mode_prompt`, which allows the mode prompt to be included more easily in customised prompt functions (#3641).
##############################################
fish-3.1.2/CHANGELOG.md-725-- The command synopses printed by `--help` options work better with copying and pasting (#2673).
fish-3.1.2/CHANGELOG.md:726:- `help` launches the browser specified by the `$fish_help_browser variable` if it is set (#3131).
fish-3.1.2/CHANGELOG.md-727-- History merging could lose items under certain circumstances and is now fixed (#3496).
fish-3.1.2/CHANGELOG.md:728:- The `$status` variable is now set to 123 when a syntactically invalid command is entered (#3616).
fish-3.1.2/CHANGELOG.md-729-- Exiting fish now signals all background processes to terminate, not just stopped jobs (#3497).
##############################################
fish-3.1.2/CHANGELOG.md-782-- A number followed by a caret (e.g. `5^`) is no longer treated as a redirection (#1873).
fish-3.1.2/CHANGELOG.md:783:- The `$version` special variable can be overwritten, so that it can be used for other purposes if required.
fish-3.1.2/CHANGELOG.md-784-
##############################################
fish-3.1.2/CHANGELOG.md-887-- `status -f` will now behave the same when run as the main script or using `source` (#2643)
fish-3.1.2/CHANGELOG.md:888:- `source` no longer puts the file name in `$argv` if no arguments are given (#139)
fish-3.1.2/CHANGELOG.md-889-- History files are stored under the `XDG_DATA_HOME` hierarchy (by default, in `~/.local/share`), and existing history will be moved on first use (#744)
##############################################
fish-3.1.2/CHANGELOG.md-974- * Pressing F1 now shows the manual page for the current command (#1063).
fish-3.1.2/CHANGELOG.md:975: * `fish_title` functions have access to the arguments of the currently running argument as `$argv[1]` (#1542).
fish-3.1.2/CHANGELOG.md-976- * The OS command-not-found handler is used on Arch Linux (#1925), nixOS (#1852), openSUSE and Fedora (#1280).
##############################################
fish-3.1.2/CHANGELOG.md-1050-
fish-3.1.2/CHANGELOG.md:1051:* `$fish_user_paths` is now prepended to $PATH instead of appended. #888
fish-3.1.2/CHANGELOG.md-1052-
##############################################
fish-3.1.2/CHANGELOG.md-1059-
fish-3.1.2/CHANGELOG.md:1060:* fish no longer tries to add `/bin` to `$PATH` unless PATH is totally empty. #852
fish-3.1.2/CHANGELOG.md-1061-
##############################################
fish-3.1.2/CHANGELOG.md-1088-
fish-3.1.2/CHANGELOG.md:1089:* **Command substitutions now modify `$status` #547.**
fish-3.1.2/CHANGELOG.md:1090:  Previously the exit status of command substitutions (like `(pwd)`) was ignored; however now it modifies $status. Furthermore, the `set` command now only sets $status on failure; it is untouched on success. This allows for the following pattern:
fish-3.1.2/CHANGELOG.md-1091-
##############################################
fish-3.1.2/CHANGELOG.md-1098-* **Improvements to $PATH handling.**
fish-3.1.2/CHANGELOG.md:1099:    * There is a new variable, `$fish_user_paths`, which can be set universally, and whose contents are appended to $PATH #527
fish-3.1.2/CHANGELOG.md-1100-    * /etc/paths and /etc/paths.d are now respected on OS X
##############################################
fish-3.1.2/build_tools/osx_package_scripts/add-shell-10-
fish-3.1.2/build_tools/osx_package_scripts/add-shell:11:scriptname=`basename "$0"`
fish-3.1.2/build_tools/osx_package_scripts/add-shell-12-if [[ $UID -ne 0 ]]; then
##############################################
fish-3.1.2/cmake/Version.cmake-3-# documentation and also the version string in fish_version.o (printed with
fish-3.1.2/cmake/Version.cmake:4:# `echo $version` and also fish --version). The essential idea is that we are
fish-3.1.2/cmake/Version.cmake-5-# going to invoke git_version_gen.sh, which will update the
##############################################
fish-3.1.2/pcre2-10.32/Makefile.in-55-  { \
fish-3.1.2/pcre2-10.32/Makefile.in:56:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
fish-3.1.2/pcre2-10.32/Makefile.in-57-  }; \
##############################################
fish-3.1.2/pcre2-10.32/Makefile.in-169-	$(am__libs_libpcre2_fuzzsupport_a_OBJECTS)
fish-3.1.2/pcre2-10.32/Makefile.in:170:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
fish-3.1.2/pcre2-10.32/Makefile.in-171-am__vpath_adj = case $$p in \
fish-3.1.2/pcre2-10.32/Makefile.in:172:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
fish-3.1.2/pcre2-10.32/Makefile.in-173-    *) f=$$p;; \
fish-3.1.2/pcre2-10.32/Makefile.in-174-  esac;
fish-3.1.2/pcre2-10.32/Makefile.in:175:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
fish-3.1.2/pcre2-10.32/Makefile.in-176-am__install_max = 40
fish-3.1.2/pcre2-10.32/Makefile.in-177-am__nobase_strip_setup = \
fish-3.1.2/pcre2-10.32/Makefile.in:178:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
fish-3.1.2/pcre2-10.32/Makefile.in-179-am__nobase_strip = \
##############################################
fish-3.1.2/pcre2-10.32/Makefile.in-619-case "$@" in						\
fish-3.1.2/pcre2-10.32/Makefile.in:620:  */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;	\
fish-3.1.2/pcre2-10.32/Makefile.in-621-    *) am__odir=.;; 					\
##############################################
fish-3.1.2/pcre2-10.32/Makefile.in-649-  bases='$(TEST_LOGS)'; \
fish-3.1.2/pcre2-10.32/Makefile.in:650:  bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
fish-3.1.2/pcre2-10.32/Makefile.in:651:  bases=`echo $$bases`
fish-3.1.2/pcre2-10.32/Makefile.in-652-RECHECK_LOGS = $(TEST_LOGS)
##############################################
fish-3.1.2/pcre2-10.32/Makefile.in-661-        */*) b='$*';; \
fish-3.1.2/pcre2-10.32/Makefile.in:662:          *) b=`echo '$@' | sed 's/\.log$$//'`; \
fish-3.1.2/pcre2-10.32/Makefile.in-663-       esac;; \
##############################################
fish-3.1.2/pcre2-10.32/Makefile.in-1623-	test -n "$(EXEEXT)" || exit 0; \
fish-3.1.2/pcre2-10.32/Makefile.in:1624:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
fish-3.1.2/pcre2-10.32/Makefile.in-1625-	echo " rm -f" $$list; \
##############################################
fish-3.1.2/pcre2-10.32/Makefile.in-1632-	test -n "$(EXEEXT)" || exit 0; \
fish-3.1.2/pcre2-10.32/Makefile.in:1633:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
fish-3.1.2/pcre2-10.32/Makefile.in-1634-	echo " rm -f" $$list; \
##############################################
fish-3.1.2/pcre2-10.32/Makefile.in-1796-.c.o:
fish-3.1.2/pcre2-10.32/Makefile.in:1797:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
fish-3.1.2/pcre2-10.32/Makefile.in-1798-@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
fish-3.1.2/pcre2-10.32/Makefile.in-1804-.c.obj:
fish-3.1.2/pcre2-10.32/Makefile.in:1805:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
fish-3.1.2/pcre2-10.32/Makefile.in:1806:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
fish-3.1.2/pcre2-10.32/Makefile.in-1807-@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
fish-3.1.2/pcre2-10.32/Makefile.in-1809-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
fish-3.1.2/pcre2-10.32/Makefile.in:1810:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
fish-3.1.2/pcre2-10.32/Makefile.in-1811-
fish-3.1.2/pcre2-10.32/Makefile.in-1812-.c.lo:
fish-3.1.2/pcre2-10.32/Makefile.in:1813:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
fish-3.1.2/pcre2-10.32/Makefile.in-1814-@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
fish-3.1.2/pcre2-10.32/Makefile.in-1820-src/_libs_libpcre2_fuzzsupport_a-pcre2_fuzzsupport.o: src/pcre2_fuzzsupport.c
fish-3.1.2/pcre2-10.32/Makefile.in:1821:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(_libs_libpcre2_fuzzsupport_a_CFLAGS) $(CFLAGS) -MT src/_libs_libpcre2_fuzzsupport_a-pcre2_fuzzsupport.o -MD -MP -MF src/$(DEPDIR)/_libs_libpcre2_fuzzsupport_a-pcre2_fuzzsupport.Tpo -c -o src/_libs_libpcre2_fuzzsupport_a-pcre2_fuzzsupport.o `test -f 'src/pcre2_fuzzsupport.c' || echo '$(srcdir)/'`src/pcre2_fuzzsupport.c
fish-3.1.2/pcre2-10.32/Makefile.in-1822-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/_libs_libpcre2_fuzzsupport_a-pcre2_fuzzsupport.Tpo src/$(DEPDIR)/_libs_libpcre2_fuzzsupport_a-pcre2_fuzzsupport.Po
##############################################
fish-3.1.2/pcre2-10.32/Makefile.in-1824-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
fish-3.1.2/pcre2-10.32/Makefile.in:1825:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(_libs_libpcre2_fuzzsupport_a_CFLAGS) $(CFLAGS) -c -o src/_libs_libpcre2_fuzzsupport_a-pcre2_fuzzsupport.o `test -f 'src/pcre2_fuzzsupport.c' || echo '$(srcdir)/'`src/pcre2_fuzzsupport.c
fish-3.1.2/pcre2-10.32/Makefile.in-1826-
fish-3.1.2/pcre2-10.32/Makefile.in-1827-src/_libs_libpcre2_fuzzsupport_a-pcre2_fuzzsupport.obj: src/pcre2_fuzzsupport.c
fish-3.1.2/pcre2-10.32/Makefile.in:1828:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(_libs_libpcre2_fuzzsupport_a_CFLAGS) $(CFLAGS) -MT src/_libs_libpcre2_fuzzsupport_a-pcre2_fuzzsupport.obj -MD -MP -MF src/$(DEPDIR)/_libs_libpcre2_fuzzsupport_a-pcre2_fuzzsupport.Tpo -c -o src/_libs_libpcre2_fuzzsupport_a-pcre2_fuzzsupport.obj `if test -f 'src/pcre2_fuzzsupport.c'; then $(CYGPATH_W) 'src/pcre2_fuzzsupport.c'; else $(CYGPATH_W) '$(srcdir)/src/pcre2_fuzzsupport.c'; fi`
fish-3.1.2/pcre2-10.32/Makefile.in-1829-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/_libs_libpcre2_fuzzsupport_a-pcre2_fuzzsupport.Tpo src/$(DEPDIR)/_libs_libpcre2_fuzzsupport_a-pcre2_fuzzsupport.Po
##############################################
fish-3.1.2/pcre2-10.32/Makefile.in-1831-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
fish-3.1.2/pcre2-10.32/Makefile.in:1832:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(_libs_libpcre2_fuzzsupport_a_CFLAGS) $(CFLAGS) -c -o src/_libs_libpcre2_fuzzsupport_a-pcre2_fuzzsupport.obj `if test -f 'src/pcre2_fuzzsupport.c'; then $(CYGPATH_W) 'src/pcre2_fuzzsupport.c'; else $(CYGPATH_W) '$(srcdir)/src/pcre2_fuzzsupport.c'; fi`
fish-3.1.2/pcre2-10.32/Makefile.in-1833-
fish-3.1.2/pcre2-10.32/Makefile.in-1834-src/libpcre2_16_la-pcre2_auto_possess.lo: src/pcre2_auto_possess.c
fish-3.1.2/pcre2-10.32/Makefile.in:1835:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_16_la_CFLAGS) $(CFLAGS) -MT src/libpcre2_16_la-pcre2_auto_possess.lo -MD -MP -MF src/$(DEPDIR)/libpcre2_16_la-pcre2_auto_possess.Tpo -c -o src/libpcre2_16_la-pcre2_auto_possess.lo `test -f 'src/pcre2_auto_possess.c' || echo '$(srcdir)/'`src/pcre2_auto_possess.c
fish-3.1.2/pcre2-10.32/Makefile.in-1836-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/libpcre2_16_la-pcre2_auto_possess.Tpo src/$(DEPDIR)/libpcre2_16_la-pcre2_auto_possess.Plo
##############################################
fish-3.1.2/pcre2-10.32/Makefile.in-1838-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
fish-3.1.2/pcre2-10.32/Makefile.in:1839:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_16_la_CFLAGS) $(CFLAGS) -c -o src/libpcre2_16_la-pcre2_auto_possess.lo `test -f 'src/pcre2_auto_possess.c' || echo '$(srcdir)/'`src/pcre2_auto_possess.c
fish-3.1.2/pcre2-10.32/Makefile.in-1840-
fish-3.1.2/pcre2-10.32/Makefile.in-1841-src/libpcre2_16_la-pcre2_compile.lo: src/pcre2_compile.c
fish-3.1.2/pcre2-10.32/Makefile.in:1842:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_16_la_CFLAGS) $(CFLAGS) -MT src/libpcre2_16_la-pcre2_compile.lo -MD -MP -MF src/$(DEPDIR)/libpcre2_16_la-pcre2_compile.Tpo -c -o src/libpcre2_16_la-pcre2_compile.lo `test -f 'src/pcre2_compile.c' || echo '$(srcdir)/'`src/pcre2_compile.c
fish-3.1.2/pcre2-10.32/Makefile.in-1843-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/libpcre2_16_la-pcre2_compile.Tpo src/$(DEPDIR)/libpcre2_16_la-pcre2_compile.Plo
##############################################
fish-3.1.2/pcre2-10.32/Makefile.in-1845-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
fish-3.1.2/pcre2-10.32/Makefile.in:1846:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_16_la_CFLAGS) $(CFLAGS) -c -o src/libpcre2_16_la-pcre2_compile.lo `test -f 'src/pcre2_compile.c' || echo '$(srcdir)/'`src/pcre2_compile.c
fish-3.1.2/pcre2-10.32/Makefile.in-1847-
fish-3.1.2/pcre2-10.32/Makefile.in-1848-src/libpcre2_16_la-pcre2_config.lo: src/pcre2_config.c
fish-3.1.2/pcre2-10.32/Makefile.in:1849:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_16_la_CFLAGS) $(CFLAGS) -MT src/libpcre2_16_la-pcre2_config.lo -MD -MP -MF src/$(DEPDIR)/libpcre2_16_la-pcre2_config.Tpo -c -o src/libpcre2_16_la-pcre2_config.lo `test -f 'src/pcre2_config.c' || echo '$(srcdir)/'`src/pcre2_config.c
fish-3.1.2/pcre2-10.32/Makefile.in-1850-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/libpcre2_16_la-pcre2_config.Tpo src/$(DEPDIR)/libpcre2_16_la-pcre2_config.Plo
##############################################
fish-3.1.2/pcre2-10.32/Makefile.in-1852-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
fish-3.1.2/pcre2-10.32/Makefile.in:1853:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_16_la_CFLAGS) $(CFLAGS) -c -o src/libpcre2_16_la-pcre2_config.lo `test -f 'src/pcre2_config.c' || echo '$(srcdir)/'`src/pcre2_config.c
fish-3.1.2/pcre2-10.32/Makefile.in-1854-
fish-3.1.2/pcre2-10.32/Makefile.in-1855-src/libpcre2_16_la-pcre2_context.lo: src/pcre2_context.c
fish-3.1.2/pcre2-10.32/Makefile.in:1856:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_16_la_CFLAGS) $(CFLAGS) -MT src/libpcre2_16_la-pcre2_context.lo -MD -MP -MF src/$(DEPDIR)/libpcre2_16_la-pcre2_context.Tpo -c -o src/libpcre2_16_la-pcre2_context.lo `test -f 'src/pcre2_context.c' || echo '$(srcdir)/'`src/pcre2_context.c
fish-3.1.2/pcre2-10.32/Makefile.in-1857-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/libpcre2_16_la-pcre2_context.Tpo src/$(DEPDIR)/libpcre2_16_la-pcre2_context.Plo
##############################################
fish-3.1.2/pcre2-10.32/Makefile.in-1859-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
fish-3.1.2/pcre2-10.32/Makefile.in:1860:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_16_la_CFLAGS) $(CFLAGS) -c -o src/libpcre2_16_la-pcre2_context.lo `test -f 'src/pcre2_context.c' || echo '$(srcdir)/'`src/pcre2_context.c
fish-3.1.2/pcre2-10.32/Makefile.in-1861-
fish-3.1.2/pcre2-10.32/Makefile.in-1862-src/libpcre2_16_la-pcre2_convert.lo: src/pcre2_convert.c
fish-3.1.2/pcre2-10.32/Makefile.in:1863:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_16_la_CFLAGS) $(CFLAGS) -MT src/libpcre2_16_la-pcre2_convert.lo -MD -MP -MF src/$(DEPDIR)/libpcre2_16_la-pcre2_convert.Tpo -c -o src/libpcre2_16_la-pcre2_convert.lo `test -f 'src/pcre2_convert.c' || echo '$(srcdir)/'`src/pcre2_convert.c
fish-3.1.2/pcre2-10.32/Makefile.in-1864-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/libpcre2_16_la-pcre2_convert.Tpo src/$(DEPDIR)/libpcre2_16_la-pcre2_convert.Plo
##############################################
fish-3.1.2/pcre2-10.32/Makefile.in-1866-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
fish-3.1.2/pcre2-10.32/Makefile.in:1867:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_16_la_CFLAGS) $(CFLAGS) -c -o src/libpcre2_16_la-pcre2_convert.lo `test -f 'src/pcre2_convert.c' || echo '$(srcdir)/'`src/pcre2_convert.c
fish-3.1.2/pcre2-10.32/Makefile.in-1868-
fish-3.1.2/pcre2-10.32/Makefile.in-1869-src/libpcre2_16_la-pcre2_dfa_match.lo: src/pcre2_dfa_match.c
fish-3.1.2/pcre2-10.32/Makefile.in:1870:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_16_la_CFLAGS) $(CFLAGS) -MT src/libpcre2_16_la-pcre2_dfa_match.lo -MD -MP -MF src/$(DEPDIR)/libpcre2_16_la-pcre2_dfa_match.Tpo -c -o src/libpcre2_16_la-pcre2_dfa_match.lo `test -f 'src/pcre2_dfa_match.c' || echo '$(srcdir)/'`src/pcre2_dfa_match.c
fish-3.1.2/pcre2-10.32/Makefile.in-1871-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/libpcre2_16_la-pcre2_dfa_match.Tpo src/$(DEPDIR)/libpcre2_16_la-pcre2_dfa_match.Plo
##############################################
fish-3.1.2/pcre2-10.32/Makefile.in-1873-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
fish-3.1.2/pcre2-10.32/Makefile.in:1874:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_16_la_CFLAGS) $(CFLAGS) -c -o src/libpcre2_16_la-pcre2_dfa_match.lo `test -f 'src/pcre2_dfa_match.c' || echo '$(srcdir)/'`src/pcre2_dfa_match.c
fish-3.1.2/pcre2-10.32/Makefile.in-1875-
fish-3.1.2/pcre2-10.32/Makefile.in-1876-src/libpcre2_16_la-pcre2_error.lo: src/pcre2_error.c
fish-3.1.2/pcre2-10.32/Makefile.in:1877:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_16_la_CFLAGS) $(CFLAGS) -MT src/libpcre2_16_la-pcre2_error.lo -MD -MP -MF src/$(DEPDIR)/libpcre2_16_la-pcre2_error.Tpo -c -o src/libpcre2_16_la-pcre2_error.lo `test -f 'src/pcre2_error.c' || echo '$(srcdir)/'`src/pcre2_error.c
fish-3.1.2/pcre2-10.32/Makefile.in-1878-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/libpcre2_16_la-pcre2_error.Tpo src/$(DEPDIR)/libpcre2_16_la-pcre2_error.Plo
##############################################
fish-3.1.2/pcre2-10.32/Makefile.in-1880-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
fish-3.1.2/pcre2-10.32/Makefile.in:1881:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_16_la_CFLAGS) $(CFLAGS) -c -o src/libpcre2_16_la-pcre2_error.lo `test -f 'src/pcre2_error.c' || echo '$(srcdir)/'`src/pcre2_error.c
fish-3.1.2/pcre2-10.32/Makefile.in-1882-
fish-3.1.2/pcre2-10.32/Makefile.in-1883-src/libpcre2_16_la-pcre2_extuni.lo: src/pcre2_extuni.c
fish-3.1.2/pcre2-10.32/Makefile.in:1884:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_16_la_CFLAGS) $(CFLAGS) -MT src/libpcre2_16_la-pcre2_extuni.lo -MD -MP -MF src/$(DEPDIR)/libpcre2_16_la-pcre2_extuni.Tpo -c -o src/libpcre2_16_la-pcre2_extuni.lo `test -f 'src/pcre2_extuni.c' || echo '$(srcdir)/'`src/pcre2_extuni.c
fish-3.1.2/pcre2-10.32/Makefile.in-1885-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/libpcre2_16_la-pcre2_extuni.Tpo src/$(DEPDIR)/libpcre2_16_la-pcre2_extuni.Plo
##############################################
fish-3.1.2/pcre2-10.32/Makefile.in-1887-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
fish-3.1.2/pcre2-10.32/Makefile.in:1888:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_16_la_CFLAGS) $(CFLAGS) -c -o src/libpcre2_16_la-pcre2_extuni.lo `test -f 'src/pcre2_extuni.c' || echo '$(srcdir)/'`src/pcre2_extuni.c
fish-3.1.2/pcre2-10.32/Makefile.in-1889-
fish-3.1.2/pcre2-10.32/Makefile.in-1890-src/libpcre2_16_la-pcre2_find_bracket.lo: src/pcre2_find_bracket.c
fish-3.1.2/pcre2-10.32/Makefile.in:1891:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_16_la_CFLAGS) $(CFLAGS) -MT src/libpcre2_16_la-pcre2_find_bracket.lo -MD -MP -MF src/$(DEPDIR)/libpcre2_16_la-pcre2_find_bracket.Tpo -c -o src/libpcre2_16_la-pcre2_find_bracket.lo `test -f 'src/pcre2_find_bracket.c' || echo '$(srcdir)/'`src/pcre2_find_bracket.c
fish-3.1.2/pcre2-10.32/Makefile.in-1892-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/libpcre2_16_la-pcre2_find_bracket.Tpo src/$(DEPDIR)/libpcre2_16_la-pcre2_find_bracket.Plo
##############################################
fish-3.1.2/pcre2-10.32/Makefile.in-1894-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
fish-3.1.2/pcre2-10.32/Makefile.in:1895:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_16_la_CFLAGS) $(CFLAGS) -c -o src/libpcre2_16_la-pcre2_find_bracket.lo `test -f 'src/pcre2_find_bracket.c' || echo '$(srcdir)/'`src/pcre2_find_bracket.c
fish-3.1.2/pcre2-10.32/Makefile.in-1896-
fish-3.1.2/pcre2-10.32/Makefile.in-1897-src/libpcre2_16_la-pcre2_jit_compile.lo: src/pcre2_jit_compile.c
fish-3.1.2/pcre2-10.32/Makefile.in:1898:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_16_la_CFLAGS) $(CFLAGS) -MT src/libpcre2_16_la-pcre2_jit_compile.lo -MD -MP -MF src/$(DEPDIR)/libpcre2_16_la-pcre2_jit_compile.Tpo -c -o src/libpcre2_16_la-pcre2_jit_compile.lo `test -f 'src/pcre2_jit_compile.c' || echo '$(srcdir)/'`src/pcre2_jit_compile.c
fish-3.1.2/pcre2-10.32/Makefile.in-1899-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/libpcre2_16_la-pcre2_jit_compile.Tpo src/$(DEPDIR)/libpcre2_16_la-pcre2_jit_compile.Plo
##############################################
fish-3.1.2/pcre2-10.32/Makefile.in-1901-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
fish-3.1.2/pcre2-10.32/Makefile.in:1902:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_16_la_CFLAGS) $(CFLAGS) -c -o src/libpcre2_16_la-pcre2_jit_compile.lo `test -f 'src/pcre2_jit_compile.c' || echo '$(srcdir)/'`src/pcre2_jit_compile.c
fish-3.1.2/pcre2-10.32/Makefile.in-1903-
fish-3.1.2/pcre2-10.32/Makefile.in-1904-src/libpcre2_16_la-pcre2_maketables.lo: src/pcre2_maketables.c
fish-3.1.2/pcre2-10.32/Makefile.in:1905:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_16_la_CFLAGS) $(CFLAGS) -MT src/libpcre2_16_la-pcre2_maketables.lo -MD -MP -MF src/$(DEPDIR)/libpcre2_16_la-pcre2_maketables.Tpo -c -o src/libpcre2_16_la-pcre2_maketables.lo `test -f 'src/pcre2_maketables.c' || echo '$(srcdir)/'`src/pcre2_maketables.c
fish-3.1.2/pcre2-10.32/Makefile.in-1906-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/libpcre2_16_la-pcre2_maketables.Tpo src/$(DEPDIR)/libpcre2_16_la-pcre2_maketables.Plo
##############################################
fish-3.1.2/pcre2-10.32/Makefile.in-1908-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
fish-3.1.2/pcre2-10.32/Makefile.in:1909:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_16_la_CFLAGS) $(CFLAGS) -c -o src/libpcre2_16_la-pcre2_maketables.lo `test -f 'src/pcre2_maketables.c' || echo '$(srcdir)/'`src/pcre2_maketables.c
fish-3.1.2/pcre2-10.32/Makefile.in-1910-
fish-3.1.2/pcre2-10.32/Makefile.in-1911-src/libpcre2_16_la-pcre2_match.lo: src/pcre2_match.c
fish-3.1.2/pcre2-10.32/Makefile.in:1912:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_16_la_CFLAGS) $(CFLAGS) -MT src/libpcre2_16_la-pcre2_match.lo -MD -MP -MF src/$(DEPDIR)/libpcre2_16_la-pcre2_match.Tpo -c -o src/libpcre2_16_la-pcre2_match.lo `test -f 'src/pcre2_match.c' || echo '$(srcdir)/'`src/pcre2_match.c
fish-3.1.2/pcre2-10.32/Makefile.in-1913-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/libpcre2_16_la-pcre2_match.Tpo src/$(DEPDIR)/libpcre2_16_la-pcre2_match.Plo
##############################################
fish-3.1.2/pcre2-10.32/Makefile.in-1915-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
fish-3.1.2/pcre2-10.32/Makefile.in:1916:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_16_la_CFLAGS) $(CFLAGS) -c -o src/libpcre2_16_la-pcre2_match.lo `test -f 'src/pcre2_match.c' || echo '$(srcdir)/'`src/pcre2_match.c
fish-3.1.2/pcre2-10.32/Makefile.in-1917-
fish-3.1.2/pcre2-10.32/Makefile.in-1918-src/libpcre2_16_la-pcre2_match_data.lo: src/pcre2_match_data.c
fish-3.1.2/pcre2-10.32/Makefile.in:1919:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_16_la_CFLAGS) $(CFLAGS) -MT src/libpcre2_16_la-pcre2_match_data.lo -MD -MP -MF src/$(DEPDIR)/libpcre2_16_la-pcre2_match_data.Tpo -c -o src/libpcre2_16_la-pcre2_match_data.lo `test -f 'src/pcre2_match_data.c' || echo '$(srcdir)/'`src/pcre2_match_data.c
fish-3.1.2/pcre2-10.32/Makefile.in-1920-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/libpcre2_16_la-pcre2_match_data.Tpo src/$(DEPDIR)/libpcre2_16_la-pcre2_match_data.Plo
##############################################
fish-3.1.2/pcre2-10.32/Makefile.in-1922-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
fish-3.1.2/pcre2-10.32/Makefile.in:1923:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_16_la_CFLAGS) $(CFLAGS) -c -o src/libpcre2_16_la-pcre2_match_data.lo `test -f 'src/pcre2_match_data.c' || echo '$(srcdir)/'`src/pcre2_match_data.c
fish-3.1.2/pcre2-10.32/Makefile.in-1924-
fish-3.1.2/pcre2-10.32/Makefile.in-1925-src/libpcre2_16_la-pcre2_newline.lo: src/pcre2_newline.c
fish-3.1.2/pcre2-10.32/Makefile.in:1926:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_16_la_CFLAGS) $(CFLAGS) -MT src/libpcre2_16_la-pcre2_newline.lo -MD -MP -MF src/$(DEPDIR)/libpcre2_16_la-pcre2_newline.Tpo -c -o src/libpcre2_16_la-pcre2_newline.lo `test -f 'src/pcre2_newline.c' || echo '$(srcdir)/'`src/pcre2_newline.c
fish-3.1.2/pcre2-10.32/Makefile.in-1927-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/libpcre2_16_la-pcre2_newline.Tpo src/$(DEPDIR)/libpcre2_16_la-pcre2_newline.Plo
##############################################
fish-3.1.2/pcre2-10.32/Makefile.in-1929-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
fish-3.1.2/pcre2-10.32/Makefile.in:1930:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_16_la_CFLAGS) $(CFLAGS) -c -o src/libpcre2_16_la-pcre2_newline.lo `test -f 'src/pcre2_newline.c' || echo '$(srcdir)/'`src/pcre2_newline.c
fish-3.1.2/pcre2-10.32/Makefile.in-1931-
fish-3.1.2/pcre2-10.32/Makefile.in-1932-src/libpcre2_16_la-pcre2_ord2utf.lo: src/pcre2_ord2utf.c
fish-3.1.2/pcre2-10.32/Makefile.in:1933:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_16_la_CFLAGS) $(CFLAGS) -MT src/libpcre2_16_la-pcre2_ord2utf.lo -MD -MP -MF src/$(DEPDIR)/libpcre2_16_la-pcre2_ord2utf.Tpo -c -o src/libpcre2_16_la-pcre2_ord2utf.lo `test -f 'src/pcre2_ord2utf.c' || echo '$(srcdir)/'`src/pcre2_ord2utf.c
fish-3.1.2/pcre2-10.32/Makefile.in-1934-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/libpcre2_16_la-pcre2_ord2utf.Tpo src/$(DEPDIR)/libpcre2_16_la-pcre2_ord2utf.Plo
##############################################
fish-3.1.2/pcre2-10.32/Makefile.in-1936-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
fish-3.1.2/pcre2-10.32/Makefile.in:1937:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_16_la_CFLAGS) $(CFLAGS) -c -o src/libpcre2_16_la-pcre2_ord2utf.lo `test -f 'src/pcre2_ord2utf.c' || echo '$(srcdir)/'`src/pcre2_ord2utf.c
fish-3.1.2/pcre2-10.32/Makefile.in-1938-
fish-3.1.2/pcre2-10.32/Makefile.in-1939-src/libpcre2_16_la-pcre2_pattern_info.lo: src/pcre2_pattern_info.c
fish-3.1.2/pcre2-10.32/Makefile.in:1940:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_16_la_CFLAGS) $(CFLAGS) -MT src/libpcre2_16_la-pcre2_pattern_info.lo -MD -MP -MF src/$(DEPDIR)/libpcre2_16_la-pcre2_pattern_info.Tpo -c -o src/libpcre2_16_la-pcre2_pattern_info.lo `test -f 'src/pcre2_pattern_info.c' || echo '$(srcdir)/'`src/pcre2_pattern_info.c
fish-3.1.2/pcre2-10.32/Makefile.in-1941-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/libpcre2_16_la-pcre2_pattern_info.Tpo src/$(DEPDIR)/libpcre2_16_la-pcre2_pattern_info.Plo
##############################################
fish-3.1.2/pcre2-10.32/Makefile.in-1943-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
fish-3.1.2/pcre2-10.32/Makefile.in:1944:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_16_la_CFLAGS) $(CFLAGS) -c -o src/libpcre2_16_la-pcre2_pattern_info.lo `test -f 'src/pcre2_pattern_info.c' || echo '$(srcdir)/'`src/pcre2_pattern_info.c
fish-3.1.2/pcre2-10.32/Makefile.in-1945-
fish-3.1.2/pcre2-10.32/Makefile.in-1946-src/libpcre2_16_la-pcre2_serialize.lo: src/pcre2_serialize.c
fish-3.1.2/pcre2-10.32/Makefile.in:1947:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_16_la_CFLAGS) $(CFLAGS) -MT src/libpcre2_16_la-pcre2_serialize.lo -MD -MP -MF src/$(DEPDIR)/libpcre2_16_la-pcre2_serialize.Tpo -c -o src/libpcre2_16_la-pcre2_serialize.lo `test -f 'src/pcre2_serialize.c' || echo '$(srcdir)/'`src/pcre2_serialize.c
fish-3.1.2/pcre2-10.32/Makefile.in-1948-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/libpcre2_16_la-pcre2_serialize.Tpo src/$(DEPDIR)/libpcre2_16_la-pcre2_serialize.Plo
##############################################
fish-3.1.2/pcre2-10.32/Makefile.in-1950-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
fish-3.1.2/pcre2-10.32/Makefile.in:1951:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_16_la_CFLAGS) $(CFLAGS) -c -o src/libpcre2_16_la-pcre2_serialize.lo `test -f 'src/pcre2_serialize.c' || echo '$(srcdir)/'`src/pcre2_serialize.c
fish-3.1.2/pcre2-10.32/Makefile.in-1952-
fish-3.1.2/pcre2-10.32/Makefile.in-1953-src/libpcre2_16_la-pcre2_string_utils.lo: src/pcre2_string_utils.c
fish-3.1.2/pcre2-10.32/Makefile.in:1954:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_16_la_CFLAGS) $(CFLAGS) -MT src/libpcre2_16_la-pcre2_string_utils.lo -MD -MP -MF src/$(DEPDIR)/libpcre2_16_la-pcre2_string_utils.Tpo -c -o src/libpcre2_16_la-pcre2_string_utils.lo `test -f 'src/pcre2_string_utils.c' || echo '$(srcdir)/'`src/pcre2_string_utils.c
fish-3.1.2/pcre2-10.32/Makefile.in-1955-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/libpcre2_16_la-pcre2_string_utils.Tpo src/$(DEPDIR)/libpcre2_16_la-pcre2_string_utils.Plo
##############################################
fish-3.1.2/pcre2-10.32/Makefile.in-1957-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
fish-3.1.2/pcre2-10.32/Makefile.in:1958:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_16_la_CFLAGS) $(CFLAGS) -c -o src/libpcre2_16_la-pcre2_string_utils.lo `test -f 'src/pcre2_string_utils.c' || echo '$(srcdir)/'`src/pcre2_string_utils.c
fish-3.1.2/pcre2-10.32/Makefile.in-1959-
fish-3.1.2/pcre2-10.32/Makefile.in-1960-src/libpcre2_16_la-pcre2_study.lo: src/pcre2_study.c
fish-3.1.2/pcre2-10.32/Makefile.in:1961:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_16_la_CFLAGS) $(CFLAGS) -MT src/libpcre2_16_la-pcre2_study.lo -MD -MP -MF src/$(DEPDIR)/libpcre2_16_la-pcre2_study.Tpo -c -o src/libpcre2_16_la-pcre2_study.lo `test -f 'src/pcre2_study.c' || echo '$(srcdir)/'`src/pcre2_study.c
fish-3.1.2/pcre2-10.32/Makefile.in-1962-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/libpcre2_16_la-pcre2_study.Tpo src/$(DEPDIR)/libpcre2_16_la-pcre2_study.Plo
##############################################
fish-3.1.2/pcre2-10.32/Makefile.in-1964-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
fish-3.1.2/pcre2-10.32/Makefile.in:1965:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_16_la_CFLAGS) $(CFLAGS) -c -o src/libpcre2_16_la-pcre2_study.lo `test -f 'src/pcre2_study.c' || echo '$(srcdir)/'`src/pcre2_study.c
fish-3.1.2/pcre2-10.32/Makefile.in-1966-
fish-3.1.2/pcre2-10.32/Makefile.in-1967-src/libpcre2_16_la-pcre2_substitute.lo: src/pcre2_substitute.c
fish-3.1.2/pcre2-10.32/Makefile.in:1968:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_16_la_CFLAGS) $(CFLAGS) -MT src/libpcre2_16_la-pcre2_substitute.lo -MD -MP -MF src/$(DEPDIR)/libpcre2_16_la-pcre2_substitute.Tpo -c -o src/libpcre2_16_la-pcre2_substitute.lo `test -f 'src/pcre2_substitute.c' || echo '$(srcdir)/'`src/pcre2_substitute.c
fish-3.1.2/pcre2-10.32/Makefile.in-1969-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/libpcre2_16_la-pcre2_substitute.Tpo src/$(DEPDIR)/libpcre2_16_la-pcre2_substitute.Plo
##############################################
fish-3.1.2/pcre2-10.32/Makefile.in-1971-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
fish-3.1.2/pcre2-10.32/Makefile.in:1972:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_16_la_CFLAGS) $(CFLAGS) -c -o src/libpcre2_16_la-pcre2_substitute.lo `test -f 'src/pcre2_substitute.c' || echo '$(srcdir)/'`src/pcre2_substitute.c
fish-3.1.2/pcre2-10.32/Makefile.in-1973-
fish-3.1.2/pcre2-10.32/Makefile.in-1974-src/libpcre2_16_la-pcre2_substring.lo: src/pcre2_substring.c
fish-3.1.2/pcre2-10.32/Makefile.in:1975:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_16_la_CFLAGS) $(CFLAGS) -MT src/libpcre2_16_la-pcre2_substring.lo -MD -MP -MF src/$(DEPDIR)/libpcre2_16_la-pcre2_substring.Tpo -c -o src/libpcre2_16_la-pcre2_substring.lo `test -f 'src/pcre2_substring.c' || echo '$(srcdir)/'`src/pcre2_substring.c
fish-3.1.2/pcre2-10.32/Makefile.in-1976-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/libpcre2_16_la-pcre2_substring.Tpo src/$(DEPDIR)/libpcre2_16_la-pcre2_substring.Plo
##############################################
fish-3.1.2/pcre2-10.32/Makefile.in-1978-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
fish-3.1.2/pcre2-10.32/Makefile.in:1979:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_16_la_CFLAGS) $(CFLAGS) -c -o src/libpcre2_16_la-pcre2_substring.lo `test -f 'src/pcre2_substring.c' || echo '$(srcdir)/'`src/pcre2_substring.c
fish-3.1.2/pcre2-10.32/Makefile.in-1980-
fish-3.1.2/pcre2-10.32/Makefile.in-1981-src/libpcre2_16_la-pcre2_tables.lo: src/pcre2_tables.c
fish-3.1.2/pcre2-10.32/Makefile.in:1982:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_16_la_CFLAGS) $(CFLAGS) -MT src/libpcre2_16_la-pcre2_tables.lo -MD -MP -MF src/$(DEPDIR)/libpcre2_16_la-pcre2_tables.Tpo -c -o src/libpcre2_16_la-pcre2_tables.lo `test -f 'src/pcre2_tables.c' || echo '$(srcdir)/'`src/pcre2_tables.c
fish-3.1.2/pcre2-10.32/Makefile.in-1983-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/libpcre2_16_la-pcre2_tables.Tpo src/$(DEPDIR)/libpcre2_16_la-pcre2_tables.Plo
##############################################
fish-3.1.2/pcre2-10.32/Makefile.in-1985-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
fish-3.1.2/pcre2-10.32/Makefile.in:1986:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_16_la_CFLAGS) $(CFLAGS) -c -o src/libpcre2_16_la-pcre2_tables.lo `test -f 'src/pcre2_tables.c' || echo '$(srcdir)/'`src/pcre2_tables.c
fish-3.1.2/pcre2-10.32/Makefile.in-1987-
fish-3.1.2/pcre2-10.32/Makefile.in-1988-src/libpcre2_16_la-pcre2_ucd.lo: src/pcre2_ucd.c
fish-3.1.2/pcre2-10.32/Makefile.in:1989:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_16_la_CFLAGS) $(CFLAGS) -MT src/libpcre2_16_la-pcre2_ucd.lo -MD -MP -MF src/$(DEPDIR)/libpcre2_16_la-pcre2_ucd.Tpo -c -o src/libpcre2_16_la-pcre2_ucd.lo `test -f 'src/pcre2_ucd.c' || echo '$(srcdir)/'`src/pcre2_ucd.c
fish-3.1.2/pcre2-10.32/Makefile.in-1990-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/libpcre2_16_la-pcre2_ucd.Tpo src/$(DEPDIR)/libpcre2_16_la-pcre2_ucd.Plo
##############################################
fish-3.1.2/pcre2-10.32/Makefile.in-1992-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
fish-3.1.2/pcre2-10.32/Makefile.in:1993:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_16_la_CFLAGS) $(CFLAGS) -c -o src/libpcre2_16_la-pcre2_ucd.lo `test -f 'src/pcre2_ucd.c' || echo '$(srcdir)/'`src/pcre2_ucd.c
fish-3.1.2/pcre2-10.32/Makefile.in-1994-
fish-3.1.2/pcre2-10.32/Makefile.in-1995-src/libpcre2_16_la-pcre2_valid_utf.lo: src/pcre2_valid_utf.c
fish-3.1.2/pcre2-10.32/Makefile.in:1996:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_16_la_CFLAGS) $(CFLAGS) -MT src/libpcre2_16_la-pcre2_valid_utf.lo -MD -MP -MF src/$(DEPDIR)/libpcre2_16_la-pcre2_valid_utf.Tpo -c -o src/libpcre2_16_la-pcre2_valid_utf.lo `test -f 'src/pcre2_valid_utf.c' || echo '$(srcdir)/'`src/pcre2_valid_utf.c
fish-3.1.2/pcre2-10.32/Makefile.in-1997-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/libpcre2_16_la-pcre2_valid_utf.Tpo src/$(DEPDIR)/libpcre2_16_la-pcre2_valid_utf.Plo
##############################################
fish-3.1.2/pcre2-10.32/Makefile.in-1999-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
fish-3.1.2/pcre2-10.32/Makefile.in:2000:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_16_la_CFLAGS) $(CFLAGS) -c -o src/libpcre2_16_la-pcre2_valid_utf.lo `test -f 'src/pcre2_valid_utf.c' || echo '$(srcdir)/'`src/pcre2_valid_utf.c
fish-3.1.2/pcre2-10.32/Makefile.in-2001-
fish-3.1.2/pcre2-10.32/Makefile.in-2002-src/libpcre2_16_la-pcre2_xclass.lo: src/pcre2_xclass.c
fish-3.1.2/pcre2-10.32/Makefile.in:2003:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_16_la_CFLAGS) $(CFLAGS) -MT src/libpcre2_16_la-pcre2_xclass.lo -MD -MP -MF src/$(DEPDIR)/libpcre2_16_la-pcre2_xclass.Tpo -c -o src/libpcre2_16_la-pcre2_xclass.lo `test -f 'src/pcre2_xclass.c' || echo '$(srcdir)/'`src/pcre2_xclass.c
fish-3.1.2/pcre2-10.32/Makefile.in-2004-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/libpcre2_16_la-pcre2_xclass.Tpo src/$(DEPDIR)/libpcre2_16_la-pcre2_xclass.Plo
##############################################
fish-3.1.2/pcre2-10.32/Makefile.in-2006-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
fish-3.1.2/pcre2-10.32/Makefile.in:2007:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_16_la_CFLAGS) $(CFLAGS) -c -o src/libpcre2_16_la-pcre2_xclass.lo `test -f 'src/pcre2_xclass.c' || echo '$(srcdir)/'`src/pcre2_xclass.c
fish-3.1.2/pcre2-10.32/Makefile.in-2008-
fish-3.1.2/pcre2-10.32/Makefile.in-2009-src/libpcre2_16_la-pcre2_chartables.lo: src/pcre2_chartables.c
fish-3.1.2/pcre2-10.32/Makefile.in:2010:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_16_la_CFLAGS) $(CFLAGS) -MT src/libpcre2_16_la-pcre2_chartables.lo -MD -MP -MF src/$(DEPDIR)/libpcre2_16_la-pcre2_chartables.Tpo -c -o src/libpcre2_16_la-pcre2_chartables.lo `test -f 'src/pcre2_chartables.c' || echo '$(srcdir)/'`src/pcre2_chartables.c
fish-3.1.2/pcre2-10.32/Makefile.in-2011-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/libpcre2_16_la-pcre2_chartables.Tpo src/$(DEPDIR)/libpcre2_16_la-pcre2_chartables.Plo
##############################################
fish-3.1.2/pcre2-10.32/Makefile.in-2013-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
fish-3.1.2/pcre2-10.32/Makefile.in:2014:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_16_la_CFLAGS) $(CFLAGS) -c -o src/libpcre2_16_la-pcre2_chartables.lo `test -f 'src/pcre2_chartables.c' || echo '$(srcdir)/'`src/pcre2_chartables.c
fish-3.1.2/pcre2-10.32/Makefile.in-2015-
fish-3.1.2/pcre2-10.32/Makefile.in-2016-src/libpcre2_32_la-pcre2_auto_possess.lo: src/pcre2_auto_possess.c
fish-3.1.2/pcre2-10.32/Makefile.in:2017:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_32_la_CFLAGS) $(CFLAGS) -MT src/libpcre2_32_la-pcre2_auto_possess.lo -MD -MP -MF src/$(DEPDIR)/libpcre2_32_la-pcre2_auto_possess.Tpo -c -o src/libpcre2_32_la-pcre2_auto_possess.lo `test -f 'src/pcre2_auto_possess.c' || echo '$(srcdir)/'`src/pcre2_auto_possess.c
fish-3.1.2/pcre2-10.32/Makefile.in-2018-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/libpcre2_32_la-pcre2_auto_possess.Tpo src/$(DEPDIR)/libpcre2_32_la-pcre2_auto_possess.Plo
##############################################
fish-3.1.2/pcre2-10.32/Makefile.in-2020-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
fish-3.1.2/pcre2-10.32/Makefile.in:2021:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_32_la_CFLAGS) $(CFLAGS) -c -o src/libpcre2_32_la-pcre2_auto_possess.lo `test -f 'src/pcre2_auto_possess.c' || echo '$(srcdir)/'`src/pcre2_auto_possess.c
fish-3.1.2/pcre2-10.32/Makefile.in-2022-
fish-3.1.2/pcre2-10.32/Makefile.in-2023-src/libpcre2_32_la-pcre2_compile.lo: src/pcre2_compile.c
fish-3.1.2/pcre2-10.32/Makefile.in:2024:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_32_la_CFLAGS) $(CFLAGS) -MT src/libpcre2_32_la-pcre2_compile.lo -MD -MP -MF src/$(DEPDIR)/libpcre2_32_la-pcre2_compile.Tpo -c -o src/libpcre2_32_la-pcre2_compile.lo `test -f 'src/pcre2_compile.c' || echo '$(srcdir)/'`src/pcre2_compile.c
fish-3.1.2/pcre2-10.32/Makefile.in-2025-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/libpcre2_32_la-pcre2_compile.Tpo src/$(DEPDIR)/libpcre2_32_la-pcre2_compile.Plo
##############################################
fish-3.1.2/pcre2-10.32/Makefile.in-2027-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
fish-3.1.2/pcre2-10.32/Makefile.in:2028:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_32_la_CFLAGS) $(CFLAGS) -c -o src/libpcre2_32_la-pcre2_compile.lo `test -f 'src/pcre2_compile.c' || echo '$(srcdir)/'`src/pcre2_compile.c
fish-3.1.2/pcre2-10.32/Makefile.in-2029-
fish-3.1.2/pcre2-10.32/Makefile.in-2030-src/libpcre2_32_la-pcre2_config.lo: src/pcre2_config.c
fish-3.1.2/pcre2-10.32/Makefile.in:2031:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_32_la_CFLAGS) $(CFLAGS) -MT src/libpcre2_32_la-pcre2_config.lo -MD -MP -MF src/$(DEPDIR)/libpcre2_32_la-pcre2_config.Tpo -c -o src/libpcre2_32_la-pcre2_config.lo `test -f 'src/pcre2_config.c' || echo '$(srcdir)/'`src/pcre2_config.c
fish-3.1.2/pcre2-10.32/Makefile.in-2032-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/libpcre2_32_la-pcre2_config.Tpo src/$(DEPDIR)/libpcre2_32_la-pcre2_config.Plo
##############################################
fish-3.1.2/pcre2-10.32/Makefile.in-2034-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
fish-3.1.2/pcre2-10.32/Makefile.in:2035:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_32_la_CFLAGS) $(CFLAGS) -c -o src/libpcre2_32_la-pcre2_config.lo `test -f 'src/pcre2_config.c' || echo '$(srcdir)/'`src/pcre2_config.c
fish-3.1.2/pcre2-10.32/Makefile.in-2036-
fish-3.1.2/pcre2-10.32/Makefile.in-2037-src/libpcre2_32_la-pcre2_context.lo: src/pcre2_context.c
fish-3.1.2/pcre2-10.32/Makefile.in:2038:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_32_la_CFLAGS) $(CFLAGS) -MT src/libpcre2_32_la-pcre2_context.lo -MD -MP -MF src/$(DEPDIR)/libpcre2_32_la-pcre2_context.Tpo -c -o src/libpcre2_32_la-pcre2_context.lo `test -f 'src/pcre2_context.c' || echo '$(srcdir)/'`src/pcre2_context.c
fish-3.1.2/pcre2-10.32/Makefile.in-2039-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/libpcre2_32_la-pcre2_context.Tpo src/$(DEPDIR)/libpcre2_32_la-pcre2_context.Plo
##############################################
fish-3.1.2/pcre2-10.32/Makefile.in-2041-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
fish-3.1.2/pcre2-10.32/Makefile.in:2042:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_32_la_CFLAGS) $(CFLAGS) -c -o src/libpcre2_32_la-pcre2_context.lo `test -f 'src/pcre2_context.c' || echo '$(srcdir)/'`src/pcre2_context.c
fish-3.1.2/pcre2-10.32/Makefile.in-2043-
fish-3.1.2/pcre2-10.32/Makefile.in-2044-src/libpcre2_32_la-pcre2_convert.lo: src/pcre2_convert.c
fish-3.1.2/pcre2-10.32/Makefile.in:2045:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_32_la_CFLAGS) $(CFLAGS) -MT src/libpcre2_32_la-pcre2_convert.lo -MD -MP -MF src/$(DEPDIR)/libpcre2_32_la-pcre2_convert.Tpo -c -o src/libpcre2_32_la-pcre2_convert.lo `test -f 'src/pcre2_convert.c' || echo '$(srcdir)/'`src/pcre2_convert.c
fish-3.1.2/pcre2-10.32/Makefile.in-2046-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/libpcre2_32_la-pcre2_convert.Tpo src/$(DEPDIR)/libpcre2_32_la-pcre2_convert.Plo
##############################################
fish-3.1.2/pcre2-10.32/Makefile.in-2048-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
fish-3.1.2/pcre2-10.32/Makefile.in:2049:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_32_la_CFLAGS) $(CFLAGS) -c -o src/libpcre2_32_la-pcre2_convert.lo `test -f 'src/pcre2_convert.c' || echo '$(srcdir)/'`src/pcre2_convert.c
fish-3.1.2/pcre2-10.32/Makefile.in-2050-
fish-3.1.2/pcre2-10.32/Makefile.in-2051-src/libpcre2_32_la-pcre2_dfa_match.lo: src/pcre2_dfa_match.c
fish-3.1.2/pcre2-10.32/Makefile.in:2052:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_32_la_CFLAGS) $(CFLAGS) -MT src/libpcre2_32_la-pcre2_dfa_match.lo -MD -MP -MF src/$(DEPDIR)/libpcre2_32_la-pcre2_dfa_match.Tpo -c -o src/libpcre2_32_la-pcre2_dfa_match.lo `test -f 'src/pcre2_dfa_match.c' || echo '$(srcdir)/'`src/pcre2_dfa_match.c
fish-3.1.2/pcre2-10.32/Makefile.in-2053-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/libpcre2_32_la-pcre2_dfa_match.Tpo src/$(DEPDIR)/libpcre2_32_la-pcre2_dfa_match.Plo
##############################################
fish-3.1.2/pcre2-10.32/Makefile.in-2055-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
fish-3.1.2/pcre2-10.32/Makefile.in:2056:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_32_la_CFLAGS) $(CFLAGS) -c -o src/libpcre2_32_la-pcre2_dfa_match.lo `test -f 'src/pcre2_dfa_match.c' || echo '$(srcdir)/'`src/pcre2_dfa_match.c
fish-3.1.2/pcre2-10.32/Makefile.in-2057-
fish-3.1.2/pcre2-10.32/Makefile.in-2058-src/libpcre2_32_la-pcre2_error.lo: src/pcre2_error.c
fish-3.1.2/pcre2-10.32/Makefile.in:2059:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_32_la_CFLAGS) $(CFLAGS) -MT src/libpcre2_32_la-pcre2_error.lo -MD -MP -MF src/$(DEPDIR)/libpcre2_32_la-pcre2_error.Tpo -c -o src/libpcre2_32_la-pcre2_error.lo `test -f 'src/pcre2_error.c' || echo '$(srcdir)/'`src/pcre2_error.c
fish-3.1.2/pcre2-10.32/Makefile.in-2060-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/libpcre2_32_la-pcre2_error.Tpo src/$(DEPDIR)/libpcre2_32_la-pcre2_error.Plo
##############################################
fish-3.1.2/pcre2-10.32/Makefile.in-2062-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
fish-3.1.2/pcre2-10.32/Makefile.in:2063:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_32_la_CFLAGS) $(CFLAGS) -c -o src/libpcre2_32_la-pcre2_error.lo `test -f 'src/pcre2_error.c' || echo '$(srcdir)/'`src/pcre2_error.c
fish-3.1.2/pcre2-10.32/Makefile.in-2064-
fish-3.1.2/pcre2-10.32/Makefile.in-2065-src/libpcre2_32_la-pcre2_extuni.lo: src/pcre2_extuni.c
fish-3.1.2/pcre2-10.32/Makefile.in:2066:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_32_la_CFLAGS) $(CFLAGS) -MT src/libpcre2_32_la-pcre2_extuni.lo -MD -MP -MF src/$(DEPDIR)/libpcre2_32_la-pcre2_extuni.Tpo -c -o src/libpcre2_32_la-pcre2_extuni.lo `test -f 'src/pcre2_extuni.c' || echo '$(srcdir)/'`src/pcre2_extuni.c
fish-3.1.2/pcre2-10.32/Makefile.in-2067-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/libpcre2_32_la-pcre2_extuni.Tpo src/$(DEPDIR)/libpcre2_32_la-pcre2_extuni.Plo
##############################################
fish-3.1.2/pcre2-10.32/Makefile.in-2069-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
fish-3.1.2/pcre2-10.32/Makefile.in:2070:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_32_la_CFLAGS) $(CFLAGS) -c -o src/libpcre2_32_la-pcre2_extuni.lo `test -f 'src/pcre2_extuni.c' || echo '$(srcdir)/'`src/pcre2_extuni.c
fish-3.1.2/pcre2-10.32/Makefile.in-2071-
fish-3.1.2/pcre2-10.32/Makefile.in-2072-src/libpcre2_32_la-pcre2_find_bracket.lo: src/pcre2_find_bracket.c
fish-3.1.2/pcre2-10.32/Makefile.in:2073:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_32_la_CFLAGS) $(CFLAGS) -MT src/libpcre2_32_la-pcre2_find_bracket.lo -MD -MP -MF src/$(DEPDIR)/libpcre2_32_la-pcre2_find_bracket.Tpo -c -o src/libpcre2_32_la-pcre2_find_bracket.lo `test -f 'src/pcre2_find_bracket.c' || echo '$(srcdir)/'`src/pcre2_find_bracket.c
fish-3.1.2/pcre2-10.32/Makefile.in-2074-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/libpcre2_32_la-pcre2_find_bracket.Tpo src/$(DEPDIR)/libpcre2_32_la-pcre2_find_bracket.Plo
##############################################
fish-3.1.2/pcre2-10.32/Makefile.in-2076-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
fish-3.1.2/pcre2-10.32/Makefile.in:2077:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_32_la_CFLAGS) $(CFLAGS) -c -o src/libpcre2_32_la-pcre2_find_bracket.lo `test -f 'src/pcre2_find_bracket.c' || echo '$(srcdir)/'`src/pcre2_find_bracket.c
fish-3.1.2/pcre2-10.32/Makefile.in-2078-
fish-3.1.2/pcre2-10.32/Makefile.in-2079-src/libpcre2_32_la-pcre2_jit_compile.lo: src/pcre2_jit_compile.c
fish-3.1.2/pcre2-10.32/Makefile.in:2080:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_32_la_CFLAGS) $(CFLAGS) -MT src/libpcre2_32_la-pcre2_jit_compile.lo -MD -MP -MF src/$(DEPDIR)/libpcre2_32_la-pcre2_jit_compile.Tpo -c -o src/libpcre2_32_la-pcre2_jit_compile.lo `test -f 'src/pcre2_jit_compile.c' || echo '$(srcdir)/'`src/pcre2_jit_compile.c
fish-3.1.2/pcre2-10.32/Makefile.in-2081-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/libpcre2_32_la-pcre2_jit_compile.Tpo src/$(DEPDIR)/libpcre2_32_la-pcre2_jit_compile.Plo
##############################################
fish-3.1.2/pcre2-10.32/Makefile.in-2083-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
fish-3.1.2/pcre2-10.32/Makefile.in:2084:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_32_la_CFLAGS) $(CFLAGS) -c -o src/libpcre2_32_la-pcre2_jit_compile.lo `test -f 'src/pcre2_jit_compile.c' || echo '$(srcdir)/'`src/pcre2_jit_compile.c
fish-3.1.2/pcre2-10.32/Makefile.in-2085-
fish-3.1.2/pcre2-10.32/Makefile.in-2086-src/libpcre2_32_la-pcre2_maketables.lo: src/pcre2_maketables.c
fish-3.1.2/pcre2-10.32/Makefile.in:2087:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_32_la_CFLAGS) $(CFLAGS) -MT src/libpcre2_32_la-pcre2_maketables.lo -MD -MP -MF src/$(DEPDIR)/libpcre2_32_la-pcre2_maketables.Tpo -c -o src/libpcre2_32_la-pcre2_maketables.lo `test -f 'src/pcre2_maketables.c' || echo '$(srcdir)/'`src/pcre2_maketables.c
fish-3.1.2/pcre2-10.32/Makefile.in-2088-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/libpcre2_32_la-pcre2_maketables.Tpo src/$(DEPDIR)/libpcre2_32_la-pcre2_maketables.Plo
##############################################
fish-3.1.2/pcre2-10.32/Makefile.in-2090-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
fish-3.1.2/pcre2-10.32/Makefile.in:2091:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_32_la_CFLAGS) $(CFLAGS) -c -o src/libpcre2_32_la-pcre2_maketables.lo `test -f 'src/pcre2_maketables.c' || echo '$(srcdir)/'`src/pcre2_maketables.c
fish-3.1.2/pcre2-10.32/Makefile.in-2092-
fish-3.1.2/pcre2-10.32/Makefile.in-2093-src/libpcre2_32_la-pcre2_match.lo: src/pcre2_match.c
fish-3.1.2/pcre2-10.32/Makefile.in:2094:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_32_la_CFLAGS) $(CFLAGS) -MT src/libpcre2_32_la-pcre2_match.lo -MD -MP -MF src/$(DEPDIR)/libpcre2_32_la-pcre2_match.Tpo -c -o src/libpcre2_32_la-pcre2_match.lo `test -f 'src/pcre2_match.c' || echo '$(srcdir)/'`src/pcre2_match.c
fish-3.1.2/pcre2-10.32/Makefile.in-2095-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/libpcre2_32_la-pcre2_match.Tpo src/$(DEPDIR)/libpcre2_32_la-pcre2_match.Plo
##############################################
fish-3.1.2/pcre2-10.32/Makefile.in-2097-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
fish-3.1.2/pcre2-10.32/Makefile.in:2098:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_32_la_CFLAGS) $(CFLAGS) -c -o src/libpcre2_32_la-pcre2_match.lo `test -f 'src/pcre2_match.c' || echo '$(srcdir)/'`src/pcre2_match.c
fish-3.1.2/pcre2-10.32/Makefile.in-2099-
fish-3.1.2/pcre2-10.32/Makefile.in-2100-src/libpcre2_32_la-pcre2_match_data.lo: src/pcre2_match_data.c
fish-3.1.2/pcre2-10.32/Makefile.in:2101:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_32_la_CFLAGS) $(CFLAGS) -MT src/libpcre2_32_la-pcre2_match_data.lo -MD -MP -MF src/$(DEPDIR)/libpcre2_32_la-pcre2_match_data.Tpo -c -o src/libpcre2_32_la-pcre2_match_data.lo `test -f 'src/pcre2_match_data.c' || echo '$(srcdir)/'`src/pcre2_match_data.c
fish-3.1.2/pcre2-10.32/Makefile.in-2102-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/libpcre2_32_la-pcre2_match_data.Tpo src/$(DEPDIR)/libpcre2_32_la-pcre2_match_data.Plo
##############################################
fish-3.1.2/pcre2-10.32/Makefile.in-2104-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
fish-3.1.2/pcre2-10.32/Makefile.in:2105:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_32_la_CFLAGS) $(CFLAGS) -c -o src/libpcre2_32_la-pcre2_match_data.lo `test -f 'src/pcre2_match_data.c' || echo '$(srcdir)/'`src/pcre2_match_data.c
fish-3.1.2/pcre2-10.32/Makefile.in-2106-
fish-3.1.2/pcre2-10.32/Makefile.in-2107-src/libpcre2_32_la-pcre2_newline.lo: src/pcre2_newline.c
fish-3.1.2/pcre2-10.32/Makefile.in:2108:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_32_la_CFLAGS) $(CFLAGS) -MT src/libpcre2_32_la-pcre2_newline.lo -MD -MP -MF src/$(DEPDIR)/libpcre2_32_la-pcre2_newline.Tpo -c -o src/libpcre2_32_la-pcre2_newline.lo `test -f 'src/pcre2_newline.c' || echo '$(srcdir)/'`src/pcre2_newline.c
fish-3.1.2/pcre2-10.32/Makefile.in-2109-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/libpcre2_32_la-pcre2_newline.Tpo src/$(DEPDIR)/libpcre2_32_la-pcre2_newline.Plo
##############################################
fish-3.1.2/pcre2-10.32/Makefile.in-2111-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
fish-3.1.2/pcre2-10.32/Makefile.in:2112:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_32_la_CFLAGS) $(CFLAGS) -c -o src/libpcre2_32_la-pcre2_newline.lo `test -f 'src/pcre2_newline.c' || echo '$(srcdir)/'`src/pcre2_newline.c
fish-3.1.2/pcre2-10.32/Makefile.in-2113-
fish-3.1.2/pcre2-10.32/Makefile.in-2114-src/libpcre2_32_la-pcre2_ord2utf.lo: src/pcre2_ord2utf.c
fish-3.1.2/pcre2-10.32/Makefile.in:2115:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_32_la_CFLAGS) $(CFLAGS) -MT src/libpcre2_32_la-pcre2_ord2utf.lo -MD -MP -MF src/$(DEPDIR)/libpcre2_32_la-pcre2_ord2utf.Tpo -c -o src/libpcre2_32_la-pcre2_ord2utf.lo `test -f 'src/pcre2_ord2utf.c' || echo '$(srcdir)/'`src/pcre2_ord2utf.c
fish-3.1.2/pcre2-10.32/Makefile.in-2116-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/libpcre2_32_la-pcre2_ord2utf.Tpo src/$(DEPDIR)/libpcre2_32_la-pcre2_ord2utf.Plo
##############################################
fish-3.1.2/pcre2-10.32/Makefile.in-2118-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
fish-3.1.2/pcre2-10.32/Makefile.in:2119:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_32_la_CFLAGS) $(CFLAGS) -c -o src/libpcre2_32_la-pcre2_ord2utf.lo `test -f 'src/pcre2_ord2utf.c' || echo '$(srcdir)/'`src/pcre2_ord2utf.c
fish-3.1.2/pcre2-10.32/Makefile.in-2120-
fish-3.1.2/pcre2-10.32/Makefile.in-2121-src/libpcre2_32_la-pcre2_pattern_info.lo: src/pcre2_pattern_info.c
fish-3.1.2/pcre2-10.32/Makefile.in:2122:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_32_la_CFLAGS) $(CFLAGS) -MT src/libpcre2_32_la-pcre2_pattern_info.lo -MD -MP -MF src/$(DEPDIR)/libpcre2_32_la-pcre2_pattern_info.Tpo -c -o src/libpcre2_32_la-pcre2_pattern_info.lo `test -f 'src/pcre2_pattern_info.c' || echo '$(srcdir)/'`src/pcre2_pattern_info.c
fish-3.1.2/pcre2-10.32/Makefile.in-2123-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/libpcre2_32_la-pcre2_pattern_info.Tpo src/$(DEPDIR)/libpcre2_32_la-pcre2_pattern_info.Plo
##############################################
fish-3.1.2/pcre2-10.32/Makefile.in-2125-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
fish-3.1.2/pcre2-10.32/Makefile.in:2126:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_32_la_CFLAGS) $(CFLAGS) -c -o src/libpcre2_32_la-pcre2_pattern_info.lo `test -f 'src/pcre2_pattern_info.c' || echo '$(srcdir)/'`src/pcre2_pattern_info.c
fish-3.1.2/pcre2-10.32/Makefile.in-2127-
fish-3.1.2/pcre2-10.32/Makefile.in-2128-src/libpcre2_32_la-pcre2_serialize.lo: src/pcre2_serialize.c
fish-3.1.2/pcre2-10.32/Makefile.in:2129:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_32_la_CFLAGS) $(CFLAGS) -MT src/libpcre2_32_la-pcre2_serialize.lo -MD -MP -MF src/$(DEPDIR)/libpcre2_32_la-pcre2_serialize.Tpo -c -o src/libpcre2_32_la-pcre2_serialize.lo `test -f 'src/pcre2_serialize.c' || echo '$(srcdir)/'`src/pcre2_serialize.c
fish-3.1.2/pcre2-10.32/Makefile.in-2130-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/libpcre2_32_la-pcre2_serialize.Tpo src/$(DEPDIR)/libpcre2_32_la-pcre2_serialize.Plo
##############################################
fish-3.1.2/pcre2-10.32/Makefile.in-2132-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
fish-3.1.2/pcre2-10.32/Makefile.in:2133:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_32_la_CFLAGS) $(CFLAGS) -c -o src/libpcre2_32_la-pcre2_serialize.lo `test -f 'src/pcre2_serialize.c' || echo '$(srcdir)/'`src/pcre2_serialize.c
fish-3.1.2/pcre2-10.32/Makefile.in-2134-
fish-3.1.2/pcre2-10.32/Makefile.in-2135-src/libpcre2_32_la-pcre2_string_utils.lo: src/pcre2_string_utils.c
fish-3.1.2/pcre2-10.32/Makefile.in:2136:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_32_la_CFLAGS) $(CFLAGS) -MT src/libpcre2_32_la-pcre2_string_utils.lo -MD -MP -MF src/$(DEPDIR)/libpcre2_32_la-pcre2_string_utils.Tpo -c -o src/libpcre2_32_la-pcre2_string_utils.lo `test -f 'src/pcre2_string_utils.c' || echo '$(srcdir)/'`src/pcre2_string_utils.c
fish-3.1.2/pcre2-10.32/Makefile.in-2137-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/libpcre2_32_la-pcre2_string_utils.Tpo src/$(DEPDIR)/libpcre2_32_la-pcre2_string_utils.Plo
##############################################
fish-3.1.2/pcre2-10.32/Makefile.in-2139-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
fish-3.1.2/pcre2-10.32/Makefile.in:2140:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_32_la_CFLAGS) $(CFLAGS) -c -o src/libpcre2_32_la-pcre2_string_utils.lo `test -f 'src/pcre2_string_utils.c' || echo '$(srcdir)/'`src/pcre2_string_utils.c
fish-3.1.2/pcre2-10.32/Makefile.in-2141-
fish-3.1.2/pcre2-10.32/Makefile.in-2142-src/libpcre2_32_la-pcre2_study.lo: src/pcre2_study.c
fish-3.1.2/pcre2-10.32/Makefile.in:2143:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_32_la_CFLAGS) $(CFLAGS) -MT src/libpcre2_32_la-pcre2_study.lo -MD -MP -MF src/$(DEPDIR)/libpcre2_32_la-pcre2_study.Tpo -c -o src/libpcre2_32_la-pcre2_study.lo `test -f 'src/pcre2_study.c' || echo '$(srcdir)/'`src/pcre2_study.c
fish-3.1.2/pcre2-10.32/Makefile.in-2144-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/libpcre2_32_la-pcre2_study.Tpo src/$(DEPDIR)/libpcre2_32_la-pcre2_study.Plo
##############################################
fish-3.1.2/pcre2-10.32/Makefile.in-2146-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
fish-3.1.2/pcre2-10.32/Makefile.in:2147:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_32_la_CFLAGS) $(CFLAGS) -c -o src/libpcre2_32_la-pcre2_study.lo `test -f 'src/pcre2_study.c' || echo '$(srcdir)/'`src/pcre2_study.c
fish-3.1.2/pcre2-10.32/Makefile.in-2148-
fish-3.1.2/pcre2-10.32/Makefile.in-2149-src/libpcre2_32_la-pcre2_substitute.lo: src/pcre2_substitute.c
fish-3.1.2/pcre2-10.32/Makefile.in:2150:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_32_la_CFLAGS) $(CFLAGS) -MT src/libpcre2_32_la-pcre2_substitute.lo -MD -MP -MF src/$(DEPDIR)/libpcre2_32_la-pcre2_substitute.Tpo -c -o src/libpcre2_32_la-pcre2_substitute.lo `test -f 'src/pcre2_substitute.c' || echo '$(srcdir)/'`src/pcre2_substitute.c
fish-3.1.2/pcre2-10.32/Makefile.in-2151-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/libpcre2_32_la-pcre2_substitute.Tpo src/$(DEPDIR)/libpcre2_32_la-pcre2_substitute.Plo
##############################################
fish-3.1.2/pcre2-10.32/Makefile.in-2153-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
fish-3.1.2/pcre2-10.32/Makefile.in:2154:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_32_la_CFLAGS) $(CFLAGS) -c -o src/libpcre2_32_la-pcre2_substitute.lo `test -f 'src/pcre2_substitute.c' || echo '$(srcdir)/'`src/pcre2_substitute.c
fish-3.1.2/pcre2-10.32/Makefile.in-2155-
fish-3.1.2/pcre2-10.32/Makefile.in-2156-src/libpcre2_32_la-pcre2_substring.lo: src/pcre2_substring.c
fish-3.1.2/pcre2-10.32/Makefile.in:2157:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_32_la_CFLAGS) $(CFLAGS) -MT src/libpcre2_32_la-pcre2_substring.lo -MD -MP -MF src/$(DEPDIR)/libpcre2_32_la-pcre2_substring.Tpo -c -o src/libpcre2_32_la-pcre2_substring.lo `test -f 'src/pcre2_substring.c' || echo '$(srcdir)/'`src/pcre2_substring.c
fish-3.1.2/pcre2-10.32/Makefile.in-2158-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/libpcre2_32_la-pcre2_substring.Tpo src/$(DEPDIR)/libpcre2_32_la-pcre2_substring.Plo
##############################################
fish-3.1.2/pcre2-10.32/Makefile.in-2160-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
fish-3.1.2/pcre2-10.32/Makefile.in:2161:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_32_la_CFLAGS) $(CFLAGS) -c -o src/libpcre2_32_la-pcre2_substring.lo `test -f 'src/pcre2_substring.c' || echo '$(srcdir)/'`src/pcre2_substring.c
fish-3.1.2/pcre2-10.32/Makefile.in-2162-
fish-3.1.2/pcre2-10.32/Makefile.in-2163-src/libpcre2_32_la-pcre2_tables.lo: src/pcre2_tables.c
fish-3.1.2/pcre2-10.32/Makefile.in:2164:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_32_la_CFLAGS) $(CFLAGS) -MT src/libpcre2_32_la-pcre2_tables.lo -MD -MP -MF src/$(DEPDIR)/libpcre2_32_la-pcre2_tables.Tpo -c -o src/libpcre2_32_la-pcre2_tables.lo `test -f 'src/pcre2_tables.c' || echo '$(srcdir)/'`src/pcre2_tables.c
fish-3.1.2/pcre2-10.32/Makefile.in-2165-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/libpcre2_32_la-pcre2_tables.Tpo src/$(DEPDIR)/libpcre2_32_la-pcre2_tables.Plo
##############################################
fish-3.1.2/pcre2-10.32/Makefile.in-2167-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
fish-3.1.2/pcre2-10.32/Makefile.in:2168:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_32_la_CFLAGS) $(CFLAGS) -c -o src/libpcre2_32_la-pcre2_tables.lo `test -f 'src/pcre2_tables.c' || echo '$(srcdir)/'`src/pcre2_tables.c
fish-3.1.2/pcre2-10.32/Makefile.in-2169-
fish-3.1.2/pcre2-10.32/Makefile.in-2170-src/libpcre2_32_la-pcre2_ucd.lo: src/pcre2_ucd.c
fish-3.1.2/pcre2-10.32/Makefile.in:2171:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_32_la_CFLAGS) $(CFLAGS) -MT src/libpcre2_32_la-pcre2_ucd.lo -MD -MP -MF src/$(DEPDIR)/libpcre2_32_la-pcre2_ucd.Tpo -c -o src/libpcre2_32_la-pcre2_ucd.lo `test -f 'src/pcre2_ucd.c' || echo '$(srcdir)/'`src/pcre2_ucd.c
fish-3.1.2/pcre2-10.32/Makefile.in-2172-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/libpcre2_32_la-pcre2_ucd.Tpo src/$(DEPDIR)/libpcre2_32_la-pcre2_ucd.Plo
##############################################
fish-3.1.2/pcre2-10.32/Makefile.in-2174-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
fish-3.1.2/pcre2-10.32/Makefile.in:2175:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_32_la_CFLAGS) $(CFLAGS) -c -o src/libpcre2_32_la-pcre2_ucd.lo `test -f 'src/pcre2_ucd.c' || echo '$(srcdir)/'`src/pcre2_ucd.c
fish-3.1.2/pcre2-10.32/Makefile.in-2176-
fish-3.1.2/pcre2-10.32/Makefile.in-2177-src/libpcre2_32_la-pcre2_valid_utf.lo: src/pcre2_valid_utf.c
fish-3.1.2/pcre2-10.32/Makefile.in:2178:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_32_la_CFLAGS) $(CFLAGS) -MT src/libpcre2_32_la-pcre2_valid_utf.lo -MD -MP -MF src/$(DEPDIR)/libpcre2_32_la-pcre2_valid_utf.Tpo -c -o src/libpcre2_32_la-pcre2_valid_utf.lo `test -f 'src/pcre2_valid_utf.c' || echo '$(srcdir)/'`src/pcre2_valid_utf.c
fish-3.1.2/pcre2-10.32/Makefile.in-2179-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/libpcre2_32_la-pcre2_valid_utf.Tpo src/$(DEPDIR)/libpcre2_32_la-pcre2_valid_utf.Plo
##############################################
fish-3.1.2/pcre2-10.32/Makefile.in-2181-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
fish-3.1.2/pcre2-10.32/Makefile.in:2182:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_32_la_CFLAGS) $(CFLAGS) -c -o src/libpcre2_32_la-pcre2_valid_utf.lo `test -f 'src/pcre2_valid_utf.c' || echo '$(srcdir)/'`src/pcre2_valid_utf.c
fish-3.1.2/pcre2-10.32/Makefile.in-2183-
fish-3.1.2/pcre2-10.32/Makefile.in-2184-src/libpcre2_32_la-pcre2_xclass.lo: src/pcre2_xclass.c
fish-3.1.2/pcre2-10.32/Makefile.in:2185:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_32_la_CFLAGS) $(CFLAGS) -MT src/libpcre2_32_la-pcre2_xclass.lo -MD -MP -MF src/$(DEPDIR)/libpcre2_32_la-pcre2_xclass.Tpo -c -o src/libpcre2_32_la-pcre2_xclass.lo `test -f 'src/pcre2_xclass.c' || echo '$(srcdir)/'`src/pcre2_xclass.c
fish-3.1.2/pcre2-10.32/Makefile.in-2186-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/libpcre2_32_la-pcre2_xclass.Tpo src/$(DEPDIR)/libpcre2_32_la-pcre2_xclass.Plo
##############################################
fish-3.1.2/pcre2-10.32/Makefile.in-2188-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
fish-3.1.2/pcre2-10.32/Makefile.in:2189:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_32_la_CFLAGS) $(CFLAGS) -c -o src/libpcre2_32_la-pcre2_xclass.lo `test -f 'src/pcre2_xclass.c' || echo '$(srcdir)/'`src/pcre2_xclass.c
fish-3.1.2/pcre2-10.32/Makefile.in-2190-
fish-3.1.2/pcre2-10.32/Makefile.in-2191-src/libpcre2_32_la-pcre2_chartables.lo: src/pcre2_chartables.c
fish-3.1.2/pcre2-10.32/Makefile.in:2192:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_32_la_CFLAGS) $(CFLAGS) -MT src/libpcre2_32_la-pcre2_chartables.lo -MD -MP -MF src/$(DEPDIR)/libpcre2_32_la-pcre2_chartables.Tpo -c -o src/libpcre2_32_la-pcre2_chartables.lo `test -f 'src/pcre2_chartables.c' || echo '$(srcdir)/'`src/pcre2_chartables.c
fish-3.1.2/pcre2-10.32/Makefile.in-2193-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/libpcre2_32_la-pcre2_chartables.Tpo src/$(DEPDIR)/libpcre2_32_la-pcre2_chartables.Plo
##############################################
fish-3.1.2/pcre2-10.32/Makefile.in-2195-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
fish-3.1.2/pcre2-10.32/Makefile.in:2196:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_32_la_CFLAGS) $(CFLAGS) -c -o src/libpcre2_32_la-pcre2_chartables.lo `test -f 'src/pcre2_chartables.c' || echo '$(srcdir)/'`src/pcre2_chartables.c
fish-3.1.2/pcre2-10.32/Makefile.in-2197-
fish-3.1.2/pcre2-10.32/Makefile.in-2198-src/libpcre2_8_la-pcre2_auto_possess.lo: src/pcre2_auto_possess.c
fish-3.1.2/pcre2-10.32/Makefile.in:2199:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_8_la_CFLAGS) $(CFLAGS) -MT src/libpcre2_8_la-pcre2_auto_possess.lo -MD -MP -MF src/$(DEPDIR)/libpcre2_8_la-pcre2_auto_possess.Tpo -c -o src/libpcre2_8_la-pcre2_auto_possess.lo `test -f 'src/pcre2_auto_possess.c' || echo '$(srcdir)/'`src/pcre2_auto_possess.c
fish-3.1.2/pcre2-10.32/Makefile.in-2200-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/libpcre2_8_la-pcre2_auto_possess.Tpo src/$(DEPDIR)/libpcre2_8_la-pcre2_auto_possess.Plo
##############################################
fish-3.1.2/pcre2-10.32/Makefile.in-2202-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
fish-3.1.2/pcre2-10.32/Makefile.in:2203:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_8_la_CFLAGS) $(CFLAGS) -c -o src/libpcre2_8_la-pcre2_auto_possess.lo `test -f 'src/pcre2_auto_possess.c' || echo '$(srcdir)/'`src/pcre2_auto_possess.c
fish-3.1.2/pcre2-10.32/Makefile.in-2204-
fish-3.1.2/pcre2-10.32/Makefile.in-2205-src/libpcre2_8_la-pcre2_compile.lo: src/pcre2_compile.c
fish-3.1.2/pcre2-10.32/Makefile.in:2206:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_8_la_CFLAGS) $(CFLAGS) -MT src/libpcre2_8_la-pcre2_compile.lo -MD -MP -MF src/$(DEPDIR)/libpcre2_8_la-pcre2_compile.Tpo -c -o src/libpcre2_8_la-pcre2_compile.lo `test -f 'src/pcre2_compile.c' || echo '$(srcdir)/'`src/pcre2_compile.c
fish-3.1.2/pcre2-10.32/Makefile.in-2207-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/libpcre2_8_la-pcre2_compile.Tpo src/$(DEPDIR)/libpcre2_8_la-pcre2_compile.Plo
##############################################
fish-3.1.2/pcre2-10.32/Makefile.in-2209-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
fish-3.1.2/pcre2-10.32/Makefile.in:2210:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_8_la_CFLAGS) $(CFLAGS) -c -o src/libpcre2_8_la-pcre2_compile.lo `test -f 'src/pcre2_compile.c' || echo '$(srcdir)/'`src/pcre2_compile.c
fish-3.1.2/pcre2-10.32/Makefile.in-2211-
fish-3.1.2/pcre2-10.32/Makefile.in-2212-src/libpcre2_8_la-pcre2_config.lo: src/pcre2_config.c
fish-3.1.2/pcre2-10.32/Makefile.in:2213:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_8_la_CFLAGS) $(CFLAGS) -MT src/libpcre2_8_la-pcre2_config.lo -MD -MP -MF src/$(DEPDIR)/libpcre2_8_la-pcre2_config.Tpo -c -o src/libpcre2_8_la-pcre2_config.lo `test -f 'src/pcre2_config.c' || echo '$(srcdir)/'`src/pcre2_config.c
fish-3.1.2/pcre2-10.32/Makefile.in-2214-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/libpcre2_8_la-pcre2_config.Tpo src/$(DEPDIR)/libpcre2_8_la-pcre2_config.Plo
##############################################
fish-3.1.2/pcre2-10.32/Makefile.in-2216-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
fish-3.1.2/pcre2-10.32/Makefile.in:2217:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_8_la_CFLAGS) $(CFLAGS) -c -o src/libpcre2_8_la-pcre2_config.lo `test -f 'src/pcre2_config.c' || echo '$(srcdir)/'`src/pcre2_config.c
fish-3.1.2/pcre2-10.32/Makefile.in-2218-
fish-3.1.2/pcre2-10.32/Makefile.in-2219-src/libpcre2_8_la-pcre2_context.lo: src/pcre2_context.c
fish-3.1.2/pcre2-10.32/Makefile.in:2220:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_8_la_CFLAGS) $(CFLAGS) -MT src/libpcre2_8_la-pcre2_context.lo -MD -MP -MF src/$(DEPDIR)/libpcre2_8_la-pcre2_context.Tpo -c -o src/libpcre2_8_la-pcre2_context.lo `test -f 'src/pcre2_context.c' || echo '$(srcdir)/'`src/pcre2_context.c
fish-3.1.2/pcre2-10.32/Makefile.in-2221-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/libpcre2_8_la-pcre2_context.Tpo src/$(DEPDIR)/libpcre2_8_la-pcre2_context.Plo
##############################################
fish-3.1.2/pcre2-10.32/Makefile.in-2223-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
fish-3.1.2/pcre2-10.32/Makefile.in:2224:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_8_la_CFLAGS) $(CFLAGS) -c -o src/libpcre2_8_la-pcre2_context.lo `test -f 'src/pcre2_context.c' || echo '$(srcdir)/'`src/pcre2_context.c
fish-3.1.2/pcre2-10.32/Makefile.in-2225-
fish-3.1.2/pcre2-10.32/Makefile.in-2226-src/libpcre2_8_la-pcre2_convert.lo: src/pcre2_convert.c
fish-3.1.2/pcre2-10.32/Makefile.in:2227:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_8_la_CFLAGS) $(CFLAGS) -MT src/libpcre2_8_la-pcre2_convert.lo -MD -MP -MF src/$(DEPDIR)/libpcre2_8_la-pcre2_convert.Tpo -c -o src/libpcre2_8_la-pcre2_convert.lo `test -f 'src/pcre2_convert.c' || echo '$(srcdir)/'`src/pcre2_convert.c
fish-3.1.2/pcre2-10.32/Makefile.in-2228-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/libpcre2_8_la-pcre2_convert.Tpo src/$(DEPDIR)/libpcre2_8_la-pcre2_convert.Plo
##############################################
fish-3.1.2/pcre2-10.32/Makefile.in-2230-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
fish-3.1.2/pcre2-10.32/Makefile.in:2231:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_8_la_CFLAGS) $(CFLAGS) -c -o src/libpcre2_8_la-pcre2_convert.lo `test -f 'src/pcre2_convert.c' || echo '$(srcdir)/'`src/pcre2_convert.c
fish-3.1.2/pcre2-10.32/Makefile.in-2232-
fish-3.1.2/pcre2-10.32/Makefile.in-2233-src/libpcre2_8_la-pcre2_dfa_match.lo: src/pcre2_dfa_match.c
fish-3.1.2/pcre2-10.32/Makefile.in:2234:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_8_la_CFLAGS) $(CFLAGS) -MT src/libpcre2_8_la-pcre2_dfa_match.lo -MD -MP -MF src/$(DEPDIR)/libpcre2_8_la-pcre2_dfa_match.Tpo -c -o src/libpcre2_8_la-pcre2_dfa_match.lo `test -f 'src/pcre2_dfa_match.c' || echo '$(srcdir)/'`src/pcre2_dfa_match.c
fish-3.1.2/pcre2-10.32/Makefile.in-2235-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/libpcre2_8_la-pcre2_dfa_match.Tpo src/$(DEPDIR)/libpcre2_8_la-pcre2_dfa_match.Plo
##############################################
fish-3.1.2/pcre2-10.32/Makefile.in-2237-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
fish-3.1.2/pcre2-10.32/Makefile.in:2238:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_8_la_CFLAGS) $(CFLAGS) -c -o src/libpcre2_8_la-pcre2_dfa_match.lo `test -f 'src/pcre2_dfa_match.c' || echo '$(srcdir)/'`src/pcre2_dfa_match.c
fish-3.1.2/pcre2-10.32/Makefile.in-2239-
fish-3.1.2/pcre2-10.32/Makefile.in-2240-src/libpcre2_8_la-pcre2_error.lo: src/pcre2_error.c
fish-3.1.2/pcre2-10.32/Makefile.in:2241:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_8_la_CFLAGS) $(CFLAGS) -MT src/libpcre2_8_la-pcre2_error.lo -MD -MP -MF src/$(DEPDIR)/libpcre2_8_la-pcre2_error.Tpo -c -o src/libpcre2_8_la-pcre2_error.lo `test -f 'src/pcre2_error.c' || echo '$(srcdir)/'`src/pcre2_error.c
fish-3.1.2/pcre2-10.32/Makefile.in-2242-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/libpcre2_8_la-pcre2_error.Tpo src/$(DEPDIR)/libpcre2_8_la-pcre2_error.Plo
##############################################
fish-3.1.2/pcre2-10.32/Makefile.in-2244-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
fish-3.1.2/pcre2-10.32/Makefile.in:2245:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_8_la_CFLAGS) $(CFLAGS) -c -o src/libpcre2_8_la-pcre2_error.lo `test -f 'src/pcre2_error.c' || echo '$(srcdir)/'`src/pcre2_error.c
fish-3.1.2/pcre2-10.32/Makefile.in-2246-
fish-3.1.2/pcre2-10.32/Makefile.in-2247-src/libpcre2_8_la-pcre2_extuni.lo: src/pcre2_extuni.c
fish-3.1.2/pcre2-10.32/Makefile.in:2248:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_8_la_CFLAGS) $(CFLAGS) -MT src/libpcre2_8_la-pcre2_extuni.lo -MD -MP -MF src/$(DEPDIR)/libpcre2_8_la-pcre2_extuni.Tpo -c -o src/libpcre2_8_la-pcre2_extuni.lo `test -f 'src/pcre2_extuni.c' || echo '$(srcdir)/'`src/pcre2_extuni.c
fish-3.1.2/pcre2-10.32/Makefile.in-2249-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/libpcre2_8_la-pcre2_extuni.Tpo src/$(DEPDIR)/libpcre2_8_la-pcre2_extuni.Plo
##############################################
fish-3.1.2/pcre2-10.32/Makefile.in-2251-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
fish-3.1.2/pcre2-10.32/Makefile.in:2252:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_8_la_CFLAGS) $(CFLAGS) -c -o src/libpcre2_8_la-pcre2_extuni.lo `test -f 'src/pcre2_extuni.c' || echo '$(srcdir)/'`src/pcre2_extuni.c
fish-3.1.2/pcre2-10.32/Makefile.in-2253-
fish-3.1.2/pcre2-10.32/Makefile.in-2254-src/libpcre2_8_la-pcre2_find_bracket.lo: src/pcre2_find_bracket.c
fish-3.1.2/pcre2-10.32/Makefile.in:2255:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_8_la_CFLAGS) $(CFLAGS) -MT src/libpcre2_8_la-pcre2_find_bracket.lo -MD -MP -MF src/$(DEPDIR)/libpcre2_8_la-pcre2_find_bracket.Tpo -c -o src/libpcre2_8_la-pcre2_find_bracket.lo `test -f 'src/pcre2_find_bracket.c' || echo '$(srcdir)/'`src/pcre2_find_bracket.c
fish-3.1.2/pcre2-10.32/Makefile.in-2256-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/libpcre2_8_la-pcre2_find_bracket.Tpo src/$(DEPDIR)/libpcre2_8_la-pcre2_find_bracket.Plo
##############################################
fish-3.1.2/pcre2-10.32/Makefile.in-2258-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
fish-3.1.2/pcre2-10.32/Makefile.in:2259:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_8_la_CFLAGS) $(CFLAGS) -c -o src/libpcre2_8_la-pcre2_find_bracket.lo `test -f 'src/pcre2_find_bracket.c' || echo '$(srcdir)/'`src/pcre2_find_bracket.c
fish-3.1.2/pcre2-10.32/Makefile.in-2260-
fish-3.1.2/pcre2-10.32/Makefile.in-2261-src/libpcre2_8_la-pcre2_jit_compile.lo: src/pcre2_jit_compile.c
fish-3.1.2/pcre2-10.32/Makefile.in:2262:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_8_la_CFLAGS) $(CFLAGS) -MT src/libpcre2_8_la-pcre2_jit_compile.lo -MD -MP -MF src/$(DEPDIR)/libpcre2_8_la-pcre2_jit_compile.Tpo -c -o src/libpcre2_8_la-pcre2_jit_compile.lo `test -f 'src/pcre2_jit_compile.c' || echo '$(srcdir)/'`src/pcre2_jit_compile.c
fish-3.1.2/pcre2-10.32/Makefile.in-2263-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/libpcre2_8_la-pcre2_jit_compile.Tpo src/$(DEPDIR)/libpcre2_8_la-pcre2_jit_compile.Plo
##############################################
fish-3.1.2/pcre2-10.32/Makefile.in-2265-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
fish-3.1.2/pcre2-10.32/Makefile.in:2266:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_8_la_CFLAGS) $(CFLAGS) -c -o src/libpcre2_8_la-pcre2_jit_compile.lo `test -f 'src/pcre2_jit_compile.c' || echo '$(srcdir)/'`src/pcre2_jit_compile.c
fish-3.1.2/pcre2-10.32/Makefile.in-2267-
fish-3.1.2/pcre2-10.32/Makefile.in-2268-src/libpcre2_8_la-pcre2_maketables.lo: src/pcre2_maketables.c
fish-3.1.2/pcre2-10.32/Makefile.in:2269:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_8_la_CFLAGS) $(CFLAGS) -MT src/libpcre2_8_la-pcre2_maketables.lo -MD -MP -MF src/$(DEPDIR)/libpcre2_8_la-pcre2_maketables.Tpo -c -o src/libpcre2_8_la-pcre2_maketables.lo `test -f 'src/pcre2_maketables.c' || echo '$(srcdir)/'`src/pcre2_maketables.c
fish-3.1.2/pcre2-10.32/Makefile.in-2270-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/libpcre2_8_la-pcre2_maketables.Tpo src/$(DEPDIR)/libpcre2_8_la-pcre2_maketables.Plo
##############################################
fish-3.1.2/pcre2-10.32/Makefile.in-2272-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
fish-3.1.2/pcre2-10.32/Makefile.in:2273:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_8_la_CFLAGS) $(CFLAGS) -c -o src/libpcre2_8_la-pcre2_maketables.lo `test -f 'src/pcre2_maketables.c' || echo '$(srcdir)/'`src/pcre2_maketables.c
fish-3.1.2/pcre2-10.32/Makefile.in-2274-
fish-3.1.2/pcre2-10.32/Makefile.in-2275-src/libpcre2_8_la-pcre2_match.lo: src/pcre2_match.c
fish-3.1.2/pcre2-10.32/Makefile.in:2276:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_8_la_CFLAGS) $(CFLAGS) -MT src/libpcre2_8_la-pcre2_match.lo -MD -MP -MF src/$(DEPDIR)/libpcre2_8_la-pcre2_match.Tpo -c -o src/libpcre2_8_la-pcre2_match.lo `test -f 'src/pcre2_match.c' || echo '$(srcdir)/'`src/pcre2_match.c
fish-3.1.2/pcre2-10.32/Makefile.in-2277-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/libpcre2_8_la-pcre2_match.Tpo src/$(DEPDIR)/libpcre2_8_la-pcre2_match.Plo
##############################################
fish-3.1.2/pcre2-10.32/Makefile.in-2279-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
fish-3.1.2/pcre2-10.32/Makefile.in:2280:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_8_la_CFLAGS) $(CFLAGS) -c -o src/libpcre2_8_la-pcre2_match.lo `test -f 'src/pcre2_match.c' || echo '$(srcdir)/'`src/pcre2_match.c
fish-3.1.2/pcre2-10.32/Makefile.in-2281-
fish-3.1.2/pcre2-10.32/Makefile.in-2282-src/libpcre2_8_la-pcre2_match_data.lo: src/pcre2_match_data.c
fish-3.1.2/pcre2-10.32/Makefile.in:2283:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_8_la_CFLAGS) $(CFLAGS) -MT src/libpcre2_8_la-pcre2_match_data.lo -MD -MP -MF src/$(DEPDIR)/libpcre2_8_la-pcre2_match_data.Tpo -c -o src/libpcre2_8_la-pcre2_match_data.lo `test -f 'src/pcre2_match_data.c' || echo '$(srcdir)/'`src/pcre2_match_data.c
fish-3.1.2/pcre2-10.32/Makefile.in-2284-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/libpcre2_8_la-pcre2_match_data.Tpo src/$(DEPDIR)/libpcre2_8_la-pcre2_match_data.Plo
##############################################
fish-3.1.2/pcre2-10.32/Makefile.in-2286-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
fish-3.1.2/pcre2-10.32/Makefile.in:2287:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_8_la_CFLAGS) $(CFLAGS) -c -o src/libpcre2_8_la-pcre2_match_data.lo `test -f 'src/pcre2_match_data.c' || echo '$(srcdir)/'`src/pcre2_match_data.c
fish-3.1.2/pcre2-10.32/Makefile.in-2288-
fish-3.1.2/pcre2-10.32/Makefile.in-2289-src/libpcre2_8_la-pcre2_newline.lo: src/pcre2_newline.c
fish-3.1.2/pcre2-10.32/Makefile.in:2290:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_8_la_CFLAGS) $(CFLAGS) -MT src/libpcre2_8_la-pcre2_newline.lo -MD -MP -MF src/$(DEPDIR)/libpcre2_8_la-pcre2_newline.Tpo -c -o src/libpcre2_8_la-pcre2_newline.lo `test -f 'src/pcre2_newline.c' || echo '$(srcdir)/'`src/pcre2_newline.c
fish-3.1.2/pcre2-10.32/Makefile.in-2291-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/libpcre2_8_la-pcre2_newline.Tpo src/$(DEPDIR)/libpcre2_8_la-pcre2_newline.Plo
##############################################
fish-3.1.2/pcre2-10.32/Makefile.in-2293-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
fish-3.1.2/pcre2-10.32/Makefile.in:2294:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_8_la_CFLAGS) $(CFLAGS) -c -o src/libpcre2_8_la-pcre2_newline.lo `test -f 'src/pcre2_newline.c' || echo '$(srcdir)/'`src/pcre2_newline.c
fish-3.1.2/pcre2-10.32/Makefile.in-2295-
fish-3.1.2/pcre2-10.32/Makefile.in-2296-src/libpcre2_8_la-pcre2_ord2utf.lo: src/pcre2_ord2utf.c
fish-3.1.2/pcre2-10.32/Makefile.in:2297:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_8_la_CFLAGS) $(CFLAGS) -MT src/libpcre2_8_la-pcre2_ord2utf.lo -MD -MP -MF src/$(DEPDIR)/libpcre2_8_la-pcre2_ord2utf.Tpo -c -o src/libpcre2_8_la-pcre2_ord2utf.lo `test -f 'src/pcre2_ord2utf.c' || echo '$(srcdir)/'`src/pcre2_ord2utf.c
fish-3.1.2/pcre2-10.32/Makefile.in-2298-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/libpcre2_8_la-pcre2_ord2utf.Tpo src/$(DEPDIR)/libpcre2_8_la-pcre2_ord2utf.Plo
##############################################
fish-3.1.2/pcre2-10.32/Makefile.in-2300-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
fish-3.1.2/pcre2-10.32/Makefile.in:2301:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_8_la_CFLAGS) $(CFLAGS) -c -o src/libpcre2_8_la-pcre2_ord2utf.lo `test -f 'src/pcre2_ord2utf.c' || echo '$(srcdir)/'`src/pcre2_ord2utf.c
fish-3.1.2/pcre2-10.32/Makefile.in-2302-
fish-3.1.2/pcre2-10.32/Makefile.in-2303-src/libpcre2_8_la-pcre2_pattern_info.lo: src/pcre2_pattern_info.c
fish-3.1.2/pcre2-10.32/Makefile.in:2304:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_8_la_CFLAGS) $(CFLAGS) -MT src/libpcre2_8_la-pcre2_pattern_info.lo -MD -MP -MF src/$(DEPDIR)/libpcre2_8_la-pcre2_pattern_info.Tpo -c -o src/libpcre2_8_la-pcre2_pattern_info.lo `test -f 'src/pcre2_pattern_info.c' || echo '$(srcdir)/'`src/pcre2_pattern_info.c
fish-3.1.2/pcre2-10.32/Makefile.in-2305-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/libpcre2_8_la-pcre2_pattern_info.Tpo src/$(DEPDIR)/libpcre2_8_la-pcre2_pattern_info.Plo
##############################################
fish-3.1.2/pcre2-10.32/Makefile.in-2307-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
fish-3.1.2/pcre2-10.32/Makefile.in:2308:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_8_la_CFLAGS) $(CFLAGS) -c -o src/libpcre2_8_la-pcre2_pattern_info.lo `test -f 'src/pcre2_pattern_info.c' || echo '$(srcdir)/'`src/pcre2_pattern_info.c
fish-3.1.2/pcre2-10.32/Makefile.in-2309-
fish-3.1.2/pcre2-10.32/Makefile.in-2310-src/libpcre2_8_la-pcre2_serialize.lo: src/pcre2_serialize.c
fish-3.1.2/pcre2-10.32/Makefile.in:2311:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_8_la_CFLAGS) $(CFLAGS) -MT src/libpcre2_8_la-pcre2_serialize.lo -MD -MP -MF src/$(DEPDIR)/libpcre2_8_la-pcre2_serialize.Tpo -c -o src/libpcre2_8_la-pcre2_serialize.lo `test -f 'src/pcre2_serialize.c' || echo '$(srcdir)/'`src/pcre2_serialize.c
fish-3.1.2/pcre2-10.32/Makefile.in-2312-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/libpcre2_8_la-pcre2_serialize.Tpo src/$(DEPDIR)/libpcre2_8_la-pcre2_serialize.Plo
##############################################
fish-3.1.2/pcre2-10.32/Makefile.in-2314-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
fish-3.1.2/pcre2-10.32/Makefile.in:2315:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_8_la_CFLAGS) $(CFLAGS) -c -o src/libpcre2_8_la-pcre2_serialize.lo `test -f 'src/pcre2_serialize.c' || echo '$(srcdir)/'`src/pcre2_serialize.c
fish-3.1.2/pcre2-10.32/Makefile.in-2316-
fish-3.1.2/pcre2-10.32/Makefile.in-2317-src/libpcre2_8_la-pcre2_string_utils.lo: src/pcre2_string_utils.c
fish-3.1.2/pcre2-10.32/Makefile.in:2318:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_8_la_CFLAGS) $(CFLAGS) -MT src/libpcre2_8_la-pcre2_string_utils.lo -MD -MP -MF src/$(DEPDIR)/libpcre2_8_la-pcre2_string_utils.Tpo -c -o src/libpcre2_8_la-pcre2_string_utils.lo `test -f 'src/pcre2_string_utils.c' || echo '$(srcdir)/'`src/pcre2_string_utils.c
fish-3.1.2/pcre2-10.32/Makefile.in-2319-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/libpcre2_8_la-pcre2_string_utils.Tpo src/$(DEPDIR)/libpcre2_8_la-pcre2_string_utils.Plo
##############################################
fish-3.1.2/pcre2-10.32/Makefile.in-2321-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
fish-3.1.2/pcre2-10.32/Makefile.in:2322:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_8_la_CFLAGS) $(CFLAGS) -c -o src/libpcre2_8_la-pcre2_string_utils.lo `test -f 'src/pcre2_string_utils.c' || echo '$(srcdir)/'`src/pcre2_string_utils.c
fish-3.1.2/pcre2-10.32/Makefile.in-2323-
fish-3.1.2/pcre2-10.32/Makefile.in-2324-src/libpcre2_8_la-pcre2_study.lo: src/pcre2_study.c
fish-3.1.2/pcre2-10.32/Makefile.in:2325:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_8_la_CFLAGS) $(CFLAGS) -MT src/libpcre2_8_la-pcre2_study.lo -MD -MP -MF src/$(DEPDIR)/libpcre2_8_la-pcre2_study.Tpo -c -o src/libpcre2_8_la-pcre2_study.lo `test -f 'src/pcre2_study.c' || echo '$(srcdir)/'`src/pcre2_study.c
fish-3.1.2/pcre2-10.32/Makefile.in-2326-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/libpcre2_8_la-pcre2_study.Tpo src/$(DEPDIR)/libpcre2_8_la-pcre2_study.Plo
##############################################
fish-3.1.2/pcre2-10.32/Makefile.in-2328-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
fish-3.1.2/pcre2-10.32/Makefile.in:2329:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_8_la_CFLAGS) $(CFLAGS) -c -o src/libpcre2_8_la-pcre2_study.lo `test -f 'src/pcre2_study.c' || echo '$(srcdir)/'`src/pcre2_study.c
fish-3.1.2/pcre2-10.32/Makefile.in-2330-
fish-3.1.2/pcre2-10.32/Makefile.in-2331-src/libpcre2_8_la-pcre2_substitute.lo: src/pcre2_substitute.c
fish-3.1.2/pcre2-10.32/Makefile.in:2332:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_8_la_CFLAGS) $(CFLAGS) -MT src/libpcre2_8_la-pcre2_substitute.lo -MD -MP -MF src/$(DEPDIR)/libpcre2_8_la-pcre2_substitute.Tpo -c -o src/libpcre2_8_la-pcre2_substitute.lo `test -f 'src/pcre2_substitute.c' || echo '$(srcdir)/'`src/pcre2_substitute.c
fish-3.1.2/pcre2-10.32/Makefile.in-2333-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/libpcre2_8_la-pcre2_substitute.Tpo src/$(DEPDIR)/libpcre2_8_la-pcre2_substitute.Plo
##############################################
fish-3.1.2/pcre2-10.32/Makefile.in-2335-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
fish-3.1.2/pcre2-10.32/Makefile.in:2336:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_8_la_CFLAGS) $(CFLAGS) -c -o src/libpcre2_8_la-pcre2_substitute.lo `test -f 'src/pcre2_substitute.c' || echo '$(srcdir)/'`src/pcre2_substitute.c
fish-3.1.2/pcre2-10.32/Makefile.in-2337-
fish-3.1.2/pcre2-10.32/Makefile.in-2338-src/libpcre2_8_la-pcre2_substring.lo: src/pcre2_substring.c
fish-3.1.2/pcre2-10.32/Makefile.in:2339:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_8_la_CFLAGS) $(CFLAGS) -MT src/libpcre2_8_la-pcre2_substring.lo -MD -MP -MF src/$(DEPDIR)/libpcre2_8_la-pcre2_substring.Tpo -c -o src/libpcre2_8_la-pcre2_substring.lo `test -f 'src/pcre2_substring.c' || echo '$(srcdir)/'`src/pcre2_substring.c
fish-3.1.2/pcre2-10.32/Makefile.in-2340-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/libpcre2_8_la-pcre2_substring.Tpo src/$(DEPDIR)/libpcre2_8_la-pcre2_substring.Plo
##############################################
fish-3.1.2/pcre2-10.32/Makefile.in-2342-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
fish-3.1.2/pcre2-10.32/Makefile.in:2343:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_8_la_CFLAGS) $(CFLAGS) -c -o src/libpcre2_8_la-pcre2_substring.lo `test -f 'src/pcre2_substring.c' || echo '$(srcdir)/'`src/pcre2_substring.c
fish-3.1.2/pcre2-10.32/Makefile.in-2344-
fish-3.1.2/pcre2-10.32/Makefile.in-2345-src/libpcre2_8_la-pcre2_tables.lo: src/pcre2_tables.c
fish-3.1.2/pcre2-10.32/Makefile.in:2346:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_8_la_CFLAGS) $(CFLAGS) -MT src/libpcre2_8_la-pcre2_tables.lo -MD -MP -MF src/$(DEPDIR)/libpcre2_8_la-pcre2_tables.Tpo -c -o src/libpcre2_8_la-pcre2_tables.lo `test -f 'src/pcre2_tables.c' || echo '$(srcdir)/'`src/pcre2_tables.c
fish-3.1.2/pcre2-10.32/Makefile.in-2347-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/libpcre2_8_la-pcre2_tables.Tpo src/$(DEPDIR)/libpcre2_8_la-pcre2_tables.Plo
##############################################
fish-3.1.2/pcre2-10.32/Makefile.in-2349-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
fish-3.1.2/pcre2-10.32/Makefile.in:2350:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_8_la_CFLAGS) $(CFLAGS) -c -o src/libpcre2_8_la-pcre2_tables.lo `test -f 'src/pcre2_tables.c' || echo '$(srcdir)/'`src/pcre2_tables.c
fish-3.1.2/pcre2-10.32/Makefile.in-2351-
fish-3.1.2/pcre2-10.32/Makefile.in-2352-src/libpcre2_8_la-pcre2_ucd.lo: src/pcre2_ucd.c
fish-3.1.2/pcre2-10.32/Makefile.in:2353:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_8_la_CFLAGS) $(CFLAGS) -MT src/libpcre2_8_la-pcre2_ucd.lo -MD -MP -MF src/$(DEPDIR)/libpcre2_8_la-pcre2_ucd.Tpo -c -o src/libpcre2_8_la-pcre2_ucd.lo `test -f 'src/pcre2_ucd.c' || echo '$(srcdir)/'`src/pcre2_ucd.c
fish-3.1.2/pcre2-10.32/Makefile.in-2354-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/libpcre2_8_la-pcre2_ucd.Tpo src/$(DEPDIR)/libpcre2_8_la-pcre2_ucd.Plo
##############################################
fish-3.1.2/pcre2-10.32/Makefile.in-2356-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
fish-3.1.2/pcre2-10.32/Makefile.in:2357:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_8_la_CFLAGS) $(CFLAGS) -c -o src/libpcre2_8_la-pcre2_ucd.lo `test -f 'src/pcre2_ucd.c' || echo '$(srcdir)/'`src/pcre2_ucd.c
fish-3.1.2/pcre2-10.32/Makefile.in-2358-
fish-3.1.2/pcre2-10.32/Makefile.in-2359-src/libpcre2_8_la-pcre2_valid_utf.lo: src/pcre2_valid_utf.c
fish-3.1.2/pcre2-10.32/Makefile.in:2360:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_8_la_CFLAGS) $(CFLAGS) -MT src/libpcre2_8_la-pcre2_valid_utf.lo -MD -MP -MF src/$(DEPDIR)/libpcre2_8_la-pcre2_valid_utf.Tpo -c -o src/libpcre2_8_la-pcre2_valid_utf.lo `test -f 'src/pcre2_valid_utf.c' || echo '$(srcdir)/'`src/pcre2_valid_utf.c
fish-3.1.2/pcre2-10.32/Makefile.in-2361-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/libpcre2_8_la-pcre2_valid_utf.Tpo src/$(DEPDIR)/libpcre2_8_la-pcre2_valid_utf.Plo
##############################################
fish-3.1.2/pcre2-10.32/Makefile.in-2363-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
fish-3.1.2/pcre2-10.32/Makefile.in:2364:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_8_la_CFLAGS) $(CFLAGS) -c -o src/libpcre2_8_la-pcre2_valid_utf.lo `test -f 'src/pcre2_valid_utf.c' || echo '$(srcdir)/'`src/pcre2_valid_utf.c
fish-3.1.2/pcre2-10.32/Makefile.in-2365-
fish-3.1.2/pcre2-10.32/Makefile.in-2366-src/libpcre2_8_la-pcre2_xclass.lo: src/pcre2_xclass.c
fish-3.1.2/pcre2-10.32/Makefile.in:2367:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_8_la_CFLAGS) $(CFLAGS) -MT src/libpcre2_8_la-pcre2_xclass.lo -MD -MP -MF src/$(DEPDIR)/libpcre2_8_la-pcre2_xclass.Tpo -c -o src/libpcre2_8_la-pcre2_xclass.lo `test -f 'src/pcre2_xclass.c' || echo '$(srcdir)/'`src/pcre2_xclass.c
fish-3.1.2/pcre2-10.32/Makefile.in-2368-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/libpcre2_8_la-pcre2_xclass.Tpo src/$(DEPDIR)/libpcre2_8_la-pcre2_xclass.Plo
##############################################
fish-3.1.2/pcre2-10.32/Makefile.in-2370-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
fish-3.1.2/pcre2-10.32/Makefile.in:2371:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_8_la_CFLAGS) $(CFLAGS) -c -o src/libpcre2_8_la-pcre2_xclass.lo `test -f 'src/pcre2_xclass.c' || echo '$(srcdir)/'`src/pcre2_xclass.c
fish-3.1.2/pcre2-10.32/Makefile.in-2372-
fish-3.1.2/pcre2-10.32/Makefile.in-2373-src/libpcre2_8_la-pcre2_chartables.lo: src/pcre2_chartables.c
fish-3.1.2/pcre2-10.32/Makefile.in:2374:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_8_la_CFLAGS) $(CFLAGS) -MT src/libpcre2_8_la-pcre2_chartables.lo -MD -MP -MF src/$(DEPDIR)/libpcre2_8_la-pcre2_chartables.Tpo -c -o src/libpcre2_8_la-pcre2_chartables.lo `test -f 'src/pcre2_chartables.c' || echo '$(srcdir)/'`src/pcre2_chartables.c
fish-3.1.2/pcre2-10.32/Makefile.in-2375-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/libpcre2_8_la-pcre2_chartables.Tpo src/$(DEPDIR)/libpcre2_8_la-pcre2_chartables.Plo
##############################################
fish-3.1.2/pcre2-10.32/Makefile.in-2377-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
fish-3.1.2/pcre2-10.32/Makefile.in:2378:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_8_la_CFLAGS) $(CFLAGS) -c -o src/libpcre2_8_la-pcre2_chartables.lo `test -f 'src/pcre2_chartables.c' || echo '$(srcdir)/'`src/pcre2_chartables.c
fish-3.1.2/pcre2-10.32/Makefile.in-2379-
fish-3.1.2/pcre2-10.32/Makefile.in-2380-src/libpcre2_posix_la-pcre2posix.lo: src/pcre2posix.c
fish-3.1.2/pcre2-10.32/Makefile.in:2381:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_posix_la_CFLAGS) $(CFLAGS) -MT src/libpcre2_posix_la-pcre2posix.lo -MD -MP -MF src/$(DEPDIR)/libpcre2_posix_la-pcre2posix.Tpo -c -o src/libpcre2_posix_la-pcre2posix.lo `test -f 'src/pcre2posix.c' || echo '$(srcdir)/'`src/pcre2posix.c
fish-3.1.2/pcre2-10.32/Makefile.in-2382-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/libpcre2_posix_la-pcre2posix.Tpo src/$(DEPDIR)/libpcre2_posix_la-pcre2posix.Plo
##############################################
fish-3.1.2/pcre2-10.32/Makefile.in-2384-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
fish-3.1.2/pcre2-10.32/Makefile.in:2385:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre2_posix_la_CFLAGS) $(CFLAGS) -c -o src/libpcre2_posix_la-pcre2posix.lo `test -f 'src/pcre2posix.c' || echo '$(srcdir)/'`src/pcre2posix.c
fish-3.1.2/pcre2-10.32/Makefile.in-2386-
fish-3.1.2/pcre2-10.32/Makefile.in-2387-src/pcre2_jit_test-pcre2_jit_test.o: src/pcre2_jit_test.c
fish-3.1.2/pcre2-10.32/Makefile.in:2388:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcre2_jit_test_CFLAGS) $(CFLAGS) -MT src/pcre2_jit_test-pcre2_jit_test.o -MD -MP -MF src/$(DEPDIR)/pcre2_jit_test-pcre2_jit_test.Tpo -c -o src/pcre2_jit_test-pcre2_jit_test.o `test -f 'src/pcre2_jit_test.c' || echo '$(srcdir)/'`src/pcre2_jit_test.c
fish-3.1.2/pcre2-10.32/Makefile.in-2389-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/pcre2_jit_test-pcre2_jit_test.Tpo src/$(DEPDIR)/pcre2_jit_test-pcre2_jit_test.Po
##############################################
fish-3.1.2/pcre2-10.32/Makefile.in-2391-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
fish-3.1.2/pcre2-10.32/Makefile.in:2392:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcre2_jit_test_CFLAGS) $(CFLAGS) -c -o src/pcre2_jit_test-pcre2_jit_test.o `test -f 'src/pcre2_jit_test.c' || echo '$(srcdir)/'`src/pcre2_jit_test.c
fish-3.1.2/pcre2-10.32/Makefile.in-2393-
fish-3.1.2/pcre2-10.32/Makefile.in-2394-src/pcre2_jit_test-pcre2_jit_test.obj: src/pcre2_jit_test.c
fish-3.1.2/pcre2-10.32/Makefile.in:2395:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcre2_jit_test_CFLAGS) $(CFLAGS) -MT src/pcre2_jit_test-pcre2_jit_test.obj -MD -MP -MF src/$(DEPDIR)/pcre2_jit_test-pcre2_jit_test.Tpo -c -o src/pcre2_jit_test-pcre2_jit_test.obj `if test -f 'src/pcre2_jit_test.c'; then $(CYGPATH_W) 'src/pcre2_jit_test.c'; else $(CYGPATH_W) '$(srcdir)/src/pcre2_jit_test.c'; fi`
fish-3.1.2/pcre2-10.32/Makefile.in-2396-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/pcre2_jit_test-pcre2_jit_test.Tpo src/$(DEPDIR)/pcre2_jit_test-pcre2_jit_test.Po
##############################################
fish-3.1.2/pcre2-10.32/Makefile.in-2398-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
fish-3.1.2/pcre2-10.32/Makefile.in:2399:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcre2_jit_test_CFLAGS) $(CFLAGS) -c -o src/pcre2_jit_test-pcre2_jit_test.obj `if test -f 'src/pcre2_jit_test.c'; then $(CYGPATH_W) 'src/pcre2_jit_test.c'; else $(CYGPATH_W) '$(srcdir)/src/pcre2_jit_test.c'; fi`
fish-3.1.2/pcre2-10.32/Makefile.in-2400-
fish-3.1.2/pcre2-10.32/Makefile.in-2401-src/pcre2fuzzcheck-pcre2_fuzzsupport.o: src/pcre2_fuzzsupport.c
fish-3.1.2/pcre2-10.32/Makefile.in:2402:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcre2fuzzcheck_CFLAGS) $(CFLAGS) -MT src/pcre2fuzzcheck-pcre2_fuzzsupport.o -MD -MP -MF src/$(DEPDIR)/pcre2fuzzcheck-pcre2_fuzzsupport.Tpo -c -o src/pcre2fuzzcheck-pcre2_fuzzsupport.o `test -f 'src/pcre2_fuzzsupport.c' || echo '$(srcdir)/'`src/pcre2_fuzzsupport.c
fish-3.1.2/pcre2-10.32/Makefile.in-2403-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/pcre2fuzzcheck-pcre2_fuzzsupport.Tpo src/$(DEPDIR)/pcre2fuzzcheck-pcre2_fuzzsupport.Po
##############################################
fish-3.1.2/pcre2-10.32/Makefile.in-2405-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
fish-3.1.2/pcre2-10.32/Makefile.in:2406:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcre2fuzzcheck_CFLAGS) $(CFLAGS) -c -o src/pcre2fuzzcheck-pcre2_fuzzsupport.o `test -f 'src/pcre2_fuzzsupport.c' || echo '$(srcdir)/'`src/pcre2_fuzzsupport.c
fish-3.1.2/pcre2-10.32/Makefile.in-2407-
fish-3.1.2/pcre2-10.32/Makefile.in-2408-src/pcre2fuzzcheck-pcre2_fuzzsupport.obj: src/pcre2_fuzzsupport.c
fish-3.1.2/pcre2-10.32/Makefile.in:2409:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcre2fuzzcheck_CFLAGS) $(CFLAGS) -MT src/pcre2fuzzcheck-pcre2_fuzzsupport.obj -MD -MP -MF src/$(DEPDIR)/pcre2fuzzcheck-pcre2_fuzzsupport.Tpo -c -o src/pcre2fuzzcheck-pcre2_fuzzsupport.obj `if test -f 'src/pcre2_fuzzsupport.c'; then $(CYGPATH_W) 'src/pcre2_fuzzsupport.c'; else $(CYGPATH_W) '$(srcdir)/src/pcre2_fuzzsupport.c'; fi`
fish-3.1.2/pcre2-10.32/Makefile.in-2410-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/pcre2fuzzcheck-pcre2_fuzzsupport.Tpo src/$(DEPDIR)/pcre2fuzzcheck-pcre2_fuzzsupport.Po
##############################################
fish-3.1.2/pcre2-10.32/Makefile.in-2412-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
fish-3.1.2/pcre2-10.32/Makefile.in:2413:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcre2fuzzcheck_CFLAGS) $(CFLAGS) -c -o src/pcre2fuzzcheck-pcre2_fuzzsupport.obj `if test -f 'src/pcre2_fuzzsupport.c'; then $(CYGPATH_W) 'src/pcre2_fuzzsupport.c'; else $(CYGPATH_W) '$(srcdir)/src/pcre2_fuzzsupport.c'; fi`
fish-3.1.2/pcre2-10.32/Makefile.in-2414-
fish-3.1.2/pcre2-10.32/Makefile.in-2415-src/pcre2grep-pcre2grep.o: src/pcre2grep.c
fish-3.1.2/pcre2-10.32/Makefile.in:2416:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcre2grep_CFLAGS) $(CFLAGS) -MT src/pcre2grep-pcre2grep.o -MD -MP -MF src/$(DEPDIR)/pcre2grep-pcre2grep.Tpo -c -o src/pcre2grep-pcre2grep.o `test -f 'src/pcre2grep.c' || echo '$(srcdir)/'`src/pcre2grep.c
fish-3.1.2/pcre2-10.32/Makefile.in-2417-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/pcre2grep-pcre2grep.Tpo src/$(DEPDIR)/pcre2grep-pcre2grep.Po
##############################################
fish-3.1.2/pcre2-10.32/Makefile.in-2419-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
fish-3.1.2/pcre2-10.32/Makefile.in:2420:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcre2grep_CFLAGS) $(CFLAGS) -c -o src/pcre2grep-pcre2grep.o `test -f 'src/pcre2grep.c' || echo '$(srcdir)/'`src/pcre2grep.c
fish-3.1.2/pcre2-10.32/Makefile.in-2421-
fish-3.1.2/pcre2-10.32/Makefile.in-2422-src/pcre2grep-pcre2grep.obj: src/pcre2grep.c
fish-3.1.2/pcre2-10.32/Makefile.in:2423:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcre2grep_CFLAGS) $(CFLAGS) -MT src/pcre2grep-pcre2grep.obj -MD -MP -MF src/$(DEPDIR)/pcre2grep-pcre2grep.Tpo -c -o src/pcre2grep-pcre2grep.obj `if test -f 'src/pcre2grep.c'; then $(CYGPATH_W) 'src/pcre2grep.c'; else $(CYGPATH_W) '$(srcdir)/src/pcre2grep.c'; fi`
fish-3.1.2/pcre2-10.32/Makefile.in-2424-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/pcre2grep-pcre2grep.Tpo src/$(DEPDIR)/pcre2grep-pcre2grep.Po
##############################################
fish-3.1.2/pcre2-10.32/Makefile.in-2426-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
fish-3.1.2/pcre2-10.32/Makefile.in:2427:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcre2grep_CFLAGS) $(CFLAGS) -c -o src/pcre2grep-pcre2grep.obj `if test -f 'src/pcre2grep.c'; then $(CYGPATH_W) 'src/pcre2grep.c'; else $(CYGPATH_W) '$(srcdir)/src/pcre2grep.c'; fi`
fish-3.1.2/pcre2-10.32/Makefile.in-2428-
fish-3.1.2/pcre2-10.32/Makefile.in-2429-src/pcre2test-pcre2test.o: src/pcre2test.c
fish-3.1.2/pcre2-10.32/Makefile.in:2430:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcre2test_CFLAGS) $(CFLAGS) -MT src/pcre2test-pcre2test.o -MD -MP -MF src/$(DEPDIR)/pcre2test-pcre2test.Tpo -c -o src/pcre2test-pcre2test.o `test -f 'src/pcre2test.c' || echo '$(srcdir)/'`src/pcre2test.c
fish-3.1.2/pcre2-10.32/Makefile.in-2431-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/pcre2test-pcre2test.Tpo src/$(DEPDIR)/pcre2test-pcre2test.Po
##############################################
fish-3.1.2/pcre2-10.32/Makefile.in-2433-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
fish-3.1.2/pcre2-10.32/Makefile.in:2434:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcre2test_CFLAGS) $(CFLAGS) -c -o src/pcre2test-pcre2test.o `test -f 'src/pcre2test.c' || echo '$(srcdir)/'`src/pcre2test.c
fish-3.1.2/pcre2-10.32/Makefile.in-2435-
fish-3.1.2/pcre2-10.32/Makefile.in-2436-src/pcre2test-pcre2test.obj: src/pcre2test.c
fish-3.1.2/pcre2-10.32/Makefile.in:2437:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcre2test_CFLAGS) $(CFLAGS) -MT src/pcre2test-pcre2test.obj -MD -MP -MF src/$(DEPDIR)/pcre2test-pcre2test.Tpo -c -o src/pcre2test-pcre2test.obj `if test -f 'src/pcre2test.c'; then $(CYGPATH_W) 'src/pcre2test.c'; else $(CYGPATH_W) '$(srcdir)/src/pcre2test.c'; fi`
fish-3.1.2/pcre2-10.32/Makefile.in-2438-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/pcre2test-pcre2test.Tpo src/$(DEPDIR)/pcre2test-pcre2test.Po
##############################################
fish-3.1.2/pcre2-10.32/Makefile.in-2440-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
fish-3.1.2/pcre2-10.32/Makefile.in:2441:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcre2test_CFLAGS) $(CFLAGS) -c -o src/pcre2test-pcre2test.obj `if test -f 'src/pcre2test.c'; then $(CYGPATH_W) 'src/pcre2test.c'; else $(CYGPATH_W) '$(srcdir)/src/pcre2test.c'; fi`
fish-3.1.2/pcre2-10.32/Makefile.in-2442-
##############################################
fish-3.1.2/pcre2-10.32/Makefile.in-2456-	test -n "$(man1dir)" \
fish-3.1.2/pcre2-10.32/Makefile.in:2457:	  && test -n "`echo $$list1$$list2`" \
fish-3.1.2/pcre2-10.32/Makefile.in-2458-	  || exit 0; \
##############################################
fish-3.1.2/pcre2-10.32/Makefile.in-2499-	test -n "$(man3dir)" \
fish-3.1.2/pcre2-10.32/Makefile.in:2500:	  && test -n "`echo $$list1$$list2`" \
fish-3.1.2/pcre2-10.32/Makefile.in-2501-	  || exit 0; \
##############################################
fish-3.1.2/pcre2-10.32/Makefile.in-2556-	@list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \
fish-3.1.2/pcre2-10.32/Makefile.in:2557:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
fish-3.1.2/pcre2-10.32/Makefile.in-2558-	dir='$(DESTDIR)$(docdir)'; $(am__uninstall_files_from_dir)
##############################################
fish-3.1.2/pcre2-10.32/Makefile.in-2577-	@list='$(dist_html_DATA)'; test -n "$(htmldir)" || list=; \
fish-3.1.2/pcre2-10.32/Makefile.in:2578:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
fish-3.1.2/pcre2-10.32/Makefile.in-2579-	dir='$(DESTDIR)$(htmldir)'; $(am__uninstall_files_from_dir)
##############################################
fish-3.1.2/pcre2-10.32/Makefile.in-2598-	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
fish-3.1.2/pcre2-10.32/Makefile.in:2599:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
fish-3.1.2/pcre2-10.32/Makefile.in-2600-	dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
##############################################
fish-3.1.2/pcre2-10.32/Makefile.in-2619-	@list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
fish-3.1.2/pcre2-10.32/Makefile.in:2620:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
fish-3.1.2/pcre2-10.32/Makefile.in-2621-	dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
##############################################
fish-3.1.2/pcre2-10.32/Makefile.in-2640-	@list='$(nodist_include_HEADERS)'; test -n "$(includedir)" || list=; \
fish-3.1.2/pcre2-10.32/Makefile.in:2641:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
fish-3.1.2/pcre2-10.32/Makefile.in-2642-	dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
##############################################
fish-3.1.2/pcre2-10.32/Makefile.in-2673-GTAGS:
fish-3.1.2/pcre2-10.32/Makefile.in:2674:	here=`$(am__cd) $(top_builddir) && pwd` \
fish-3.1.2/pcre2-10.32/Makefile.in-2675-	  && $(am__cd) $(top_srcdir) \
##############################################
fish-3.1.2/pcre2-10.32/Makefile.in-2723-	if test -n "$$redo_bases"; then \
fish-3.1.2/pcre2-10.32/Makefile.in:2724:	  redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
fish-3.1.2/pcre2-10.32/Makefile.in:2725:	  redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
fish-3.1.2/pcre2-10.32/Makefile.in-2726-	  if $(am__make_dryrun); then :; else \
##############################################
fish-3.1.2/pcre2-10.32/Makefile.in-2748-	ws='[ 	]'; \
fish-3.1.2/pcre2-10.32/Makefile.in:2749:	results=`for b in $$bases; do echo $$b.trs; done`; \
fish-3.1.2/pcre2-10.32/Makefile.in-2750-	test -n "$$results" || results=/dev/null; \
fish-3.1.2/pcre2-10.32/Makefile.in:2751:	all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
fish-3.1.2/pcre2-10.32/Makefile.in:2752:	pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
fish-3.1.2/pcre2-10.32/Makefile.in:2753:	fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
fish-3.1.2/pcre2-10.32/Makefile.in:2754:	skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
fish-3.1.2/pcre2-10.32/Makefile.in:2755:	xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
fish-3.1.2/pcre2-10.32/Makefile.in:2756:	xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
fish-3.1.2/pcre2-10.32/Makefile.in:2757:	error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
fish-3.1.2/pcre2-10.32/Makefile.in:2758:	if test `expr $$fail + $$xpass + $$error` -eq 0; then \
fish-3.1.2/pcre2-10.32/Makefile.in-2759-	  success=true; \
##############################################
fish-3.1.2/pcre2-10.32/Makefile.in-2827-	@set +e; $(am__set_TESTS_bases); \
fish-3.1.2/pcre2-10.32/Makefile.in:2828:	log_list=`for i in $$bases; do echo $$i.log; done`; \
fish-3.1.2/pcre2-10.32/Makefile.in:2829:	trs_list=`for i in $$bases; do echo $$i.trs; done`; \
fish-3.1.2/pcre2-10.32/Makefile.in:2830:	log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
fish-3.1.2/pcre2-10.32/Makefile.in-2831-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
##############################################
fish-3.1.2/pcre2-10.32/Makefile.in-2837-	         | $(am__list_recheck_tests)` || exit 1; \
fish-3.1.2/pcre2-10.32/Makefile.in:2838:	log_list=`for i in $$bases; do echo $$i.log; done`; \
fish-3.1.2/pcre2-10.32/Makefile.in:2839:	log_list=`echo $$log_list`; \
fish-3.1.2/pcre2-10.32/Makefile.in-2840-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
##############################################
fish-3.1.2/pcre2-10.32/Makefile.in-2882-	test -d "$(distdir)" || mkdir "$(distdir)"
fish-3.1.2/pcre2-10.32/Makefile.in:2883:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
fish-3.1.2/pcre2-10.32/Makefile.in:2884:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
fish-3.1.2/pcre2-10.32/Makefile.in-2885-	list='$(DISTFILES)'; \
##############################################
fish-3.1.2/pcre2-10.32/Makefile.in-2896-	  if test -d $$d/$$file; then \
fish-3.1.2/pcre2-10.32/Makefile.in:2897:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
fish-3.1.2/pcre2-10.32/Makefile.in-2898-	    if test -d "$(distdir)/$$file"; then \
##############################################
fish-3.1.2/pcre2-10.32/Makefile.in-2980-	test -d $(distdir)/_build || exit 0; \
fish-3.1.2/pcre2-10.32/Makefile.in:2981:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
fish-3.1.2/pcre2-10.32/Makefile.in-2982-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
fish-3.1.2/pcre2-10.32/Makefile.in-3024-	}; \
fish-3.1.2/pcre2-10.32/Makefile.in:3025:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
fish-3.1.2/pcre2-10.32/Makefile.in-3026-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
fish-3.1.2/pcre2-10.32/Makefile.in-3036-	fi
fish-3.1.2/pcre2-10.32/Makefile.in:3037:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
fish-3.1.2/pcre2-10.32/Makefile.in-3038-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
fish-3.1.2/pcre2-10.32/PrepareRelease-134-for file in *.1 ; do
fish-3.1.2/pcre2-10.32/PrepareRelease:135:  base=`basename $file .1`
fish-3.1.2/pcre2-10.32/PrepareRelease-136-  echo "  Making $base.html"
##############################################
fish-3.1.2/pcre2-10.32/PrepareRelease-144-for file in *.3 ; do
fish-3.1.2/pcre2-10.32/PrepareRelease:145:  base=`basename $file .3`
fish-3.1.2/pcre2-10.32/PrepareRelease-146-  toc=-toc
fish-3.1.2/pcre2-10.32/PrepareRelease:147:  if [ `expr $base : '.*_'` -ne 0 ] ; then toc="" ; fi
fish-3.1.2/pcre2-10.32/PrepareRelease-148-  if [ "$base" = "pcre2sample" ]  || \
##############################################
fish-3.1.2/pcre2-10.32/RunGrepTest-50-vjs=
fish-3.1.2/pcre2-10.32/RunGrepTest:51:pcre2grep_version=`$pcre2grep -V`
fish-3.1.2/pcre2-10.32/RunGrepTest-52-if [ "$valgrind" = "" ] ; then
##############################################
fish-3.1.2/pcre2-10.32/RunGrepTest-93-
fish-3.1.2/pcre2-10.32/RunGrepTest:94:nl=`$pcre2test -C newline`
fish-3.1.2/pcre2-10.32/RunGrepTest-95-if [ "$nl" != "LF" -a "$nl" != "ANY" -a "$nl" != "ANYCRLF" ]; then
##############################################
fish-3.1.2/pcre2-10.32/RunTest-279-     if expr "$1" : '~[0-9][0-9]*$' >/dev/null; then
fish-3.1.2/pcre2-10.32/RunTest:280:       skip="$skip `expr "$1" : '~\([0-9]*\)*$'`"
fish-3.1.2/pcre2-10.32/RunTest-281-     else
##############################################
fish-3.1.2/pcre2-10.32/RunTest-286-     if expr "$1" : '[0-9][0-9]*-[0-9]*$' >/dev/null; then
fish-3.1.2/pcre2-10.32/RunTest:287:       tf=`expr "$1" : '\([0-9]*\)'`
fish-3.1.2/pcre2-10.32/RunTest:288:       tt=`expr "$1" : '.*-\([0-9]*\)'`
fish-3.1.2/pcre2-10.32/RunTest-289-       if [ "$tt" = "" ] ; then tt=$maxtest; fi
##############################################
fish-3.1.2/pcre2-10.32/RunTest-294-         eval do${tf}=yes
fish-3.1.2/pcre2-10.32/RunTest:295:         tf=`expr $tf + 1`
fish-3.1.2/pcre2-10.32/RunTest-296-       done
##############################################
fish-3.1.2/pcre2-10.32/aclocal.m4-131-    PKG_CHECK_EXISTS([$3],
fish-3.1.2/pcre2-10.32/aclocal.m4:132:                     [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`
fish-3.1.2/pcre2-10.32/aclocal.m4-133-		      test "x$?" != "x0" && pkg_failed=yes ],
##############################################
fish-3.1.2/pcre2-10.32/aclocal.m4-179-        if test $_pkg_short_errors_supported = yes; then
fish-3.1.2/pcre2-10.32/aclocal.m4:180:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
fish-3.1.2/pcre2-10.32/aclocal.m4-181-        else 
fish-3.1.2/pcre2-10.32/aclocal.m4:182:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
fish-3.1.2/pcre2-10.32/aclocal.m4-183-        fi
##############################################
fish-3.1.2/pcre2-10.32/aclocal.m4-496-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
fish-3.1.2/pcre2-10.32/aclocal.m4:497:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
fish-3.1.2/pcre2-10.32/aclocal.m4-498-# and then we would define $MISSING as
##############################################
fish-3.1.2/pcre2-10.32/aclocal.m4-511-# Expand $ac_aux_dir to an absolute path.
fish-3.1.2/pcre2-10.32/aclocal.m4:512:am_aux_dir=`cd "$ac_aux_dir" && pwd`
fish-3.1.2/pcre2-10.32/aclocal.m4-513-])
##############################################
fish-3.1.2/pcre2-10.32/aclocal.m4-609-  if test "$am_compiler_list" = ""; then
fish-3.1.2/pcre2-10.32/aclocal.m4:610:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
fish-3.1.2/pcre2-10.32/aclocal.m4-611-  fi
##############################################
fish-3.1.2/pcre2-10.32/aclocal.m4-760-    # Strip MF so we end up with the name of the file.
fish-3.1.2/pcre2-10.32/aclocal.m4:761:    mf=`echo "$mf" | sed -e 's/:.*$//'`
fish-3.1.2/pcre2-10.32/aclocal.m4-762-    # Check whether this is an Automake generated Makefile or not.
##############################################
fish-3.1.2/pcre2-10.32/aclocal.m4-769-    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
fish-3.1.2/pcre2-10.32/aclocal.m4:770:      dirpart=`AS_DIRNAME("$mf")`
fish-3.1.2/pcre2-10.32/aclocal.m4-771-    else
##############################################
fish-3.1.2/pcre2-10.32/aclocal.m4-775-    # from the Makefile without running 'make'.
fish-3.1.2/pcre2-10.32/aclocal.m4:776:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
fish-3.1.2/pcre2-10.32/aclocal.m4-777-    test -z "$DEPDIR" && continue
fish-3.1.2/pcre2-10.32/aclocal.m4:778:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
fish-3.1.2/pcre2-10.32/aclocal.m4-779-    test -z "$am__include" && continue
fish-3.1.2/pcre2-10.32/aclocal.m4:780:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
fish-3.1.2/pcre2-10.32/aclocal.m4-781-    # Find all dependency output files, they are included files with
##############################################
fish-3.1.2/pcre2-10.32/aclocal.m4-789-      test -f "$dirpart/$file" && continue
fish-3.1.2/pcre2-10.32/aclocal.m4:790:      fdir=`AS_DIRNAME(["$file"])`
fish-3.1.2/pcre2-10.32/aclocal.m4-791-      AS_MKDIR_P([$dirpart/$fdir])
##############################################
fish-3.1.2/pcre2-10.32/aclocal.m4-847-AC_REQUIRE([AC_PROG_INSTALL])dnl
fish-3.1.2/pcre2-10.32/aclocal.m4:848:if test "`cd $srcdir && pwd`" != "`pwd`"; then
fish-3.1.2/pcre2-10.32/aclocal.m4-849-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
fish-3.1.2/pcre2-10.32/aclocal.m4-1006-    * )
fish-3.1.2/pcre2-10.32/aclocal.m4:1007:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
fish-3.1.2/pcre2-10.32/aclocal.m4-1008-  esac
fish-3.1.2/pcre2-10.32/aclocal.m4-1009-done
fish-3.1.2/pcre2-10.32/aclocal.m4:1010:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
fish-3.1.2/pcre2-10.32/aclocal.m4-1011-
##############################################
fish-3.1.2/pcre2-10.32/aclocal.m4-1113-# Ignore all kinds of additional output from 'make'.
fish-3.1.2/pcre2-10.32/aclocal.m4:1114:case `$am_make -s -f confmf 2> /dev/null` in #(
fish-3.1.2/pcre2-10.32/aclocal.m4-1115-*the\ am__doit\ target*)
##############################################
fish-3.1.2/pcre2-10.32/aclocal.m4-1123-   echo '.include "confinc"' > confmf
fish-3.1.2/pcre2-10.32/aclocal.m4:1124:   case `$am_make -s -f confmf 2> /dev/null` in #(
fish-3.1.2/pcre2-10.32/aclocal.m4-1125-   *the\ am__doit\ target*)
##############################################
fish-3.1.2/pcre2-10.32/aclocal.m4-1305-     echo "timestamp, slept: $am_has_slept" > conftest.file
fish-3.1.2/pcre2-10.32/aclocal.m4:1306:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
fish-3.1.2/pcre2-10.32/aclocal.m4-1307-     if test "$[*]" = "X"; then
fish-3.1.2/pcre2-10.32/aclocal.m4-1308-	# -L didn't work.
fish-3.1.2/pcre2-10.32/aclocal.m4:1309:	set X `ls -t "$srcdir/configure" conftest.file`
fish-3.1.2/pcre2-10.32/aclocal.m4-1310-     fi
##############################################
fish-3.1.2/pcre2-10.32/ar-lib-65-	mingw)
fish-3.1.2/pcre2-10.32/ar-lib:66:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
fish-3.1.2/pcre2-10.32/ar-lib-67-	  ;;
fish-3.1.2/pcre2-10.32/ar-lib-68-	cygwin)
fish-3.1.2/pcre2-10.32/ar-lib:69:	  file=`cygpath -m "$file" || echo "$file"`
fish-3.1.2/pcre2-10.32/ar-lib-70-	  ;;
fish-3.1.2/pcre2-10.32/ar-lib-71-	wine)
fish-3.1.2/pcre2-10.32/ar-lib:72:	  file=`winepath -w "$file" || echo "$file"`
fish-3.1.2/pcre2-10.32/ar-lib-73-	  ;;
##############################################
fish-3.1.2/pcre2-10.32/ar-lib-88-  archive=$3
fish-3.1.2/pcre2-10.32/ar-lib:89:  at_file_contents=`cat "$1"`
fish-3.1.2/pcre2-10.32/ar-lib-90-  eval set x "$at_file_contents"
##############################################
fish-3.1.2/pcre2-10.32/compile-67-	mingw/*)
fish-3.1.2/pcre2-10.32/compile:68:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
fish-3.1.2/pcre2-10.32/compile-69-	  ;;
fish-3.1.2/pcre2-10.32/compile-70-	cygwin/*)
fish-3.1.2/pcre2-10.32/compile:71:	  file=`cygpath -m "$file" || echo "$file"`
fish-3.1.2/pcre2-10.32/compile-72-	  ;;
fish-3.1.2/pcre2-10.32/compile-73-	wine/*)
fish-3.1.2/pcre2-10.32/compile:74:	  file=`winepath -w "$file" || echo "$file"`
fish-3.1.2/pcre2-10.32/compile-75-	  ;;
##############################################
fish-3.1.2/pcre2-10.32/compile-310-# Name of file we expect compiler to create.
fish-3.1.2/pcre2-10.32/compile:311:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
fish-3.1.2/pcre2-10.32/compile-312-
##############################################
fish-3.1.2/pcre2-10.32/compile-316-# object file name, since that is what matters with a parallel build.
fish-3.1.2/pcre2-10.32/compile:317:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
fish-3.1.2/pcre2-10.32/compile-318-while true; do
##############################################
fish-3.1.2/pcre2-10.32/config.guess-34-
fish-3.1.2/pcre2-10.32/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'`
fish-3.1.2/pcre2-10.32/config.guess-36-
##############################################
fish-3.1.2/pcre2-10.32/config.guess-102-: ${TMPDIR=/tmp} ;
fish-3.1.2/pcre2-10.32/config.guess:103: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
fish-3.1.2/pcre2-10.32/config.guess-104- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
fish-3.1.2/pcre2-10.32/config.guess-151-	EOF
fish-3.1.2/pcre2-10.32/config.guess:152:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`
fish-3.1.2/pcre2-10.32/config.guess-153-	;;
##############################################
fish-3.1.2/pcre2-10.32/config.guess-181-	    earmv*)
fish-3.1.2/pcre2-10.32/config.guess:182:		arch=`echo ${UNAME_MACHINE_ARCH} | sed -e 's,^e\(armv[0-9]\).*$,\1,'`
fish-3.1.2/pcre2-10.32/config.guess:183:		endian=`echo ${UNAME_MACHINE_ARCH} | sed -ne 's,^.*\(eb\)$,\1,p'`
fish-3.1.2/pcre2-10.32/config.guess-184-		machine=${arch}${endian}-unknown
##############################################
fish-3.1.2/pcre2-10.32/config.guess-213-		expr='s/^earmv[0-9]/-eabi/;s/eb$//'
fish-3.1.2/pcre2-10.32/config.guess:214:		abi=`echo ${UNAME_MACHINE_ARCH} | sed -e "$expr"`
fish-3.1.2/pcre2-10.32/config.guess-215-		;;
##############################################
fish-3.1.2/pcre2-10.32/config.guess-226-	    *)
fish-3.1.2/pcre2-10.32/config.guess:227:		release=`echo ${UNAME_RELEASE} | sed -e 's/[-_].*//' | cut -d. -f1,2`
fish-3.1.2/pcre2-10.32/config.guess-228-		;;
##############################################
fish-3.1.2/pcre2-10.32/config.guess-264-	*4.0)
fish-3.1.2/pcre2-10.32/config.guess:265:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
fish-3.1.2/pcre2-10.32/config.guess-266-		;;
fish-3.1.2/pcre2-10.32/config.guess-267-	*5.*)
fish-3.1.2/pcre2-10.32/config.guess:268:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
fish-3.1.2/pcre2-10.32/config.guess-269-		;;
##############################################
fish-3.1.2/pcre2-10.32/config.guess-274-	# types through head -n 1, so we only detect the type of CPU 0.
fish-3.1.2/pcre2-10.32/config.guess:275:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
fish-3.1.2/pcre2-10.32/config.guess-276-	case "$ALPHA_CPU_TYPE" in
##############################################
fish-3.1.2/pcre2-10.32/config.guess-312-	# 1.2 uses "1.2" for uname -r.
fish-3.1.2/pcre2-10.32/config.guess:313:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz`
fish-3.1.2/pcre2-10.32/config.guess-314-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
fish-3.1.2/pcre2-10.32/config.guess-372-    s390x:SunOS:*:*)
fish-3.1.2/pcre2-10.32/config.guess:373:	echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
fish-3.1.2/pcre2-10.32/config.guess-374-	exit ;;
fish-3.1.2/pcre2-10.32/config.guess-375-    sun4H:SunOS:5.*:*)
fish-3.1.2/pcre2-10.32/config.guess:376:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
fish-3.1.2/pcre2-10.32/config.guess-377-	exit ;;
fish-3.1.2/pcre2-10.32/config.guess-378-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
fish-3.1.2/pcre2-10.32/config.guess:379:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
fish-3.1.2/pcre2-10.32/config.guess-380-	exit ;;
##############################################
fish-3.1.2/pcre2-10.32/config.guess-397-	fi
fish-3.1.2/pcre2-10.32/config.guess:398:	echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
fish-3.1.2/pcre2-10.32/config.guess-399-	exit ;;
##############################################
fish-3.1.2/pcre2-10.32/config.guess-403-	# it's likely to be more like Solaris than SunOS4.
fish-3.1.2/pcre2-10.32/config.guess:404:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
fish-3.1.2/pcre2-10.32/config.guess-405-	exit ;;
##############################################
fish-3.1.2/pcre2-10.32/config.guess-412-	# Japanese Language versions have a version number like `4.1.3-JL'.
fish-3.1.2/pcre2-10.32/config.guess:413:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
fish-3.1.2/pcre2-10.32/config.guess-414-	exit ;;
##############################################
fish-3.1.2/pcre2-10.32/config.guess-418-    sun*:*:4.2BSD:*)
fish-3.1.2/pcre2-10.32/config.guess:419:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
fish-3.1.2/pcre2-10.32/config.guess-420-	test "x${UNAME_RELEASE}" = x && UNAME_RELEASE=3
##############################################
fish-3.1.2/pcre2-10.32/config.guess-500-	$CC_FOR_BUILD -o $dummy $dummy.c &&
fish-3.1.2/pcre2-10.32/config.guess:501:	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
fish-3.1.2/pcre2-10.32/config.guess:502:	  SYSTEM_NAME=`$dummy $dummyarg` &&
fish-3.1.2/pcre2-10.32/config.guess-503-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
fish-3.1.2/pcre2-10.32/config.guess-556-    *:IRIX*:*:*)
fish-3.1.2/pcre2-10.32/config.guess:557:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
fish-3.1.2/pcre2-10.32/config.guess-558-	exit ;;
##############################################
fish-3.1.2/pcre2-10.32/config.guess-586-EOF
fish-3.1.2/pcre2-10.32/config.guess:587:		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
fish-3.1.2/pcre2-10.32/config.guess-588-		then
##############################################
fish-3.1.2/pcre2-10.32/config.guess-599-    *:AIX:*:[4567])
fish-3.1.2/pcre2-10.32/config.guess:600:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
fish-3.1.2/pcre2-10.32/config.guess-601-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
fish-3.1.2/pcre2-10.32/config.guess-635-    9000/[34678]??:HP-UX:*:*)
fish-3.1.2/pcre2-10.32/config.guess:636:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
fish-3.1.2/pcre2-10.32/config.guess-637-	case "${UNAME_MACHINE}" in
##############################################
fish-3.1.2/pcre2-10.32/config.guess-689-EOF
fish-3.1.2/pcre2-10.32/config.guess:690:		    (CCOPTS="" $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
fish-3.1.2/pcre2-10.32/config.guess-691-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
fish-3.1.2/pcre2-10.32/config.guess-717-    ia64:HP-UX:*:*)
fish-3.1.2/pcre2-10.32/config.guess:718:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
fish-3.1.2/pcre2-10.32/config.guess-719-	echo ia64-hp-hpux${HPUX_REV}
##############################################
fish-3.1.2/pcre2-10.32/config.guess-747-EOF
fish-3.1.2/pcre2-10.32/config.guess:748:	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
fish-3.1.2/pcre2-10.32/config.guess-749-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
fish-3.1.2/pcre2-10.32/config.guess-818-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
fish-3.1.2/pcre2-10.32/config.guess:819:	FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
fish-3.1.2/pcre2-10.32/config.guess-820-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
fish-3.1.2/pcre2-10.32/config.guess-823-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
fish-3.1.2/pcre2-10.32/config.guess:824:	FUJITSU_REL=`echo ${UNAME_RELEASE} | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'`
fish-3.1.2/pcre2-10.32/config.guess-825-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
fish-3.1.2/pcre2-10.32/config.guess-843-	esac
fish-3.1.2/pcre2-10.32/config.guess:844:	echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
fish-3.1.2/pcre2-10.32/config.guess-845-	exit ;;
##############################################
fish-3.1.2/pcre2-10.32/config.guess-898-    prep*:SunOS:5.*:*)
fish-3.1.2/pcre2-10.32/config.guess:899:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
fish-3.1.2/pcre2-10.32/config.guess-900-	exit ;;
##############################################
fish-3.1.2/pcre2-10.32/config.guess-902-	# the GNU system
fish-3.1.2/pcre2-10.32/config.guess:903:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-${LIBC}`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
fish-3.1.2/pcre2-10.32/config.guess-904-	exit ;;
##############################################
fish-3.1.2/pcre2-10.32/config.guess-906-	# other systems with GNU libc and userland
fish-3.1.2/pcre2-10.32/config.guess:907:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-${LIBC}
fish-3.1.2/pcre2-10.32/config.guess-908-	exit ;;
##############################################
fish-3.1.2/pcre2-10.32/config.guess-1000-EOF
fish-3.1.2/pcre2-10.32/config.guess:1001:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
fish-3.1.2/pcre2-10.32/config.guess-1002-	test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; }
##############################################
fish-3.1.2/pcre2-10.32/config.guess-1100-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
fish-3.1.2/pcre2-10.32/config.guess:1101:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
fish-3.1.2/pcre2-10.32/config.guess-1102-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
fish-3.1.2/pcre2-10.32/config.guess-1303-	fi
fish-3.1.2/pcre2-10.32/config.guess:1304:	if test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then
fish-3.1.2/pcre2-10.32/config.guess-1305-	    if [ "$CC_FOR_BUILD" != no_compiler_found ]; then
##############################################
fish-3.1.2/pcre2-10.32/config.guess-1398-    *:DragonFly:*:*)
fish-3.1.2/pcre2-10.32/config.guess:1399:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
fish-3.1.2/pcre2-10.32/config.guess-1400-	exit ;;
##############################################
fish-3.1.2/pcre2-10.32/config.guess-1411-    i*86:skyos:*:*)
fish-3.1.2/pcre2-10.32/config.guess:1412:	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE} | sed -e 's/ .*$//'`
fish-3.1.2/pcre2-10.32/config.guess-1413-	exit ;;
##############################################
fish-3.1.2/pcre2-10.32/config.sub-52-
fish-3.1.2/pcre2-10.32/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'`
fish-3.1.2/pcre2-10.32/config.sub-54-
##############################################
fish-3.1.2/pcre2-10.32/config.sub-114-# Here we must recognize all the valid KERNEL-OS combinations.
fish-3.1.2/pcre2-10.32/config.sub:115:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
fish-3.1.2/pcre2-10.32/config.sub-116-case $maybe_os in
##############################################
fish-3.1.2/pcre2-10.32/config.sub-122-    os=-$maybe_os
fish-3.1.2/pcre2-10.32/config.sub:123:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
fish-3.1.2/pcre2-10.32/config.sub-124-    ;;
##############################################
fish-3.1.2/pcre2-10.32/config.sub-126-    os=-linux-android
fish-3.1.2/pcre2-10.32/config.sub:127:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
fish-3.1.2/pcre2-10.32/config.sub-128-    ;;
fish-3.1.2/pcre2-10.32/config.sub-129-  *)
fish-3.1.2/pcre2-10.32/config.sub:130:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
fish-3.1.2/pcre2-10.32/config.sub-131-    if [ $basic_machine != $1 ]
fish-3.1.2/pcre2-10.32/config.sub:132:    then os=`echo $1 | sed 's/.*-/-/'`
fish-3.1.2/pcre2-10.32/config.sub-133-    else os=; fi
##############################################
fish-3.1.2/pcre2-10.32/config.sub-180-		os=-sco5v6
fish-3.1.2/pcre2-10.32/config.sub:181:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
fish-3.1.2/pcre2-10.32/config.sub-182-		;;
##############################################
fish-3.1.2/pcre2-10.32/config.sub-184-		os=-sco3.2v5
fish-3.1.2/pcre2-10.32/config.sub:185:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
fish-3.1.2/pcre2-10.32/config.sub-186-		;;
##############################################
fish-3.1.2/pcre2-10.32/config.sub-188-		os=-sco3.2v4
fish-3.1.2/pcre2-10.32/config.sub:189:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
fish-3.1.2/pcre2-10.32/config.sub-190-		;;
fish-3.1.2/pcre2-10.32/config.sub-191-	-sco3.2.[4-9]*)
fish-3.1.2/pcre2-10.32/config.sub:192:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
fish-3.1.2/pcre2-10.32/config.sub:193:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
fish-3.1.2/pcre2-10.32/config.sub-194-		;;
##############################################
fish-3.1.2/pcre2-10.32/config.sub-196-		# Don't forget version if it is 3.2v4 or newer.
fish-3.1.2/pcre2-10.32/config.sub:197:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
fish-3.1.2/pcre2-10.32/config.sub-198-		;;
##############################################
fish-3.1.2/pcre2-10.32/config.sub-200-		# Don't forget version if it is 3.2v4 or newer.
fish-3.1.2/pcre2-10.32/config.sub:201:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
fish-3.1.2/pcre2-10.32/config.sub-202-		;;
##############################################
fish-3.1.2/pcre2-10.32/config.sub-204-		os=-sco3.2v2
fish-3.1.2/pcre2-10.32/config.sub:205:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
fish-3.1.2/pcre2-10.32/config.sub-206-		;;
fish-3.1.2/pcre2-10.32/config.sub-207-	-udk*)
fish-3.1.2/pcre2-10.32/config.sub:208:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
fish-3.1.2/pcre2-10.32/config.sub-209-		;;
##############################################
fish-3.1.2/pcre2-10.32/config.sub-211-		os=-isc2.2
fish-3.1.2/pcre2-10.32/config.sub:212:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
fish-3.1.2/pcre2-10.32/config.sub-213-		;;
##############################################
fish-3.1.2/pcre2-10.32/config.sub-217-	-isc*)
fish-3.1.2/pcre2-10.32/config.sub:218:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
fish-3.1.2/pcre2-10.32/config.sub-219-		;;
##############################################
fish-3.1.2/pcre2-10.32/config.sub-229-	-ptx*)
fish-3.1.2/pcre2-10.32/config.sub:230:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
fish-3.1.2/pcre2-10.32/config.sub-231-		;;
fish-3.1.2/pcre2-10.32/config.sub-232-	-windowsnt*)
fish-3.1.2/pcre2-10.32/config.sub:233:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
fish-3.1.2/pcre2-10.32/config.sub-234-		;;
##############################################
fish-3.1.2/pcre2-10.32/config.sub-368-	*-*-*)
fish-3.1.2/pcre2-10.32/config.sub:369:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
fish-3.1.2/pcre2-10.32/config.sub-370-		exit 1
##############################################
fish-3.1.2/pcre2-10.32/config.sub-497-	amd64-*)
fish-3.1.2/pcre2-10.32/config.sub:498:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
fish-3.1.2/pcre2-10.32/config.sub-499-		;;
##############################################
fish-3.1.2/pcre2-10.32/config.sub-542-	blackfin-*)
fish-3.1.2/pcre2-10.32/config.sub:543:		basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
fish-3.1.2/pcre2-10.32/config.sub-544-		os=-linux
##############################################
fish-3.1.2/pcre2-10.32/config.sub-550-	c54x-*)
fish-3.1.2/pcre2-10.32/config.sub:551:		basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'`
fish-3.1.2/pcre2-10.32/config.sub-552-		;;
fish-3.1.2/pcre2-10.32/config.sub-553-	c55x-*)
fish-3.1.2/pcre2-10.32/config.sub:554:		basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'`
fish-3.1.2/pcre2-10.32/config.sub-555-		;;
fish-3.1.2/pcre2-10.32/config.sub-556-	c6x-*)
fish-3.1.2/pcre2-10.32/config.sub:557:		basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'`
fish-3.1.2/pcre2-10.32/config.sub-558-		;;
##############################################
fish-3.1.2/pcre2-10.32/config.sub-654-	e500v[12]-*)
fish-3.1.2/pcre2-10.32/config.sub:655:		basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
fish-3.1.2/pcre2-10.32/config.sub-656-		os=$os"spe"
##############################################
fish-3.1.2/pcre2-10.32/config.sub-761-	i*86v32)
fish-3.1.2/pcre2-10.32/config.sub:762:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
fish-3.1.2/pcre2-10.32/config.sub-763-		os=-sysv32
##############################################
fish-3.1.2/pcre2-10.32/config.sub-765-	i*86v4*)
fish-3.1.2/pcre2-10.32/config.sub:766:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
fish-3.1.2/pcre2-10.32/config.sub-767-		os=-sysv4
##############################################
fish-3.1.2/pcre2-10.32/config.sub-769-	i*86v)
fish-3.1.2/pcre2-10.32/config.sub:770:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
fish-3.1.2/pcre2-10.32/config.sub-771-		os=-sysv
##############################################
fish-3.1.2/pcre2-10.32/config.sub-773-	i*86sol2)
fish-3.1.2/pcre2-10.32/config.sub:774:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
fish-3.1.2/pcre2-10.32/config.sub-775-		os=-solaris2
##############################################
fish-3.1.2/pcre2-10.32/config.sub-799-	leon-*|leon[3-9]-*)
fish-3.1.2/pcre2-10.32/config.sub:800:		basic_machine=sparc-`echo $basic_machine | sed 's/-.*//'`
fish-3.1.2/pcre2-10.32/config.sub-801-		;;
##############################################
fish-3.1.2/pcre2-10.32/config.sub-806-	m68knommu-*)
fish-3.1.2/pcre2-10.32/config.sub:807:		basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
fish-3.1.2/pcre2-10.32/config.sub-808-		os=-linux
##############################################
fish-3.1.2/pcre2-10.32/config.sub-843-	mips3*-*)
fish-3.1.2/pcre2-10.32/config.sub:844:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
fish-3.1.2/pcre2-10.32/config.sub-845-		;;
fish-3.1.2/pcre2-10.32/config.sub-846-	mips3*)
fish-3.1.2/pcre2-10.32/config.sub:847:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
fish-3.1.2/pcre2-10.32/config.sub-848-		;;
##############################################
fish-3.1.2/pcre2-10.32/config.sub-865-	ms1-*)
fish-3.1.2/pcre2-10.32/config.sub:866:		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
fish-3.1.2/pcre2-10.32/config.sub-867-		;;
##############################################
fish-3.1.2/pcre2-10.32/config.sub-987-	parisc-*)
fish-3.1.2/pcre2-10.32/config.sub:988:		basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
fish-3.1.2/pcre2-10.32/config.sub-989-		os=-linux
##############################################
fish-3.1.2/pcre2-10.32/config.sub-1003-	pc98-*)
fish-3.1.2/pcre2-10.32/config.sub:1004:		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
fish-3.1.2/pcre2-10.32/config.sub-1005-		;;
##############################################
fish-3.1.2/pcre2-10.32/config.sub-1018-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
fish-3.1.2/pcre2-10.32/config.sub:1019:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
fish-3.1.2/pcre2-10.32/config.sub-1020-		;;
fish-3.1.2/pcre2-10.32/config.sub-1021-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
fish-3.1.2/pcre2-10.32/config.sub:1022:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
fish-3.1.2/pcre2-10.32/config.sub-1023-		;;
fish-3.1.2/pcre2-10.32/config.sub-1024-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
fish-3.1.2/pcre2-10.32/config.sub:1025:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
fish-3.1.2/pcre2-10.32/config.sub-1026-		;;
fish-3.1.2/pcre2-10.32/config.sub-1027-	pentium4-*)
fish-3.1.2/pcre2-10.32/config.sub:1028:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
fish-3.1.2/pcre2-10.32/config.sub-1029-		;;
##############################################
fish-3.1.2/pcre2-10.32/config.sub-1037-	ppc-* | ppcbe-*)
fish-3.1.2/pcre2-10.32/config.sub:1038:		basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
fish-3.1.2/pcre2-10.32/config.sub-1039-		;;
##############################################
fish-3.1.2/pcre2-10.32/config.sub-1043-	ppcle-* | powerpclittle-*)
fish-3.1.2/pcre2-10.32/config.sub:1044:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
fish-3.1.2/pcre2-10.32/config.sub-1045-		;;
##############################################
fish-3.1.2/pcre2-10.32/config.sub-1047-		;;
fish-3.1.2/pcre2-10.32/config.sub:1048:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
fish-3.1.2/pcre2-10.32/config.sub-1049-		;;
##############################################
fish-3.1.2/pcre2-10.32/config.sub-1053-	ppc64le-* | powerpc64little-*)
fish-3.1.2/pcre2-10.32/config.sub:1054:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
fish-3.1.2/pcre2-10.32/config.sub-1055-		;;
##############################################
fish-3.1.2/pcre2-10.32/config.sub-1136-	strongarm-* | thumb-*)
fish-3.1.2/pcre2-10.32/config.sub:1137:		basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'`
fish-3.1.2/pcre2-10.32/config.sub-1138-		;;
##############################################
fish-3.1.2/pcre2-10.32/config.sub-1269-	xscale-* | xscalee[bl]-*)
fish-3.1.2/pcre2-10.32/config.sub:1270:		basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'`
fish-3.1.2/pcre2-10.32/config.sub-1271-		;;
##############################################
fish-3.1.2/pcre2-10.32/config.sub-1346-	*)
fish-3.1.2/pcre2-10.32/config.sub:1347:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
fish-3.1.2/pcre2-10.32/config.sub-1348-		exit 1
##############################################
fish-3.1.2/pcre2-10.32/config.sub-1354-	*-digital*)
fish-3.1.2/pcre2-10.32/config.sub:1355:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
fish-3.1.2/pcre2-10.32/config.sub-1356-		;;
fish-3.1.2/pcre2-10.32/config.sub-1357-	*-commodore*)
fish-3.1.2/pcre2-10.32/config.sub:1358:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
fish-3.1.2/pcre2-10.32/config.sub-1359-		;;
##############################################
fish-3.1.2/pcre2-10.32/config.sub-1375-	-solaris1 | -solaris1.*)
fish-3.1.2/pcre2-10.32/config.sub:1376:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
fish-3.1.2/pcre2-10.32/config.sub-1377-		;;
##############################################
fish-3.1.2/pcre2-10.32/config.sub-1387-	-gnu/linux*)
fish-3.1.2/pcre2-10.32/config.sub:1388:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
fish-3.1.2/pcre2-10.32/config.sub-1389-		;;
##############################################
fish-3.1.2/pcre2-10.32/config.sub-1434-	-nto*)
fish-3.1.2/pcre2-10.32/config.sub:1435:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
fish-3.1.2/pcre2-10.32/config.sub-1436-		;;
##############################################
fish-3.1.2/pcre2-10.32/config.sub-1441-	-mac*)
fish-3.1.2/pcre2-10.32/config.sub:1442:		os=`echo $os | sed -e 's|mac|macos|'`
fish-3.1.2/pcre2-10.32/config.sub-1443-		;;
##############################################
fish-3.1.2/pcre2-10.32/config.sub-1447-	-linux*)
fish-3.1.2/pcre2-10.32/config.sub:1448:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
fish-3.1.2/pcre2-10.32/config.sub-1449-		;;
fish-3.1.2/pcre2-10.32/config.sub-1450-	-sunos5*)
fish-3.1.2/pcre2-10.32/config.sub:1451:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
fish-3.1.2/pcre2-10.32/config.sub-1452-		;;
fish-3.1.2/pcre2-10.32/config.sub-1453-	-sunos6*)
fish-3.1.2/pcre2-10.32/config.sub:1454:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
fish-3.1.2/pcre2-10.32/config.sub-1455-		;;
##############################################
fish-3.1.2/pcre2-10.32/config.sub-1502-	-sinix5.*)
fish-3.1.2/pcre2-10.32/config.sub:1503:		os=`echo $os | sed -e 's|sinix|sysv|'`
fish-3.1.2/pcre2-10.32/config.sub-1504-		;;
##############################################
fish-3.1.2/pcre2-10.32/config.sub-1557-		# Get rid of the `-' at the beginning of $os.
fish-3.1.2/pcre2-10.32/config.sub:1558:		os=`echo $os | sed 's/[^-]*-//'`
fish-3.1.2/pcre2-10.32/config.sub:1559:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
fish-3.1.2/pcre2-10.32/config.sub-1560-		exit 1
##############################################
fish-3.1.2/pcre2-10.32/config.sub-1823-		esac
fish-3.1.2/pcre2-10.32/config.sub:1824:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
fish-3.1.2/pcre2-10.32/config.sub-1825-		;;
##############################################
fish-3.1.2/pcre2-10.32/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
fish-3.1.2/pcre2-10.32/configure:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
fish-3.1.2/pcre2-10.32/configure-45-  as_echo='print -r --'
fish-3.1.2/pcre2-10.32/configure-46-  as_echo_n='print -rn --'
fish-3.1.2/pcre2-10.32/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
fish-3.1.2/pcre2-10.32/configure-48-  as_echo='printf %s\n'
##############################################
fish-3.1.2/pcre2-10.32/configure-50-else
fish-3.1.2/pcre2-10.32/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
fish-3.1.2/pcre2-10.32/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
fish-3.1.2/pcre2-10.32/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
fish-3.1.2/pcre2-10.32/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
fish-3.1.2/pcre2-10.32/configure-62-      esac;
##############################################
fish-3.1.2/pcre2-10.32/configure-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
fish-3.1.2/pcre2-10.32/configure:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
fish-3.1.2/pcre2-10.32/configure-199-test \$(( 1 + 1 )) = 2 || exit 1
##############################################
fish-3.1.2/pcre2-10.32/configure-205-    PATH=/empty FPATH=/empty; export PATH FPATH
fish-3.1.2/pcre2-10.32/configure:206:    test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
fish-3.1.2/pcre2-10.32/configure:207:      || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
fish-3.1.2/pcre2-10.32/configure-208-  if (eval "$as_required") 2>/dev/null; then :
##############################################
fish-3.1.2/pcre2-10.32/configure-332-      case $as_dir in #(
fish-3.1.2/pcre2-10.32/configure:333:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
fish-3.1.2/pcre2-10.32/configure-334-      *) as_qdir=$as_dir;;
##############################################
fish-3.1.2/pcre2-10.32/configure-405-  {
fish-3.1.2/pcre2-10.32/configure:406:    as_val=`expr "$@" || test $? -eq 1`
fish-3.1.2/pcre2-10.32/configure-407-  }
##############################################
fish-3.1.2/pcre2-10.32/configure-412-# ----------------------------------------
fish-3.1.2/pcre2-10.32/configure:413:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
fish-3.1.2/pcre2-10.32/configure-414-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
fish-3.1.2/pcre2-10.32/configure-475-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
fish-3.1.2/pcre2-10.32/configure:476:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
fish-3.1.2/pcre2-10.32/configure-477-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
fish-3.1.2/pcre2-10.32/configure-941-  case $ac_option in
fish-3.1.2/pcre2-10.32/configure:942:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
fish-3.1.2/pcre2-10.32/configure-943-  *=)   ac_optarg= ;;
##############################################
fish-3.1.2/pcre2-10.32/configure-985-  -disable-* | --disable-*)
fish-3.1.2/pcre2-10.32/configure:986:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
fish-3.1.2/pcre2-10.32/configure-987-    # Reject names that are not valid shell variable names.
##############################################
fish-3.1.2/pcre2-10.32/configure-990-    ac_useropt_orig=$ac_useropt
fish-3.1.2/pcre2-10.32/configure:991:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
fish-3.1.2/pcre2-10.32/configure-992-    case $ac_user_opts in
##############################################
fish-3.1.2/pcre2-10.32/configure-1011-  -enable-* | --enable-*)
fish-3.1.2/pcre2-10.32/configure:1012:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
fish-3.1.2/pcre2-10.32/configure-1013-    # Reject names that are not valid shell variable names.
##############################################
fish-3.1.2/pcre2-10.32/configure-1016-    ac_useropt_orig=$ac_useropt
fish-3.1.2/pcre2-10.32/configure:1017:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
fish-3.1.2/pcre2-10.32/configure-1018-    case $ac_user_opts in
##############################################
fish-3.1.2/pcre2-10.32/configure-1215-  -with-* | --with-*)
fish-3.1.2/pcre2-10.32/configure:1216:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
fish-3.1.2/pcre2-10.32/configure-1217-    # Reject names that are not valid shell variable names.
##############################################
fish-3.1.2/pcre2-10.32/configure-1220-    ac_useropt_orig=$ac_useropt
fish-3.1.2/pcre2-10.32/configure:1221:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
fish-3.1.2/pcre2-10.32/configure-1222-    case $ac_user_opts in
##############################################
fish-3.1.2/pcre2-10.32/configure-1231-  -without-* | --without-*)
fish-3.1.2/pcre2-10.32/configure:1232:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
fish-3.1.2/pcre2-10.32/configure-1233-    # Reject names that are not valid shell variable names.
##############################################
fish-3.1.2/pcre2-10.32/configure-1236-    ac_useropt_orig=$ac_useropt
fish-3.1.2/pcre2-10.32/configure:1237:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
fish-3.1.2/pcre2-10.32/configure-1238-    case $ac_user_opts in
##############################################
fish-3.1.2/pcre2-10.32/configure-1269-  *=*)
fish-3.1.2/pcre2-10.32/configure:1270:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
fish-3.1.2/pcre2-10.32/configure-1271-    # Reject names that are not valid shell variable names.
##############################################
fish-3.1.2/pcre2-10.32/configure-1290-if test -n "$ac_prev"; then
fish-3.1.2/pcre2-10.32/configure:1291:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
fish-3.1.2/pcre2-10.32/configure-1292-  as_fn_error $? "missing argument to $ac_option"
##############################################
fish-3.1.2/pcre2-10.32/configure-1312-    */ )
fish-3.1.2/pcre2-10.32/configure:1313:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
fish-3.1.2/pcre2-10.32/configure-1314-      eval $ac_var=\$ac_val;;
##############################################
fish-3.1.2/pcre2-10.32/configure-1347-ac_ls_di=`ls -di .` &&
fish-3.1.2/pcre2-10.32/configure:1348:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
fish-3.1.2/pcre2-10.32/configure-1349-  as_fn_error $? "working directory cannot be determined"
##############################################
fish-3.1.2/pcre2-10.32/configure-1403-case $srcdir in
fish-3.1.2/pcre2-10.32/configure:1404:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
fish-3.1.2/pcre2-10.32/configure-1405-esac
##############################################
fish-3.1.2/pcre2-10.32/configure-1446-By default, \`make install' will install all the files in
fish-3.1.2/pcre2-10.32/configure:1447:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
fish-3.1.2/pcre2-10.32/configure:1448:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
fish-3.1.2/pcre2-10.32/configure-1449-for instance \`--prefix=\$HOME'.
##############################################
fish-3.1.2/pcre2-10.32/configure-1621-*)
fish-3.1.2/pcre2-10.32/configure:1622:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
fish-3.1.2/pcre2-10.32/configure-1623-  # A ".." for each directory in $ac_dir_suffix.
fish-3.1.2/pcre2-10.32/configure:1624:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
fish-3.1.2/pcre2-10.32/configure-1625-  case $ac_top_builddir_sub in
##############################################
fish-3.1.2/pcre2-10.32/configure-2235-    *\'*)
fish-3.1.2/pcre2-10.32/configure:2236:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
fish-3.1.2/pcre2-10.32/configure-2237-    esac
##############################################
fish-3.1.2/pcre2-10.32/configure-2318-      case $ac_val in
fish-3.1.2/pcre2-10.32/configure:2319:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
fish-3.1.2/pcre2-10.32/configure-2320-      esac
##############################################
fish-3.1.2/pcre2-10.32/configure-2333-	case $ac_val in
fish-3.1.2/pcre2-10.32/configure:2334:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
fish-3.1.2/pcre2-10.32/configure-2335-	esac
##############################################
fish-3.1.2/pcre2-10.32/configure-2453-    set,)
fish-3.1.2/pcre2-10.32/configure:2454:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
fish-3.1.2/pcre2-10.32/configure:2455:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
fish-3.1.2/pcre2-10.32/configure-2456-      ac_cache_corrupted=: ;;
##############################################
fish-3.1.2/pcre2-10.32/configure-2464-	# differences in whitespace do not lead to failure.
fish-3.1.2/pcre2-10.32/configure:2465:	ac_old_val_w=`echo x $ac_old_val`
fish-3.1.2/pcre2-10.32/configure:2466:	ac_new_val_w=`echo x $ac_new_val`
fish-3.1.2/pcre2-10.32/configure-2467-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
fish-3.1.2/pcre2-10.32/configure-2484-    case $ac_new_val in
fish-3.1.2/pcre2-10.32/configure:2485:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
fish-3.1.2/pcre2-10.32/configure-2486-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
fish-3.1.2/pcre2-10.32/configure-2660-     echo "timestamp, slept: $am_has_slept" > conftest.file
fish-3.1.2/pcre2-10.32/configure:2661:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
fish-3.1.2/pcre2-10.32/configure-2662-     if test "$*" = "X"; then
fish-3.1.2/pcre2-10.32/configure-2663-	# -L didn't work.
fish-3.1.2/pcre2-10.32/configure:2664:	set X `ls -t "$srcdir/configure" conftest.file`
fish-3.1.2/pcre2-10.32/configure-2665-     fi
##############################################
fish-3.1.2/pcre2-10.32/configure-2711-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
fish-3.1.2/pcre2-10.32/configure:2712:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
fish-3.1.2/pcre2-10.32/configure-2713-
fish-3.1.2/pcre2-10.32/configure-2714-# Expand $ac_aux_dir to an absolute path.
fish-3.1.2/pcre2-10.32/configure:2715:am_aux_dir=`cd "$ac_aux_dir" && pwd`
fish-3.1.2/pcre2-10.32/configure-2716-
##############################################
fish-3.1.2/pcre2-10.32/configure-2856-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
fish-3.1.2/pcre2-10.32/configure:2857:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
fish-3.1.2/pcre2-10.32/configure-2858-	     'mkdir (GNU coreutils) '* | \
##############################################
fish-3.1.2/pcre2-10.32/configure-2929-set x ${MAKE-make}
fish-3.1.2/pcre2-10.32/configure:2930:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
fish-3.1.2/pcre2-10.32/configure-2931-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
fish-3.1.2/pcre2-10.32/configure-2939-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
fish-3.1.2/pcre2-10.32/configure:2940:case `${MAKE-make} -f conftest.make 2>/dev/null` in
fish-3.1.2/pcre2-10.32/configure-2941-  *@@@%%%=?*=@@@%%%*)
##############################################
fish-3.1.2/pcre2-10.32/configure-3005-
fish-3.1.2/pcre2-10.32/configure:3006:if test "`cd $srcdir && pwd`" != "`pwd`"; then
fish-3.1.2/pcre2-10.32/configure-3007-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
fish-3.1.2/pcre2-10.32/configure-3521-$as_echo_n "checking whether the C compiler works... " >&6; }
fish-3.1.2/pcre2-10.32/configure:3522:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
fish-3.1.2/pcre2-10.32/configure-3523-
##############################################
fish-3.1.2/pcre2-10.32/configure-3565-	then :; else
fish-3.1.2/pcre2-10.32/configure:3566:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
fish-3.1.2/pcre2-10.32/configure-3567-	fi
##############################################
fish-3.1.2/pcre2-10.32/configure-3625-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
fish-3.1.2/pcre2-10.32/configure:3626:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
fish-3.1.2/pcre2-10.32/configure-3627-	  break;;
##############################################
fish-3.1.2/pcre2-10.32/configure-3734-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
fish-3.1.2/pcre2-10.32/configure:3735:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
fish-3.1.2/pcre2-10.32/configure-3736-       break;;
##############################################
fish-3.1.2/pcre2-10.32/configure-4042-# Ignore all kinds of additional output from 'make'.
fish-3.1.2/pcre2-10.32/configure:4043:case `$am_make -s -f confmf 2> /dev/null` in #(
fish-3.1.2/pcre2-10.32/configure-4044-*the\ am__doit\ target*)
##############################################
fish-3.1.2/pcre2-10.32/configure-4052-   echo '.include "confinc"' > confmf
fish-3.1.2/pcre2-10.32/configure:4053:   case `$am_make -s -f confmf 2> /dev/null` in #(
fish-3.1.2/pcre2-10.32/configure-4054-   *the\ am__doit\ target*)
##############################################
fish-3.1.2/pcre2-10.32/configure-4115-  if test "$am_compiler_list" = ""; then
fish-3.1.2/pcre2-10.32/configure:4116:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
fish-3.1.2/pcre2-10.32/configure-4117-  fi
##############################################
fish-3.1.2/pcre2-10.32/configure-4373-  # Check for GNU $ac_path_GREP
fish-3.1.2/pcre2-10.32/configure:4374:case `"$ac_path_GREP" --version 2>&1` in
fish-3.1.2/pcre2-10.32/configure-4375-*GNU*)
##############################################
fish-3.1.2/pcre2-10.32/configure-4439-  # Check for GNU $ac_path_EGREP
fish-3.1.2/pcre2-10.32/configure:4440:case `"$ac_path_EGREP" --version 2>&1` in
fish-3.1.2/pcre2-10.32/configure-4441-*GNU*)
##############################################
fish-3.1.2/pcre2-10.32/configure-4600-do :
fish-3.1.2/pcre2-10.32/configure:4601:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
fish-3.1.2/pcre2-10.32/configure-4602-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
fish-3.1.2/pcre2-10.32/configure-4605-  cat >>confdefs.h <<_ACEOF
fish-3.1.2/pcre2-10.32/configure:4606:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
fish-3.1.2/pcre2-10.32/configure-4607-_ACEOF
##############################################
fish-3.1.2/pcre2-10.32/configure-4912-test "x$ac_build_alias" = x &&
fish-3.1.2/pcre2-10.32/configure:4913:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
fish-3.1.2/pcre2-10.32/configure-4914-test "x$ac_build_alias" = x &&
fish-3.1.2/pcre2-10.32/configure-4915-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
fish-3.1.2/pcre2-10.32/configure:4916:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
fish-3.1.2/pcre2-10.32/configure-4917-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
fish-3.1.2/pcre2-10.32/configure-4936-IFS=$ac_save_IFS
fish-3.1.2/pcre2-10.32/configure:4937:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
fish-3.1.2/pcre2-10.32/configure-4938-
##############################################
fish-3.1.2/pcre2-10.32/configure-4947-else
fish-3.1.2/pcre2-10.32/configure:4948:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
fish-3.1.2/pcre2-10.32/configure-4949-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
fish-3.1.2/pcre2-10.32/configure-4969-IFS=$ac_save_IFS
fish-3.1.2/pcre2-10.32/configure:4970:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
fish-3.1.2/pcre2-10.32/configure-4971-
##############################################
fish-3.1.2/pcre2-10.32/configure-5325-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
fish-3.1.2/pcre2-10.32/configure:5326:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
fish-3.1.2/pcre2-10.32/configure-5327-  ECHO='print -r --'
fish-3.1.2/pcre2-10.32/configure:5328:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
fish-3.1.2/pcre2-10.32/configure-5329-  ECHO='printf %s\n'
##############################################
fish-3.1.2/pcre2-10.32/configure-5394-  # Check for GNU $ac_path_SED
fish-3.1.2/pcre2-10.32/configure:5395:case `"$ac_path_SED" --version 2>&1` in
fish-3.1.2/pcre2-10.32/configure-5396-*GNU*)
##############################################
fish-3.1.2/pcre2-10.32/configure-5473-  # Check for GNU $ac_path_FGREP
fish-3.1.2/pcre2-10.32/configure:5474:case `"$ac_path_FGREP" --version 2>&1` in
fish-3.1.2/pcre2-10.32/configure-5475-*GNU*)
##############################################
fish-3.1.2/pcre2-10.32/configure-5553-    # gcc leaves a trailing carriage return, which upsets mingw
fish-3.1.2/pcre2-10.32/configure:5554:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
fish-3.1.2/pcre2-10.32/configure-5555-  *)
fish-3.1.2/pcre2-10.32/configure:5556:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
fish-3.1.2/pcre2-10.32/configure-5557-  esac
##############################################
fish-3.1.2/pcre2-10.32/configure-5562-      # Canonicalize the pathname of ld
fish-3.1.2/pcre2-10.32/configure:5563:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
fish-3.1.2/pcre2-10.32/configure-5564-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
fish-3.1.2/pcre2-10.32/configure:5565:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
fish-3.1.2/pcre2-10.32/configure-5566-      done
##############################################
fish-3.1.2/pcre2-10.32/configure-5597-      # Break only if it was the GNU/non-GNU ld that we prefer.
fish-3.1.2/pcre2-10.32/configure:5598:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
fish-3.1.2/pcre2-10.32/configure-5599-      *GNU* | *'with BFD'*)
##############################################
fish-3.1.2/pcre2-10.32/configure-5628-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
fish-3.1.2/pcre2-10.32/configure:5629:case `$LD -v 2>&1 </dev/null` in
fish-3.1.2/pcre2-10.32/configure-5630-*GNU* | *'with BFD'*)
##############################################
fish-3.1.2/pcre2-10.32/configure-5678-	esac
fish-3.1.2/pcre2-10.32/configure:5679:	case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
fish-3.1.2/pcre2-10.32/configure-5680-	*$lt_bad_file* | *'Invalid file or object type'*)
##############################################
fish-3.1.2/pcre2-10.32/configure-5684-	*)
fish-3.1.2/pcre2-10.32/configure:5685:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
fish-3.1.2/pcre2-10.32/configure-5686-	  */dev/null*)
##############################################
fish-3.1.2/pcre2-10.32/configure-5812-
fish-3.1.2/pcre2-10.32/configure:5813:    case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
fish-3.1.2/pcre2-10.32/configure-5814-    *COFF*)
##############################################
fish-3.1.2/pcre2-10.32/configure-5924-    # And add a safety zone
fish-3.1.2/pcre2-10.32/configure:5925:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
fish-3.1.2/pcre2-10.32/configure:5926:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
fish-3.1.2/pcre2-10.32/configure-5927-    ;;
##############################################
fish-3.1.2/pcre2-10.32/configure-5957-    if test -n "$kargmax"; then
fish-3.1.2/pcre2-10.32/configure:5958:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[	 ]//'`
fish-3.1.2/pcre2-10.32/configure-5959-    else
##############################################
fish-3.1.2/pcre2-10.32/configure-5966-       test undefined != "$lt_cv_sys_max_cmd_len"; then
fish-3.1.2/pcre2-10.32/configure:5967:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
fish-3.1.2/pcre2-10.32/configure:5968:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
fish-3.1.2/pcre2-10.32/configure-5969-    else
##############################################
fish-3.1.2/pcre2-10.32/configure-5978-      # we can't tell.
fish-3.1.2/pcre2-10.32/configure:5979:      while { test X`env echo "$teststring$teststring" 2>/dev/null` \
fish-3.1.2/pcre2-10.32/configure-5980-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
fish-3.1.2/pcre2-10.32/configure-5982-      do
fish-3.1.2/pcre2-10.32/configure:5983:        i=`expr $i + 1`
fish-3.1.2/pcre2-10.32/configure-5984-        teststring=$teststring$teststring
##############################################
fish-3.1.2/pcre2-10.32/configure-5986-      # Only check the string length outside the loop.
fish-3.1.2/pcre2-10.32/configure:5987:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
fish-3.1.2/pcre2-10.32/configure-5988-      teststring=
##############################################
fish-3.1.2/pcre2-10.32/configure-5991-      # linker.  It appears as though 1/2 is a usable value.
fish-3.1.2/pcre2-10.32/configure:5992:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
fish-3.1.2/pcre2-10.32/configure-5993-    fi
##############################################
fish-3.1.2/pcre2-10.32/configure-6399-openbsd* | bitrig*)
fish-3.1.2/pcre2-10.32/configure:6400:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
fish-3.1.2/pcre2-10.32/configure-6401-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
##############################################
fish-3.1.2/pcre2-10.32/configure-6469-    else
fish-3.1.2/pcre2-10.32/configure:6470:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"`
fish-3.1.2/pcre2-10.32/configure-6471-    fi
##############################################
fish-3.1.2/pcre2-10.32/configure-6611-  # decide which one to use based on capabilities of $DLLTOOL
fish-3.1.2/pcre2-10.32/configure:6612:  case `$DLLTOOL --help 2>&1` in
fish-3.1.2/pcre2-10.32/configure-6613-  *--identify-strict*)
##############################################
fish-3.1.2/pcre2-10.32/configure-7148-# If we're using GNU nm, then use its standard symbol codes.
fish-3.1.2/pcre2-10.32/configure:7149:case `$NM -V 2>&1` in
fish-3.1.2/pcre2-10.32/configure-7150-*GNU* | *'with BFD'*)
##############################################
fish-3.1.2/pcre2-10.32/configure-7196-mingw*)
fish-3.1.2/pcre2-10.32/configure:7197:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
fish-3.1.2/pcre2-10.32/configure-7198-  ;;
##############################################
fish-3.1.2/pcre2-10.32/configure-7428-   if test yes = "$GCC"; then
fish-3.1.2/pcre2-10.32/configure:7429:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
fish-3.1.2/pcre2-10.32/configure-7430-   fi
##############################################
fish-3.1.2/pcre2-10.32/configure-7432- /*)
fish-3.1.2/pcre2-10.32/configure:7433:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
fish-3.1.2/pcre2-10.32/configure-7434-   ;; #(
##############################################
fish-3.1.2/pcre2-10.32/configure-7527-    done
fish-3.1.2/pcre2-10.32/configure:7528:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
fish-3.1.2/pcre2-10.32/configure-7529-}
##############################################
fish-3.1.2/pcre2-10.32/configure-7549-  test $ac_status = 0; }; then
fish-3.1.2/pcre2-10.32/configure:7550:    case `/usr/bin/file conftest.$ac_objext` in
fish-3.1.2/pcre2-10.32/configure-7551-      *ELF-32*)
##############################################
fish-3.1.2/pcre2-10.32/configure-7570-    if test yes = "$lt_cv_prog_gnu_ld"; then
fish-3.1.2/pcre2-10.32/configure:7571:      case `/usr/bin/file conftest.$ac_objext` in
fish-3.1.2/pcre2-10.32/configure-7572-	*32-bit*)
##############################################
fish-3.1.2/pcre2-10.32/configure-7582-    else
fish-3.1.2/pcre2-10.32/configure:7583:      case `/usr/bin/file conftest.$ac_objext` in
fish-3.1.2/pcre2-10.32/configure-7584-	*32-bit*)
##############################################
fish-3.1.2/pcre2-10.32/configure-7608-    emul=elf
fish-3.1.2/pcre2-10.32/configure:7609:    case `/usr/bin/file conftest.$ac_objext` in
fish-3.1.2/pcre2-10.32/configure-7610-      *32-bit*)
##############################################
fish-3.1.2/pcre2-10.32/configure-7616-    esac
fish-3.1.2/pcre2-10.32/configure:7617:    case `/usr/bin/file conftest.$ac_objext` in
fish-3.1.2/pcre2-10.32/configure-7618-      *MSB*)
##############################################
fish-3.1.2/pcre2-10.32/configure-7624-    esac
fish-3.1.2/pcre2-10.32/configure:7625:    case `/usr/bin/file conftest.$ac_objext` in
fish-3.1.2/pcre2-10.32/configure-7626-      *N32*)
##############################################
fish-3.1.2/pcre2-10.32/configure-8557-    *:)
fish-3.1.2/pcre2-10.32/configure:8558:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
fish-3.1.2/pcre2-10.32/configure-8559-        ;;
fish-3.1.2/pcre2-10.32/configure-8560-    x:*)
fish-3.1.2/pcre2-10.32/configure:8561:        eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
fish-3.1.2/pcre2-10.32/configure-8562-        ;;
fish-3.1.2/pcre2-10.32/configure-8563-    *::*)
fish-3.1.2/pcre2-10.32/configure:8564:        eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
fish-3.1.2/pcre2-10.32/configure:8565:        eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
fish-3.1.2/pcre2-10.32/configure-8566-        ;;
fish-3.1.2/pcre2-10.32/configure-8567-    *)
fish-3.1.2/pcre2-10.32/configure:8568:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
fish-3.1.2/pcre2-10.32/configure-8569-        ;;
##############################################
fish-3.1.2/pcre2-10.32/configure-8920-	"file_magic "*)
fish-3.1.2/pcre2-10.32/configure:8921:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
fish-3.1.2/pcre2-10.32/configure-8922-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
fish-3.1.2/pcre2-10.32/configure-8986-	"file_magic "*)
fish-3.1.2/pcre2-10.32/configure:8987:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
fish-3.1.2/pcre2-10.32/configure-8988-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
fish-3.1.2/pcre2-10.32/configure-9384-      *)
fish-3.1.2/pcre2-10.32/configure:9385:	case `$CC -V 2>&1 | sed 5q` in
fish-3.1.2/pcre2-10.32/configure-9386-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
##############################################
fish-3.1.2/pcre2-10.32/configure-9830-	# shared libraries, regardless of the interface used.
fish-3.1.2/pcre2-10.32/configure:9831:	case `$LD -v 2>&1` in
fish-3.1.2/pcre2-10.32/configure-9832-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
fish-3.1.2/pcre2-10.32/configure-9862-    supports_anon_versioning=no
fish-3.1.2/pcre2-10.32/configure:9863:    case `$LD -v | $SED -e 's/(^)\+)\s\+//' 2>&1` in
fish-3.1.2/pcre2-10.32/configure-9864-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
fish-3.1.2/pcre2-10.32/configure-9931-	# is; otherwise, prepend EXPORTS...
fish-3.1.2/pcre2-10.32/configure:9932:	archive_expsym_cmds='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
fish-3.1.2/pcre2-10.32/configure-9933-          cp $export_symbols $output_objdir/$soname.def;
##############################################
fish-3.1.2/pcre2-10.32/configure-9965-	prefix_cmds="$SED"~
fish-3.1.2/pcre2-10.32/configure:9966:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
fish-3.1.2/pcre2-10.32/configure-9967-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
fish-3.1.2/pcre2-10.32/configure-9988-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
fish-3.1.2/pcre2-10.32/configure:9989:      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
fish-3.1.2/pcre2-10.32/configure:9990:      archive_expsym_cmds='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
fish-3.1.2/pcre2-10.32/configure-9991-      ;;
##############################################
fish-3.1.2/pcre2-10.32/configure-10006-        pgcc*)				# Portland Group C compiler
fish-3.1.2/pcre2-10.32/configure:10007:	  whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
fish-3.1.2/pcre2-10.32/configure-10008-	  tmp_addflag=' $pic_flag'
##############################################
fish-3.1.2/pcre2-10.32/configure-10011-					# Portland Group f77 and f90 compilers
fish-3.1.2/pcre2-10.32/configure:10012:	  whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
fish-3.1.2/pcre2-10.32/configure-10013-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
fish-3.1.2/pcre2-10.32/configure-10028-	nvcc*)	# Cuda Compiler Driver 2.2
fish-3.1.2/pcre2-10.32/configure:10029:	  whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
fish-3.1.2/pcre2-10.32/configure-10030-	  compiler_needs_object=yes
##############################################
fish-3.1.2/pcre2-10.32/configure-10032-	esac
fish-3.1.2/pcre2-10.32/configure:10033:	case `$CC -V 2>&1 | sed 5q` in
fish-3.1.2/pcre2-10.32/configure-10034-	*Sun\ C*)			# Sun C 5.9
fish-3.1.2/pcre2-10.32/configure:10035:	  whole_archive_flag_spec='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
fish-3.1.2/pcre2-10.32/configure-10036-	  compiler_needs_object=yes
##############################################
fish-3.1.2/pcre2-10.32/configure-10103-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
fish-3.1.2/pcre2-10.32/configure:10104:      case `$LD -v 2>&1` in
fish-3.1.2/pcre2-10.32/configure-10105-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
fish-3.1.2/pcre2-10.32/configure-10192-	else
fish-3.1.2/pcre2-10.32/configure:10193:	  export_symbols_cmds='`func_echo_all $NM | $SED -e '\''s/B\([^B]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "L") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && (substr(\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
fish-3.1.2/pcre2-10.32/configure-10194-	fi
##############################################
fish-3.1.2/pcre2-10.32/configure-10257-	# below for broken collect2 doesn't work under 4.3+
fish-3.1.2/pcre2-10.32/configure:10258:	  collect2name=`$CC -print-prog-name=collect2`
fish-3.1.2/pcre2-10.32/configure-10259-	  if test -f "$collect2name" &&
##############################################
fish-3.1.2/pcre2-10.32/configure-10337-      }'
fish-3.1.2/pcre2-10.32/configure:10338:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
fish-3.1.2/pcre2-10.32/configure-10339-  # Check for a 64-bit object if we didn't find anything.
fish-3.1.2/pcre2-10.32/configure-10340-  if test -z "$lt_cv_aix_libpath_"; then
fish-3.1.2/pcre2-10.32/configure:10341:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
fish-3.1.2/pcre2-10.32/configure-10342-  fi
##############################################
fish-3.1.2/pcre2-10.32/configure-10355-        hardcode_libdir_flag_spec='$wl-blibpath:$libdir:'"$aix_libpath"
fish-3.1.2/pcre2-10.32/configure:10356:        archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
fish-3.1.2/pcre2-10.32/configure-10357-      else
##############################################
fish-3.1.2/pcre2-10.32/configure-10390-      }'
fish-3.1.2/pcre2-10.32/configure:10391:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
fish-3.1.2/pcre2-10.32/configure-10392-  # Check for a 64-bit object if we didn't find anything.
fish-3.1.2/pcre2-10.32/configure-10393-  if test -z "$lt_cv_aix_libpath_"; then
fish-3.1.2/pcre2-10.32/configure:10394:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
fish-3.1.2/pcre2-10.32/configure-10395-  fi
##############################################
fish-3.1.2/pcre2-10.32/configure-10422-	  # -brtl affects multiple linker settings, -berok does not and is overridden later
fish-3.1.2/pcre2-10.32/configure:10423:	  compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([, ]\\)%-berok\\1%g"`'
fish-3.1.2/pcre2-10.32/configure-10424-	  if test svr4 != "$with_aix_soname"; then
##############################################
fish-3.1.2/pcre2-10.32/configure-10475-	archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames='
fish-3.1.2/pcre2-10.32/configure:10476:	archive_expsym_cmds='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
fish-3.1.2/pcre2-10.32/configure-10477-            cp "$export_symbols" "$output_objdir/$soname.def";
##############################################
fish-3.1.2/pcre2-10.32/configure-10513-	# FIXME: Setting linknames here is a bad hack.
fish-3.1.2/pcre2-10.32/configure:10514:	archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
fish-3.1.2/pcre2-10.32/configure-10515-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
fish-3.1.2/pcre2-10.32/configure-10531-  if test yes = "$lt_cv_ld_force_load"; then
fish-3.1.2/pcre2-10.32/configure:10532:    whole_archive_flag_spec='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
fish-3.1.2/pcre2-10.32/configure-10533-
##############################################
fish-3.1.2/pcre2-10.32/configure-10711-      if test yes = "$GCC"; then
fish-3.1.2/pcre2-10.32/configure:10712:	archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
fish-3.1.2/pcre2-10.32/configure-10713-	# Try to use the -exported_symbol ld option, if it does not
##############################################
fish-3.1.2/pcre2-10.32/configure-10739-	if test yes = "$lt_cv_irix_exported_symbol"; then
fish-3.1.2/pcre2-10.32/configure:10740:          archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib'
fish-3.1.2/pcre2-10.32/configure-10741-	fi
fish-3.1.2/pcre2-10.32/configure-10742-      else
fish-3.1.2/pcre2-10.32/configure:10743:	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
fish-3.1.2/pcre2-10.32/configure:10744:	archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib'
fish-3.1.2/pcre2-10.32/configure-10745-      fi
##############################################
fish-3.1.2/pcre2-10.32/configure-10789-	hardcode_direct_absolute=yes
fish-3.1.2/pcre2-10.32/configure:10790:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
fish-3.1.2/pcre2-10.32/configure-10791-	  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
fish-3.1.2/pcre2-10.32/configure-10820-	prefix_cmds="$SED"~
fish-3.1.2/pcre2-10.32/configure:10821:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
fish-3.1.2/pcre2-10.32/configure-10822-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
fish-3.1.2/pcre2-10.32/configure-10835-	allow_undefined_flag=' $wl-expect_unresolved $wl\*'
fish-3.1.2/pcre2-10.32/configure:10836:	archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
fish-3.1.2/pcre2-10.32/configure-10837-      else
fish-3.1.2/pcre2-10.32/configure-10838-	allow_undefined_flag=' -expect_unresolved \*'
fish-3.1.2/pcre2-10.32/configure:10839:	archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
fish-3.1.2/pcre2-10.32/configure-10840-      fi
##############################################
fish-3.1.2/pcre2-10.32/configure-10848-	allow_undefined_flag=' $wl-expect_unresolved $wl\*'
fish-3.1.2/pcre2-10.32/configure:10849:	archive_cmds='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
fish-3.1.2/pcre2-10.32/configure-10850-	hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
##############################################
fish-3.1.2/pcre2-10.32/configure-10852-	allow_undefined_flag=' -expect_unresolved \*'
fish-3.1.2/pcre2-10.32/configure:10853:	archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
fish-3.1.2/pcre2-10.32/configure:10854:	archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
fish-3.1.2/pcre2-10.32/configure:10855:          $CC -shared$allow_undefined_flag $wl-input $wl$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~$RM $lib.exp'
fish-3.1.2/pcre2-10.32/configure-10856-
##############################################
fish-3.1.2/pcre2-10.32/configure-10871-      else
fish-3.1.2/pcre2-10.32/configure:10872:	case `$CC -V 2>&1` in
fish-3.1.2/pcre2-10.32/configure-10873-	*"Compilers 5.0"*)
##############################################
fish-3.1.2/pcre2-10.32/configure-11270-  esac
fish-3.1.2/pcre2-10.32/configure:11271:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
fish-3.1.2/pcre2-10.32/configure-11272-  case $lt_search_path_spec in
##############################################
fish-3.1.2/pcre2-10.32/configure-11277-    # okay in the real world where ";" in dirpaths is itself problematic.
fish-3.1.2/pcre2-10.32/configure:11278:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
fish-3.1.2/pcre2-10.32/configure-11279-    ;;
fish-3.1.2/pcre2-10.32/configure-11280-  *)
fish-3.1.2/pcre2-10.32/configure:11281:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
fish-3.1.2/pcre2-10.32/configure-11282-    ;;
##############################################
fish-3.1.2/pcre2-10.32/configure-11286-  lt_tmp_lt_search_path_spec=
fish-3.1.2/pcre2-10.32/configure:11287:  lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
fish-3.1.2/pcre2-10.32/configure-11288-  # ...but if some path component already ends with the multilib dir we assume
##############################################
fish-3.1.2/pcre2-10.32/configure-11328-  esac
fish-3.1.2/pcre2-10.32/configure:11329:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
fish-3.1.2/pcre2-10.32/configure-11330-else
##############################################
fish-3.1.2/pcre2-10.32/configure-11468-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
fish-3.1.2/pcre2-10.32/configure:11469:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
fish-3.1.2/pcre2-10.32/configure-11470-    ;;
##############################################
fish-3.1.2/pcre2-10.32/configure-11504-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
fish-3.1.2/pcre2-10.32/configure:11505:    postinstall_cmds='base_file=`basename \$file`~
fish-3.1.2/pcre2-10.32/configure:11506:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
fish-3.1.2/pcre2-10.32/configure:11507:      dldir=$destdir/`dirname \$dlpath`~
fish-3.1.2/pcre2-10.32/configure-11508-      test -d \$dldir || mkdir -p \$dldir~
##############################################
fish-3.1.2/pcre2-10.32/configure-11513-      fi'
fish-3.1.2/pcre2-10.32/configure:11514:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
fish-3.1.2/pcre2-10.32/configure-11515-      dlpath=$dir/\$dldll~
##############################################
fish-3.1.2/pcre2-10.32/configure-11521-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
fish-3.1.2/pcre2-10.32/configure:11522:      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
fish-3.1.2/pcre2-10.32/configure-11523-
##############################################
fish-3.1.2/pcre2-10.32/configure-11527-      # MinGW DLLs use traditional 'lib' prefix
fish-3.1.2/pcre2-10.32/configure:11528:      soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
fish-3.1.2/pcre2-10.32/configure-11529-      ;;
##############################################
fish-3.1.2/pcre2-10.32/configure-11531-      # pw32 DLLs use 'pw' prefix rather than 'lib'
fish-3.1.2/pcre2-10.32/configure:11532:      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
fish-3.1.2/pcre2-10.32/configure-11533-      ;;
##############################################
fish-3.1.2/pcre2-10.32/configure-11540-    libname_spec='$name'
fish-3.1.2/pcre2-10.32/configure:11541:    soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
fish-3.1.2/pcre2-10.32/configure-11542-    library_names_spec='$libname.dll.lib'
##############################################
fish-3.1.2/pcre2-10.32/configure-11552-        # Let DOS variable expansion print the short 8.3 style file name.
fish-3.1.2/pcre2-10.32/configure:11553:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
fish-3.1.2/pcre2-10.32/configure-11554-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
fish-3.1.2/pcre2-10.32/configure-11557-      # Convert to MSYS style.
fish-3.1.2/pcre2-10.32/configure:11558:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
fish-3.1.2/pcre2-10.32/configure-11559-      ;;
##############################################
fish-3.1.2/pcre2-10.32/configure-11563-      # like /cygdrive/c/PROGRA~1:/cygdr...
fish-3.1.2/pcre2-10.32/configure:11564:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
fish-3.1.2/pcre2-10.32/configure:11565:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
fish-3.1.2/pcre2-10.32/configure:11566:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
fish-3.1.2/pcre2-10.32/configure-11567-      ;;
##############################################
fish-3.1.2/pcre2-10.32/configure-11571-        # It is most probably a Windows format PATH.
fish-3.1.2/pcre2-10.32/configure:11572:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
fish-3.1.2/pcre2-10.32/configure-11573-      else
fish-3.1.2/pcre2-10.32/configure:11574:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
fish-3.1.2/pcre2-10.32/configure-11575-      fi
##############################################
fish-3.1.2/pcre2-10.32/configure-11581-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
fish-3.1.2/pcre2-10.32/configure:11582:    postinstall_cmds='base_file=`basename \$file`~
fish-3.1.2/pcre2-10.32/configure:11583:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
fish-3.1.2/pcre2-10.32/configure:11584:      dldir=$destdir/`dirname \$dlpath`~
fish-3.1.2/pcre2-10.32/configure-11585-      test -d \$dldir || mkdir -p \$dldir~
fish-3.1.2/pcre2-10.32/configure-11586-      $install_prog $dir/$dlname \$dldir/$dlname'
fish-3.1.2/pcre2-10.32/configure:11587:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
fish-3.1.2/pcre2-10.32/configure-11588-      dlpath=$dir/\$dldll~
##############################################
fish-3.1.2/pcre2-10.32/configure-11595-    # Assume MSVC wrapper
fish-3.1.2/pcre2-10.32/configure:11596:    library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib'
fish-3.1.2/pcre2-10.32/configure-11597-    dynamic_linker='Win32 ld.exe'
##############################################
fish-3.1.2/pcre2-10.32/configure-11612-  shlibpath_var=DYLD_LIBRARY_PATH
fish-3.1.2/pcre2-10.32/configure:11613:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
fish-3.1.2/pcre2-10.32/configure-11614-
##############################################
fish-3.1.2/pcre2-10.32/configure-11865-  if test -f /etc/ld.so.conf; then
fish-3.1.2/pcre2-10.32/configure:11866:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
fish-3.1.2/pcre2-10.32/configure-11867-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
fish-3.1.2/pcre2-10.32/configure-11919-  need_lib_prefix=no
fish-3.1.2/pcre2-10.32/configure:11920:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
fish-3.1.2/pcre2-10.32/configure-11921-    need_version=no
##############################################
fish-3.1.2/pcre2-10.32/configure-11946-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
fish-3.1.2/pcre2-10.32/configure:11947:  postinstall_cmds='base_file=`basename \$file`~
fish-3.1.2/pcre2-10.32/configure:11948:    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
fish-3.1.2/pcre2-10.32/configure:11949:    dldir=$destdir/`dirname \$dlpath`~
fish-3.1.2/pcre2-10.32/configure-11950-    test -d \$dldir || mkdir -p \$dldir~
##############################################
fish-3.1.2/pcre2-10.32/configure-11955-    fi'
fish-3.1.2/pcre2-10.32/configure:11956:  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
fish-3.1.2/pcre2-10.32/configure-11957-    dlpath=$dir/\$dldll~
##############################################
fish-3.1.2/pcre2-10.32/configure-13614-do :
fish-3.1.2/pcre2-10.32/configure:13615:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
fish-3.1.2/pcre2-10.32/configure-13616-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
fish-3.1.2/pcre2-10.32/configure-13618-  cat >>confdefs.h <<_ACEOF
fish-3.1.2/pcre2-10.32/configure:13619:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
fish-3.1.2/pcre2-10.32/configure-13620-_ACEOF
##############################################
fish-3.1.2/pcre2-10.32/configure-13859-do :
fish-3.1.2/pcre2-10.32/configure:13860:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
fish-3.1.2/pcre2-10.32/configure-13861-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
fish-3.1.2/pcre2-10.32/configure-13863-  cat >>confdefs.h <<_ACEOF
fish-3.1.2/pcre2-10.32/configure:13864:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
fish-3.1.2/pcre2-10.32/configure-13865-_ACEOF
##############################################
fish-3.1.2/pcre2-10.32/configure-15222-  test $ac_status = 0; }; then
fish-3.1.2/pcre2-10.32/configure:15223:  pkg_cv_VALGRIND_CFLAGS=`$PKG_CONFIG --cflags "valgrind" 2>/dev/null`
fish-3.1.2/pcre2-10.32/configure-15224-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
fish-3.1.2/pcre2-10.32/configure-15239-  test $ac_status = 0; }; then
fish-3.1.2/pcre2-10.32/configure:15240:  pkg_cv_VALGRIND_LIBS=`$PKG_CONFIG --libs "valgrind" 2>/dev/null`
fish-3.1.2/pcre2-10.32/configure-15241-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
fish-3.1.2/pcre2-10.32/configure-15260-        if test $_pkg_short_errors_supported = yes; then
fish-3.1.2/pcre2-10.32/configure:15261:	        VALGRIND_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "valgrind" 2>&1`
fish-3.1.2/pcre2-10.32/configure-15262-        else
fish-3.1.2/pcre2-10.32/configure:15263:	        VALGRIND_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "valgrind" 2>&1`
fish-3.1.2/pcre2-10.32/configure-15264-        fi
##############################################
fish-3.1.2/pcre2-10.32/configure-15349-
fish-3.1.2/pcre2-10.32/configure:15350:  case `$SHTOOL path $CC` in
fish-3.1.2/pcre2-10.32/configure-15351-    *ccache*) cc_ccache=yes;;
##############################################
fish-3.1.2/pcre2-10.32/configure-15581-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
fish-3.1.2/pcre2-10.32/configure:15582:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
fish-3.1.2/pcre2-10.32/configure-15583-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
fish-3.1.2/pcre2-10.32/configure-15716-if test -z "$BASH_VERSION$ZSH_VERSION" \
fish-3.1.2/pcre2-10.32/configure:15717:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
fish-3.1.2/pcre2-10.32/configure-15718-  as_echo='print -r --'
fish-3.1.2/pcre2-10.32/configure-15719-  as_echo_n='print -rn --'
fish-3.1.2/pcre2-10.32/configure:15720:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
fish-3.1.2/pcre2-10.32/configure-15721-  as_echo='printf %s\n'
##############################################
fish-3.1.2/pcre2-10.32/configure-15723-else
fish-3.1.2/pcre2-10.32/configure:15724:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
fish-3.1.2/pcre2-10.32/configure-15725-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
fish-3.1.2/pcre2-10.32/configure-15733-	expr "X$arg" : "X\\(.*\\)$as_nl";
fish-3.1.2/pcre2-10.32/configure:15734:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
fish-3.1.2/pcre2-10.32/configure-15735-      esac;
##############################################
fish-3.1.2/pcre2-10.32/configure-15810-# ----------------------------------------
fish-3.1.2/pcre2-10.32/configure:15811:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
fish-3.1.2/pcre2-10.32/configure-15812-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
fish-3.1.2/pcre2-10.32/configure-15882-  {
fish-3.1.2/pcre2-10.32/configure:15883:    as_val=`expr "$@" || test $? -eq 1`
fish-3.1.2/pcre2-10.32/configure-15884-  }
##############################################
fish-3.1.2/pcre2-10.32/configure-15986-      case $as_dir in #(
fish-3.1.2/pcre2-10.32/configure:15987:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
fish-3.1.2/pcre2-10.32/configure-15988-      *) as_qdir=$as_dir;;
##############################################
fish-3.1.2/pcre2-10.32/configure-16121-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
fish-3.1.2/pcre2-10.32/configure:16122:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
fish-3.1.2/pcre2-10.32/configure-16123-ac_cs_version="\\
##############################################
fish-3.1.2/pcre2-10.32/configure-16146-  --*=?*)
fish-3.1.2/pcre2-10.32/configure:16147:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
fish-3.1.2/pcre2-10.32/configure:16148:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
fish-3.1.2/pcre2-10.32/configure-16149-    ac_shift=:
##############################################
fish-3.1.2/pcre2-10.32/configure-16151-  --*=)
fish-3.1.2/pcre2-10.32/configure:16152:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
fish-3.1.2/pcre2-10.32/configure-16153-    ac_optarg=
##############################################
fish-3.1.2/pcre2-10.32/configure-16175-    case $ac_optarg in
fish-3.1.2/pcre2-10.32/configure:16176:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
fish-3.1.2/pcre2-10.32/configure-16177-    '') as_fn_error $? "missing file argument" ;;
##############################################
fish-3.1.2/pcre2-10.32/configure-16183-    case $ac_optarg in
fish-3.1.2/pcre2-10.32/configure:16184:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
fish-3.1.2/pcre2-10.32/configure-16185-    esac
##############################################
fish-3.1.2/pcre2-10.32/configure-16252-delay_variable_subst='$delay_variable_subst'
fish-3.1.2/pcre2-10.32/configure:16253:AS='`$ECHO "$AS" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16254:DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16255:OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16256:macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16257:macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16258:enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16259:enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16260:pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16261:enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16262:shared_archive_member_spec='`$ECHO "$shared_archive_member_spec" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16263:SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16264:ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16265:PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16266:host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16267:host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16268:host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16269:build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16270:build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16271:build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16272:SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16273:Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16274:GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16275:EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16276:FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16277:LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16278:NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16279:LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16280:max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16281:ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16282:exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16283:lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16284:lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16285:lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16286:lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16287:lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16288:reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16289:reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16290:deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16291:file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16292:file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16293:want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16294:sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16295:AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16296:lt_ar_flags='`$ECHO "$lt_ar_flags" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16297:AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16298:archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16299:STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16300:RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16301:old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16302:old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16303:old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16304:lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16305:CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16306:CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16307:compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16308:GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16309:lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16310:lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16311:lt_cv_sys_global_symbol_to_import='`$ECHO "$lt_cv_sys_global_symbol_to_import" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16312:lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16313:lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16314:lt_cv_nm_interface='`$ECHO "$lt_cv_nm_interface" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16315:nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16316:lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16317:lt_cv_truncate_bin='`$ECHO "$lt_cv_truncate_bin" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16318:objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16319:MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16320:lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16321:lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16322:lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16323:lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16324:lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16325:need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16326:MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16327:DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16328:NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16329:LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16330:OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16331:OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16332:libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16333:shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16334:extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16335:archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16336:enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16337:export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16338:whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16339:compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16340:old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16341:old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16342:archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16343:archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16344:module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16345:module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16346:with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16347:allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16348:no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16349:hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16350:hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16351:hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16352:hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16353:hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16354:hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16355:hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16356:inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16357:link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16358:always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16359:export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16360:exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16361:include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16362:prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16363:postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16364:file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16365:variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16366:need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16367:need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16368:version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16369:runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16370:shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16371:shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16372:libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16373:library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16374:soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16375:install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16376:postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16377:postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16378:finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16379:finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16380:hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16381:sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16382:configure_time_dlsearch_path='`$ECHO "$configure_time_dlsearch_path" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16383:configure_time_lt_sys_library_path='`$ECHO "$configure_time_lt_sys_library_path" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16384:hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16385:enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16386:enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16387:enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16388:old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure:16389:striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/configure-16390-
##############################################
fish-3.1.2/pcre2-10.32/configure-16471-striplib; do
fish-3.1.2/pcre2-10.32/configure:16472:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
fish-3.1.2/pcre2-10.32/configure-16473-    *[\\\\\\\`\\"\\\$]*)
fish-3.1.2/pcre2-10.32/configure:16474:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
fish-3.1.2/pcre2-10.32/configure-16475-      ;;
##############################################
fish-3.1.2/pcre2-10.32/configure-16502-configure_time_lt_sys_library_path; do
fish-3.1.2/pcre2-10.32/configure:16503:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
fish-3.1.2/pcre2-10.32/configure-16504-    *[\\\\\\\`\\"\\\$]*)
fish-3.1.2/pcre2-10.32/configure:16505:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
fish-3.1.2/pcre2-10.32/configure-16506-      ;;
##############################################
fish-3.1.2/pcre2-10.32/configure-16605-fi
fish-3.1.2/pcre2-10.32/configure:16606:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
fish-3.1.2/pcre2-10.32/configure-16607-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
fish-3.1.2/pcre2-10.32/configure-16622-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
fish-3.1.2/pcre2-10.32/configure:16623:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
fish-3.1.2/pcre2-10.32/configure-16624-ac_delim='%!_!# '
##############################################
fish-3.1.2/pcre2-10.32/configure-16628-
fish-3.1.2/pcre2-10.32/configure:16629:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
fish-3.1.2/pcre2-10.32/configure-16630-  if test $ac_delim_n = $ac_delim_num; then
##############################################
fish-3.1.2/pcre2-10.32/configure-16766-for ac_last_try in false false :; do
fish-3.1.2/pcre2-10.32/configure:16767:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
fish-3.1.2/pcre2-10.32/configure-16768-  if test -z "$ac_tt"; then
##############################################
fish-3.1.2/pcre2-10.32/configure-16898-      esac
fish-3.1.2/pcre2-10.32/configure:16899:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
fish-3.1.2/pcre2-10.32/configure-16900-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
fish-3.1.2/pcre2-10.32/configure-16957-*)
fish-3.1.2/pcre2-10.32/configure:16958:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
fish-3.1.2/pcre2-10.32/configure-16959-  # A ".." for each directory in $ac_dir_suffix.
fish-3.1.2/pcre2-10.32/configure:16960:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
fish-3.1.2/pcre2-10.32/configure-16961-  case $ac_top_builddir_sub in
##############################################
fish-3.1.2/pcre2-10.32/configure-17018-/@mandir@/p'
fish-3.1.2/pcre2-10.32/configure:17019:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
fish-3.1.2/pcre2-10.32/configure-17020-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
fish-3.1.2/pcre2-10.32/configure-17035-
fish-3.1.2/pcre2-10.32/configure:17036:# Neutralize VPATH when `$srcdir' = `.'.
fish-3.1.2/pcre2-10.32/configure-17037-# Shell code in configure.ac might set extrasub.
##############################################
fish-3.1.2/pcre2-10.32/configure-17063-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
fish-3.1.2/pcre2-10.32/configure:17064:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
fish-3.1.2/pcre2-10.32/configure-17065-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
fish-3.1.2/pcre2-10.32/configure-17109-    * )
fish-3.1.2/pcre2-10.32/configure:17110:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
fish-3.1.2/pcre2-10.32/configure-17111-  esac
##############################################
fish-3.1.2/pcre2-10.32/configure-17156-    # Strip MF so we end up with the name of the file.
fish-3.1.2/pcre2-10.32/configure:17157:    mf=`echo "$mf" | sed -e 's/:.*$//'`
fish-3.1.2/pcre2-10.32/configure-17158-    # Check whether this is an Automake generated Makefile or not.
##############################################
fish-3.1.2/pcre2-10.32/configure-17193-    # from the Makefile without running 'make'.
fish-3.1.2/pcre2-10.32/configure:17194:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
fish-3.1.2/pcre2-10.32/configure-17195-    test -z "$DEPDIR" && continue
fish-3.1.2/pcre2-10.32/configure:17196:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
fish-3.1.2/pcre2-10.32/configure-17197-    test -z "$am__include" && continue
fish-3.1.2/pcre2-10.32/configure:17198:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
fish-3.1.2/pcre2-10.32/configure-17199-    # Find all dependency output files, they are included files with
##############################################
fish-3.1.2/pcre2-10.32/configure-17721-    *:)
fish-3.1.2/pcre2-10.32/configure:17722:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
fish-3.1.2/pcre2-10.32/configure-17723-        ;;
fish-3.1.2/pcre2-10.32/configure-17724-    x:*)
fish-3.1.2/pcre2-10.32/configure:17725:        eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
fish-3.1.2/pcre2-10.32/configure-17726-        ;;
fish-3.1.2/pcre2-10.32/configure-17727-    *::*)
fish-3.1.2/pcre2-10.32/configure:17728:        eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
fish-3.1.2/pcre2-10.32/configure:17729:        eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
fish-3.1.2/pcre2-10.32/configure-17730-        ;;
fish-3.1.2/pcre2-10.32/configure-17731-    *)
fish-3.1.2/pcre2-10.32/configure:17732:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
fish-3.1.2/pcre2-10.32/configure-17733-        ;;
##############################################
fish-3.1.2/pcre2-10.32/configure-17748-    done
fish-3.1.2/pcre2-10.32/configure:17749:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
fish-3.1.2/pcre2-10.32/configure-17750-}
##############################################
fish-3.1.2/pcre2-10.32/configure.ac-929-  AC_PATH_PROG([SHTOOL],[shtool],[false])
fish-3.1.2/pcre2-10.32/configure.ac:930:  case `$SHTOOL path $CC` in
fish-3.1.2/pcre2-10.32/configure.ac-931-    *ccache*) cc_ccache=yes;;
##############################################
fish-3.1.2/pcre2-10.32/depcomp-64-  case $1 in
fish-3.1.2/pcre2-10.32/depcomp:65:    */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;;
fish-3.1.2/pcre2-10.32/depcomp-66-      *) dir=;;
##############################################
fish-3.1.2/pcre2-10.32/depcomp-73-{
fish-3.1.2/pcre2-10.32/depcomp:74:  base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'`
fish-3.1.2/pcre2-10.32/depcomp-75-}
##############################################
fish-3.1.2/pcre2-10.32/depcomp-126-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
fish-3.1.2/pcre2-10.32/depcomp:127:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
fish-3.1.2/pcre2-10.32/depcomp-128-
##############################################
fish-3.1.2/pcre2-10.32/depcomp-405-        sleep 1
fish-3.1.2/pcre2-10.32/depcomp:406:        i=`expr $i - 1`
fish-3.1.2/pcre2-10.32/depcomp-407-      done
fish-3.1.2/pcre2-10.32/depcomp-408-    fi
fish-3.1.2/pcre2-10.32/depcomp:409:    i=`expr $i - 1`
fish-3.1.2/pcre2-10.32/depcomp-410-  done
##############################################
fish-3.1.2/pcre2-10.32/depcomp-425-  # Do two passes, one to just change these to
fish-3.1.2/pcre2-10.32/depcomp:426:  # `$object: dependent.h' and one to simply `dependent.h:'.
fish-3.1.2/pcre2-10.32/depcomp-427-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
fish-3.1.2/pcre2-10.32/depcomp-659-  done
fish-3.1.2/pcre2-10.32/depcomp:660:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
fish-3.1.2/pcre2-10.32/depcomp-661-  touch "$tmpdepfile"
##############################################
fish-3.1.2/pcre2-10.32/install-sh-234-      fi
fish-3.1.2/pcre2-10.32/install-sh:235:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
fish-3.1.2/pcre2-10.32/install-sh-236-    *)
##############################################
fish-3.1.2/pcre2-10.32/install-sh-281-      dstdir=$dst
fish-3.1.2/pcre2-10.32/install-sh:282:      dst=$dstdir/`basename "$src"`
fish-3.1.2/pcre2-10.32/install-sh-283-      dstdir_status=0
fish-3.1.2/pcre2-10.32/install-sh-284-    else
fish-3.1.2/pcre2-10.32/install-sh:285:      dstdir=`dirname "$dst"`
fish-3.1.2/pcre2-10.32/install-sh-286-      test -d "$dstdir"
##############################################
fish-3.1.2/pcre2-10.32/install-sh-337-                   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
fish-3.1.2/pcre2-10.32/install-sh:338:                   ls_ld_tmpdir=`ls -ld "$tmpdir"`
fish-3.1.2/pcre2-10.32/install-sh-339-                   case $ls_ld_tmpdir in
##############################################
fish-3.1.2/pcre2-10.32/install-sh-344-                   $mkdirprog -m$different_mode -p -- "$tmpdir" && {
fish-3.1.2/pcre2-10.32/install-sh:345:                     ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
fish-3.1.2/pcre2-10.32/install-sh-346-                     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
fish-3.1.2/pcre2-10.32/install-sh-402-            case $prefix in
fish-3.1.2/pcre2-10.32/install-sh:403:              *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
fish-3.1.2/pcre2-10.32/install-sh-404-              *) qprefix=$prefix;;
##############################################
fish-3.1.2/pcre2-10.32/install-sh-451-    if $copy_on_change &&
fish-3.1.2/pcre2-10.32/install-sh:452:       old=`LC_ALL=C ls -dlL "$dst"     2>/dev/null` &&
fish-3.1.2/pcre2-10.32/install-sh:453:       new=`LC_ALL=C ls -dlL "$dsttmp"  2>/dev/null` &&
fish-3.1.2/pcre2-10.32/install-sh-454-       set -f &&
##############################################
fish-3.1.2/pcre2-10.32/ltmain.sh-94-#
fish-3.1.2/pcre2-10.32/ltmain.sh:95:#   . `echo "$0" | ${SED-sed} 's|[^/]*$||'`/build-aux/funclib.sh
fish-3.1.2/pcre2-10.32/ltmain.sh-96-#
##############################################
fish-3.1.2/pcre2-10.32/ltmain.sh-210-          func_executable_p "$_G_path_prog" || continue
fish-3.1.2/pcre2-10.32/ltmain.sh:211:          case `"$_G_path_prog" --version 2>&1` in
fish-3.1.2/pcre2-10.32/ltmain.sh-212-            *GNU*) func_path_progs_result=$_G_path_prog _G_path_prog_found=: ;;
##############################################
fish-3.1.2/pcre2-10.32/ltmain.sh-257-      diff conftest.out conftest.nl >/dev/null 2>&1 || break
fish-3.1.2/pcre2-10.32/ltmain.sh:258:      _G_count=`expr $_G_count + 1`
fish-3.1.2/pcre2-10.32/ltmain.sh-259-      if test "$_G_count" -gt "$_G_path_prog_max"; then
##############################################
fish-3.1.2/pcre2-10.32/ltmain.sh-293-      diff conftest.out conftest.nl >/dev/null 2>&1 || break
fish-3.1.2/pcre2-10.32/ltmain.sh:294:      _G_count=`expr $_G_count + 1`
fish-3.1.2/pcre2-10.32/ltmain.sh-295-      if test "$_G_count" -gt "$_G_path_prog_max"; then
##############################################
fish-3.1.2/pcre2-10.32/ltmain.sh-418-# The name of this program.
fish-3.1.2/pcre2-10.32/ltmain.sh:419:progname=`$ECHO "$progpath" |$SED "$sed_basename"`
fish-3.1.2/pcre2-10.32/ltmain.sh-420-
##############################################
fish-3.1.2/pcre2-10.32/ltmain.sh-424-  *[\\/]*)
fish-3.1.2/pcre2-10.32/ltmain.sh:425:     progdir=`$ECHO "$progpath" |$SED "$sed_dirname"`
fish-3.1.2/pcre2-10.32/ltmain.sh:426:     progdir=`cd "$progdir" && pwd`
fish-3.1.2/pcre2-10.32/ltmain.sh-427-     progpath=$progdir/$progname
##############################################
fish-3.1.2/pcre2-10.32/ltmain.sh-618-
fish-3.1.2/pcre2-10.32/ltmain.sh:619:    eval _G_current_value='`$ECHO $'$1'`'
fish-3.1.2/pcre2-10.32/ltmain.sh:620:    _G_delim=`expr "$2" : '\(.\)'`
fish-3.1.2/pcre2-10.32/ltmain.sh-621-
##############################################
fish-3.1.2/pcre2-10.32/ltmain.sh-647-
fish-3.1.2/pcre2-10.32/ltmain.sh:648:    func_arith_result=`expr "$@"`
fish-3.1.2/pcre2-10.32/ltmain.sh-649-  }
##############################################
fish-3.1.2/pcre2-10.32/ltmain.sh-668-  # ...otherwise fall back to using sed.
fish-3.1.2/pcre2-10.32/ltmain.sh:669:  _b='func_basename_result=`$ECHO "$1" |$SED "$sed_basename"`'
fish-3.1.2/pcre2-10.32/ltmain.sh:670:  _d='func_dirname_result=`$ECHO "$1"  |$SED "$sed_dirname"`
fish-3.1.2/pcre2-10.32/ltmain.sh-671-      if test "X$func_dirname_result" = "X$1"; then
##############################################
fish-3.1.2/pcre2-10.32/ltmain.sh-765-      test -n "$_G_tc" && {
fish-3.1.2/pcre2-10.32/ltmain.sh:766:        _G_esc_tc=`$ECHO "$_G_tc" | $SED "$sed_make_literal_regex"`
fish-3.1.2/pcre2-10.32/ltmain.sh:767:        _G_indent=`$ECHO "$_G_indent" | $SED "s|$_G_esc_tc||g"`
fish-3.1.2/pcre2-10.32/ltmain.sh-768-      }
fish-3.1.2/pcre2-10.32/ltmain.sh-769-    done
fish-3.1.2/pcre2-10.32/ltmain.sh:770:    _G_indent="$progname: "`echo "$_G_indent" | $SED 's|.| |g'`"  " ## exclude from sc_prohibit_nested_quotes
fish-3.1.2/pcre2-10.32/ltmain.sh-771-
##############################################
fish-3.1.2/pcre2-10.32/ltmain.sh-839-
fish-3.1.2/pcre2-10.32/ltmain.sh:840:    func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
fish-3.1.2/pcre2-10.32/ltmain.sh-841-  }
##############################################
fish-3.1.2/pcre2-10.32/ltmain.sh-871-        # ...otherwise throw away the child directory and loop
fish-3.1.2/pcre2-10.32/ltmain.sh:872:        _G_directory_path=`$ECHO "$_G_directory_path" | $SED -e "$sed_dirname"`
fish-3.1.2/pcre2-10.32/ltmain.sh-873-      done
fish-3.1.2/pcre2-10.32/ltmain.sh:874:      _G_dir_list=`$ECHO "$_G_dir_list" | $SED 's|:*$||'`
fish-3.1.2/pcre2-10.32/ltmain.sh-875-
##############################################
fish-3.1.2/pcre2-10.32/ltmain.sh-909-      # If mktemp works, use that first and foremost
fish-3.1.2/pcre2-10.32/ltmain.sh:910:      _G_tmpdir=`mktemp -d "$_G_template-XXXXXXXX" 2>/dev/null`
fish-3.1.2/pcre2-10.32/ltmain.sh-911-
##############################################
fish-3.1.2/pcre2-10.32/ltmain.sh-1181-# but optimized for speed.  Result is stored in $func_quotefast_eval.
fish-3.1.2/pcre2-10.32/ltmain.sh:1182:if test xyes = `(x=; printf -v x %q yes; echo x"$x") 2>/dev/null`; then
fish-3.1.2/pcre2-10.32/ltmain.sh-1183-  printf -v _GL_test_printf_tilde %q '~'
##############################################
fish-3.1.2/pcre2-10.32/ltmain.sh-1320-    case $2 in
fish-3.1.2/pcre2-10.32/ltmain.sh:1321:      .*) func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%\\\\$2\$%%"`;;
fish-3.1.2/pcre2-10.32/ltmain.sh:1322:      *)  func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%$2\$%%"`;;
fish-3.1.2/pcre2-10.32/ltmain.sh-1323-    esac
##############################################
fish-3.1.2/pcre2-10.32/ltmain.sh-1393-    [0-9]* | *[!a-zA-Z0-9_]*)
fish-3.1.2/pcre2-10.32/ltmain.sh:1394:      func_tr_sh_result=`$ECHO "$1" | $SED -e 's/^\([0-9]\)/_\1/' -e 's/[^a-zA-Z0-9_]/_/g'`
fish-3.1.2/pcre2-10.32/ltmain.sh-1395-      ;;
##############################################
fish-3.1.2/pcre2-10.32/ltmain.sh-1480-
fish-3.1.2/pcre2-10.32/ltmain.sh:1481:    test "x$1" = x`func_sort_ver "$1" "$2" | $SED 1q`
fish-3.1.2/pcre2-10.32/ltmain.sh-1482-}
##############################################
fish-3.1.2/pcre2-10.32/ltmain.sh-1542-# The default options also support '--debug', which will turn on shell
fish-3.1.2/pcre2-10.32/ltmain.sh:1543:# execution tracing (see the comment above debug_cmd below for another
fish-3.1.2/pcre2-10.32/ltmain.sh-1544-# use), and '--verbose' and the func_verbose function to allow your script
##############################################
fish-3.1.2/pcre2-10.32/ltmain.sh-1636-
fish-3.1.2/pcre2-10.32/ltmain.sh:1637:    eval ${1}_hooks='`$ECHO "\$'$1'_hooks" |$SED "s| '$2'||"`'
fish-3.1.2/pcre2-10.32/ltmain.sh-1638-}
##############################################
fish-3.1.2/pcre2-10.32/ltmain.sh-2056-
fish-3.1.2/pcre2-10.32/ltmain.sh:2057:      func_split_equals_lhs=`expr "x$1" : 'x\([^=]*\)'`
fish-3.1.2/pcre2-10.32/ltmain.sh-2058-      func_split_equals_rhs=
fish-3.1.2/pcre2-10.32/ltmain.sh-2059-      test "x$func_split_equals_lhs" = "x$1" \
fish-3.1.2/pcre2-10.32/ltmain.sh:2060:        || func_split_equals_rhs=`expr "x$1" : 'x[^=]*=\(.*\)$'`
fish-3.1.2/pcre2-10.32/ltmain.sh-2061-  }
##############################################
fish-3.1.2/pcre2-10.32/ltmain.sh-2084-
fish-3.1.2/pcre2-10.32/ltmain.sh:2085:      func_split_short_opt_name=`expr "x$1" : 'x-\(.\)'`
fish-3.1.2/pcre2-10.32/ltmain.sh:2086:      func_split_short_opt_arg=`expr "x$1" : 'x-.\(.*\)$'`
fish-3.1.2/pcre2-10.32/ltmain.sh-2087-  }
##############################################
fish-3.1.2/pcre2-10.32/ltmain.sh-2270-       version:        $progname (GNU libtool) 2.4.6.40-6ca5-dirty
fish-3.1.2/pcre2-10.32/ltmain.sh:2271:       automake:       `($AUTOMAKE --version) 2>/dev/null |$SED 1q`
fish-3.1.2/pcre2-10.32/ltmain.sh:2272:       autoconf:       `($AUTOCONF --version) 2>/dev/null |$SED 1q`
fish-3.1.2/pcre2-10.32/ltmain.sh-2273-
##############################################
fish-3.1.2/pcre2-10.32/ltmain.sh-2309-  {
fish-3.1.2/pcre2-10.32/ltmain.sh:2310:    func_lo2o_result=`$ECHO "$1" | $SED "$lo2o"`
fish-3.1.2/pcre2-10.32/ltmain.sh-2311-  }
##############################################
fish-3.1.2/pcre2-10.32/ltmain.sh-2314-  {
fish-3.1.2/pcre2-10.32/ltmain.sh:2315:    func_xform_result=`$ECHO "$1" | $SED 's|\.[^.]*$|.lo|'`
fish-3.1.2/pcre2-10.32/ltmain.sh-2316-  }
##############################################
fish-3.1.2/pcre2-10.32/ltmain.sh-2405-	  # quotes we have to do it in 2 steps:
fish-3.1.2/pcre2-10.32/ltmain.sh:2406:	  extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"`
fish-3.1.2/pcre2-10.32/ltmain.sh-2407-	  eval "$extractedcf"
##############################################
fish-3.1.2/pcre2-10.32/ltmain.sh-2873-      done
fish-3.1.2/pcre2-10.32/ltmain.sh:2874:      CC_expanded=`func_echo_all $CC`
fish-3.1.2/pcre2-10.32/ltmain.sh:2875:      CC_quoted_expanded=`func_echo_all $CC_quoted`
fish-3.1.2/pcre2-10.32/ltmain.sh-2876-      case $@ in
##############################################
fish-3.1.2/pcre2-10.32/ltmain.sh-2886-	    # Evaluate the configuration.
fish-3.1.2/pcre2-10.32/ltmain.sh:2887:	    eval "`$SED -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
fish-3.1.2/pcre2-10.32/ltmain.sh-2888-	    CC_quoted=
##############################################
fish-3.1.2/pcre2-10.32/ltmain.sh-2892-	    done
fish-3.1.2/pcre2-10.32/ltmain.sh:2893:	    CC_expanded=`func_echo_all $CC`
fish-3.1.2/pcre2-10.32/ltmain.sh:2894:	    CC_quoted_expanded=`func_echo_all $CC_quoted`
fish-3.1.2/pcre2-10.32/ltmain.sh-2895-	    case "$@ " in
##############################################
fish-3.1.2/pcre2-10.32/ltmain.sh-2984-    # zero AND non-empty stdout, which explains the odd construction:
fish-3.1.2/pcre2-10.32/ltmain.sh:2985:    func_convert_core_file_wine_to_w32_tmp=`winepath -w "$1" 2>/dev/null`
fish-3.1.2/pcre2-10.32/ltmain.sh-2986-    if test "$?" -eq 0 && test -n "$func_convert_core_file_wine_to_w32_tmp"; then
##############################################
fish-3.1.2/pcre2-10.32/ltmain.sh-3052-  if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then
fish-3.1.2/pcre2-10.32/ltmain.sh:3053:    func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null`
fish-3.1.2/pcre2-10.32/ltmain.sh-3054-    if test "$?" -ne 0; then
##############################################
fish-3.1.2/pcre2-10.32/ltmain.sh-3223-    # LT_CYGPATH in this case.
fish-3.1.2/pcre2-10.32/ltmain.sh:3224:    func_to_host_file_result=`cygpath -m "$1"`
fish-3.1.2/pcre2-10.32/ltmain.sh-3225-  fi
##############################################
fish-3.1.2/pcre2-10.32/ltmain.sh-3380-    func_to_host_path_tmp1=$func_stripname_result
fish-3.1.2/pcre2-10.32/ltmain.sh:3381:    func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"`
fish-3.1.2/pcre2-10.32/ltmain.sh-3382-    func_convert_path_check : ";" \
##############################################
fish-3.1.2/pcre2-10.32/ltmain.sh-3590-    *.[cCFSifmso] | \
fish-3.1.2/pcre2-10.32/ltmain.sh:3591:    *.ada | *.adb | *.ads | *.asm | \
fish-3.1.2/pcre2-10.32/ltmain.sh-3592-    *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \
##############################################
fish-3.1.2/pcre2-10.32/ltmain.sh-3667-    if test no = "$compiler_c_o"; then
fish-3.1.2/pcre2-10.32/ltmain.sh:3668:      output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.$objext
fish-3.1.2/pcre2-10.32/ltmain.sh-3669-      lockfile=$output_obj.lock
##############################################
fish-3.1.2/pcre2-10.32/ltmain.sh-3686-*** ERROR, $lockfile exists and contains:
fish-3.1.2/pcre2-10.32/ltmain.sh:3687:`cat $lockfile 2>/dev/null`
fish-3.1.2/pcre2-10.32/ltmain.sh-3688-
##############################################
fish-3.1.2/pcre2-10.32/ltmain.sh-3734-      if test warn = "$need_locks" &&
fish-3.1.2/pcre2-10.32/ltmain.sh:3735:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
fish-3.1.2/pcre2-10.32/ltmain.sh-3736-	$ECHO "\
fish-3.1.2/pcre2-10.32/ltmain.sh-3737-*** ERROR, $lockfile contains:
fish-3.1.2/pcre2-10.32/ltmain.sh:3738:`cat $lockfile 2>/dev/null`
fish-3.1.2/pcre2-10.32/ltmain.sh-3739-
##############################################
fish-3.1.2/pcre2-10.32/ltmain.sh-3783-      if test warn = "$need_locks" &&
fish-3.1.2/pcre2-10.32/ltmain.sh:3784:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
fish-3.1.2/pcre2-10.32/ltmain.sh-3785-	$ECHO "\
fish-3.1.2/pcre2-10.32/ltmain.sh-3786-*** ERROR, $lockfile contains:
fish-3.1.2/pcre2-10.32/ltmain.sh:3787:`cat $lockfile 2>/dev/null`
fish-3.1.2/pcre2-10.32/ltmain.sh-3788-
##############################################
fish-3.1.2/pcre2-10.32/ltmain.sh-4109-      # Get the absolute pathname.
fish-3.1.2/pcre2-10.32/ltmain.sh:4110:      absdir=`cd "$dir" && pwd`
fish-3.1.2/pcre2-10.32/ltmain.sh-4111-      test -n "$absdir" && dir=$absdir
##############################################
fish-3.1.2/pcre2-10.32/ltmain.sh-4208-      if test -n "$lt_sysroot"; then
fish-3.1.2/pcre2-10.32/ltmain.sh:4209:        sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"`
fish-3.1.2/pcre2-10.32/ltmain.sh-4210-        sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;"
##############################################
fish-3.1.2/pcre2-10.32/ltmain.sh-4492-	  # Determine the prefix the user has applied to our future dir.
fish-3.1.2/pcre2-10.32/ltmain.sh:4493:	  inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"`
fish-3.1.2/pcre2-10.32/ltmain.sh-4494-
##############################################
fish-3.1.2/pcre2-10.32/ltmain.sh-4505-	    # Stick the inst_prefix_dir data into the link command.
fish-3.1.2/pcre2-10.32/ltmain.sh:4506:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
fish-3.1.2/pcre2-10.32/ltmain.sh-4507-	  else
fish-3.1.2/pcre2-10.32/ltmain.sh:4508:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"`
fish-3.1.2/pcre2-10.32/ltmain.sh-4509-	  fi
##############################################
fish-3.1.2/pcre2-10.32/ltmain.sh-4672-	    fi
fish-3.1.2/pcre2-10.32/ltmain.sh:4673:	    libfile=$libdir/`$ECHO "$lib" | $SED 's%^.*/%%g'`
fish-3.1.2/pcre2-10.32/ltmain.sh-4674-	    if test -n "$libdir" && test ! -f "$libfile"; then
##############################################
fish-3.1.2/pcre2-10.32/ltmain.sh-4691-	        # Replace the output file specification.
fish-3.1.2/pcre2-10.32/ltmain.sh:4692:	        relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'`
fish-3.1.2/pcre2-10.32/ltmain.sh-4693-
##############################################
fish-3.1.2/pcre2-10.32/ltmain.sh-4710-	    # Install the binary that we compiled earlier.
fish-3.1.2/pcre2-10.32/ltmain.sh:4711:	    file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"`
fish-3.1.2/pcre2-10.32/ltmain.sh-4712-	  fi
##############################################
fish-3.1.2/pcre2-10.32/ltmain.sh-4784-    my_pic_p=${3-false}
fish-3.1.2/pcre2-10.32/ltmain.sh:4785:    my_prefix=`$ECHO "$my_originator" | $SED 's%[^a-zA-Z0-9]%_%g'`
fish-3.1.2/pcre2-10.32/ltmain.sh-4786-    my_dlsyms=
##############################################
fish-3.1.2/pcre2-10.32/ltmain.sh-4842-	  # Add our own program objects to the symbol list.
fish-3.1.2/pcre2-10.32/ltmain.sh:4843:	  progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP`
fish-3.1.2/pcre2-10.32/ltmain.sh-4844-	  for progfile in $progfiles; do
##############################################
fish-3.1.2/pcre2-10.32/ltmain.sh-4904-	          # Use subshell, to avoid clobbering current variable values
fish-3.1.2/pcre2-10.32/ltmain.sh:4905:	          dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"`
fish-3.1.2/pcre2-10.32/ltmain.sh-4906-	          if test -n "$dlprefile_dlname"; then
##############################################
fish-3.1.2/pcre2-10.32/ltmain.sh-5073-	  if test -f "$output_objdir/$my_outputname.def"; then
fish-3.1.2/pcre2-10.32/ltmain.sh:5074:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
fish-3.1.2/pcre2-10.32/ltmain.sh:5075:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
fish-3.1.2/pcre2-10.32/ltmain.sh-5076-	  else
fish-3.1.2/pcre2-10.32/ltmain.sh:5077:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
fish-3.1.2/pcre2-10.32/ltmain.sh:5078:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
fish-3.1.2/pcre2-10.32/ltmain.sh-5079-	  fi
##############################################
fish-3.1.2/pcre2-10.32/ltmain.sh-5081-	*)
fish-3.1.2/pcre2-10.32/ltmain.sh:5082:	  compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
fish-3.1.2/pcre2-10.32/ltmain.sh:5083:	  finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
fish-3.1.2/pcre2-10.32/ltmain.sh-5084-	  ;;
##############################################
fish-3.1.2/pcre2-10.32/ltmain.sh-5096-      # Nullify the symbol file.
fish-3.1.2/pcre2-10.32/ltmain.sh:5097:      compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"`
fish-3.1.2/pcre2-10.32/ltmain.sh:5098:      finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"`
fish-3.1.2/pcre2-10.32/ltmain.sh-5099-    fi
##############################################
fish-3.1.2/pcre2-10.32/ltmain.sh-5110-  func_to_tool_file "$1" func_convert_file_msys_to_w32
fish-3.1.2/pcre2-10.32/ltmain.sh:5111:  func_cygming_gnu_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $EGREP ' (_head_[A-Za-z0-9_]+_[ad]l*|[A-Za-z0-9_]+_[ad]l*_iname)$'`
fish-3.1.2/pcre2-10.32/ltmain.sh-5112-  test -n "$func_cygming_gnu_implib_tmp"
##############################################
fish-3.1.2/pcre2-10.32/ltmain.sh-5123-  func_to_tool_file "$1" func_convert_file_msys_to_w32
fish-3.1.2/pcre2-10.32/ltmain.sh:5124:  func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'`
fish-3.1.2/pcre2-10.32/ltmain.sh-5125-  test -n "$func_cygming_ms_implib_tmp"
##############################################
fish-3.1.2/pcre2-10.32/ltmain.sh-5139-  win32_libid_type=unknown
fish-3.1.2/pcre2-10.32/ltmain.sh:5140:  win32_fileres=`file -L $1 2>/dev/null`
fish-3.1.2/pcre2-10.32/ltmain.sh-5141-  case $win32_fileres in
##############################################
fish-3.1.2/pcre2-10.32/ltmain.sh-5204-
fish-3.1.2/pcre2-10.32/ltmain.sh:5205:  sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"`
fish-3.1.2/pcre2-10.32/ltmain.sh-5206-}
##############################################
fish-3.1.2/pcre2-10.32/ltmain.sh-5222-
fish-3.1.2/pcre2-10.32/ltmain.sh:5223:  match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"`
fish-3.1.2/pcre2-10.32/ltmain.sh-5224-  $OBJDUMP -s --section "$1" "$2" 2>/dev/null |
##############################################
fish-3.1.2/pcre2-10.32/ltmain.sh-5286-    # binutils import library
fish-3.1.2/pcre2-10.32/ltmain.sh:5287:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"`
fish-3.1.2/pcre2-10.32/ltmain.sh-5288-  elif func_cygming_ms_implib_p "$1"; then
fish-3.1.2/pcre2-10.32/ltmain.sh-5289-    # ms-generated import library
fish-3.1.2/pcre2-10.32/ltmain.sh:5290:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"`
fish-3.1.2/pcre2-10.32/ltmain.sh-5291-  else
##############################################
fish-3.1.2/pcre2-10.32/ltmain.sh-5370-	  darwin_base_archive=$func_basename_result
fish-3.1.2/pcre2-10.32/ltmain.sh:5371:	  darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true`
fish-3.1.2/pcre2-10.32/ltmain.sh-5372-	  if test -n "$darwin_arches"; then
fish-3.1.2/pcre2-10.32/ltmain.sh:5373:	    darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'`
fish-3.1.2/pcre2-10.32/ltmain.sh-5374-	    darwin_arch=
##############################################
fish-3.1.2/pcre2-10.32/ltmain.sh-5384-            ## Okay now we've a bunch of thin objects, gotta fatten them up :)
fish-3.1.2/pcre2-10.32/ltmain.sh:5385:	    darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$sed_basename" | sort -u`
fish-3.1.2/pcre2-10.32/ltmain.sh-5386-	    darwin_file=
##############################################
fish-3.1.2/pcre2-10.32/ltmain.sh-5388-	    for darwin_file in $darwin_filelist; do
fish-3.1.2/pcre2-10.32/ltmain.sh:5389:	      darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP`
fish-3.1.2/pcre2-10.32/ltmain.sh-5390-	      $LIPO -create -output "$darwin_file" $darwin_files
##############################################
fish-3.1.2/pcre2-10.32/ltmain.sh-5403-      esac
fish-3.1.2/pcre2-10.32/ltmain.sh:5404:      my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP`
fish-3.1.2/pcre2-10.32/ltmain.sh-5405-    done
##############################################
fish-3.1.2/pcre2-10.32/ltmain.sh-5510-    --lt-dump-script)
fish-3.1.2/pcre2-10.32/ltmain.sh:5511:        lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\`
fish-3.1.2/pcre2-10.32/ltmain.sh-5512-        test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=.
fish-3.1.2/pcre2-10.32/ltmain.sh:5513:        lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\`
fish-3.1.2/pcre2-10.32/ltmain.sh-5514-        cat \"\$lt_dump_D/\$lt_dump_F\"
##############################################
fish-3.1.2/pcre2-10.32/ltmain.sh-5537-    \$ECHO \"$outputname:$output:\$LINENO: newargv[\$lt_dump_args_N]: \$lt_arg\"
fish-3.1.2/pcre2-10.32/ltmain.sh:5538:    lt_dump_args_N=\`expr \$lt_dump_args_N + 1\`
fish-3.1.2/pcre2-10.32/ltmain.sh-5539-  done
##############################################
fish-3.1.2/pcre2-10.32/ltmain.sh-5595-  # Find the directory that this script lives in.
fish-3.1.2/pcre2-10.32/ltmain.sh:5596:  thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\`
fish-3.1.2/pcre2-10.32/ltmain.sh-5597-  test \"x\$thisdir\" = \"x\$file\" && thisdir=.
##############################################
fish-3.1.2/pcre2-10.32/ltmain.sh-5599-  # Follow symbolic links until we get to the real thisdir.
fish-3.1.2/pcre2-10.32/ltmain.sh:5600:  file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\`
fish-3.1.2/pcre2-10.32/ltmain.sh-5601-  while test -n \"\$file\"; do
fish-3.1.2/pcre2-10.32/ltmain.sh:5602:    destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\`
fish-3.1.2/pcre2-10.32/ltmain.sh-5603-
##############################################
fish-3.1.2/pcre2-10.32/ltmain.sh-5611-
fish-3.1.2/pcre2-10.32/ltmain.sh:5612:    file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\`
fish-3.1.2/pcre2-10.32/ltmain.sh:5613:    file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\`
fish-3.1.2/pcre2-10.32/ltmain.sh-5614-  done
##############################################
fish-3.1.2/pcre2-10.32/ltmain.sh-5625-    case \"\$thisdir\" in
fish-3.1.2/pcre2-10.32/ltmain.sh:5626:    *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;;
fish-3.1.2/pcre2-10.32/ltmain.sh-5627-    $objdir )   thisdir=. ;;
##############################################
fish-3.1.2/pcre2-10.32/ltmain.sh-5631-  # Try to get the absolute directory name.
fish-3.1.2/pcre2-10.32/ltmain.sh:5632:  absdir=\`cd \"\$thisdir\" && pwd\`
fish-3.1.2/pcre2-10.32/ltmain.sh-5633-  test -n \"\$absdir\" && thisdir=\"\$absdir\"
##############################################
fish-3.1.2/pcre2-10.32/ltmain.sh-5641-  if test ! -f \"\$progdir/\$program\" ||
fish-3.1.2/pcre2-10.32/ltmain.sh:5642:     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | $SED 1q\`; \\
fish-3.1.2/pcre2-10.32/ltmain.sh-5643-       test \"X\$file\" != \"X\$progdir/\$program\"; }; then
##############################################
fish-3.1.2/pcre2-10.32/ltmain.sh-5656-    if test -n \"\$relink_command\"; then
fish-3.1.2/pcre2-10.32/ltmain.sh:5657:      if relink_command_output=\`eval \$relink_command 2>&1\`; then :
fish-3.1.2/pcre2-10.32/ltmain.sh-5658-      else
##############################################
fish-3.1.2/pcre2-10.32/ltmain.sh-5700-    # The second colon is a workaround for a bug in BeOS R4 sed
fish-3.1.2/pcre2-10.32/ltmain.sh:5701:    $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\`
fish-3.1.2/pcre2-10.32/ltmain.sh-5702-
##############################################
fish-3.1.2/pcre2-10.32/ltmain.sh-6679-
fish-3.1.2/pcre2-10.32/ltmain.sh:6680:    case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in
fish-3.1.2/pcre2-10.32/ltmain.sh-6681-    *import*) : ;;
##############################################
fish-3.1.2/pcre2-10.32/ltmain.sh-6927-	    moreargs=
fish-3.1.2/pcre2-10.32/ltmain.sh:6928:	    for fil in `cat "$save_arg"`
fish-3.1.2/pcre2-10.32/ltmain.sh-6929-	    do
##############################################
fish-3.1.2/pcre2-10.32/ltmain.sh-7188-	*)
fish-3.1.2/pcre2-10.32/ltmain.sh:7189:	  absdir=`cd "$dir" && pwd`
fish-3.1.2/pcre2-10.32/ltmain.sh-7190-	  test -z "$absdir" && \
##############################################
fish-3.1.2/pcre2-10.32/ltmain.sh-7209-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
fish-3.1.2/pcre2-10.32/ltmain.sh:7210:	  testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'`
fish-3.1.2/pcre2-10.32/ltmain.sh-7211-	  case :$dllsearchpath: in
##############################################
fish-3.1.2/pcre2-10.32/ltmain.sh-7506-      -Z*)
fish-3.1.2/pcre2-10.32/ltmain.sh:7507:        if test os2 = "`expr $host : '.*\(os2\)'`"; then
fish-3.1.2/pcre2-10.32/ltmain.sh-7508-          # OS/2 uses -Zxxx to specify OS/2-specific options
##############################################
fish-3.1.2/pcre2-10.32/ltmain.sh-7676-      # get the directories listed in $shlibpath_var
fish-3.1.2/pcre2-10.32/ltmain.sh:7677:      eval shlib_search_path=\`\$ECHO \"\$$shlibpath_var\" \| \$SED \'s/:/ /g\'\`
fish-3.1.2/pcre2-10.32/ltmain.sh-7678-    else
##############################################
fish-3.1.2/pcre2-10.32/ltmain.sh-7992-		  set dummy $deplibs_check_method; shift
fish-3.1.2/pcre2-10.32/ltmain.sh:7993:		  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
fish-3.1.2/pcre2-10.32/ltmain.sh-7994-		  if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \
##############################################
fish-3.1.2/pcre2-10.32/ltmain.sh-8082-	if test -n "$inherited_linker_flags"; then
fish-3.1.2/pcre2-10.32/ltmain.sh:8083:	  tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'`
fish-3.1.2/pcre2-10.32/ltmain.sh-8084-	  for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do
##############################################
fish-3.1.2/pcre2-10.32/ltmain.sh-8090-	fi
fish-3.1.2/pcre2-10.32/ltmain.sh:8091:	dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
fish-3.1.2/pcre2-10.32/ltmain.sh-8092-	if test lib,link = "$linkmode,$pass" ||
##############################################
fish-3.1.2/pcre2-10.32/ltmain.sh-8163-	*)
fish-3.1.2/pcre2-10.32/ltmain.sh:8164:	  abs_ladir=`cd "$ladir" && pwd`
fish-3.1.2/pcre2-10.32/ltmain.sh-8165-	  if test -z "$abs_ladir"; then
##############################################
fish-3.1.2/pcre2-10.32/ltmain.sh-8416-	    shift
fish-3.1.2/pcre2-10.32/ltmain.sh:8417:	    libname=`eval "\\$ECHO \"$libname_spec\""`
fish-3.1.2/pcre2-10.32/ltmain.sh-8418-	    # use dlname if we got it. it's perfectly good, no?
##############################################
fish-3.1.2/pcre2-10.32/ltmain.sh-8708-		*)
fish-3.1.2/pcre2-10.32/ltmain.sh:8709:		  absdir=`cd "$dir" && pwd`
fish-3.1.2/pcre2-10.32/ltmain.sh-8710-		  if test -z "$absdir"; then
##############################################
fish-3.1.2/pcre2-10.32/ltmain.sh-8719-		  depdepl=
fish-3.1.2/pcre2-10.32/ltmain.sh:8720:		  eval deplibrary_names=`$SED -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
fish-3.1.2/pcre2-10.32/ltmain.sh-8721-		  if test -n "$deplibrary_names"; then
##############################################
fish-3.1.2/pcre2-10.32/ltmain.sh-8726-		      depdepl=$absdir/$objdir/$depdepl
fish-3.1.2/pcre2-10.32/ltmain.sh:8727:		      darwin_install_name=`$OTOOL -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
fish-3.1.2/pcre2-10.32/ltmain.sh-8728-                      if test -z "$darwin_install_name"; then
fish-3.1.2/pcre2-10.32/ltmain.sh:8729:                          darwin_install_name=`$OTOOL64 -L $depdepl  | awk '{if (NR == 2) {print $1;exit}}'`
fish-3.1.2/pcre2-10.32/ltmain.sh-8730-                      fi
##############################################
fish-3.1.2/pcre2-10.32/ltmain.sh-8741-		else
fish-3.1.2/pcre2-10.32/ltmain.sh:8742:		  eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
fish-3.1.2/pcre2-10.32/ltmain.sh-8743-		  test -z "$libdir" && \
##############################################
fish-3.1.2/pcre2-10.32/ltmain.sh-8764-	else
fish-3.1.2/pcre2-10.32/ltmain.sh:8765:	  compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
fish-3.1.2/pcre2-10.32/ltmain.sh-8766-	fi
##############################################
fish-3.1.2/pcre2-10.32/ltmain.sh-8853-        linux*)
fish-3.1.2/pcre2-10.32/ltmain.sh:8854:          case `$CC -V 2>&1 | sed 5q` in
fish-3.1.2/pcre2-10.32/ltmain.sh-8855-          *Sun\ C*) # Sun C++ 5.9
##############################################
fish-3.1.2/pcre2-10.32/ltmain.sh-9258-	removelist=
fish-3.1.2/pcre2-10.32/ltmain.sh:9259:	tempremovelist=`$ECHO "$output_objdir/*"`
fish-3.1.2/pcre2-10.32/ltmain.sh-9260-	for p in $tempremovelist; do
##############################################
fish-3.1.2/pcre2-10.32/ltmain.sh-9284-	# Transform .lo files to .o files.
fish-3.1.2/pcre2-10.32/ltmain.sh:9285:	oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; $lo2o" | $NL2SP`
fish-3.1.2/pcre2-10.32/ltmain.sh-9286-      fi
##############################################
fish-3.1.2/pcre2-10.32/ltmain.sh-9289-      #for path in $notinst_path; do
fish-3.1.2/pcre2-10.32/ltmain.sh:9290:      #	lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"`
fish-3.1.2/pcre2-10.32/ltmain.sh:9291:      #	deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"`
fish-3.1.2/pcre2-10.32/ltmain.sh:9292:      #	dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"`
fish-3.1.2/pcre2-10.32/ltmain.sh-9293-      #done
##############################################
fish-3.1.2/pcre2-10.32/ltmain.sh-9410-		if test -n "$i"; then
fish-3.1.2/pcre2-10.32/ltmain.sh:9411:		  libname=`eval "\\$ECHO \"$libname_spec\""`
fish-3.1.2/pcre2-10.32/ltmain.sh:9412:		  deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
fish-3.1.2/pcre2-10.32/ltmain.sh-9413-		  set dummy $deplib_matches; shift
fish-3.1.2/pcre2-10.32/ltmain.sh-9414-		  deplib_match=$1
fish-3.1.2/pcre2-10.32/ltmain.sh:9415:		  if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then
fish-3.1.2/pcre2-10.32/ltmain.sh-9416-		    func_append newdeplibs " $i"
##############################################
fish-3.1.2/pcre2-10.32/ltmain.sh-9453-		  if test -n "$i"; then
fish-3.1.2/pcre2-10.32/ltmain.sh:9454:		    libname=`eval "\\$ECHO \"$libname_spec\""`
fish-3.1.2/pcre2-10.32/ltmain.sh:9455:		    deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
fish-3.1.2/pcre2-10.32/ltmain.sh-9456-		    set dummy $deplib_matches; shift
fish-3.1.2/pcre2-10.32/ltmain.sh-9457-		    deplib_match=$1
fish-3.1.2/pcre2-10.32/ltmain.sh:9458:		    if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then
fish-3.1.2/pcre2-10.32/ltmain.sh-9459-		      func_append newdeplibs " $i"
##############################################
fish-3.1.2/pcre2-10.32/ltmain.sh-9488-	  set dummy $deplibs_check_method; shift
fish-3.1.2/pcre2-10.32/ltmain.sh:9489:	  file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
fish-3.1.2/pcre2-10.32/ltmain.sh-9490-	  for a_deplib in $deplibs; do
##############################################
fish-3.1.2/pcre2-10.32/ltmain.sh-9503-	      if test -n "$a_deplib"; then
fish-3.1.2/pcre2-10.32/ltmain.sh:9504:		libname=`eval "\\$ECHO \"$libname_spec\""`
fish-3.1.2/pcre2-10.32/ltmain.sh-9505-		if test -n "$file_magic_glob"; then
fish-3.1.2/pcre2-10.32/ltmain.sh:9506:		  libnameglob=`func_echo_all "$libname" | $SED -e $file_magic_glob`
fish-3.1.2/pcre2-10.32/ltmain.sh-9507-		else
##############################################
fish-3.1.2/pcre2-10.32/ltmain.sh-9513-		    shopt -s nocaseglob
fish-3.1.2/pcre2-10.32/ltmain.sh:9514:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
fish-3.1.2/pcre2-10.32/ltmain.sh-9515-		    $nocaseglob
fish-3.1.2/pcre2-10.32/ltmain.sh-9516-		  else
fish-3.1.2/pcre2-10.32/ltmain.sh:9517:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
fish-3.1.2/pcre2-10.32/ltmain.sh-9518-		  fi
##############################################
fish-3.1.2/pcre2-10.32/ltmain.sh-9531-		      while test -h "$potlib" 2>/dev/null; do
fish-3.1.2/pcre2-10.32/ltmain.sh:9532:			potliblink=`ls -ld $potlib | $SED 's/.* -> //'`
fish-3.1.2/pcre2-10.32/ltmain.sh-9533-			case $potliblink in
fish-3.1.2/pcre2-10.32/ltmain.sh-9534-			[\\/]* | [A-Za-z]:[\\/]*) potlib=$potliblink;;
fish-3.1.2/pcre2-10.32/ltmain.sh:9535:			*) potlib=`$ECHO "$potlib" | $SED 's|[^/]*$||'`"$potliblink";;
fish-3.1.2/pcre2-10.32/ltmain.sh-9536-			esac
##############################################
fish-3.1.2/pcre2-10.32/ltmain.sh-9572-	  set dummy $deplibs_check_method; shift
fish-3.1.2/pcre2-10.32/ltmain.sh:9573:	  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
fish-3.1.2/pcre2-10.32/ltmain.sh-9574-	  for a_deplib in $deplibs; do
##############################################
fish-3.1.2/pcre2-10.32/ltmain.sh-9587-	      if test -n "$a_deplib"; then
fish-3.1.2/pcre2-10.32/ltmain.sh:9588:		libname=`eval "\\$ECHO \"$libname_spec\""`
fish-3.1.2/pcre2-10.32/ltmain.sh-9589-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
fish-3.1.2/pcre2-10.32/ltmain.sh:9590:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
fish-3.1.2/pcre2-10.32/ltmain.sh-9591-		  for potent_lib in $potential_libs; do
##############################################
fish-3.1.2/pcre2-10.32/ltmain.sh-9626-	  newdeplibs=
fish-3.1.2/pcre2-10.32/ltmain.sh:9627:	  tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'`
fish-3.1.2/pcre2-10.32/ltmain.sh-9628-	  if test yes = "$allow_libtool_libs_with_static_runtimes"; then
##############################################
fish-3.1.2/pcre2-10.32/ltmain.sh-9630-	      # can't use Xsed below, because $i might contain '/'
fish-3.1.2/pcre2-10.32/ltmain.sh:9631:	      tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s|$i||"`
fish-3.1.2/pcre2-10.32/ltmain.sh-9632-	    done
##############################################
fish-3.1.2/pcre2-10.32/ltmain.sh-9656-	  # On Rhapsody replace the C library with the System framework
fish-3.1.2/pcre2-10.32/ltmain.sh:9657:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'`
fish-3.1.2/pcre2-10.32/ltmain.sh-9658-	  ;;
##############################################
fish-3.1.2/pcre2-10.32/ltmain.sh-9708-	*-*-darwin*)
fish-3.1.2/pcre2-10.32/ltmain.sh:9709:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
fish-3.1.2/pcre2-10.32/ltmain.sh:9710:	  new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
fish-3.1.2/pcre2-10.32/ltmain.sh:9711:	  deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
fish-3.1.2/pcre2-10.32/ltmain.sh-9712-	  ;;
##############################################
fish-3.1.2/pcre2-10.32/ltmain.sh-9835-	# Use standard objects if they are pic
fish-3.1.2/pcre2-10.32/ltmain.sh:9836:	test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP`
fish-3.1.2/pcre2-10.32/ltmain.sh-9837-	test "X$libobjs" = "X " && libobjs=
##############################################
fish-3.1.2/pcre2-10.32/ltmain.sh-10349-	  eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\"
fish-3.1.2/pcre2-10.32/ltmain.sh:10350:	  test -n "$wl" || tmp_whole_archive_flags=`$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'`
fish-3.1.2/pcre2-10.32/ltmain.sh-10351-	  reload_conv_objs=$reload_objs\ $tmp_whole_archive_flags
##############################################
fish-3.1.2/pcre2-10.32/ltmain.sh-10364-      # Create the old-style object.
fish-3.1.2/pcre2-10.32/ltmain.sh:10365:      reload_objs=$objs$old_deplibs' '`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; /\.lib$/d; $lo2o" | $NL2SP`' '$reload_conv_objs
fish-3.1.2/pcre2-10.32/ltmain.sh-10366-
##############################################
fish-3.1.2/pcre2-10.32/ltmain.sh-10422-	# On Rhapsody replace the C library is the System framework
fish-3.1.2/pcre2-10.32/ltmain.sh:10423:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'`
fish-3.1.2/pcre2-10.32/ltmain.sh:10424:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'`
fish-3.1.2/pcre2-10.32/ltmain.sh-10425-	;;
##############################################
fish-3.1.2/pcre2-10.32/ltmain.sh-10440-	# Time to change all our "foo.ltframework" stuff back to "-framework foo"
fish-3.1.2/pcre2-10.32/ltmain.sh:10441:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
fish-3.1.2/pcre2-10.32/ltmain.sh:10442:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
fish-3.1.2/pcre2-10.32/ltmain.sh-10443-	;;
##############################################
fish-3.1.2/pcre2-10.32/ltmain.sh-10518-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
fish-3.1.2/pcre2-10.32/ltmain.sh:10519:	  testbindir=`$ECHO "$libdir" | $SED -e 's*/lib$*/bin*'`
fish-3.1.2/pcre2-10.32/ltmain.sh-10520-	  case :$dllsearchpath: in
##############################################
fish-3.1.2/pcre2-10.32/ltmain.sh-10578-	# Transform all the library objects into standard objects.
fish-3.1.2/pcre2-10.32/ltmain.sh:10579:	compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
fish-3.1.2/pcre2-10.32/ltmain.sh:10580:	finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
fish-3.1.2/pcre2-10.32/ltmain.sh-10581-      fi
##############################################
fish-3.1.2/pcre2-10.32/ltmain.sh-10606-	# Replace the output file specification.
fish-3.1.2/pcre2-10.32/ltmain.sh:10607:	compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
fish-3.1.2/pcre2-10.32/ltmain.sh-10608-	link_command=$compile_command$compile_rpath
##############################################
fish-3.1.2/pcre2-10.32/ltmain.sh-10615-	  func_to_tool_file "$output"
fish-3.1.2/pcre2-10.32/ltmain.sh:10616:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
fish-3.1.2/pcre2-10.32/ltmain.sh-10617-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
fish-3.1.2/pcre2-10.32/ltmain.sh-10659-	# Replace the output file specification.
fish-3.1.2/pcre2-10.32/ltmain.sh:10660:	link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
fish-3.1.2/pcre2-10.32/ltmain.sh-10661-	# Delete the old output file.
##############################################
fish-3.1.2/pcre2-10.32/ltmain.sh-10667-	  func_to_tool_file "$output"
fish-3.1.2/pcre2-10.32/ltmain.sh:10668:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
fish-3.1.2/pcre2-10.32/ltmain.sh-10669-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
fish-3.1.2/pcre2-10.32/ltmain.sh-10685-	  link_command=$finalize_var$compile_command$finalize_rpath
fish-3.1.2/pcre2-10.32/ltmain.sh:10686:	  relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'`
fish-3.1.2/pcre2-10.32/ltmain.sh-10687-          ;;
##############################################
fish-3.1.2/pcre2-10.32/ltmain.sh-10698-      # Replace the output file specification.
fish-3.1.2/pcre2-10.32/ltmain.sh:10699:      link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
fish-3.1.2/pcre2-10.32/ltmain.sh-10700-
##############################################
fish-3.1.2/pcre2-10.32/ltmain.sh-10707-	func_to_tool_file "$output_objdir/$outputname"
fish-3.1.2/pcre2-10.32/ltmain.sh:10708:	postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
fish-3.1.2/pcre2-10.32/ltmain.sh-10709-	func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
fish-3.1.2/pcre2-10.32/ltmain.sh-10998-		func_resolve_sysroot "$deplib"
fish-3.1.2/pcre2-10.32/ltmain.sh:10999:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result`
fish-3.1.2/pcre2-10.32/ltmain.sh-11000-		test -z "$libdir" && \
##############################################
fish-3.1.2/pcre2-10.32/ltmain.sh-11024-		name=$func_basename_result
fish-3.1.2/pcre2-10.32/ltmain.sh:11025:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
fish-3.1.2/pcre2-10.32/ltmain.sh-11026-		test -z "$libdir" && \
##############################################
fish-3.1.2/pcre2-10.32/ltmain.sh-11043-		name=$func_basename_result
fish-3.1.2/pcre2-10.32/ltmain.sh:11044:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
fish-3.1.2/pcre2-10.32/ltmain.sh-11045-		test -z "$libdir" && \
##############################################
fish-3.1.2/pcre2-10.32/ltmain.sh-11362-# ### BEGIN LIBTOOL TAG CONFIG: disable-static
fish-3.1.2/pcre2-10.32/ltmain.sh:11363:build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
fish-3.1.2/pcre2-10.32/ltmain.sh-11364-# ### END LIBTOOL TAG CONFIG: disable-static
##############################################
fish-3.1.2/pcre2-10.32/m4/libtool.m4-119-    done
fish-3.1.2/pcre2-10.32/m4/libtool.m4:120:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
fish-3.1.2/pcre2-10.32/m4/libtool.m4-121-}
##############################################
fish-3.1.2/pcre2-10.32/m4/libtool.m4-437-m4_define([_LT_CONFIG_STATUS_DECLARE],
fish-3.1.2/pcre2-10.32/m4/libtool.m4:438:[$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`'])
fish-3.1.2/pcre2-10.32/m4/libtool.m4-439-
##############################################
fish-3.1.2/pcre2-10.32/m4/libtool.m4-447-#
fish-3.1.2/pcre2-10.32/m4/libtool.m4:448:#    <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
fish-3.1.2/pcre2-10.32/m4/libtool.m4-449-m4_defun([_LT_CONFIG_STATUS_DECLARATIONS],
##############################################
fish-3.1.2/pcre2-10.32/m4/libtool.m4-557-]], lt_decl_quote_varnames); do
fish-3.1.2/pcre2-10.32/m4/libtool.m4:558:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
fish-3.1.2/pcre2-10.32/m4/libtool.m4-559-    *[[\\\\\\\`\\"\\\$]]*)
fish-3.1.2/pcre2-10.32/m4/libtool.m4:560:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
fish-3.1.2/pcre2-10.32/m4/libtool.m4-561-      ;;
##############################################
fish-3.1.2/pcre2-10.32/m4/libtool.m4-570-]], lt_decl_dquote_varnames); do
fish-3.1.2/pcre2-10.32/m4/libtool.m4:571:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
fish-3.1.2/pcre2-10.32/m4/libtool.m4-572-    *[[\\\\\\\`\\"\\\$]]*)
fish-3.1.2/pcre2-10.32/m4/libtool.m4:573:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
fish-3.1.2/pcre2-10.32/m4/libtool.m4-574-      ;;
##############################################
fish-3.1.2/pcre2-10.32/m4/libtool.m4-1112-  if test yes = "$lt_cv_ld_force_load"; then
fish-3.1.2/pcre2-10.32/m4/libtool.m4:1113:    _LT_TAGVAR(whole_archive_flag_spec, $1)='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
fish-3.1.2/pcre2-10.32/m4/libtool.m4-1114-    m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes],
##############################################
fish-3.1.2/pcre2-10.32/m4/libtool.m4-1165-      }]'
fish-3.1.2/pcre2-10.32/m4/libtool.m4:1166:  _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
fish-3.1.2/pcre2-10.32/m4/libtool.m4-1167-  # Check for a 64-bit object if we didn't find anything.
fish-3.1.2/pcre2-10.32/m4/libtool.m4-1168-  if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then
fish-3.1.2/pcre2-10.32/m4/libtool.m4:1169:    _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
fish-3.1.2/pcre2-10.32/m4/libtool.m4-1170-  fi],[])
##############################################
fish-3.1.2/pcre2-10.32/m4/libtool.m4-1201-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
fish-3.1.2/pcre2-10.32/m4/libtool.m4:1202:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
fish-3.1.2/pcre2-10.32/m4/libtool.m4-1203-  ECHO='print -r --'
fish-3.1.2/pcre2-10.32/m4/libtool.m4:1204:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
fish-3.1.2/pcre2-10.32/m4/libtool.m4-1205-  ECHO='printf %s\n'
##############################################
fish-3.1.2/pcre2-10.32/m4/libtool.m4-1236-    PATH=/empty FPATH=/empty; export PATH FPATH
fish-3.1.2/pcre2-10.32/m4/libtool.m4:1237:    test "X`printf %s $ECHO`" = "X$ECHO" \
fish-3.1.2/pcre2-10.32/m4/libtool.m4:1238:      || test "X`print -r -- $ECHO`" = "X$ECHO" )])])
fish-3.1.2/pcre2-10.32/m4/libtool.m4-1239-
##############################################
fish-3.1.2/pcre2-10.32/m4/libtool.m4-1260-   if test yes = "$GCC"; then
fish-3.1.2/pcre2-10.32/m4/libtool.m4:1261:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
fish-3.1.2/pcre2-10.32/m4/libtool.m4-1262-   fi
##############################################
fish-3.1.2/pcre2-10.32/m4/libtool.m4-1264- /*)
fish-3.1.2/pcre2-10.32/m4/libtool.m4:1265:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
fish-3.1.2/pcre2-10.32/m4/libtool.m4-1266-   ;; #(
##############################################
fish-3.1.2/pcre2-10.32/m4/libtool.m4-1294-  if AC_TRY_EVAL(ac_compile); then
fish-3.1.2/pcre2-10.32/m4/libtool.m4:1295:    case `/usr/bin/file conftest.$ac_objext` in
fish-3.1.2/pcre2-10.32/m4/libtool.m4-1296-      *ELF-32*)
##############################################
fish-3.1.2/pcre2-10.32/m4/libtool.m4-1311-    if test yes = "$lt_cv_prog_gnu_ld"; then
fish-3.1.2/pcre2-10.32/m4/libtool.m4:1312:      case `/usr/bin/file conftest.$ac_objext` in
fish-3.1.2/pcre2-10.32/m4/libtool.m4-1313-	*32-bit*)
##############################################
fish-3.1.2/pcre2-10.32/m4/libtool.m4-1323-    else
fish-3.1.2/pcre2-10.32/m4/libtool.m4:1324:      case `/usr/bin/file conftest.$ac_objext` in
fish-3.1.2/pcre2-10.32/m4/libtool.m4-1325-	*32-bit*)
##############################################
fish-3.1.2/pcre2-10.32/m4/libtool.m4-1345-    emul=elf
fish-3.1.2/pcre2-10.32/m4/libtool.m4:1346:    case `/usr/bin/file conftest.$ac_objext` in
fish-3.1.2/pcre2-10.32/m4/libtool.m4-1347-      *32-bit*)
##############################################
fish-3.1.2/pcre2-10.32/m4/libtool.m4-1353-    esac
fish-3.1.2/pcre2-10.32/m4/libtool.m4:1354:    case `/usr/bin/file conftest.$ac_objext` in
fish-3.1.2/pcre2-10.32/m4/libtool.m4-1355-      *MSB*)
##############################################
fish-3.1.2/pcre2-10.32/m4/libtool.m4-1361-    esac
fish-3.1.2/pcre2-10.32/m4/libtool.m4:1362:    case `/usr/bin/file conftest.$ac_objext` in
fish-3.1.2/pcre2-10.32/m4/libtool.m4-1363-      *N32*)
##############################################
fish-3.1.2/pcre2-10.32/m4/libtool.m4-1739-    # And add a safety zone
fish-3.1.2/pcre2-10.32/m4/libtool.m4:1740:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
fish-3.1.2/pcre2-10.32/m4/libtool.m4:1741:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
fish-3.1.2/pcre2-10.32/m4/libtool.m4-1742-    ;;
##############################################
fish-3.1.2/pcre2-10.32/m4/libtool.m4-1772-    if test -n "$kargmax"; then
fish-3.1.2/pcre2-10.32/m4/libtool.m4:1773:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[	 ]]//'`
fish-3.1.2/pcre2-10.32/m4/libtool.m4-1774-    else
##############################################
fish-3.1.2/pcre2-10.32/m4/libtool.m4-1781-       test undefined != "$lt_cv_sys_max_cmd_len"; then
fish-3.1.2/pcre2-10.32/m4/libtool.m4:1782:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
fish-3.1.2/pcre2-10.32/m4/libtool.m4:1783:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
fish-3.1.2/pcre2-10.32/m4/libtool.m4-1784-    else
##############################################
fish-3.1.2/pcre2-10.32/m4/libtool.m4-1793-      # we can't tell.
fish-3.1.2/pcre2-10.32/m4/libtool.m4:1794:      while { test X`env echo "$teststring$teststring" 2>/dev/null` \
fish-3.1.2/pcre2-10.32/m4/libtool.m4-1795-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
fish-3.1.2/pcre2-10.32/m4/libtool.m4-1797-      do
fish-3.1.2/pcre2-10.32/m4/libtool.m4:1798:        i=`expr $i + 1`
fish-3.1.2/pcre2-10.32/m4/libtool.m4-1799-        teststring=$teststring$teststring
##############################################
fish-3.1.2/pcre2-10.32/m4/libtool.m4-1801-      # Only check the string length outside the loop.
fish-3.1.2/pcre2-10.32/m4/libtool.m4:1802:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
fish-3.1.2/pcre2-10.32/m4/libtool.m4-1803-      teststring=
##############################################
fish-3.1.2/pcre2-10.32/m4/libtool.m4-1806-      # linker.  It appears as though 1/2 is a usable value.
fish-3.1.2/pcre2-10.32/m4/libtool.m4:1807:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
fish-3.1.2/pcre2-10.32/m4/libtool.m4-1808-    fi
##############################################
fish-3.1.2/pcre2-10.32/m4/libtool.m4-2281-    *:)
fish-3.1.2/pcre2-10.32/m4/libtool.m4:2282:        eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'` \@S|@@S|@1\"
fish-3.1.2/pcre2-10.32/m4/libtool.m4-2283-        ;;
fish-3.1.2/pcre2-10.32/m4/libtool.m4-2284-    x:*)
fish-3.1.2/pcre2-10.32/m4/libtool.m4:2285:        eval @S|@1=\"\@S|@@S|@1 `$ECHO @S|@2 | $SED 's/:/ /g'`\"
fish-3.1.2/pcre2-10.32/m4/libtool.m4-2286-        ;;
fish-3.1.2/pcre2-10.32/m4/libtool.m4-2287-    *::*)
fish-3.1.2/pcre2-10.32/m4/libtool.m4:2288:        eval @S|@1=\"\@S|@@S|@1\ `$ECHO @S|@2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
fish-3.1.2/pcre2-10.32/m4/libtool.m4:2289:        eval @S|@1=\"`$ECHO @S|@2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \@S|@@S|@1\"
fish-3.1.2/pcre2-10.32/m4/libtool.m4-2290-        ;;
fish-3.1.2/pcre2-10.32/m4/libtool.m4-2291-    *)
fish-3.1.2/pcre2-10.32/m4/libtool.m4:2292:        eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'`\"
fish-3.1.2/pcre2-10.32/m4/libtool.m4-2293-        ;;
##############################################
fish-3.1.2/pcre2-10.32/m4/libtool.m4-2321-  esac
fish-3.1.2/pcre2-10.32/m4/libtool.m4:2322:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
fish-3.1.2/pcre2-10.32/m4/libtool.m4-2323-  case $lt_search_path_spec in
##############################################
fish-3.1.2/pcre2-10.32/m4/libtool.m4-2328-    # okay in the real world where ";" in dirpaths is itself problematic.
fish-3.1.2/pcre2-10.32/m4/libtool.m4:2329:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
fish-3.1.2/pcre2-10.32/m4/libtool.m4-2330-    ;;
fish-3.1.2/pcre2-10.32/m4/libtool.m4-2331-  *)
fish-3.1.2/pcre2-10.32/m4/libtool.m4:2332:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
fish-3.1.2/pcre2-10.32/m4/libtool.m4-2333-    ;;
##############################################
fish-3.1.2/pcre2-10.32/m4/libtool.m4-2337-  lt_tmp_lt_search_path_spec=
fish-3.1.2/pcre2-10.32/m4/libtool.m4:2338:  lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
fish-3.1.2/pcre2-10.32/m4/libtool.m4-2339-  # ...but if some path component already ends with the multilib dir we assume
##############################################
fish-3.1.2/pcre2-10.32/m4/libtool.m4-2379-  esac
fish-3.1.2/pcre2-10.32/m4/libtool.m4:2380:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
fish-3.1.2/pcre2-10.32/m4/libtool.m4-2381-else
##############################################
fish-3.1.2/pcre2-10.32/m4/libtool.m4-2520-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
fish-3.1.2/pcre2-10.32/m4/libtool.m4:2521:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
fish-3.1.2/pcre2-10.32/m4/libtool.m4-2522-    ;;
##############################################
fish-3.1.2/pcre2-10.32/m4/libtool.m4-2556-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
fish-3.1.2/pcre2-10.32/m4/libtool.m4:2557:    postinstall_cmds='base_file=`basename \$file`~
fish-3.1.2/pcre2-10.32/m4/libtool.m4:2558:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
fish-3.1.2/pcre2-10.32/m4/libtool.m4:2559:      dldir=$destdir/`dirname \$dlpath`~
fish-3.1.2/pcre2-10.32/m4/libtool.m4-2560-      test -d \$dldir || mkdir -p \$dldir~
##############################################
fish-3.1.2/pcre2-10.32/m4/libtool.m4-2565-      fi'
fish-3.1.2/pcre2-10.32/m4/libtool.m4:2566:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
fish-3.1.2/pcre2-10.32/m4/libtool.m4-2567-      dlpath=$dir/\$dldll~
##############################################
fish-3.1.2/pcre2-10.32/m4/libtool.m4-2573-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
fish-3.1.2/pcre2-10.32/m4/libtool.m4:2574:      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
fish-3.1.2/pcre2-10.32/m4/libtool.m4-2575-m4_if([$1], [],[
##############################################
fish-3.1.2/pcre2-10.32/m4/libtool.m4-2579-      # MinGW DLLs use traditional 'lib' prefix
fish-3.1.2/pcre2-10.32/m4/libtool.m4:2580:      soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
fish-3.1.2/pcre2-10.32/m4/libtool.m4-2581-      ;;
##############################################
fish-3.1.2/pcre2-10.32/m4/libtool.m4-2583-      # pw32 DLLs use 'pw' prefix rather than 'lib'
fish-3.1.2/pcre2-10.32/m4/libtool.m4:2584:      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
fish-3.1.2/pcre2-10.32/m4/libtool.m4-2585-      ;;
##############################################
fish-3.1.2/pcre2-10.32/m4/libtool.m4-2592-    libname_spec='$name'
fish-3.1.2/pcre2-10.32/m4/libtool.m4:2593:    soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
fish-3.1.2/pcre2-10.32/m4/libtool.m4-2594-    library_names_spec='$libname.dll.lib'
##############################################
fish-3.1.2/pcre2-10.32/m4/libtool.m4-2604-        # Let DOS variable expansion print the short 8.3 style file name.
fish-3.1.2/pcre2-10.32/m4/libtool.m4:2605:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
fish-3.1.2/pcre2-10.32/m4/libtool.m4-2606-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
fish-3.1.2/pcre2-10.32/m4/libtool.m4-2609-      # Convert to MSYS style.
fish-3.1.2/pcre2-10.32/m4/libtool.m4:2610:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'`
fish-3.1.2/pcre2-10.32/m4/libtool.m4-2611-      ;;
##############################################
fish-3.1.2/pcre2-10.32/m4/libtool.m4-2615-      # like /cygdrive/c/PROGRA~1:/cygdr...
fish-3.1.2/pcre2-10.32/m4/libtool.m4:2616:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
fish-3.1.2/pcre2-10.32/m4/libtool.m4:2617:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
fish-3.1.2/pcre2-10.32/m4/libtool.m4:2618:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
fish-3.1.2/pcre2-10.32/m4/libtool.m4-2619-      ;;
##############################################
fish-3.1.2/pcre2-10.32/m4/libtool.m4-2623-        # It is most probably a Windows format PATH.
fish-3.1.2/pcre2-10.32/m4/libtool.m4:2624:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
fish-3.1.2/pcre2-10.32/m4/libtool.m4-2625-      else
fish-3.1.2/pcre2-10.32/m4/libtool.m4:2626:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
fish-3.1.2/pcre2-10.32/m4/libtool.m4-2627-      fi
##############################################
fish-3.1.2/pcre2-10.32/m4/libtool.m4-2633-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
fish-3.1.2/pcre2-10.32/m4/libtool.m4:2634:    postinstall_cmds='base_file=`basename \$file`~
fish-3.1.2/pcre2-10.32/m4/libtool.m4:2635:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
fish-3.1.2/pcre2-10.32/m4/libtool.m4:2636:      dldir=$destdir/`dirname \$dlpath`~
fish-3.1.2/pcre2-10.32/m4/libtool.m4-2637-      test -d \$dldir || mkdir -p \$dldir~
fish-3.1.2/pcre2-10.32/m4/libtool.m4-2638-      $install_prog $dir/$dlname \$dldir/$dlname'
fish-3.1.2/pcre2-10.32/m4/libtool.m4:2639:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
fish-3.1.2/pcre2-10.32/m4/libtool.m4-2640-      dlpath=$dir/\$dldll~
##############################################
fish-3.1.2/pcre2-10.32/m4/libtool.m4-2647-    # Assume MSVC wrapper
fish-3.1.2/pcre2-10.32/m4/libtool.m4:2648:    library_names_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext $libname.lib'
fish-3.1.2/pcre2-10.32/m4/libtool.m4-2649-    dynamic_linker='Win32 ld.exe'
##############################################
fish-3.1.2/pcre2-10.32/m4/libtool.m4-2664-  shlibpath_var=DYLD_LIBRARY_PATH
fish-3.1.2/pcre2-10.32/m4/libtool.m4:2665:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
fish-3.1.2/pcre2-10.32/m4/libtool.m4-2666-m4_if([$1], [],[
##############################################
fish-3.1.2/pcre2-10.32/m4/libtool.m4-2898-  if test -f /etc/ld.so.conf; then
fish-3.1.2/pcre2-10.32/m4/libtool.m4:2899:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
fish-3.1.2/pcre2-10.32/m4/libtool.m4-2900-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
fish-3.1.2/pcre2-10.32/m4/libtool.m4-2952-  need_lib_prefix=no
fish-3.1.2/pcre2-10.32/m4/libtool.m4:2953:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
fish-3.1.2/pcre2-10.32/m4/libtool.m4-2954-    need_version=no
##############################################
fish-3.1.2/pcre2-10.32/m4/libtool.m4-2979-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
fish-3.1.2/pcre2-10.32/m4/libtool.m4:2980:  postinstall_cmds='base_file=`basename \$file`~
fish-3.1.2/pcre2-10.32/m4/libtool.m4:2981:    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
fish-3.1.2/pcre2-10.32/m4/libtool.m4:2982:    dldir=$destdir/`dirname \$dlpath`~
fish-3.1.2/pcre2-10.32/m4/libtool.m4-2983-    test -d \$dldir || mkdir -p \$dldir~
##############################################
fish-3.1.2/pcre2-10.32/m4/libtool.m4-2988-    fi'
fish-3.1.2/pcre2-10.32/m4/libtool.m4:2989:  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
fish-3.1.2/pcre2-10.32/m4/libtool.m4-2990-    dlpath=$dir/\$dldll~
##############################################
fish-3.1.2/pcre2-10.32/m4/libtool.m4-3199-	"file_magic "*)
fish-3.1.2/pcre2-10.32/m4/libtool.m4:3200:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
fish-3.1.2/pcre2-10.32/m4/libtool.m4-3201-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
fish-3.1.2/pcre2-10.32/m4/libtool.m4-3282-    # gcc leaves a trailing carriage return, which upsets mingw
fish-3.1.2/pcre2-10.32/m4/libtool.m4:3283:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
fish-3.1.2/pcre2-10.32/m4/libtool.m4-3284-  *)
fish-3.1.2/pcre2-10.32/m4/libtool.m4:3285:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
fish-3.1.2/pcre2-10.32/m4/libtool.m4-3286-  esac
##############################################
fish-3.1.2/pcre2-10.32/m4/libtool.m4-3291-      # Canonicalize the pathname of ld
fish-3.1.2/pcre2-10.32/m4/libtool.m4:3292:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
fish-3.1.2/pcre2-10.32/m4/libtool.m4-3293-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
fish-3.1.2/pcre2-10.32/m4/libtool.m4:3294:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
fish-3.1.2/pcre2-10.32/m4/libtool.m4-3295-      done
##############################################
fish-3.1.2/pcre2-10.32/m4/libtool.m4-3322-      # Break only if it was the GNU/non-GNU ld that we prefer.
fish-3.1.2/pcre2-10.32/m4/libtool.m4:3323:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
fish-3.1.2/pcre2-10.32/m4/libtool.m4-3324-      *GNU* | *'with BFD'*)
##############################################
fish-3.1.2/pcre2-10.32/m4/libtool.m4-3362-[# I'd rather use --version here, but apparently some GNU lds only accept -v.
fish-3.1.2/pcre2-10.32/m4/libtool.m4:3363:case `$LD -v 2>&1 </dev/null` in
fish-3.1.2/pcre2-10.32/m4/libtool.m4-3364-*GNU* | *'with BFD'*)
##############################################
fish-3.1.2/pcre2-10.32/m4/libtool.m4-3589-openbsd* | bitrig*)
fish-3.1.2/pcre2-10.32/m4/libtool.m4:3590:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
fish-3.1.2/pcre2-10.32/m4/libtool.m4-3591-    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
##############################################
fish-3.1.2/pcre2-10.32/m4/libtool.m4-3656-    else
fish-3.1.2/pcre2-10.32/m4/libtool.m4:3657:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"`
fish-3.1.2/pcre2-10.32/m4/libtool.m4-3658-    fi
##############################################
fish-3.1.2/pcre2-10.32/m4/libtool.m4-3707-	esac
fish-3.1.2/pcre2-10.32/m4/libtool.m4:3708:	case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
fish-3.1.2/pcre2-10.32/m4/libtool.m4-3709-	*$lt_bad_file* | *'Invalid file or object type'*)
##############################################
fish-3.1.2/pcre2-10.32/m4/libtool.m4-3713-	*)
fish-3.1.2/pcre2-10.32/m4/libtool.m4:3714:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
fish-3.1.2/pcre2-10.32/m4/libtool.m4-3715-	  */dev/null*)
##############################################
fish-3.1.2/pcre2-10.32/m4/libtool.m4-3739-    AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :)
fish-3.1.2/pcre2-10.32/m4/libtool.m4:3740:    case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
fish-3.1.2/pcre2-10.32/m4/libtool.m4-3741-    *COFF*)
##############################################
fish-3.1.2/pcre2-10.32/m4/libtool.m4-3798-  # decide which one to use based on capabilities of $DLLTOOL
fish-3.1.2/pcre2-10.32/m4/libtool.m4:3799:  case `$DLLTOOL --help 2>&1` in
fish-3.1.2/pcre2-10.32/m4/libtool.m4-3800-  *--identify-strict*)
##############################################
fish-3.1.2/pcre2-10.32/m4/libtool.m4-3972-# If we're using GNU nm, then use its standard symbol codes.
fish-3.1.2/pcre2-10.32/m4/libtool.m4:3973:case `$NM -V 2>&1` in
fish-3.1.2/pcre2-10.32/m4/libtool.m4-3974-*GNU* | *'with BFD'*)
##############################################
fish-3.1.2/pcre2-10.32/m4/libtool.m4-4020-mingw*)
fish-3.1.2/pcre2-10.32/m4/libtool.m4:4021:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
fish-3.1.2/pcre2-10.32/m4/libtool.m4-4022-  ;;
##############################################
fish-3.1.2/pcre2-10.32/m4/libtool.m4-4076-    nlist=conftest.nm
fish-3.1.2/pcre2-10.32/m4/libtool.m4:4077:    if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then
fish-3.1.2/pcre2-10.32/m4/libtool.m4-4078-      # Try sorting and uniquifying the output.
##############################################
fish-3.1.2/pcre2-10.32/m4/libtool.m4-4424-	  *)
fish-3.1.2/pcre2-10.32/m4/libtool.m4:4425:	    case `$CC -V 2>&1 | sed 5q` in
fish-3.1.2/pcre2-10.32/m4/libtool.m4-4426-	    *Sun\ C*)
##############################################
fish-3.1.2/pcre2-10.32/m4/libtool.m4-4760-      *)
fish-3.1.2/pcre2-10.32/m4/libtool.m4:4761:	case `$CC -V 2>&1 | sed 5q` in
fish-3.1.2/pcre2-10.32/m4/libtool.m4-4762-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*)
##############################################
fish-3.1.2/pcre2-10.32/m4/libtool.m4-4943-    else
fish-3.1.2/pcre2-10.32/m4/libtool.m4:4944:      _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "L") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
fish-3.1.2/pcre2-10.32/m4/libtool.m4-4945-    fi
##############################################
fish-3.1.2/pcre2-10.32/m4/libtool.m4-5036-	# shared libraries, regardless of the interface used.
fish-3.1.2/pcre2-10.32/m4/libtool.m4:5037:	case `$LD -v 2>&1` in
fish-3.1.2/pcre2-10.32/m4/libtool.m4-5038-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
fish-3.1.2/pcre2-10.32/m4/libtool.m4-5068-    supports_anon_versioning=no
fish-3.1.2/pcre2-10.32/m4/libtool.m4:5069:    case `$LD -v | $SED -e 's/([^)]\+)\s\+//' 2>&1` in
fish-3.1.2/pcre2-10.32/m4/libtool.m4-5070-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
fish-3.1.2/pcre2-10.32/m4/libtool.m4-5171-	prefix_cmds="$SED"~
fish-3.1.2/pcre2-10.32/m4/libtool.m4:5172:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
fish-3.1.2/pcre2-10.32/m4/libtool.m4-5173-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
fish-3.1.2/pcre2-10.32/m4/libtool.m4-5194-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
fish-3.1.2/pcre2-10.32/m4/libtool.m4:5195:      _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
fish-3.1.2/pcre2-10.32/m4/libtool.m4:5196:      _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
fish-3.1.2/pcre2-10.32/m4/libtool.m4-5197-      ;;
##############################################
fish-3.1.2/pcre2-10.32/m4/libtool.m4-5212-        pgcc*)				# Portland Group C compiler
fish-3.1.2/pcre2-10.32/m4/libtool.m4:5213:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
fish-3.1.2/pcre2-10.32/m4/libtool.m4-5214-	  tmp_addflag=' $pic_flag'
##############################################
fish-3.1.2/pcre2-10.32/m4/libtool.m4-5217-					# Portland Group f77 and f90 compilers
fish-3.1.2/pcre2-10.32/m4/libtool.m4:5218:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
fish-3.1.2/pcre2-10.32/m4/libtool.m4-5219-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
fish-3.1.2/pcre2-10.32/m4/libtool.m4-5234-	nvcc*)	# Cuda Compiler Driver 2.2
fish-3.1.2/pcre2-10.32/m4/libtool.m4:5235:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
fish-3.1.2/pcre2-10.32/m4/libtool.m4-5236-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
fish-3.1.2/pcre2-10.32/m4/libtool.m4-5238-	esac
fish-3.1.2/pcre2-10.32/m4/libtool.m4:5239:	case `$CC -V 2>&1 | sed 5q` in
fish-3.1.2/pcre2-10.32/m4/libtool.m4-5240-	*Sun\ C*)			# Sun C 5.9
fish-3.1.2/pcre2-10.32/m4/libtool.m4:5241:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
fish-3.1.2/pcre2-10.32/m4/libtool.m4-5242-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
fish-3.1.2/pcre2-10.32/m4/libtool.m4-5309-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
fish-3.1.2/pcre2-10.32/m4/libtool.m4:5310:      case `$LD -v 2>&1` in
fish-3.1.2/pcre2-10.32/m4/libtool.m4-5311-        *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
##############################################
fish-3.1.2/pcre2-10.32/m4/libtool.m4-5398-	else
fish-3.1.2/pcre2-10.32/m4/libtool.m4:5399:	  _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "L") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
fish-3.1.2/pcre2-10.32/m4/libtool.m4-5400-	fi
##############################################
fish-3.1.2/pcre2-10.32/m4/libtool.m4-5463-	# below for broken collect2 doesn't work under 4.3+
fish-3.1.2/pcre2-10.32/m4/libtool.m4:5464:	  collect2name=`$CC -print-prog-name=collect2`
fish-3.1.2/pcre2-10.32/m4/libtool.m4-5465-	  if test -f "$collect2name" &&
##############################################
fish-3.1.2/pcre2-10.32/m4/libtool.m4-5519-        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath"
fish-3.1.2/pcre2-10.32/m4/libtool.m4:5520:        _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
fish-3.1.2/pcre2-10.32/m4/libtool.m4-5521-      else
##############################################
fish-3.1.2/pcre2-10.32/m4/libtool.m4-5544-	  # -brtl affects multiple linker settings, -berok does not and is overridden later
fish-3.1.2/pcre2-10.32/m4/libtool.m4:5545:	  compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`'
fish-3.1.2/pcre2-10.32/m4/libtool.m4-5546-	  if test svr4 != "$with_aix_soname"; then
##############################################
fish-3.1.2/pcre2-10.32/m4/libtool.m4-5635-	# FIXME: Setting linknames here is a bad hack.
fish-3.1.2/pcre2-10.32/m4/libtool.m4:5636:	_LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
fish-3.1.2/pcre2-10.32/m4/libtool.m4-5637-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
fish-3.1.2/pcre2-10.32/m4/libtool.m4-5773-      if test yes = "$GCC"; then
fish-3.1.2/pcre2-10.32/m4/libtool.m4:5774:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
fish-3.1.2/pcre2-10.32/m4/libtool.m4-5775-	# Try to use the -exported_symbol ld option, if it does not
##############################################
fish-3.1.2/pcre2-10.32/m4/libtool.m4-5796-	if test yes = "$lt_cv_irix_exported_symbol"; then
fish-3.1.2/pcre2-10.32/m4/libtool.m4:5797:          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib'
fish-3.1.2/pcre2-10.32/m4/libtool.m4-5798-	fi
fish-3.1.2/pcre2-10.32/m4/libtool.m4-5799-      else
fish-3.1.2/pcre2-10.32/m4/libtool.m4:5800:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
fish-3.1.2/pcre2-10.32/m4/libtool.m4:5801:	_LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib'
fish-3.1.2/pcre2-10.32/m4/libtool.m4-5802-      fi
##############################################
fish-3.1.2/pcre2-10.32/m4/libtool.m4-5846-	_LT_TAGVAR(hardcode_direct_absolute, $1)=yes
fish-3.1.2/pcre2-10.32/m4/libtool.m4:5847:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
fish-3.1.2/pcre2-10.32/m4/libtool.m4-5848-	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
fish-3.1.2/pcre2-10.32/m4/libtool.m4-5877-	prefix_cmds="$SED"~
fish-3.1.2/pcre2-10.32/m4/libtool.m4:5878:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
fish-3.1.2/pcre2-10.32/m4/libtool.m4-5879-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
fish-3.1.2/pcre2-10.32/m4/libtool.m4-5892-	_LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
fish-3.1.2/pcre2-10.32/m4/libtool.m4:5893:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
fish-3.1.2/pcre2-10.32/m4/libtool.m4-5894-      else
fish-3.1.2/pcre2-10.32/m4/libtool.m4-5895-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
fish-3.1.2/pcre2-10.32/m4/libtool.m4:5896:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
fish-3.1.2/pcre2-10.32/m4/libtool.m4-5897-      fi
##############################################
fish-3.1.2/pcre2-10.32/m4/libtool.m4-5905-	_LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
fish-3.1.2/pcre2-10.32/m4/libtool.m4:5906:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
fish-3.1.2/pcre2-10.32/m4/libtool.m4-5907-	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
##############################################
fish-3.1.2/pcre2-10.32/m4/libtool.m4-5909-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
fish-3.1.2/pcre2-10.32/m4/libtool.m4:5910:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
fish-3.1.2/pcre2-10.32/m4/libtool.m4:5911:	_LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
fish-3.1.2/pcre2-10.32/m4/libtool.m4:5912:          $CC -shared$allow_undefined_flag $wl-input $wl$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~$RM $lib.exp'
fish-3.1.2/pcre2-10.32/m4/libtool.m4-5913-
##############################################
fish-3.1.2/pcre2-10.32/m4/libtool.m4-5928-      else
fish-3.1.2/pcre2-10.32/m4/libtool.m4:5929:	case `$CC -V 2>&1` in
fish-3.1.2/pcre2-10.32/m4/libtool.m4-5930-	*"Compilers 5.0"*)
##############################################
fish-3.1.2/pcre2-10.32/m4/libtool.m4-6121-	  _LT_TAGVAR(allow_undefined_flag, $1)=
fish-3.1.2/pcre2-10.32/m4/libtool.m4:6122:	  if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1)
fish-3.1.2/pcre2-10.32/m4/libtool.m4-6123-	  then
##############################################
fish-3.1.2/pcre2-10.32/m4/libtool.m4-6425-        # ancient GNU ld didn't support --whole-archive et. al.
fish-3.1.2/pcre2-10.32/m4/libtool.m4:6426:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
fish-3.1.2/pcre2-10.32/m4/libtool.m4-6427-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
fish-3.1.2/pcre2-10.32/m4/libtool.m4-6535-          # below for broken collect2 doesn't work under 4.3+
fish-3.1.2/pcre2-10.32/m4/libtool.m4:6536:	  collect2name=`$CC -print-prog-name=collect2`
fish-3.1.2/pcre2-10.32/m4/libtool.m4-6537-	  if test -f "$collect2name" &&
##############################################
fish-3.1.2/pcre2-10.32/m4/libtool.m4-6593-
fish-3.1.2/pcre2-10.32/m4/libtool.m4:6594:          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
fish-3.1.2/pcre2-10.32/m4/libtool.m4-6595-        else
##############################################
fish-3.1.2/pcre2-10.32/m4/libtool.m4-6618-	    # -brtl affects multiple linker settings, -berok does not and is overridden later
fish-3.1.2/pcre2-10.32/m4/libtool.m4:6619:	    compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`'
fish-3.1.2/pcre2-10.32/m4/libtool.m4-6620-	    if test svr4 != "$with_aix_soname"; then
##############################################
fish-3.1.2/pcre2-10.32/m4/libtool.m4-6747-	  prefix_cmds="$SED"~
fish-3.1.2/pcre2-10.32/m4/libtool.m4:6748:	  if test EXPORTS = "`$SED 1q $export_symbols`"; then
fish-3.1.2/pcre2-10.32/m4/libtool.m4-6749-	    prefix_cmds="$prefix_cmds -e 1d";
##############################################
fish-3.1.2/pcre2-10.32/m4/libtool.m4-6822-            # dependencies.
fish-3.1.2/pcre2-10.32/m4/libtool.m4:6823:            output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
fish-3.1.2/pcre2-10.32/m4/libtool.m4-6824-            ;;
##############################################
fish-3.1.2/pcre2-10.32/m4/libtool.m4-6887-	    # dependencies.
fish-3.1.2/pcre2-10.32/m4/libtool.m4:6888:	    output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
fish-3.1.2/pcre2-10.32/m4/libtool.m4-6889-	    ;;
##############################################
fish-3.1.2/pcre2-10.32/m4/libtool.m4-6923-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
fish-3.1.2/pcre2-10.32/m4/libtool.m4:6924:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
fish-3.1.2/pcre2-10.32/m4/libtool.m4:6925:	_LT_TAGVAR(archive_expsym_cmds, $1)='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
fish-3.1.2/pcre2-10.32/m4/libtool.m4-6926-	;;
##############################################
fish-3.1.2/pcre2-10.32/m4/libtool.m4-6930-	    # SGI C++
fish-3.1.2/pcre2-10.32/m4/libtool.m4:6931:	    _LT_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
fish-3.1.2/pcre2-10.32/m4/libtool.m4-6932-
##############################################
fish-3.1.2/pcre2-10.32/m4/libtool.m4-6941-	      if test no = "$with_gnu_ld"; then
fish-3.1.2/pcre2-10.32/m4/libtool.m4:6942:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
fish-3.1.2/pcre2-10.32/m4/libtool.m4-6943-	      else
fish-3.1.2/pcre2-10.32/m4/libtool.m4:6944:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` -o $lib'
fish-3.1.2/pcre2-10.32/m4/libtool.m4-6945-	      fi
##############################################
fish-3.1.2/pcre2-10.32/m4/libtool.m4-6962-	    # to its proper name (with version) after linking.
fish-3.1.2/pcre2-10.32/m4/libtool.m4:6963:	    _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
fish-3.1.2/pcre2-10.32/m4/libtool.m4:6964:	    _LT_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib $wl-retain-symbols-file,$export_symbols; mv \$templib $lib'
fish-3.1.2/pcre2-10.32/m4/libtool.m4-6965-	    # Commands to make compiler produce verbose output that lists
##############################################
fish-3.1.2/pcre2-10.32/m4/libtool.m4-6972-	    # dependencies.
fish-3.1.2/pcre2-10.32/m4/libtool.m4:6973:	    output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
fish-3.1.2/pcre2-10.32/m4/libtool.m4-6974-
##############################################
fish-3.1.2/pcre2-10.32/m4/libtool.m4-6987-	    # earlier do not add the objects themselves.
fish-3.1.2/pcre2-10.32/m4/libtool.m4:6988:	    case `$CC -V 2>&1` in
fish-3.1.2/pcre2-10.32/m4/libtool.m4-6989-	      *"Version 7."*)
##############################################
fish-3.1.2/pcre2-10.32/m4/libtool.m4-7008-            # Portland Group C++ compiler
fish-3.1.2/pcre2-10.32/m4/libtool.m4:7009:	    case `$CC -V` in
fish-3.1.2/pcre2-10.32/m4/libtool.m4-7010-	    *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*)
##############################################
fish-3.1.2/pcre2-10.32/m4/libtool.m4-7013-               $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
fish-3.1.2/pcre2-10.32/m4/libtool.m4:7014:               compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
fish-3.1.2/pcre2-10.32/m4/libtool.m4-7015-	      _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~
##############################################
fish-3.1.2/pcre2-10.32/m4/libtool.m4-7017-                $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
fish-3.1.2/pcre2-10.32/m4/libtool.m4:7018:                $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
fish-3.1.2/pcre2-10.32/m4/libtool.m4-7019-                $RANLIB $oldlib'
##############################################
fish-3.1.2/pcre2-10.32/m4/libtool.m4-7022-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
fish-3.1.2/pcre2-10.32/m4/libtool.m4:7023:                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
fish-3.1.2/pcre2-10.32/m4/libtool.m4-7024-	      _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~
##############################################
fish-3.1.2/pcre2-10.32/m4/libtool.m4-7026-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
fish-3.1.2/pcre2-10.32/m4/libtool.m4:7027:                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
fish-3.1.2/pcre2-10.32/m4/libtool.m4-7028-	      ;;
##############################################
fish-3.1.2/pcre2-10.32/m4/libtool.m4-7036-	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic'
fish-3.1.2/pcre2-10.32/m4/libtool.m4:7037:	    _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
fish-3.1.2/pcre2-10.32/m4/libtool.m4-7038-            ;;
##############################################
fish-3.1.2/pcre2-10.32/m4/libtool.m4-7055-	    # dependencies.
fish-3.1.2/pcre2-10.32/m4/libtool.m4:7056:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed'
fish-3.1.2/pcre2-10.32/m4/libtool.m4-7057-	    ;;
##############################################
fish-3.1.2/pcre2-10.32/m4/libtool.m4-7070-	  *)
fish-3.1.2/pcre2-10.32/m4/libtool.m4:7071:	    case `$CC -V 2>&1 | sed 5q` in
fish-3.1.2/pcre2-10.32/m4/libtool.m4-7072-	    *Sun\ C*)
##############################################
fish-3.1.2/pcre2-10.32/m4/libtool.m4-7077-	      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
fish-3.1.2/pcre2-10.32/m4/libtool.m4:7078:	      _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
fish-3.1.2/pcre2-10.32/m4/libtool.m4-7079-	      _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
fish-3.1.2/pcre2-10.32/m4/libtool.m4-7142-	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir'
fish-3.1.2/pcre2-10.32/m4/libtool.m4:7143:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`"; then
fish-3.1.2/pcre2-10.32/m4/libtool.m4-7144-	    _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-retain-symbols-file,$export_symbols -o $lib'
##############################################
fish-3.1.2/pcre2-10.32/m4/libtool.m4-7161-	    # to its proper name (with version) after linking.
fish-3.1.2/pcre2-10.32/m4/libtool.m4:7162:	    _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
fish-3.1.2/pcre2-10.32/m4/libtool.m4-7163-
##############################################
fish-3.1.2/pcre2-10.32/m4/libtool.m4-7182-	        _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
fish-3.1.2/pcre2-10.32/m4/libtool.m4:7183:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $soname `test -n "$verstring" && func_echo_all "$wl-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
fish-3.1.2/pcre2-10.32/m4/libtool.m4-7184-	        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
##############################################
fish-3.1.2/pcre2-10.32/m4/libtool.m4-7187-	        _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
fish-3.1.2/pcre2-10.32/m4/libtool.m4:7188:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
fish-3.1.2/pcre2-10.32/m4/libtool.m4:7189:	        _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
fish-3.1.2/pcre2-10.32/m4/libtool.m4-7190-                  echo "-hidden">> $lib.exp~
fish-3.1.2/pcre2-10.32/m4/libtool.m4:7191:                  $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname $wl-input $wl$lib.exp  `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~
fish-3.1.2/pcre2-10.32/m4/libtool.m4-7192-                  $RM $lib.exp'
##############################################
fish-3.1.2/pcre2-10.32/m4/libtool.m4-7206-	    # dependencies.
fish-3.1.2/pcre2-10.32/m4/libtool.m4:7207:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
fish-3.1.2/pcre2-10.32/m4/libtool.m4-7208-	    ;;
##############################################
fish-3.1.2/pcre2-10.32/m4/libtool.m4-7213-	        osf3*)
fish-3.1.2/pcre2-10.32/m4/libtool.m4:7214:	          _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
fish-3.1.2/pcre2-10.32/m4/libtool.m4-7215-		  ;;
fish-3.1.2/pcre2-10.32/m4/libtool.m4-7216-	        *)
fish-3.1.2/pcre2-10.32/m4/libtool.m4:7217:	          _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
fish-3.1.2/pcre2-10.32/m4/libtool.m4-7218-		  ;;
##############################################
fish-3.1.2/pcre2-10.32/m4/libtool.m4-7466-  case @S|@2 in
fish-3.1.2/pcre2-10.32/m4/libtool.m4:7467:  .*) func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%\\\\@S|@2\$%%"`;;
fish-3.1.2/pcre2-10.32/m4/libtool.m4:7468:  *)  func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%@S|@2\$%%"`;;
fish-3.1.2/pcre2-10.32/m4/libtool.m4-7469-  esac
##############################################
fish-3.1.2/pcre2-10.32/m4/libtool.m4-7555-
fish-3.1.2/pcre2-10.32/m4/libtool.m4:7556:  for p in `eval "$output_verbose_link_cmd"`; do
fish-3.1.2/pcre2-10.32/m4/libtool.m4-7557-    case $prev$p in
##############################################
fish-3.1.2/pcre2-10.32/m4/libtool.m4-7659-if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then
fish-3.1.2/pcre2-10.32/m4/libtool.m4:7660: _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | $SED -e 's! -L! !g' -e 's!^ !!'`
fish-3.1.2/pcre2-10.32/m4/libtool.m4-7661-fi
##############################################
fish-3.1.2/pcre2-10.32/m4/libtool.m4-8279-    test 10 -lt "$lt_ac_count" && break
fish-3.1.2/pcre2-10.32/m4/libtool.m4:8280:    lt_ac_count=`expr $lt_ac_count + 1`
fish-3.1.2/pcre2-10.32/m4/libtool.m4-8281-    if test "$lt_ac_count" -gt "$lt_ac_max"; then
##############################################
fish-3.1.2/pcre2-10.32/m4/ltsugar.m4-68-m4_define([lt_combine],
fish-3.1.2/pcre2-10.32/m4/ltsugar.m4:69:[m4_if(m4_eval([$# > 3]), [1],
fish-3.1.2/pcre2-10.32/m4/ltsugar.m4-70-       [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl
##############################################
fish-3.1.2/pcre2-10.32/pcre2-config.in-46-  case "$1" in
fish-3.1.2/pcre2-10.32/pcre2-config.in:47:  -*=*) optarg=`echo "$1" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
fish-3.1.2/pcre2-10.32/pcre2-config.in-48-  *) optarg= ;;
##############################################
fish-3.1.2/pcre2-10.32/src/pcre2_jit_compile.c-2633-
fish-3.1.2/pcre2-10.32/src/pcre2_jit_compile.c:2634:static void add_label_addr(compiler_common *common, sljit_uw *update_addr)
fish-3.1.2/pcre2-10.32/src/pcre2_jit_compile.c-2635-{
##############################################
fish-3.1.2/pcre2-10.32/src/pcre2_jit_compile.c-11172-    sljit_emit_ijump(compiler, SLJIT_JUMP, SLJIT_MEM1(TMP1), (sljit_sw)next_update_addr);
fish-3.1.2/pcre2-10.32/src/pcre2_jit_compile.c:11173:    add_label_addr(common, next_update_addr++);
fish-3.1.2/pcre2-10.32/src/pcre2_jit_compile.c-11174-    }
##############################################
fish-3.1.2/pcre2-10.32/src/pcre2_jit_compile.c-11306-      if (alt_max > 4)
fish-3.1.2/pcre2-10.32/src/pcre2_jit_compile.c:11307:        add_label_addr(common, next_update_addr++);
fish-3.1.2/pcre2-10.32/src/pcre2_jit_compile.c-11308-      else
##############################################
fish-3.1.2/pcre2-10.32/src/pcre2_jit_compile.c-11910-          sljit_emit_ijump(compiler, SLJIT_JUMP, SLJIT_MEM1(TMP1), (sljit_sw)next_update_addr);
fish-3.1.2/pcre2-10.32/src/pcre2_jit_compile.c:11911:          add_label_addr(common, next_update_addr++);
fish-3.1.2/pcre2-10.32/src/pcre2_jit_compile.c-11912-        }
##############################################
fish-3.1.2/pcre2-10.32/src/pcre2_jit_compile.c-11923-  else if (alt_max > 4)
fish-3.1.2/pcre2-10.32/src/pcre2_jit_compile.c:11924:    add_label_addr(common, next_update_addr++);
fish-3.1.2/pcre2-10.32/src/pcre2_jit_compile.c-11925-  else
##############################################
fish-3.1.2/pcre2-10.32/src/pcre2_jit_compile.c-12585-  {
fish-3.1.2/pcre2-10.32/src/pcre2_jit_compile.c:12586:  *label_addr->update_addr = sljit_get_label_addr(label_addr->label);
fish-3.1.2/pcre2-10.32/src/pcre2_jit_compile.c-12587-  label_addr = label_addr->next;
##############################################
fish-3.1.2/pcre2-10.32/src/sljit/sljitLir.c-2582-
fish-3.1.2/pcre2-10.32/src/sljit/sljitLir.c:2583:SLJIT_API_FUNC_ATTRIBUTE void sljit_set_jump_addr(sljit_uw addr, sljit_uw new_target, sljit_sw executable_offset)
fish-3.1.2/pcre2-10.32/src/sljit/sljitLir.c-2584-{
##############################################
fish-3.1.2/pcre2-10.32/src/sljit/sljitLir.h-1323-   addresses must be preserved by the user program elsewere. */
fish-3.1.2/pcre2-10.32/src/sljit/sljitLir.h:1324:static SLJIT_INLINE sljit_uw sljit_get_label_addr(struct sljit_label *label) { return label->addr; }
fish-3.1.2/pcre2-10.32/src/sljit/sljitLir.h:1325:static SLJIT_INLINE sljit_uw sljit_get_jump_addr(struct sljit_jump *jump) { return jump->addr; }
fish-3.1.2/pcre2-10.32/src/sljit/sljitLir.h:1326:static SLJIT_INLINE sljit_uw sljit_get_const_addr(struct sljit_const *const_) { return const_->addr; }
fish-3.1.2/pcre2-10.32/src/sljit/sljitLir.h-1327-
##############################################
fish-3.1.2/pcre2-10.32/src/sljit/sljitLir.h-1329-   code modifications. See sljit_get_executable_offset function. */
fish-3.1.2/pcre2-10.32/src/sljit/sljitLir.h:1330:SLJIT_API_FUNC_ATTRIBUTE void sljit_set_jump_addr(sljit_uw addr, sljit_uw new_target, sljit_sw executable_offset);
fish-3.1.2/pcre2-10.32/src/sljit/sljitLir.h-1331-SLJIT_API_FUNC_ATTRIBUTE void sljit_set_const(sljit_uw addr, sljit_sw new_constant, sljit_sw executable_offset);
##############################################
fish-3.1.2/pcre2-10.32/src/sljit/sljitNativeARM_32.c-460-
fish-3.1.2/pcre2-10.32/src/sljit/sljitNativeARM_32.c:461:static SLJIT_INLINE void inline_set_jump_addr(sljit_uw jump_ptr, sljit_sw executable_offset, sljit_uw new_addr, sljit_s32 flush_cache)
fish-3.1.2/pcre2-10.32/src/sljit/sljitNativeARM_32.c-462-{
##############################################
fish-3.1.2/pcre2-10.32/src/sljit/sljitNativeARM_32.c-773-			code_ptr[1] = *buf_ptr;
fish-3.1.2/pcre2-10.32/src/sljit/sljitNativeARM_32.c:774:			inline_set_jump_addr((sljit_uw)code_ptr, executable_offset, (jump->flags & JUMP_LABEL) ? jump->u.label->addr : jump->u.target, 0);
fish-3.1.2/pcre2-10.32/src/sljit/sljitNativeARM_32.c-775-			code_ptr += 2;
fish-3.1.2/pcre2-10.32/src/sljit/sljitNativeARM_32.c-776-#else
fish-3.1.2/pcre2-10.32/src/sljit/sljitNativeARM_32.c:777:			inline_set_jump_addr((sljit_uw)buf_ptr, executable_offset, (jump->flags & JUMP_LABEL) ? jump->u.label->addr : jump->u.target, 0);
fish-3.1.2/pcre2-10.32/src/sljit/sljitNativeARM_32.c-778-#endif
##############################################
fish-3.1.2/pcre2-10.32/src/sljit/sljitNativeARM_32.c-789-#else
fish-3.1.2/pcre2-10.32/src/sljit/sljitNativeARM_32.c:790:			inline_set_jump_addr((sljit_uw)buf_ptr, executable_offset, (jump->flags & JUMP_LABEL) ? jump->u.label->addr : jump->u.target, 0);
fish-3.1.2/pcre2-10.32/src/sljit/sljitNativeARM_32.c-791-#endif
##############################################
fish-3.1.2/pcre2-10.32/src/sljit/sljitNativeARM_32.c-2665-
fish-3.1.2/pcre2-10.32/src/sljit/sljitNativeARM_32.c:2666:SLJIT_API_FUNC_ATTRIBUTE void sljit_set_jump_addr(sljit_uw addr, sljit_uw new_target, sljit_sw executable_offset)
fish-3.1.2/pcre2-10.32/src/sljit/sljitNativeARM_32.c-2667-{
fish-3.1.2/pcre2-10.32/src/sljit/sljitNativeARM_32.c:2668:	inline_set_jump_addr(addr, executable_offset, new_target, 1);
fish-3.1.2/pcre2-10.32/src/sljit/sljitNativeARM_32.c-2669-}
##############################################
fish-3.1.2/pcre2-10.32/src/sljit/sljitNativeARM_64.c-1949-
fish-3.1.2/pcre2-10.32/src/sljit/sljitNativeARM_64.c:1950:SLJIT_API_FUNC_ATTRIBUTE void sljit_set_jump_addr(sljit_uw addr, sljit_uw new_target, sljit_sw executable_offset)
fish-3.1.2/pcre2-10.32/src/sljit/sljitNativeARM_64.c-1951-{
##############################################
fish-3.1.2/pcre2-10.32/src/sljit/sljitNativeARM_T2_32.c-2313-
fish-3.1.2/pcre2-10.32/src/sljit/sljitNativeARM_T2_32.c:2314:SLJIT_API_FUNC_ATTRIBUTE void sljit_set_jump_addr(sljit_uw addr, sljit_uw new_target, sljit_sw executable_offset)
fish-3.1.2/pcre2-10.32/src/sljit/sljitNativeARM_T2_32.c-2315-{
##############################################
fish-3.1.2/pcre2-10.32/src/sljit/sljitNativeMIPS_32.c-418-
fish-3.1.2/pcre2-10.32/src/sljit/sljitNativeMIPS_32.c:419:SLJIT_API_FUNC_ATTRIBUTE void sljit_set_jump_addr(sljit_uw addr, sljit_uw new_target, sljit_sw executable_offset)
fish-3.1.2/pcre2-10.32/src/sljit/sljitNativeMIPS_32.c-420-{
##############################################
fish-3.1.2/pcre2-10.32/src/sljit/sljitNativeMIPS_64.c-516-
fish-3.1.2/pcre2-10.32/src/sljit/sljitNativeMIPS_64.c:517:SLJIT_API_FUNC_ATTRIBUTE void sljit_set_jump_addr(sljit_uw addr, sljit_uw new_target, sljit_sw executable_offset)
fish-3.1.2/pcre2-10.32/src/sljit/sljitNativeMIPS_64.c-518-{
##############################################
fish-3.1.2/pcre2-10.32/src/sljit/sljitNativeMIPS_common.c-525-#elif defined(__GNUC__)
fish-3.1.2/pcre2-10.32/src/sljit/sljitNativeMIPS_common.c:526:		asm ("cfc1 %0, $0" : "=r"(fir));
fish-3.1.2/pcre2-10.32/src/sljit/sljitNativeMIPS_common.c-527-		return (fir >> 22) & 0x1;
##############################################
fish-3.1.2/pcre2-10.32/src/sljit/sljitNativePPC_32.c-257-
fish-3.1.2/pcre2-10.32/src/sljit/sljitNativePPC_32.c:258:SLJIT_API_FUNC_ATTRIBUTE void sljit_set_jump_addr(sljit_uw addr, sljit_uw new_target, sljit_sw executable_offset)
fish-3.1.2/pcre2-10.32/src/sljit/sljitNativePPC_32.c-259-{
##############################################
fish-3.1.2/pcre2-10.32/src/sljit/sljitNativePPC_64.c-479-
fish-3.1.2/pcre2-10.32/src/sljit/sljitNativePPC_64.c:480:SLJIT_API_FUNC_ATTRIBUTE void sljit_set_jump_addr(sljit_uw addr, sljit_uw new_target, sljit_sw executable_offset)
fish-3.1.2/pcre2-10.32/src/sljit/sljitNativePPC_64.c-481-{
##############################################
fish-3.1.2/pcre2-10.32/src/sljit/sljitNativeSPARC_32.c-265-
fish-3.1.2/pcre2-10.32/src/sljit/sljitNativeSPARC_32.c:266:SLJIT_API_FUNC_ATTRIBUTE void sljit_set_jump_addr(sljit_uw addr, sljit_uw new_target, sljit_sw executable_offset)
fish-3.1.2/pcre2-10.32/src/sljit/sljitNativeSPARC_32.c-267-{
##############################################
fish-3.1.2/pcre2-10.32/src/sljit/sljitNativeSPARC_common.c-40-#if defined(__SUNPRO_C) && __SUNPRO_C < 0x590
fish-3.1.2/pcre2-10.32/src/sljit/sljitNativeSPARC_common.c:41:	__asm (
fish-3.1.2/pcre2-10.32/src/sljit/sljitNativeSPARC_common.c-42-		/* if (from == to) return */
##############################################
fish-3.1.2/pcre2-10.32/src/sljit/sljitNativeTILEGX_64.c-2520-
fish-3.1.2/pcre2-10.32/src/sljit/sljitNativeTILEGX_64.c:2521:SLJIT_API_FUNC_ATTRIBUTE void sljit_set_jump_addr(sljit_uw addr, sljit_uw new_target)
fish-3.1.2/pcre2-10.32/src/sljit/sljitNativeTILEGX_64.c-2522-{
##############################################
fish-3.1.2/pcre2-10.32/src/sljit/sljitNativeX86_common.c-359-	/* Intel syntax. */
fish-3.1.2/pcre2-10.32/src/sljit/sljitNativeX86_common.c:360:	__asm {
fish-3.1.2/pcre2-10.32/src/sljit/sljitNativeX86_common.c-361-		mov eax, 1
##############################################
fish-3.1.2/pcre2-10.32/src/sljit/sljitNativeX86_common.c-2844-
fish-3.1.2/pcre2-10.32/src/sljit/sljitNativeX86_common.c:2845:SLJIT_API_FUNC_ATTRIBUTE void sljit_set_jump_addr(sljit_uw addr, sljit_uw new_target, sljit_sw executable_offset)
fish-3.1.2/pcre2-10.32/src/sljit/sljitNativeX86_common.c-2846-{
##############################################
fish-3.1.2/po/de.po-22325-#: /tmp/fish/implicit/share/completions/gcc.fish:526
fish-3.1.2/po/de.po:22326:msgid "Output instruction sizes to the asm file"
fish-3.1.2/po/de.po-22327-msgstr ""
##############################################
fish-3.1.2/po/de.po-23160-#: /tmp/fish/implicit/share/completions/gcc.fish:783
fish-3.1.2/po/de.po:23161:msgid "=dialect Output asm instructions using selected dialect"
fish-3.1.2/po/de.po-23162-msgstr ""
##############################################
fish-3.1.2/po/de.po-23342-msgid ""
fish-3.1.2/po/de.po:23343:"Generate (or don’t) a stop bit immediately before and after volatile asm "
fish-3.1.2/po/de.po-23344-"statements"
##############################################
fish-3.1.2/po/en.po-22369-#: /tmp/fish/implicit/share/completions/gcc.fish:526
fish-3.1.2/po/en.po:22370:msgid "Output instruction sizes to the asm file"
fish-3.1.2/po/en.po-22371-msgstr ""
##############################################
fish-3.1.2/po/en.po-23208-#: /tmp/fish/implicit/share/completions/gcc.fish:783
fish-3.1.2/po/en.po:23209:msgid "=dialect Output asm instructions using selected dialect"
fish-3.1.2/po/en.po-23210-msgstr ""
##############################################
fish-3.1.2/po/en.po-23390-msgid ""
fish-3.1.2/po/en.po:23391:"Generate (or don’t) a stop bit immediately before and after volatile asm "
fish-3.1.2/po/en.po-23392-"statements"
##############################################
fish-3.1.2/po/fr.po-23778-#: /tmp/fish/implicit/share/completions/gcc.fish:526
fish-3.1.2/po/fr.po:23779:msgid "Output instruction sizes to the asm file"
fish-3.1.2/po/fr.po-23780-msgstr "Enregistrer la taille des instructions dans le fichier ASM"
##############################################
fish-3.1.2/po/fr.po-24782-#: /tmp/fish/implicit/share/completions/gcc.fish:783
fish-3.1.2/po/fr.po:24783:msgid "=dialect Output asm instructions using selected dialect"
fish-3.1.2/po/fr.po-24784-msgstr "Générer les instructions assembleur pour le dialecte spécifié"
##############################################
fish-3.1.2/po/fr.po-24997-msgid ""
fish-3.1.2/po/fr.po:24998:"Generate (or don’t) a stop bit immediately before and after volatile asm "
fish-3.1.2/po/fr.po-24999-"statements"
##############################################
fish-3.1.2/po/nb.po-22280-#: /tmp/fish/implicit/share/completions/gcc.fish:526
fish-3.1.2/po/nb.po:22281:msgid "Output instruction sizes to the asm file"
fish-3.1.2/po/nb.po-22282-msgstr ""
##############################################
fish-3.1.2/po/nb.po-23115-#: /tmp/fish/implicit/share/completions/gcc.fish:783
fish-3.1.2/po/nb.po:23116:msgid "=dialect Output asm instructions using selected dialect"
fish-3.1.2/po/nb.po-23117-msgstr ""
##############################################
fish-3.1.2/po/nb.po-23297-msgid ""
fish-3.1.2/po/nb.po:23298:"Generate (or don’t) a stop bit immediately before and after volatile asm "
fish-3.1.2/po/nb.po-23299-"statements"
##############################################
fish-3.1.2/po/nn.po-22281-#: /tmp/fish/implicit/share/completions/gcc.fish:526
fish-3.1.2/po/nn.po:22282:msgid "Output instruction sizes to the asm file"
fish-3.1.2/po/nn.po-22283-msgstr ""
##############################################
fish-3.1.2/po/nn.po-23116-#: /tmp/fish/implicit/share/completions/gcc.fish:783
fish-3.1.2/po/nn.po:23117:msgid "=dialect Output asm instructions using selected dialect"
fish-3.1.2/po/nn.po-23118-msgstr ""
##############################################
fish-3.1.2/po/nn.po-23298-msgid ""
fish-3.1.2/po/nn.po:23299:"Generate (or don’t) a stop bit immediately before and after volatile asm "
fish-3.1.2/po/nn.po-23300-"statements"
##############################################
fish-3.1.2/po/pl.po-22303-#: /tmp/fish/implicit/share/completions/gcc.fish:526
fish-3.1.2/po/pl.po:22304:msgid "Output instruction sizes to the asm file"
fish-3.1.2/po/pl.po-22305-msgstr ""
##############################################
fish-3.1.2/po/pl.po-23138-#: /tmp/fish/implicit/share/completions/gcc.fish:783
fish-3.1.2/po/pl.po:23139:msgid "=dialect Output asm instructions using selected dialect"
fish-3.1.2/po/pl.po-23140-msgstr ""
##############################################
fish-3.1.2/po/pl.po-23320-msgid ""
fish-3.1.2/po/pl.po:23321:"Generate (or don’t) a stop bit immediately before and after volatile asm "
fish-3.1.2/po/pl.po-23322-"statements"
##############################################
fish-3.1.2/po/pt_BR.po-22361-#: /tmp/fish/implicit/share/completions/gcc.fish:526
fish-3.1.2/po/pt_BR.po:22362:msgid "Output instruction sizes to the asm file"
fish-3.1.2/po/pt_BR.po-22363-msgstr ""
##############################################
fish-3.1.2/po/pt_BR.po-23196-#: /tmp/fish/implicit/share/completions/gcc.fish:783
fish-3.1.2/po/pt_BR.po:23197:msgid "=dialect Output asm instructions using selected dialect"
fish-3.1.2/po/pt_BR.po-23198-msgstr ""
##############################################
fish-3.1.2/po/pt_BR.po-23378-msgid ""
fish-3.1.2/po/pt_BR.po:23379:"Generate (or don’t) a stop bit immediately before and after volatile asm "
fish-3.1.2/po/pt_BR.po-23380-"statements"
##############################################
fish-3.1.2/po/sv.po-20954-#: /tmp/fish/implicit/share/completions/gcc.fish:526
fish-3.1.2/po/sv.po:20955:msgid "Output instruction sizes to the asm file"
fish-3.1.2/po/sv.po-20956-msgstr ""
##############################################
fish-3.1.2/po/sv.po-21791-#: /tmp/fish/implicit/share/completions/gcc.fish:783
fish-3.1.2/po/sv.po:21792:msgid "=dialect Output asm instructions using selected dialect"
fish-3.1.2/po/sv.po-21793-msgstr ""
##############################################
fish-3.1.2/po/sv.po-21973-msgid ""
fish-3.1.2/po/sv.po:21974:"Generate (or don’t) a stop bit immediately before and after volatile asm "
fish-3.1.2/po/sv.po-21975-"statements"
##############################################
fish-3.1.2/po/zh_CN.po-22279-#: /tmp/fish/implicit/share/completions/gcc.fish:526
fish-3.1.2/po/zh_CN.po:22280:msgid "Output instruction sizes to the asm file"
fish-3.1.2/po/zh_CN.po-22281-msgstr ""
##############################################
fish-3.1.2/po/zh_CN.po-23114-#: /tmp/fish/implicit/share/completions/gcc.fish:783
fish-3.1.2/po/zh_CN.po:23115:msgid "=dialect Output asm instructions using selected dialect"
fish-3.1.2/po/zh_CN.po-23116-msgstr ""
##############################################
fish-3.1.2/po/zh_CN.po-23296-msgid ""
fish-3.1.2/po/zh_CN.po:23297:"Generate (or don’t) a stop bit immediately before and after volatile asm "
fish-3.1.2/po/zh_CN.po-23298-"statements"
##############################################
fish-3.1.2/share/completions/cwebp.fish-137-complete -c cwebp -o version -d 'Print version number and exit'
fish-3.1.2/share/completions/cwebp.fish:138:complete -c cwebp -o noasm -d 'Disable all assembly optimizations'
fish-3.1.2/share/completions/cwebp.fish-139-complete -c cwebp -o v -d 'Be verbose (print encoding/decoding times)'
##############################################
fish-3.1.2/share/completions/gcc.fish-49-complete -c gcc -o ansi -d 'In C mode, support all ISO C90 programs'
fish-3.1.2/share/completions/gcc.fish:50:complete -c gcc -o fno-asm -d 'Do not recognize "asm", "inline" or "typeof" as a keyword, so that code can use these words as identifiers'
fish-3.1.2/share/completions/gcc.fish-51-complete -c gcc -o fno-builtin -d 'Don’t recognize built-in functions that do not begin with __builtin_ as prefix'
##############################################
fish-3.1.2/share/completions/gcc.fish-554-complete -c gcc -o mmcu -x -d 'Specify ATMEL AVR instruction set or MCU type'
fish-3.1.2/share/completions/gcc.fish:555:complete -c gcc -o msize -d 'Output instruction sizes to the asm file'
fish-3.1.2/share/completions/gcc.fish-556-complete -c gcc -o minit-stack -x -d 'Specify the initial stack address, which may be a symbol or numeric value, __stack is the default'
##############################################
fish-3.1.2/share/completions/gcc.fish-811-complete -c gcc -o mfpmath -d '=unit Generate floating point arithmetics for selected unit unit'
fish-3.1.2/share/completions/gcc.fish:812:complete -c gcc -o masm -d '=dialect Output asm instructions using selected dialect'
fish-3.1.2/share/completions/gcc.fish-813-complete -c gcc -o mieee-fp -d 'Control whether or not the compiler uses IEEE floating point comparisons'
##############################################
fish-3.1.2/share/completions/gcc.fish-863-complete -c gcc -o mno-pic -d 'Generate code that does not use a global pointer register'
fish-3.1.2/share/completions/gcc.fish:864:complete -c gcc -o mvolatile-asm-stop -d 'Generate (or don’t) a stop bit immediately before and after volatile asm statements'
fish-3.1.2/share/completions/gcc.fish:865:complete -c gcc -o mno-volatile-asm-stop -d 'Generate (or don’t) a stop bit immediately before and after volatile asm statements'
fish-3.1.2/share/completions/gcc.fish-866-complete -c gcc -o mregister-names -d 'Generate (or don’t) in, loc, and out register names for the stacked registers'
##############################################
fish-3.1.2/share/completions/gcc.fish-877-complete -c gcc -o minline-sqrt-max-throughput -d 'Generate code for inline square roots using the maximum throughput algorithm'
fish-3.1.2/share/completions/gcc.fish:878:complete -c gcc -o mno-dwarf2-asm -d 'Don’t (or do) generate assembler code for the DWARF2 line number debugging info'
fish-3.1.2/share/completions/gcc.fish:879:complete -c gcc -o mdwarf2-asm -d 'Don’t (or do) generate assembler code for the DWARF2 line number debugging info'
fish-3.1.2/share/completions/gcc.fish-880-complete -c gcc -o mearly-stop-bits -d 'Allow stop bits to be placed earlier than immediately preceding the instruction that triggered the stop bit'
##############################################
fish-3.1.2/share/completions/gcc.fish-1105-complete -c gcc -o mno-split -d 'Generate code for a system without split I&D'
fish-3.1.2/share/completions/gcc.fish:1106:complete -c gcc -o munix-asm -d 'Use Unix assembler syntax'
fish-3.1.2/share/completions/gcc.fish:1107:complete -c gcc -o mdec-asm -d 'Use DEC assembler syntax'
fish-3.1.2/share/completions/gcc.fish-1108-complete -c gcc -o mpower -d 'GCC supports two related instruction set architectures for the RS/6000 and PowerPC'
##############################################
fish-3.1.2/share/completions/gcc.fish-1406-complete -c gcc -o finhibit-size-directive -d 'Don’t output a "'
fish-3.1.2/share/completions/gcc.fish:1407:complete -c gcc -o fverbose-asm -d 'Put extra commentary information in the generated assembly code to make it more readable'
fish-3.1.2/share/completions/gcc.fish-1408-complete -c gcc -o fpic -d 'Generate position-independent code (PIC) suitable for use in a shared library, if supported for the target machine'
##############################################
fish-3.1.2/share/completions/git.fish-161-    # and they slow things down quite significantly.
fish-3.1.2/share/completions/git.fish:162:    # E.g. `git reset $submodule` won't do anything (not even print an error).
fish-3.1.2/share/completions/git.fish-163-    # --ignore-submodules=all was added in git 1.7.2, released July 2010.
##############################################
fish-3.1.2/share/completions/go.fish-133-complete -c go -n '__fish_use_subcommand' -a tool -d 'run specified go tool'
fish-3.1.2/share/completions/go.fish:134:complete -c go -n '__fish_seen_subcommand_from tool' -a 'addr2line api asm cgo compile dist fix link nm objdump pack pprof prof vet yacc' -d "target tool"
fish-3.1.2/share/completions/go.fish-135-complete -c go -n '__fish_seen_subcommand_from tool' -s n -d "print the command that would be executed but not execute it"
##############################################
fish-3.1.2/share/completions/iw.fish-142-                            noack_map "Noack map for TIDs" \
fish-3.1.2/share/completions/iw.fish:143:                            4addr "4addr (WDS) mode" \
fish-3.1.2/share/completions/iw.fish-144-                            type "Interface type/mode" \
##############################################
fish-3.1.2/share/completions/rustc.fish-11-complete -c rustc -r -l crate-name
fish-3.1.2/share/completions/rustc.fish:12:complete -c rustc -x -l emit -a 'asm llvm-bc llvm-ir obj link dep-info'
fish-3.1.2/share/completions/rustc.fish-13-complete -c rustc -x -l print -a 'crate-name file-names sysroot'
##############################################
fish-3.1.2/share/functions/fish_npm_helper.fish-13-            commandline -r ""
fish-3.1.2/share/functions/fish_npm_helper.fish:14:            echo \nfish: Run `$argv[1] all-the-package-names` to gain intelligent \
fish-3.1.2/share/functions/fish_npm_helper.fish-15-                package completion >&2
##############################################
fish-3.1.2/share/functions/psub.fish-31-        command mkfifo $filename
fish-3.1.2/share/functions/psub.fish:32:        # Note that if we were to do the obvious `cat >$filename &`, we would deadlock
fish-3.1.2/share/functions/psub.fish-33-        # because $filename may be opened before the fork. Use tee to ensure it is opened
##############################################
fish-3.1.2/share/functions/umask.fish-43-    end
fish-3.1.2/share/functions/umask.fish:44:    echo $__fish_umask_set_table[$to_set]
fish-3.1.2/share/functions/umask.fish-45-end
##############################################
fish-3.1.2/share/tools/web_config/js/angular.js-1582- * ### Events
fish-3.1.2/share/tools/web_config/js/angular.js:1583: * - `$destroy` - AngularJS intercepts all jqLite/jQuery's DOM destruction apis and fires this event
fish-3.1.2/share/tools/web_config/js/angular.js-1584- *    on all DOM nodes being removed.  This can be used to clean up and 3rd party bindings to the DOM
##############################################
fish-3.1.2/share/tools/web_config/js/angular.js-2501- *
fish-3.1.2/share/tools/web_config/js/angular.js:2502: * `$injector` is used to retrieve object instances as defined by
fish-3.1.2/share/tools/web_config/js/angular.js-2503- * {@link AUTO.$provide provider}, instantiate types, invoke methods,
##############################################
fish-3.1.2/share/tools/web_config/js/angular.js-2539- *
fish-3.1.2/share/tools/web_config/js/angular.js:2540: * ## `$inject` Annotation
fish-3.1.2/share/tools/web_config/js/angular.js:2541: * By adding a `$inject` property onto a function the injection parameters can be specified.
fish-3.1.2/share/tools/web_config/js/angular.js-2542- *
##############################################
fish-3.1.2/share/tools/web_config/js/angular.js-2564- * @description
fish-3.1.2/share/tools/web_config/js/angular.js:2565: * Invoke the method and supply the method arguments from the `$injector`.
fish-3.1.2/share/tools/web_config/js/angular.js-2566- *
##############################################
fish-3.1.2/share/tools/web_config/js/angular.js-2569- * @param {Object=} locals Optional object. If preset then any argument names are read from this object first, before
fish-3.1.2/share/tools/web_config/js/angular.js:2570: *   the `$injector` is consulted.
fish-3.1.2/share/tools/web_config/js/angular.js-2571- * @returns {*} the value returned by the invoked `fn` function.
##############################################
fish-3.1.2/share/tools/web_config/js/angular.js-2583- * @param {Object=} locals Optional object. If preset then any argument names are read from this object first, before
fish-3.1.2/share/tools/web_config/js/angular.js:2584: *   the `$injector` is consulted.
fish-3.1.2/share/tools/web_config/js/angular.js-2585- * @returns {Object} new instance of `Type`.
##############################################
fish-3.1.2/share/tools/web_config/js/angular.js-2614- *
fish-3.1.2/share/tools/web_config/js/angular.js:2615: * # The `$inject` property
fish-3.1.2/share/tools/web_config/js/angular.js-2616- *
fish-3.1.2/share/tools/web_config/js/angular.js:2617: * If a function has an `$inject` property and its value is an array of strings, then the strings represent names of
fish-3.1.2/share/tools/web_config/js/angular.js-2618- * services to be injected into the function.
##############################################
fish-3.1.2/share/tools/web_config/js/angular.js-2632- *
fish-3.1.2/share/tools/web_config/js/angular.js:2633: * It is often desirable to inline Injected functions and that's when setting the `$inject` property is very
fish-3.1.2/share/tools/web_config/js/angular.js-2634- * inconvenient. In these situations using the array notation to specify the dependencies in a way that survives
##############################################
fish-3.1.2/share/tools/web_config/js/angular.js-2675- *
fish-3.1.2/share/tools/web_config/js/angular.js:2676: * Use `$provide` to register new providers with the `$injector`. The providers are the factories for the instance.
fish-3.1.2/share/tools/web_config/js/angular.js-2677- * The providers share the same name as the instance they create with `Provider` suffixed to them.
fish-3.1.2/share/tools/web_config/js/angular.js-2678- *
fish-3.1.2/share/tools/web_config/js/angular.js:2679: * A provider is an object with a `$get()` method. The injector calls the `$get` method to create a new instance of
fish-3.1.2/share/tools/web_config/js/angular.js-2680- * a service. The Provider can have additional methods which would allow for configuration of the provider.
##############################################
fish-3.1.2/share/tools/web_config/js/angular.js-2728- *
fish-3.1.2/share/tools/web_config/js/angular.js:2729: *   - `Object`: then it should have a `$get` method. The `$get` method will be invoked using
fish-3.1.2/share/tools/web_config/js/angular.js-2730- *               {@link AUTO.$injector#invoke $injector.invoke()} when an instance needs to be created.
##############################################
fish-3.1.2/share/tools/web_config/js/angular.js-2742- *
fish-3.1.2/share/tools/web_config/js/angular.js:2743: * A short hand for configuring services if only `$get` method is required.
fish-3.1.2/share/tools/web_config/js/angular.js-2744- *
##############################################
fish-3.1.2/share/tools/web_config/js/angular.js-2746- * @param {function()} $getFn The $getFn for the instance creation. Internally this is a short hand for
fish-3.1.2/share/tools/web_config/js/angular.js:2747: * `$provide.provider(name, {$get: $getFn})`.
fish-3.1.2/share/tools/web_config/js/angular.js-2748- * @returns {Object} registered provider instance
##############################################
fish-3.1.2/share/tools/web_config/js/angular.js-2771- *
fish-3.1.2/share/tools/web_config/js/angular.js:2772: * A short hand for configuring services if the `$get` method is a constant.
fish-3.1.2/share/tools/web_config/js/angular.js-2773- *
##############################################
fish-3.1.2/share/tools/web_config/js/angular.js-2810- *
fish-3.1.2/share/tools/web_config/js/angular.js:2811: *    * `$delegate` - The original service instance, which can be monkey patched, configured,
fish-3.1.2/share/tools/web_config/js/angular.js-2812- *      decorated or delegated to.
##############################################
fish-3.1.2/share/tools/web_config/js/angular.js-3033- * @description
fish-3.1.2/share/tools/web_config/js/angular.js:3034: * When called, it checks current value of `$location.hash()` and scroll to related element,
fish-3.1.2/share/tools/web_config/js/angular.js-3035- * according to rules specified in
##############################################
fish-3.1.2/share/tools/web_config/js/angular.js-3037- *
fish-3.1.2/share/tools/web_config/js/angular.js:3038: * It also watches the `$location.hash()` and scroll whenever it changes to match any anchor.
fish-3.1.2/share/tools/web_config/js/angular.js:3039: * This can be disabled by calling `$anchorScrollProvider.disableAutoScrolling()`.
fish-3.1.2/share/tools/web_config/js/angular.js-3040- */
##############################################
fish-3.1.2/share/tools/web_config/js/angular.js-3103- *
fish-3.1.2/share/tools/web_config/js/angular.js:3104: * For tests we provide {@link ngMock.$browser mock implementation} of the `$browser`
fish-3.1.2/share/tools/web_config/js/angular.js-3105- * service, which can be used for convenient testing of the application without the interaction with
##############################################
fish-3.1.2/share/tools/web_config/js/angular.js-3417-   * @param {number=} [delay=0] of milliseconds to defer the function execution.
fish-3.1.2/share/tools/web_config/js/angular.js:3418:   * @returns {*} DeferId that can be used to cancel the task via `$browser.defer.cancel()`.
fish-3.1.2/share/tools/web_config/js/angular.js-3419-   *
##############################################
fish-3.1.2/share/tools/web_config/js/angular.js-3424-   * `setTimeout` in tests, the fns are queued in an array, which can be programmatically flushed
fish-3.1.2/share/tools/web_config/js/angular.js:3425:   * via `$browser.defer.flush()`.
fish-3.1.2/share/tools/web_config/js/angular.js-3426-   *
##############################################
fish-3.1.2/share/tools/web_config/js/angular.js-3446-   *
fish-3.1.2/share/tools/web_config/js/angular.js:3447:   * @param {*} deferId Token returned by the `$browser.defer` function.
fish-3.1.2/share/tools/web_config/js/angular.js-3448-   * @returns {boolean} Returns `true` if the task hasn't executed yet and was successfuly canceled.
##############################################
fish-3.1.2/share/tools/web_config/js/angular.js-3663- * The first time a template is used, it is loaded in the template cache for quick retrieval.  You can
fish-3.1.2/share/tools/web_config/js/angular.js:3664: * load templates directly into the cache in a `script` tag, or by consuming the `$templateCache`
fish-3.1.2/share/tools/web_config/js/angular.js-3665- * service directly.
##############################################
fish-3.1.2/share/tools/web_config/js/angular.js-4956-     *
fish-3.1.2/share/tools/web_config/js/angular.js:4957:     *    * check if a controller with given name is registered via `$controllerProvider`
fish-3.1.2/share/tools/web_config/js/angular.js-4958-     *    * check if evaluating the string on the current scope returns a constructor
##############################################
fish-3.1.2/share/tools/web_config/js/angular.js-4964-     * @description
fish-3.1.2/share/tools/web_config/js/angular.js:4965:     * `$controller` service is responsible for instantiating controllers.
fish-3.1.2/share/tools/web_config/js/angular.js-4966-     *
##############################################
fish-3.1.2/share/tools/web_config/js/angular.js-5007- * Any uncaught exception in angular expressions is delegated to this service.
fish-3.1.2/share/tools/web_config/js/angular.js:5008: * The default implementation simply delegates to `$log.error` which logs it into
fish-3.1.2/share/tools/web_config/js/angular.js-5009- * the browser console.
##############################################
fish-3.1.2/share/tools/web_config/js/angular.js-5456-   *
fish-3.1.2/share/tools/web_config/js/angular.js:5457:   * Change path, search and hash, when called with parameter and return `$location`.
fish-3.1.2/share/tools/web_config/js/angular.js-5458-   *
##############################################
fish-3.1.2/share/tools/web_config/js/angular.js-5525-   *
fish-3.1.2/share/tools/web_config/js/angular.js:5526:   * Change path when called with parameter and return `$location`.
fish-3.1.2/share/tools/web_config/js/angular.js-5527-   *
##############################################
fish-3.1.2/share/tools/web_config/js/angular.js-5547-   *
fish-3.1.2/share/tools/web_config/js/angular.js:5548:   * Change search part when called with parameter and return `$location`.
fish-3.1.2/share/tools/web_config/js/angular.js-5549-   *
##############################################
fish-3.1.2/share/tools/web_config/js/angular.js-5583-   *
fish-3.1.2/share/tools/web_config/js/angular.js:5584:   * Change hash fragment when called with parameter and return `$location`.
fish-3.1.2/share/tools/web_config/js/angular.js-5585-   *
##############################################
fish-3.1.2/share/tools/web_config/js/angular.js-5596-   * @description
fish-3.1.2/share/tools/web_config/js/angular.js:5597:   * If called, all changes to $location during current `$digest` will be replacing current history
fish-3.1.2/share/tools/web_config/js/angular.js-5598-   * record, instead of adding new one.
##############################################
fish-3.1.2/share/tools/web_config/js/angular.js-5673- * @description
fish-3.1.2/share/tools/web_config/js/angular.js:5674: * Use the `$locationProvider` to configure how the application deep linking paths are stored.
fish-3.1.2/share/tools/web_config/js/angular.js-5675- */
##############################################
fish-3.1.2/share/tools/web_config/js/angular.js-6797- * <pre>
fish-3.1.2/share/tools/web_config/js/angular.js:6798: *   // for the purpose of this example let's assume that variables `$q` and `scope` are
fish-3.1.2/share/tools/web_config/js/angular.js-6799- *   // available in the current lexical scope (they could have been injected or passed in).
##############################################
fish-3.1.2/share/tools/web_config/js/angular.js-6838- *
fish-3.1.2/share/tools/web_config/js/angular.js:6839: * A new instance of deferred is constructed by calling `$q.defer()`.
fish-3.1.2/share/tools/web_config/js/angular.js-6840- *
##############################################
fish-3.1.2/share/tools/web_config/js/angular.js-6846- * - `resolve(value)` – resolves the derived promise with the `value`. If the value is a rejection
fish-3.1.2/share/tools/web_config/js/angular.js:6847: *   constructed via `$q.reject`, the promise will be rejected instead.
fish-3.1.2/share/tools/web_config/js/angular.js-6848- * - `reject(reason)` – rejects the derived promise with the `reason`. This is equivalent to
fish-3.1.2/share/tools/web_config/js/angular.js:6849: *   resolving it with a rejection constructed via `$q.reject`.
fish-3.1.2/share/tools/web_config/js/angular.js-6850- *
##############################################
fish-3.1.2/share/tools/web_config/js/angular.js-7209-   *
fish-3.1.2/share/tools/web_config/js/angular.js:7210:   * @param {string} path Route path (matched against `$location.path`). If `$location.path`
fish-3.1.2/share/tools/web_config/js/angular.js-7211-   *    contains redundant trailing slash or is missing one, the route will still match and the
fish-3.1.2/share/tools/web_config/js/angular.js:7212:   *    `$location.path` will be updated to add or drop the trailing slash to exactly match the
fish-3.1.2/share/tools/web_config/js/angular.js-7213-   *    route definition.
##############################################
fish-3.1.2/share/tools/web_config/js/angular.js-7215-   *    `path` can contain named groups starting with a colon (`:name`). All characters up to the
fish-3.1.2/share/tools/web_config/js/angular.js:7216:   *    next slash are matched and stored in `$routeParams` under the given `name` after the route
fish-3.1.2/share/tools/web_config/js/angular.js-7217-   *    is resolved.
fish-3.1.2/share/tools/web_config/js/angular.js-7218-   *
fish-3.1.2/share/tools/web_config/js/angular.js:7219:   * @param {Object} route Mapping information to be assigned to `$route.current` on route
fish-3.1.2/share/tools/web_config/js/angular.js-7220-   *    match.
##############################################
fish-3.1.2/share/tools/web_config/js/angular.js-7235-   *      resolved and converted to a value before the controller is instantiated and the
fish-3.1.2/share/tools/web_config/js/angular.js:7236:   *      `$routeChangeSuccess` event is fired. The map object is:
fish-3.1.2/share/tools/web_config/js/angular.js-7237-   *
##############################################
fish-3.1.2/share/tools/web_config/js/angular.js-7241-   *        and the return value is treated as the dependency. If the result is a promise, it is resolved
fish-3.1.2/share/tools/web_config/js/angular.js:7242:   *        before its value is injected into the controller. Be aware that `ngRoute.$routeParams` will
fish-3.1.2/share/tools/web_config/js/angular.js:7243:   *        still refer to the previous route within these resolve functions.  Use `$route.current.params`
fish-3.1.2/share/tools/web_config/js/angular.js-7244-   *        to access the new route parameters, instead.
##############################################
fish-3.1.2/share/tools/web_config/js/angular.js-7251-   *      - `{Object.<string>}` - route parameters extracted from the current
fish-3.1.2/share/tools/web_config/js/angular.js:7252:   *        `$location.path()` by applying the current route templateUrl.
fish-3.1.2/share/tools/web_config/js/angular.js:7253:   *      - `{string}` - current `$location.path()`
fish-3.1.2/share/tools/web_config/js/angular.js:7254:   *      - `{Object}` - current `$location.search()`
fish-3.1.2/share/tools/web_config/js/angular.js-7255-   *
fish-3.1.2/share/tools/web_config/js/angular.js-7256-   *      The custom `redirectTo` function is expected to return a string which will be used
fish-3.1.2/share/tools/web_config/js/angular.js:7257:   *      to update `$location.path()` and `$location.search()`.
fish-3.1.2/share/tools/web_config/js/angular.js-7258-   *
##############################################
fish-3.1.2/share/tools/web_config/js/angular.js-7262-   *      If the option is set to `false` and url in the browser changes, then
fish-3.1.2/share/tools/web_config/js/angular.js:7263:   *      `$routeUpdate` event is broadcasted on the root scope.
fish-3.1.2/share/tools/web_config/js/angular.js-7264-   *
##############################################
fish-3.1.2/share/tools/web_config/js/angular.js-7267-   * @description
fish-3.1.2/share/tools/web_config/js/angular.js:7268:   * Adds a new route definition to the `$route` service.
fish-3.1.2/share/tools/web_config/js/angular.js-7269-   */
##############################################
fish-3.1.2/share/tools/web_config/js/angular.js-7293-   *
fish-3.1.2/share/tools/web_config/js/angular.js:7294:   * @param {Object} params Mapping information to be assigned to `$route.current`.
fish-3.1.2/share/tools/web_config/js/angular.js-7295-   * @returns {Object} self
##############################################
fish-3.1.2/share/tools/web_config/js/angular.js-7319-     *
fish-3.1.2/share/tools/web_config/js/angular.js:7320:     *     - `$scope` - The current route scope.
fish-3.1.2/share/tools/web_config/js/angular.js:7321:     *     - `$template` - The current route template HTML.
fish-3.1.2/share/tools/web_config/js/angular.js-7322-     *
##############################################
fish-3.1.2/share/tools/web_config/js/angular.js-7326-     * Is used for deep-linking URLs to controllers and views (HTML partials).
fish-3.1.2/share/tools/web_config/js/angular.js:7327:     * It watches `$location.url()` and tries to map the path to an existing route definition.
fish-3.1.2/share/tools/web_config/js/angular.js-7328-     *
##############################################
fish-3.1.2/share/tools/web_config/js/angular.js-7330-     *
fish-3.1.2/share/tools/web_config/js/angular.js:7331:     * The `$route` service is typically used in conjunction with {@link ng.directive:ngView ngView}
fish-3.1.2/share/tools/web_config/js/angular.js-7332-     * directive and the {@link ng.$routeParams $routeParams} service.
##############################################
fish-3.1.2/share/tools/web_config/js/angular.js-7334-     * @example
fish-3.1.2/share/tools/web_config/js/angular.js:7335:       This example shows how changing the URL hash causes the `$route` to match a route against the
fish-3.1.2/share/tools/web_config/js/angular.js-7336-       URL, and the `ngView` pulls in the partial.
##############################################
fish-3.1.2/share/tools/web_config/js/angular.js-7440-     * defined in `resolve` route property. Once  all of the dependencies are resolved
fish-3.1.2/share/tools/web_config/js/angular.js:7441:     * `$routeChangeSuccess` is fired.
fish-3.1.2/share/tools/web_config/js/angular.js-7442-     *
##############################################
fish-3.1.2/share/tools/web_config/js/angular.js-7495-           * @description
fish-3.1.2/share/tools/web_config/js/angular.js:7496:           * Causes `$route` service to reload the current route even if
fish-3.1.2/share/tools/web_config/js/angular.js-7497-           * {@link ng.$location $location} hasn't changed.
##############################################
fish-3.1.2/share/tools/web_config/js/angular.js-7675- *
fish-3.1.2/share/tools/web_config/js/angular.js:7676: * The service guarantees that the identity of the `$routeParams` object will remain unchanged
fish-3.1.2/share/tools/web_config/js/angular.js-7677- * (but its properties will likely change) even when a route change occurs.
fish-3.1.2/share/tools/web_config/js/angular.js-7678- *
fish-3.1.2/share/tools/web_config/js/angular.js:7679: * Note that the `$routeParams` are only updated *after* a route change completes successfully.
fish-3.1.2/share/tools/web_config/js/angular.js:7680: * This means that you cannot rely on `$routeParams` being correct in route resolve functions.
fish-3.1.2/share/tools/web_config/js/angular.js:7681: * Instead you can use `$route.current.params` to access the new route's parameters.
fish-3.1.2/share/tools/web_config/js/angular.js-7682- *
##############################################
fish-3.1.2/share/tools/web_config/js/angular.js-8018-       * Because a {@link ng.$rootScope.Scope#$watch watcher}'s listener can change the model, the
fish-3.1.2/share/tools/web_config/js/angular.js:8019:       * `$digest()` keeps calling the {@link ng.$rootScope.Scope#$watch watchers} until no more listeners are
fish-3.1.2/share/tools/web_config/js/angular.js-8020-       * firing. This means that it is possible to get into an infinite loop. This function will throw
##############################################
fish-3.1.2/share/tools/web_config/js/angular.js-8022-       *
fish-3.1.2/share/tools/web_config/js/angular.js:8023:       * Usually you don't call `$digest()` directly in
fish-3.1.2/share/tools/web_config/js/angular.js-8024-       * {@link ng.directive:ngController controllers} or in
##############################################
fish-3.1.2/share/tools/web_config/js/angular.js-8026-       * Instead a call to {@link ng.$rootScope.Scope#$apply $apply()} (typically from within a
fish-3.1.2/share/tools/web_config/js/angular.js:8027:       * {@link ng.$compileProvider#directive directives}) will force a `$digest()`.
fish-3.1.2/share/tools/web_config/js/angular.js-8028-       *
fish-3.1.2/share/tools/web_config/js/angular.js:8029:       * If you want to be notified whenever `$digest()` is called,
fish-3.1.2/share/tools/web_config/js/angular.js-8030-       * you can register a `watchExpression` function  with {@link ng.$rootScope.Scope#$watch $watch()}
##############################################
fish-3.1.2/share/tools/web_config/js/angular.js-8032-       *
fish-3.1.2/share/tools/web_config/js/angular.js:8033:       * You may have a need to call `$digest()` from within unit-tests, to simulate the scope
fish-3.1.2/share/tools/web_config/js/angular.js-8034-       * life-cycle.
##############################################
fish-3.1.2/share/tools/web_config/js/angular.js-8143-       *
fish-3.1.2/share/tools/web_config/js/angular.js:8144:       * Note that, in AngularJS, there is also a `$destroy` jQuery event, which can be used to
fish-3.1.2/share/tools/web_config/js/angular.js-8145-       * clean up DOM bindings before an element is removed from the DOM.
##############################################
fish-3.1.2/share/tools/web_config/js/angular.js-8159-       *
fish-3.1.2/share/tools/web_config/js/angular.js:8160:       * The `$destroy()` is usually used by directives such as
fish-3.1.2/share/tools/web_config/js/angular.js-8161-       * {@link ng.directive:ngRepeat ngRepeat} for managing the
##############################################
fish-3.1.2/share/tools/web_config/js/angular.js-8163-       *
fish-3.1.2/share/tools/web_config/js/angular.js:8164:       * Just before a scope is destroyed a `$destroy` event is broadcasted on this scope.
fish-3.1.2/share/tools/web_config/js/angular.js:8165:       * Application code can register a `$destroy` event handler that will give it chance to
fish-3.1.2/share/tools/web_config/js/angular.js-8166-       * perform any necessary cleanup.
fish-3.1.2/share/tools/web_config/js/angular.js-8167-       *
fish-3.1.2/share/tools/web_config/js/angular.js:8168:       * Note that, in AngularJS, there is also a `$destroy` jQuery event, which can be used to
fish-3.1.2/share/tools/web_config/js/angular.js-8169-       * clean up DOM bindings before an element is removed from the DOM.
##############################################
fish-3.1.2/share/tools/web_config/js/angular.js-8229-       *
fish-3.1.2/share/tools/web_config/js/angular.js:8230:       * The `$evalAsync` makes no guarantees as to when the `expression` will be executed, only that:
fish-3.1.2/share/tools/web_config/js/angular.js-8231-       *
##############################################
fish-3.1.2/share/tools/web_config/js/angular.js-8255-       * @description
fish-3.1.2/share/tools/web_config/js/angular.js:8256:       * `$apply()` is used to execute an expression in angular from outside of the angular framework.
fish-3.1.2/share/tools/web_config/js/angular.js-8257-       * (For example from browser DOM events, setTimeout, XHR or third party libraries).
##############################################
fish-3.1.2/share/tools/web_config/js/angular.js-8263-       *
fish-3.1.2/share/tools/web_config/js/angular.js:8264:       * # Pseudo-Code of `$apply()`
fish-3.1.2/share/tools/web_config/js/angular.js-8265-       * <pre>
##############################################
fish-3.1.2/share/tools/web_config/js/angular.js-8277-       *
fish-3.1.2/share/tools/web_config/js/angular.js:8278:       * Scope's `$apply()` method transitions through the following stages:
fish-3.1.2/share/tools/web_config/js/angular.js-8279-       *
##############################################
fish-3.1.2/share/tools/web_config/js/angular.js-8324-       *
fish-3.1.2/share/tools/web_config/js/angular.js:8325:       *   - `targetScope` - `{Scope}`: the scope on which the event was `$emit`-ed or `$broadcast`-ed.
fish-3.1.2/share/tools/web_config/js/angular.js-8326-       *   - `currentScope` - `{Scope}`: the current scope which is handling the event.
##############################################
fish-3.1.2/share/tools/web_config/js/angular.js-8328-       *   - `stopPropagation` - `{function=}`: calling `stopPropagation` function will cancel further event
fish-3.1.2/share/tools/web_config/js/angular.js:8329:       *     propagation (available only for events that were `$emit`-ed).
fish-3.1.2/share/tools/web_config/js/angular.js-8330-       *   - `preventDefault` - `{function}`: calling `preventDefault` sets `defaultPrevented` flag to true.
##############################################
fish-3.1.2/share/tools/web_config/js/angular.js-8359-       *
fish-3.1.2/share/tools/web_config/js/angular.js:8360:       * The event life cycle starts at the scope on which `$emit` was called. All
fish-3.1.2/share/tools/web_config/js/angular.js-8361-       * {@link ng.$rootScope.Scope#$on listeners} listening for `name` event on this scope get notified.
##############################################
fish-3.1.2/share/tools/web_config/js/angular.js-8425-       *
fish-3.1.2/share/tools/web_config/js/angular.js:8426:       * The event life cycle starts at the scope on which `$broadcast` was called. All
fish-3.1.2/share/tools/web_config/js/angular.js-8427-       * {@link ng.$rootScope.Scope#$on listeners} listening for `name` event on this scope get notified.
##############################################
fish-3.1.2/share/tools/web_config/js/angular.js-8533-    var eventSupport = {},
fish-3.1.2/share/tools/web_config/js/angular.js:8534:        android = int((/android (\d+)/.exec(lowercase($window.navigator.userAgent)) || [])[1]);
fish-3.1.2/share/tools/web_config/js/angular.js-8535-
##############################################
fish-3.1.2/share/tools/web_config/js/angular.js-8571- * it is a global variable. In angular we always refer to it through the
fish-3.1.2/share/tools/web_config/js/angular.js:8572: * `$window` service, so it may be overriden, removed or mocked for testing.
fish-3.1.2/share/tools/web_config/js/angular.js-8573- *
##############################################
fish-3.1.2/share/tools/web_config/js/angular.js-8749-     * @description
fish-3.1.2/share/tools/web_config/js/angular.js:8750:     * The `$http` service is a core Angular service that facilitates communication with the remote
fish-3.1.2/share/tools/web_config/js/angular.js-8751-     * HTTP servers via the browser's {@link https://developer.mozilla.org/en/xmlhttprequest
##############################################
fish-3.1.2/share/tools/web_config/js/angular.js-8753-     *
fish-3.1.2/share/tools/web_config/js/angular.js:8754:     * For unit testing applications that use `$http` service, see
fish-3.1.2/share/tools/web_config/js/angular.js-8755-     * {@link ngMock.$httpBackend $httpBackend mock}.
##############################################
fish-3.1.2/share/tools/web_config/js/angular.js-8765-     * # General usage
fish-3.1.2/share/tools/web_config/js/angular.js:8766:     * The `$http` service is a function which takes a single argument — a configuration object —
fish-3.1.2/share/tools/web_config/js/angular.js-8767-     * that is used to generate an HTTP request and returns  a {@link ng.$q promise}
##############################################
fish-3.1.2/share/tools/web_config/js/angular.js-8815-     * The $http service will automatically add certain HTTP headers to all requests. These defaults
fish-3.1.2/share/tools/web_config/js/angular.js:8816:     * can be fully configured by accessing the `$httpProvider.defaults.headers` configuration
fish-3.1.2/share/tools/web_config/js/angular.js-8817-     * object, which currently contains this default configuration:
fish-3.1.2/share/tools/web_config/js/angular.js-8818-     *
fish-3.1.2/share/tools/web_config/js/angular.js:8819:     * - `$httpProvider.defaults.headers.common` (headers that are common for all requests):
fish-3.1.2/share/tools/web_config/js/angular.js-8820-     *   - `Accept: application/json, text/plain, * / *`
fish-3.1.2/share/tools/web_config/js/angular.js-8821-     *   - `X-Requested-With: XMLHttpRequest`
fish-3.1.2/share/tools/web_config/js/angular.js:8822:     * - `$httpProvider.defaults.headers.post`: (header defaults for POST requests)
fish-3.1.2/share/tools/web_config/js/angular.js-8823-     *   - `Content-Type: application/json`
fish-3.1.2/share/tools/web_config/js/angular.js:8824:     * - `$httpProvider.defaults.headers.put` (header defaults for PUT requests)
fish-3.1.2/share/tools/web_config/js/angular.js-8825-     *   - `Content-Type: application/json`
##############################################
fish-3.1.2/share/tools/web_config/js/angular.js-8829-     * with the lowercased HTTP method name as the key, e.g.
fish-3.1.2/share/tools/web_config/js/angular.js:8830:     * `$httpProvider.defaults.headers.get['My-Header']='value'`.
fish-3.1.2/share/tools/web_config/js/angular.js-8831-     *
fish-3.1.2/share/tools/web_config/js/angular.js:8832:     * Additionally, the defaults can be set at runtime via the `$http.defaults` object in the same
fish-3.1.2/share/tools/web_config/js/angular.js-8833-     * fashion.
##############################################
fish-3.1.2/share/tools/web_config/js/angular.js-8850-     *
fish-3.1.2/share/tools/web_config/js/angular.js:8851:     * To globally augment or override the default transforms, modify the `$httpProvider.defaults.transformRequest` and
fish-3.1.2/share/tools/web_config/js/angular.js:8852:     * `$httpProvider.defaults.transformResponse` properties. These properties are by default an
fish-3.1.2/share/tools/web_config/js/angular.js-8853-     * array of transform functions, which allows you to `push` or `unshift` a new transformation function into the
##############################################
fish-3.1.2/share/tools/web_config/js/angular.js-8857-     * Similarly, to locally override the request/response transforms, augment the `transformRequest` and/or
fish-3.1.2/share/tools/web_config/js/angular.js:8858:     * `transformResponse` properties of the configuration object passed into `$http`.
fish-3.1.2/share/tools/web_config/js/angular.js-8859-     *
##############################################
fish-3.1.2/share/tools/web_config/js/angular.js-8863-     * To enable caching, set the configuration property `cache` to `true`. When the cache is
fish-3.1.2/share/tools/web_config/js/angular.js:8864:     * enabled, `$http` stores the response from the server in local cache. Next time the
fish-3.1.2/share/tools/web_config/js/angular.js-8865-     * response is served from the cache without sending a request to the server.
##############################################
fish-3.1.2/share/tools/web_config/js/angular.js-8886-     * The interceptors are service factories that are registered with the $httpProvider by
fish-3.1.2/share/tools/web_config/js/angular.js:8887:     * adding them to the `$httpProvider.responseInterceptors` array. The factory is called and
fish-3.1.2/share/tools/web_config/js/angular.js-8888-     * injected with dependencies (if specified) and returns the interceptor  — a function that
##############################################
fish-3.1.2/share/tools/web_config/js/angular.js-9252-         * @description
fish-3.1.2/share/tools/web_config/js/angular.js:9253:         * Runtime equivalent of the `$httpProvider.defaults` property. Allows configuration of
fish-3.1.2/share/tools/web_config/js/angular.js-9254-         * default headers as well as request and response transformations.
##############################################
fish-3.1.2/share/tools/web_config/js/angular.js-9639-      *
fish-3.1.2/share/tools/web_config/js/angular.js:9640:      * To cancel a timeout request, call `$timeout.cancel(promise)`.
fish-3.1.2/share/tools/web_config/js/angular.js-9641-      *
fish-3.1.2/share/tools/web_config/js/angular.js:9642:      * In tests you can use {@link ngMock.$timeout `$timeout.flush()`} to
fish-3.1.2/share/tools/web_config/js/angular.js-9643-      * synchronously flush the queue of deferred functions.
##############################################
fish-3.1.2/share/tools/web_config/js/angular.js-9687-      *
fish-3.1.2/share/tools/web_config/js/angular.js:9688:      * @param {Promise=} promise Promise returned by the `$timeout` function.
fish-3.1.2/share/tools/web_config/js/angular.js-9689-      * @returns {boolean} Returns `true` if the task hasn't executed yet and was successfully
##############################################
fish-3.1.2/share/tools/web_config/js/angular.js-9734- *
fish-3.1.2/share/tools/web_config/js/angular.js:9735: * The filter function is registered with the `$injector` under the filter name suffixe with `Filter`.
fish-3.1.2/share/tools/web_config/js/angular.js-9736- * <pre>
##############################################
fish-3.1.2/share/tools/web_config/js/angular.js-9830- *     which have property `name` containing "M" and property `phone` containing "1". A special
fish-3.1.2/share/tools/web_config/js/angular.js:9831: *     property name `$` can be used (as in `{$:"text"}`) to accept a match against any
fish-3.1.2/share/tools/web_config/js/angular.js-9832- *     property of the object. That's equivalent to the simple substring match with a `string`
##############################################
fish-3.1.2/share/tools/web_config/js/angular.js-10677- * without changing the location or causing page reloads, e.g.:
fish-3.1.2/share/tools/web_config/js/angular.js:10678: * `<a href="" ng-click="model.$save()">Save</a>`
fish-3.1.2/share/tools/web_config/js/angular.js-10679- */
##############################################
fish-3.1.2/share/tools/web_config/js/angular.js-12324-   * @param {string} validationErrorKey Name of the validator. the `validationErrorKey` will assign
fish-3.1.2/share/tools/web_config/js/angular.js:12325:   *        to `$error[validationErrorKey]=isValid` so that it is available for data-binding.
fish-3.1.2/share/tools/web_config/js/angular.js-12326-   *        The `validationErrorKey` should be in camelCase and will get converted into dash-case
fish-3.1.2/share/tools/web_config/js/angular.js-12327-   *        for class name. Example: `myError` will result in `ng-valid-my-error` and `ng-invalid-my-error`
fish-3.1.2/share/tools/web_config/js/angular.js:12328:   *        class and can be bound to as  `{{someForm.someControl.$error.myError}}` .
fish-3.1.2/share/tools/web_config/js/angular.js-12329-   * @param {boolean} isValid Whether the current state is valid (true) or invalid (false).
##############################################
fish-3.1.2/share/tools/web_config/js/angular.js-12366-   *
fish-3.1.2/share/tools/web_config/js/angular.js:12367:   * It internally calls all `$parsers` (including validators) and updates the `$modelValue` and the actual model path.
fish-3.1.2/share/tools/web_config/js/angular.js-12368-   * Lastly it calls all registered change listeners.
##############################################
fish-3.1.2/share/tools/web_config/js/angular.js-13220- * @param {expression} ngClick {@link guide/expression Expression} to evaluate upon
fish-3.1.2/share/tools/web_config/js/angular.js:13221: * click. (Event object is available as `$event`)
fish-3.1.2/share/tools/web_config/js/angular.js-13222- *
##############################################
fish-3.1.2/share/tools/web_config/js/angular.js-13272- * @param {expression} ngDblclick {@link guide/expression Expression} to evaluate upon
fish-3.1.2/share/tools/web_config/js/angular.js:13273: * dblclick. (Event object is available as `$event`)
fish-3.1.2/share/tools/web_config/js/angular.js-13274- *
##############################################
fish-3.1.2/share/tools/web_config/js/angular.js-13288- * @param {expression} ngMousedown {@link guide/expression Expression} to evaluate upon
fish-3.1.2/share/tools/web_config/js/angular.js:13289: * mousedown. (Event object is available as `$event`)
fish-3.1.2/share/tools/web_config/js/angular.js-13290- *
##############################################
fish-3.1.2/share/tools/web_config/js/angular.js-13304- * @param {expression} ngMouseup {@link guide/expression Expression} to evaluate upon
fish-3.1.2/share/tools/web_config/js/angular.js:13305: * mouseup. (Event object is available as `$event`)
fish-3.1.2/share/tools/web_config/js/angular.js-13306- *
##############################################
fish-3.1.2/share/tools/web_config/js/angular.js-13319- * @param {expression} ngMouseover {@link guide/expression Expression} to evaluate upon
fish-3.1.2/share/tools/web_config/js/angular.js:13320: * mouseover. (Event object is available as `$event`)
fish-3.1.2/share/tools/web_config/js/angular.js-13321- *
##############################################
fish-3.1.2/share/tools/web_config/js/angular.js-13335- * @param {expression} ngMouseenter {@link guide/expression Expression} to evaluate upon
fish-3.1.2/share/tools/web_config/js/angular.js:13336: * mouseenter. (Event object is available as `$event`)
fish-3.1.2/share/tools/web_config/js/angular.js-13337- *
##############################################
fish-3.1.2/share/tools/web_config/js/angular.js-13351- * @param {expression} ngMouseleave {@link guide/expression Expression} to evaluate upon
fish-3.1.2/share/tools/web_config/js/angular.js:13352: * mouseleave. (Event object is available as `$event`)
fish-3.1.2/share/tools/web_config/js/angular.js-13353- *
##############################################
fish-3.1.2/share/tools/web_config/js/angular.js-13367- * @param {expression} ngMousemove {@link guide/expression Expression} to evaluate upon
fish-3.1.2/share/tools/web_config/js/angular.js:13368: * mousemove. (Event object is available as `$event`)
fish-3.1.2/share/tools/web_config/js/angular.js-13369- *
##############################################
fish-3.1.2/share/tools/web_config/js/angular.js-13383- * @param {expression} ngKeydown {@link guide/expression Expression} to evaluate upon
fish-3.1.2/share/tools/web_config/js/angular.js:13384: * keydown. (Event object is available as `$event` and can be interrogated for keyCode, altKey, etc.)
fish-3.1.2/share/tools/web_config/js/angular.js-13385- *
##############################################
fish-3.1.2/share/tools/web_config/js/angular.js-13399- * @param {expression} ngKeyup {@link guide/expression Expression} to evaluate upon
fish-3.1.2/share/tools/web_config/js/angular.js:13400: * keyup. (Event object is available as `$event` and can be interrogated for keyCode, altKey, etc.)
fish-3.1.2/share/tools/web_config/js/angular.js-13401- *
##############################################
fish-3.1.2/share/tools/web_config/js/angular.js-13415- * @param {expression} ngKeypress {@link guide/expression Expression} to evaluate upon
fish-3.1.2/share/tools/web_config/js/angular.js:13416: * keypress. (Event object is available as `$event` and can be interrogated for keyCode, altKey, etc.)
fish-3.1.2/share/tools/web_config/js/angular.js-13417- *
##############################################
fish-3.1.2/share/tools/web_config/js/angular.js-13434- * @element form
fish-3.1.2/share/tools/web_config/js/angular.js:13435: * @param {expression} ngSubmit {@link guide/expression Expression} to eval. (Event object is available as `$event`)
fish-3.1.2/share/tools/web_config/js/angular.js-13436- *
##############################################
fish-3.1.2/share/tools/web_config/js/angular.js-13885- * instance gets its own scope, where the given loop variable is set to the current collection item,
fish-3.1.2/share/tools/web_config/js/angular.js:13886: * and `$index` is set to the item index or key.
fish-3.1.2/share/tools/web_config/js/angular.js-13887- *
##############################################
fish-3.1.2/share/tools/web_config/js/angular.js-13889- *
fish-3.1.2/share/tools/web_config/js/angular.js:13890: *   * `$index` – `{number}` – iterator offset of the repeated element (0..length-1)
fish-3.1.2/share/tools/web_config/js/angular.js:13891: *   * `$first` – `{boolean}` – true if the repeated element is first in the iterator.
fish-3.1.2/share/tools/web_config/js/angular.js:13892: *   * `$middle` – `{boolean}` – true if the repeated element is between the first and last in the iterator.
fish-3.1.2/share/tools/web_config/js/angular.js:13893: *   * `$last` – `{boolean}` – true if the repeated element is last in the iterator.
fish-3.1.2/share/tools/web_config/js/angular.js-13894- *
##############################################
fish-3.1.2/share/tools/web_config/js/angular.js-14372- * Every time the current route changes, the included view changes with it according to the
fish-3.1.2/share/tools/web_config/js/angular.js:14373: * configuration of the `$route` service.
fish-3.1.2/share/tools/web_config/js/angular.js-14374- *
##############################################
fish-3.1.2/share/tools/web_config/js/angular.js-14531- * @description
fish-3.1.2/share/tools/web_config/js/angular.js:14532: * Load content of a script tag, with type `text/ng-template`, into `$templateCache`, so that the
fish-3.1.2/share/tools/web_config/js/angular.js-14533- * template can be used by `ngInclude`, `ngView` or directive templates.
##############################################
fish-3.1.2/sphinx_doc_src/cmds/alias.rst-23-- ``NAME`` is the name of the alias
fish-3.1.2/sphinx_doc_src/cmds/alias.rst:24:- ``DEFINITION`` is the actual command to execute. The string ``$argv`` will be appended.
fish-3.1.2/sphinx_doc_src/cmds/alias.rst-25-
##############################################
fish-3.1.2/sphinx_doc_src/cmds/and.rst-19-
fish-3.1.2/sphinx_doc_src/cmds/and.rst:20:``and`` does not change the current exit status itself, but the command it runs most likely will. The exit status of the last foreground command to exit can always be accessed using the :ref:`$status <variables-status>` variable.
fish-3.1.2/sphinx_doc_src/cmds/and.rst-21-
##############################################
fish-3.1.2/sphinx_doc_src/cmds/argparse.rst-16-
fish-3.1.2/sphinx_doc_src/cmds/argparse.rst:17:This command makes it easy for fish scripts and functions to handle arguments like how fish builtin commands handle their arguments. You pass arguments that define the known options, followed by a literal ``--``, then the arguments to be parsed (which might also include a literal ``--``). ``argparse`` then sets variables to indicate the passed options with their values, and sets $argv (and always $argv) to the remaining arguments. More on this in the `usage <#usage>`__ section below.
fish-3.1.2/sphinx_doc_src/cmds/argparse.rst-18-
##############################################
fish-3.1.2/sphinx_doc_src/cmds/argparse.rst-56-
fish-3.1.2/sphinx_doc_src/cmds/argparse.rst:57:If ``$argv`` is empty then there is nothing to parse and ``argparse`` returns zero to indicate success. If ``$argv`` is not empty then it is checked for flags ``-h``, ``--help``, ``-n`` and ``--name``. If they are found they are removed from the arguments and local variables are set so the script can determine which options were seen. Assuming ``$argv`` doesn't have any errors, such as a missing mandatory value for an option, then ``argparse`` exits with status zero. Otherwise it writes appropriate error messages to stderr and exits with a status of one.
fish-3.1.2/sphinx_doc_src/cmds/argparse.rst-58-
##############################################
fish-3.1.2/sphinx_doc_src/cmds/argparse.rst-143-
fish-3.1.2/sphinx_doc_src/cmds/argparse.rst:144:- ``#-max`` means that flags matching the regex "^--?\d+$" are valid. When seen they are assigned to the variable ``_flag_max``. This allows any valid positive or negative integer to be specified by prefixing it with a single "-". Many commands support this idiom. For example ``head -3 /a/file`` to emit only the first three lines of /a/file.
fish-3.1.2/sphinx_doc_src/cmds/argparse.rst-145-
fish-3.1.2/sphinx_doc_src/cmds/argparse.rst:146:- ``n#max`` means that flags matching the regex "^--?\d+$" are valid. When seen they are assigned to the variables ``_flag_n`` and ``_flag_max``. This allows any valid positive or negative integer to be specified by prefixing it with a single "-". Many commands support this idiom. For example ``head -3 /a/file`` to emit only the first three lines of /a/file. You can also specify the value using either flag: ``-n NNN`` or ``--max NNN`` in this example.
fish-3.1.2/sphinx_doc_src/cmds/argparse.rst-147-
fish-3.1.2/sphinx_doc_src/cmds/argparse.rst:148:After parsing the arguments the ``argv`` var is set with local scope to any values not already consumed during flag processing. If there are not unbound values the var is set but ``count $argv`` will be zero.
fish-3.1.2/sphinx_doc_src/cmds/argparse.rst-149-
##############################################
fish-3.1.2/sphinx_doc_src/cmds/begin.rst-22-
fish-3.1.2/sphinx_doc_src/cmds/begin.rst:23:``begin`` does not change the current exit status itself. After the block has completed, ``$status`` will be set to the status returned by the most recent command.
fish-3.1.2/sphinx_doc_src/cmds/begin.rst-24-
##############################################
fish-3.1.2/sphinx_doc_src/cmds/bind.rst-26-
fish-3.1.2/sphinx_doc_src/cmds/bind.rst:27:If the ``-k`` switch is used, the name of the key (such as 'down', 'up' or 'backspace') is used instead of a sequence. The names used are the same as the corresponding curses variables, but without the 'key\_' prefix. (See ``terminfo(5)`` for more information, or use ``bind --key-names`` for a list of all available named keys.) If used in conjunction with the ``-s`` switch, ``bind`` will silently ignore bindings to named keys that are not found in termcap for the current ``$TERMINAL``, otherwise a warning is emitted.
fish-3.1.2/sphinx_doc_src/cmds/bind.rst-28-
##############################################
fish-3.1.2/sphinx_doc_src/cmds/bind.rst-40-
fish-3.1.2/sphinx_doc_src/cmds/bind.rst:41:Key bindings may use "modes", which mimics Vi's modal input behavior. The default mode is "default", and every bind applies to a single mode. The mode can be viewed/changed with the ``$fish_bind_mode`` variable.
fish-3.1.2/sphinx_doc_src/cmds/bind.rst-42-
##############################################
fish-3.1.2/sphinx_doc_src/cmds/case.rst-45-
fish-3.1.2/sphinx_doc_src/cmds/case.rst:46:If the above code was run with ``$animal`` set to ``whale``, the output
fish-3.1.2/sphinx_doc_src/cmds/case.rst-47-would be ``mammal``.
fish-3.1.2/sphinx_doc_src/cmds/case.rst-48-
fish-3.1.2/sphinx_doc_src/cmds/case.rst:49:If ``$animal`` was set to "banana", it would print "I have no idea what a banana is".
##############################################
fish-3.1.2/sphinx_doc_src/cmds/cd.rst-22-
fish-3.1.2/sphinx_doc_src/cmds/cd.rst:23:Fish also ships a wrapper function around the builtin ``cd`` that understands ``cd -`` as changing to the previous directory. See also :ref:`prevd <cmd-prevd>`. This wrapper function maintains a history of the 25 most recently visited directories in the ``$dirprev`` and ``$dirnext`` global variables. If you make those universal variables your ``cd`` history is shared among all fish instances.
fish-3.1.2/sphinx_doc_src/cmds/cd.rst-24-
fish-3.1.2/sphinx_doc_src/cmds/cd.rst:25:As a special case, ``cd .`` is equivalent to ``cd $PWD``, which is useful in cases where a mountpoint has been recycled or a directory has been removed and recreated.
fish-3.1.2/sphinx_doc_src/cmds/cd.rst-26-
##############################################
fish-3.1.2/sphinx_doc_src/cmds/cdh.rst-18-
fish-3.1.2/sphinx_doc_src/cmds/cdh.rst:19:Note that the ``cd`` command limits directory history to the 25 most recently visited directories. The history is stored in the ``$dirprev`` and ``$dirnext`` variables which this command manipulates. If you make those universal variables your ``cd`` history is shared among all fish instances.
fish-3.1.2/sphinx_doc_src/cmds/cdh.rst-20-
##############################################
fish-3.1.2/sphinx_doc_src/cmds/command.rst-19-
fish-3.1.2/sphinx_doc_src/cmds/command.rst:20:- ``-a`` or ``--all`` returns all the external COMMANDNAMEs that are found in ``$PATH`` in the order they are found.
fish-3.1.2/sphinx_doc_src/cmds/command.rst-21-
##############################################
fish-3.1.2/sphinx_doc_src/cmds/command.rst-23-
fish-3.1.2/sphinx_doc_src/cmds/command.rst:24:- ``-s`` or ``--search`` returns the name of the external command that would be executed, or nothing if no file with the specified name could be found in the ``$PATH``.
fish-3.1.2/sphinx_doc_src/cmds/command.rst-25-
##############################################
fish-3.1.2/sphinx_doc_src/cmds/commandline.rst-67-
fish-3.1.2/sphinx_doc_src/cmds/commandline.rst:68:``commandline -j $history[3]`` replaces the job under the cursor with the third item from the command line history.
fish-3.1.2/sphinx_doc_src/cmds/commandline.rst-69-
##############################################
fish-3.1.2/sphinx_doc_src/cmds/dirh.rst-19-
fish-3.1.2/sphinx_doc_src/cmds/dirh.rst:20:Note that the ``cd`` command limits directory history to the 25 most recently visited directories. The history is stored in the ``$dirprev`` and ``$dirnext`` variables.
##############################################
fish-3.1.2/sphinx_doc_src/cmds/eval.rst-19-
fish-3.1.2/sphinx_doc_src/cmds/eval.rst:20:If no piping or other compound shell constructs are required, variable-expansion-as-command, as in  ``set cmd ls -la; $cmd``, is also an option.
fish-3.1.2/sphinx_doc_src/cmds/eval.rst-21-
##############################################
fish-3.1.2/sphinx_doc_src/cmds/false.rst-21-- :ref:`true <cmd-true>` command
fish-3.1.2/sphinx_doc_src/cmds/false.rst:22:- :ref:`$status <variables-status>` variable
##############################################
fish-3.1.2/sphinx_doc_src/cmds/fish_breakpoint_prompt.rst-20-
fish-3.1.2/sphinx_doc_src/cmds/fish_breakpoint_prompt.rst:21:The exit status of commands within ``fish_breakpoint_prompt`` will not modify the value of :ref:`$status <variables-status>` outside of the ``fish_breakpoint_prompt`` function.
fish-3.1.2/sphinx_doc_src/cmds/fish_breakpoint_prompt.rst-22-
##############################################
fish-3.1.2/sphinx_doc_src/cmds/fish_git_prompt.rst-23-
fish-3.1.2/sphinx_doc_src/cmds/fish_git_prompt.rst:24:- ``$__fish_git_prompt_show_informative_status`` or the git option ``bash.showInformativeStatus`` can be set to enable the "informative" display, which will show a large amount of information - the number of untracked files, dirty files, unpushed/unpulled commits, and more. In large repositories, this can take a lot of time, so it you may wish to disable it in these repositories with  ``git config --local bash.showInformativeStatus false``.
fish-3.1.2/sphinx_doc_src/cmds/fish_git_prompt.rst-25-
fish-3.1.2/sphinx_doc_src/cmds/fish_git_prompt.rst:26:- ``$__fish_git_prompt_showdirtystate`` or the git option ``bash.showDirtyState`` can be set to show if the repository is "dirty", i.e. has uncommitted changes.
fish-3.1.2/sphinx_doc_src/cmds/fish_git_prompt.rst-27-
fish-3.1.2/sphinx_doc_src/cmds/fish_git_prompt.rst:28:- ``$__fish_git_prompt_showuntrackedfiles`` or the git option ``bash.showUntrackedFiles`` can be set to show if the repository has untracked files (that aren't ignored).
fish-3.1.2/sphinx_doc_src/cmds/fish_git_prompt.rst-29-
fish-3.1.2/sphinx_doc_src/cmds/fish_git_prompt.rst:30:- ``$__fish_git_prompt_showupstream`` can be set to a list of values to determine how changes between HEAD and upstream are shown:
fish-3.1.2/sphinx_doc_src/cmds/fish_git_prompt.rst-31-
##############################################
fish-3.1.2/sphinx_doc_src/cmds/fish_git_prompt.rst-46-
fish-3.1.2/sphinx_doc_src/cmds/fish_git_prompt.rst:47:- ``$__fish_git_prompt_showstashstate`` can be set to display the state of the stash.
fish-3.1.2/sphinx_doc_src/cmds/fish_git_prompt.rst-48-
fish-3.1.2/sphinx_doc_src/cmds/fish_git_prompt.rst:49:- ``$__fish_git_prompt_shorten_branch_len`` can be set to the number of characters that the branch name will be shortened to.
fish-3.1.2/sphinx_doc_src/cmds/fish_git_prompt.rst-50-
fish-3.1.2/sphinx_doc_src/cmds/fish_git_prompt.rst:51:- ``$__fish_git_prompt_describe_style`` can be set to one of the following styles to describe the current HEAD:
fish-3.1.2/sphinx_doc_src/cmds/fish_git_prompt.rst-52-
##############################################
fish-3.1.2/sphinx_doc_src/cmds/fish_git_prompt.rst-61-
fish-3.1.2/sphinx_doc_src/cmds/fish_git_prompt.rst:62:- ``$__fish_git_prompt_showcolorhints`` can be set to enable coloring for the branch name and status symbols.
fish-3.1.2/sphinx_doc_src/cmds/fish_git_prompt.rst-63-
fish-3.1.2/sphinx_doc_src/cmds/fish_git_prompt.rst:64:A number of variables set characters and color used as indicators. Many of these have a different default if used with informative status enabled, or ``$__fish_git_prompt_use_informative_chars`` set. The usual default is given first, then the informative default (if it is different). If no default for the colors is given, they default to ``$__fish_git_prompt_color``.
fish-3.1.2/sphinx_doc_src/cmds/fish_git_prompt.rst-65-
fish-3.1.2/sphinx_doc_src/cmds/fish_git_prompt.rst:66:- ``$__fish_git_prompt_char_stateseparator`` (' ', `|`)
fish-3.1.2/sphinx_doc_src/cmds/fish_git_prompt.rst:67:- ``$__fish_git_prompt_color`` ('')
fish-3.1.2/sphinx_doc_src/cmds/fish_git_prompt.rst:68:- ``$__fish_git_prompt_color_prefix``
fish-3.1.2/sphinx_doc_src/cmds/fish_git_prompt.rst:69:- ``$__fish_git_prompt_color_suffix``
fish-3.1.2/sphinx_doc_src/cmds/fish_git_prompt.rst:70:- ``$__fish_git_prompt_color_bare``
fish-3.1.2/sphinx_doc_src/cmds/fish_git_prompt.rst:71:- ``$__fish_git_prompt_color_merging``
fish-3.1.2/sphinx_doc_src/cmds/fish_git_prompt.rst-72-
##############################################
fish-3.1.2/sphinx_doc_src/cmds/fish_git_prompt.rst-74-
fish-3.1.2/sphinx_doc_src/cmds/fish_git_prompt.rst:75:- ``$__fish_git_prompt_char_cleanstate`` (✔)
fish-3.1.2/sphinx_doc_src/cmds/fish_git_prompt.rst:76:- ``$__fish_git_prompt_color_cleanstate``
fish-3.1.2/sphinx_doc_src/cmds/fish_git_prompt.rst-77-
##############################################
fish-3.1.2/sphinx_doc_src/cmds/fish_git_prompt.rst-79-
fish-3.1.2/sphinx_doc_src/cmds/fish_git_prompt.rst:80:- ``$__fish_git_prompt_char_dirtystate`` (`*`, ✚)
fish-3.1.2/sphinx_doc_src/cmds/fish_git_prompt.rst:81:- ``$__fish_git_prompt_char_invalidstate`` (#, ✖)
fish-3.1.2/sphinx_doc_src/cmds/fish_git_prompt.rst:82:- ``$__fish_git_prompt_char_stagedstate`` (+, ●)
fish-3.1.2/sphinx_doc_src/cmds/fish_git_prompt.rst:83:- ``$__fish_git_prompt_color_dirtystate`` (red with showcolorhints, same as color_flags otherwise)
fish-3.1.2/sphinx_doc_src/cmds/fish_git_prompt.rst:84:- ``$__fish_git_prompt_color_invalidstate``
fish-3.1.2/sphinx_doc_src/cmds/fish_git_prompt.rst:85:- ``$__fish_git_prompt_color_stagedstate`` (green with showcolorhints, color_flags otherwise)
fish-3.1.2/sphinx_doc_src/cmds/fish_git_prompt.rst-86-
##############################################
fish-3.1.2/sphinx_doc_src/cmds/fish_git_prompt.rst-88-
fish-3.1.2/sphinx_doc_src/cmds/fish_git_prompt.rst:89:- ``$__fish_git_prompt_char_stashstate`` (``$``, ⚑)
fish-3.1.2/sphinx_doc_src/cmds/fish_git_prompt.rst:90:- ``$__fish_git_prompt_color_stashstate`` (same as color_flags)
fish-3.1.2/sphinx_doc_src/cmds/fish_git_prompt.rst-91-
##############################################
fish-3.1.2/sphinx_doc_src/cmds/fish_git_prompt.rst-93-
fish-3.1.2/sphinx_doc_src/cmds/fish_git_prompt.rst:94:- ``$__fish_git_prompt_char_untrackedfiles`` (%, …)
fish-3.1.2/sphinx_doc_src/cmds/fish_git_prompt.rst:95:- ``$__fish_git_prompt_color_untrackedfiles`` (same as color_flags)
fish-3.1.2/sphinx_doc_src/cmds/fish_git_prompt.rst-96-
##############################################
fish-3.1.2/sphinx_doc_src/cmds/fish_git_prompt.rst-98-
fish-3.1.2/sphinx_doc_src/cmds/fish_git_prompt.rst:99:- ``$__fish_git_prompt_char_upstream_ahead`` (>, ↑)
fish-3.1.2/sphinx_doc_src/cmds/fish_git_prompt.rst:100:- ``$__fish_git_prompt_char_upstream_behind`` (<, ↓)
fish-3.1.2/sphinx_doc_src/cmds/fish_git_prompt.rst:101:- ``$__fish_git_prompt_char_upstream_diverged`` (<>)
fish-3.1.2/sphinx_doc_src/cmds/fish_git_prompt.rst:102:- ``$__fish_git_prompt_char_upstream_equal`` (=)
fish-3.1.2/sphinx_doc_src/cmds/fish_git_prompt.rst:103:- ``$__fish_git_prompt_char_upstream_prefix`` ('')
fish-3.1.2/sphinx_doc_src/cmds/fish_git_prompt.rst:104:- ``$__fish_git_prompt_color_upstream``
fish-3.1.2/sphinx_doc_src/cmds/fish_git_prompt.rst-105-
##############################################
fish-3.1.2/sphinx_doc_src/cmds/fish_git_prompt.rst-107-
fish-3.1.2/sphinx_doc_src/cmds/fish_git_prompt.rst:108:- ``$__fish_git_prompt_color_branch`` (green)
fish-3.1.2/sphinx_doc_src/cmds/fish_git_prompt.rst:109:- ``$__fish_git_prompt_color_branch_detached`` (red)
fish-3.1.2/sphinx_doc_src/cmds/fish_git_prompt.rst:110:- ``$__fish_git_prompt_color_flags`` (--bold blue)
fish-3.1.2/sphinx_doc_src/cmds/fish_git_prompt.rst-111-
fish-3.1.2/sphinx_doc_src/cmds/fish_git_prompt.rst:112:Note that all colors can also have a corresponding ``_done`` color. For example, the contents of ``$__fish_git_prompt_color_upstream_done`` is printed right _after_ the upstream.
fish-3.1.2/sphinx_doc_src/cmds/fish_git_prompt.rst-113-
##############################################
fish-3.1.2/sphinx_doc_src/cmds/fish_hg_prompt.rst-21-
fish-3.1.2/sphinx_doc_src/cmds/fish_hg_prompt.rst:22:By default, only the current branch is shown because ``hg status`` can take be slow on large repository. You can enable a more informative prompt by setting the variable ``$fish_prompt_hg_show_informative_status``, for example::
fish-3.1.2/sphinx_doc_src/cmds/fish_hg_prompt.rst-23-
##############################################
fish-3.1.2/sphinx_doc_src/cmds/fish_hg_prompt.rst-27-
fish-3.1.2/sphinx_doc_src/cmds/fish_hg_prompt.rst:28:- ``$fish_color_hg_clean``, ``$fish_color_hg_modified`` and ``$fish_color_hg_dirty`` are colors used when the repository has the respective status.
fish-3.1.2/sphinx_doc_src/cmds/fish_hg_prompt.rst-29-
##############################################
fish-3.1.2/sphinx_doc_src/cmds/fish_hg_prompt.rst-31-
fish-3.1.2/sphinx_doc_src/cmds/fish_hg_prompt.rst:32:- ``$fish_color_hg_added``
fish-3.1.2/sphinx_doc_src/cmds/fish_hg_prompt.rst:33:- ``$fish_color_hg_renamed``
fish-3.1.2/sphinx_doc_src/cmds/fish_hg_prompt.rst:34:- ``$fish_color_hg_copied``
fish-3.1.2/sphinx_doc_src/cmds/fish_hg_prompt.rst:35:- ``$fish_color_hg_deleted``
fish-3.1.2/sphinx_doc_src/cmds/fish_hg_prompt.rst:36:- ``$fish_color_hg_untracked``
fish-3.1.2/sphinx_doc_src/cmds/fish_hg_prompt.rst:37:- ``$fish_color_hg_unmerged``
fish-3.1.2/sphinx_doc_src/cmds/fish_hg_prompt.rst-38-
##############################################
fish-3.1.2/sphinx_doc_src/cmds/fish_hg_prompt.rst-40-
fish-3.1.2/sphinx_doc_src/cmds/fish_hg_prompt.rst:41:- ``$fish_prompt_hg_status_added``, default '✚'
fish-3.1.2/sphinx_doc_src/cmds/fish_hg_prompt.rst:42:- ``$fish_prompt_hg_status_modified``, default '*'
fish-3.1.2/sphinx_doc_src/cmds/fish_hg_prompt.rst:43:- ``$fish_prompt_hg_status_copied``, default '⇒'
fish-3.1.2/sphinx_doc_src/cmds/fish_hg_prompt.rst:44:- ``$fish_prompt_hg_status_deleted``, default '✖'
fish-3.1.2/sphinx_doc_src/cmds/fish_hg_prompt.rst:45:- ``$fish_prompt_hg_status_untracked``, default '?'
fish-3.1.2/sphinx_doc_src/cmds/fish_hg_prompt.rst:46:- ``$fish_prompt_hg_status_unmerged``, default '!'
fish-3.1.2/sphinx_doc_src/cmds/fish_hg_prompt.rst-47-
fish-3.1.2/sphinx_doc_src/cmds/fish_hg_prompt.rst:48:Finally, ``$fish_prompt_hg_status_order``, which can be used to change the order the status symbols appear in. It defaults to ``added modified copied deleted untracked unmerged``.
fish-3.1.2/sphinx_doc_src/cmds/fish_hg_prompt.rst-49-
##############################################
fish-3.1.2/sphinx_doc_src/cmds/fish_indent.rst-26-
fish-3.1.2/sphinx_doc_src/cmds/fish_indent.rst:27:- ``--ansi`` colorizes the output using ANSI escape sequences, appropriate for the current $TERM, using the colors defined in the environment (such as ``$fish_color_command``).
fish-3.1.2/sphinx_doc_src/cmds/fish_indent.rst-28-
##############################################
fish-3.1.2/sphinx_doc_src/cmds/fish_mode_prompt.rst-20-
fish-3.1.2/sphinx_doc_src/cmds/fish_mode_prompt.rst:21:The default ``fish_mode_prompt`` function will output indicators about the current Vi editor mode displayed to the left of the regular prompt. Define your own function to customize the appearance of the mode indicator. You can also define an empty ``fish_mode_prompt`` function to remove the Vi mode indicators. The ``$fish_bind_mode variable`` can be used to determine the current mode. It
fish-3.1.2/sphinx_doc_src/cmds/fish_mode_prompt.rst-22-will be one of ``default``, ``insert``, ``replace_one``, or ``visual``.
##############################################
fish-3.1.2/sphinx_doc_src/cmds/fish_prompt.rst-20-
fish-3.1.2/sphinx_doc_src/cmds/fish_prompt.rst:21:The exit status of commands within ``fish_prompt`` will not modify the value of :ref:`$status <variables-status>` outside of the ``fish_prompt`` function.
fish-3.1.2/sphinx_doc_src/cmds/fish_prompt.rst-22-
##############################################
fish-3.1.2/sphinx_doc_src/cmds/fish_svn_prompt.rst-23-
fish-3.1.2/sphinx_doc_src/cmds/fish_svn_prompt.rst:24:- ``$__fish_svn_prompt_color_revision``
fish-3.1.2/sphinx_doc_src/cmds/fish_svn_prompt.rst-25-    the colour of the revision number to display in the prompt
fish-3.1.2/sphinx_doc_src/cmds/fish_svn_prompt.rst:26:- ``$__fish_svn_prompt_char_separator``
fish-3.1.2/sphinx_doc_src/cmds/fish_svn_prompt.rst-27-    the separator between status characters
##############################################
fish-3.1.2/sphinx_doc_src/cmds/fish_svn_prompt.rst-30-
fish-3.1.2/sphinx_doc_src/cmds/fish_svn_prompt.rst:31:- ``$__fish_svn_prompt_char_added_display``
fish-3.1.2/sphinx_doc_src/cmds/fish_svn_prompt.rst:32:- ``$__fish_svn_prompt_char_added_color``
fish-3.1.2/sphinx_doc_src/cmds/fish_svn_prompt.rst:33:- ``$__fish_svn_prompt_char_conflicted_display``
fish-3.1.2/sphinx_doc_src/cmds/fish_svn_prompt.rst:34:- ``$__fish_svn_prompt_char_conflicted_color``
fish-3.1.2/sphinx_doc_src/cmds/fish_svn_prompt.rst:35:- ``$__fish_svn_prompt_char_deleted_display``
fish-3.1.2/sphinx_doc_src/cmds/fish_svn_prompt.rst:36:- ``$__fish_svn_prompt_char_deleted_color``
fish-3.1.2/sphinx_doc_src/cmds/fish_svn_prompt.rst:37:- ``$__fish_svn_prompt_char_ignored_display``
fish-3.1.2/sphinx_doc_src/cmds/fish_svn_prompt.rst:38:- ``$__fish_svn_prompt_char_ignored_color``
fish-3.1.2/sphinx_doc_src/cmds/fish_svn_prompt.rst:39:- ``$__fish_svn_prompt_char_modified_display``
fish-3.1.2/sphinx_doc_src/cmds/fish_svn_prompt.rst:40:- ``$__fish_svn_prompt_char_modified_color``
fish-3.1.2/sphinx_doc_src/cmds/fish_svn_prompt.rst:41:- ``$__fish_svn_prompt_char_replaced_display``
fish-3.1.2/sphinx_doc_src/cmds/fish_svn_prompt.rst:42:- ``$__fish_svn_prompt_char_replaced_color``
fish-3.1.2/sphinx_doc_src/cmds/fish_svn_prompt.rst:43:- ``$__fish_svn_prompt_char_unversioned_external_display``
fish-3.1.2/sphinx_doc_src/cmds/fish_svn_prompt.rst:44:- ``$__fish_svn_prompt_char_unversioned_external_color``
fish-3.1.2/sphinx_doc_src/cmds/fish_svn_prompt.rst:45:- ``$__fish_svn_prompt_char_unversioned_display``
fish-3.1.2/sphinx_doc_src/cmds/fish_svn_prompt.rst:46:- ``$__fish_svn_prompt_char_unversioned_color``
fish-3.1.2/sphinx_doc_src/cmds/fish_svn_prompt.rst:47:- ``$__fish_svn_prompt_char_missing_display``
fish-3.1.2/sphinx_doc_src/cmds/fish_svn_prompt.rst:48:- ``$__fish_svn_prompt_char_missing_color``
fish-3.1.2/sphinx_doc_src/cmds/fish_svn_prompt.rst:49:- ``$__fish_svn_prompt_char_versioned_obstructed_display``
fish-3.1.2/sphinx_doc_src/cmds/fish_svn_prompt.rst:50:- ``$__fish_svn_prompt_char_versioned_obstructed_color``
fish-3.1.2/sphinx_doc_src/cmds/fish_svn_prompt.rst:51:- ``$__fish_svn_prompt_char_locked_display``
fish-3.1.2/sphinx_doc_src/cmds/fish_svn_prompt.rst:52:- ``$__fish_svn_prompt_char_locked_color``
fish-3.1.2/sphinx_doc_src/cmds/fish_svn_prompt.rst:53:- ``$__fish_svn_prompt_char_scheduled_display``
fish-3.1.2/sphinx_doc_src/cmds/fish_svn_prompt.rst:54:- ``$__fish_svn_prompt_char_scheduled_color``
fish-3.1.2/sphinx_doc_src/cmds/fish_svn_prompt.rst:55:- ``$__fish_svn_prompt_char_switched_display``
fish-3.1.2/sphinx_doc_src/cmds/fish_svn_prompt.rst:56:- ``$__fish_svn_prompt_char_switched_color``
fish-3.1.2/sphinx_doc_src/cmds/fish_svn_prompt.rst:57:- ``$__fish_svn_prompt_char_token_present_display``
fish-3.1.2/sphinx_doc_src/cmds/fish_svn_prompt.rst:58:- ``$__fish_svn_prompt_char_token_present_color``
fish-3.1.2/sphinx_doc_src/cmds/fish_svn_prompt.rst:59:- ``$__fish_svn_prompt_char_token_other_display``
fish-3.1.2/sphinx_doc_src/cmds/fish_svn_prompt.rst:60:- ``$__fish_svn_prompt_char_token_other_color``
fish-3.1.2/sphinx_doc_src/cmds/fish_svn_prompt.rst:61:- ``$__fish_svn_prompt_char_token_stolen_display``
fish-3.1.2/sphinx_doc_src/cmds/fish_svn_prompt.rst:62:- ``$__fish_svn_prompt_char_token_stolen_color``
fish-3.1.2/sphinx_doc_src/cmds/fish_svn_prompt.rst:63:- ``$__fish_svn_prompt_char_token_broken_display``
fish-3.1.2/sphinx_doc_src/cmds/fish_svn_prompt.rst:64:- ``$__fish_svn_prompt_char_token_broken_color``
fish-3.1.2/sphinx_doc_src/cmds/fish_svn_prompt.rst-65-
##############################################
fish-3.1.2/sphinx_doc_src/cmds/for.rst-49-
fish-3.1.2/sphinx_doc_src/cmds/for.rst:50:The last value assigned to ``var`` when the loop terminated would not be available outside the loop. What ``echo $var`` would write depended on what it was set to before the loop was run. Likely nothing.
##############################################
fish-3.1.2/sphinx_doc_src/cmds/funced.rst-17-
fish-3.1.2/sphinx_doc_src/cmds/funced.rst:18:If the ``$VISUAL`` environment variable is set, it will be used as the program to edit the function. If ``$VISUAL`` is unset but ``$EDITOR`` is set, that will be used. Otherwise, a built-in editor will be used. Note that to enter a literal newline using the built-in editor you should press :kbd:`Alt+Enter`. Pressing :kbd:`Enter` signals that you are done editing the function. This does not apply to an external editor like emacs or vim.
fish-3.1.2/sphinx_doc_src/cmds/funced.rst-19-
##############################################
fish-3.1.2/sphinx_doc_src/cmds/funced.rst-23-
fish-3.1.2/sphinx_doc_src/cmds/funced.rst:24:- ``-i`` or ``--interactive`` Force opening the function body in the built-in editor even if ``$VISUAL`` or ``$EDITOR`` is defined.
fish-3.1.2/sphinx_doc_src/cmds/funced.rst-25-
##############################################
fish-3.1.2/sphinx_doc_src/cmds/function.rst-36-  with process ID PID exits. Instead of a PID, for backward compatibility,
fish-3.1.2/sphinx_doc_src/cmds/function.rst:37:  "``%self``" can be specified as an alias for ``$fish_pid``, and the function will be run when the
fish-3.1.2/sphinx_doc_src/cmds/function.rst-38-  current fish instance exits.
##############################################
fish-3.1.2/sphinx_doc_src/cmds/function.rst-46-
fish-3.1.2/sphinx_doc_src/cmds/function.rst:47:If the user enters any additional arguments after the function, they are inserted into the environment :ref:`variable list <variables-lists>` ``$argv``. If the ``--argument-names`` option is provided, the arguments are also assigned to names specified in that option.
fish-3.1.2/sphinx_doc_src/cmds/function.rst-48-
##############################################
fish-3.1.2/sphinx_doc_src/cmds/history.rst-77-
fish-3.1.2/sphinx_doc_src/cmds/history.rst:78:By default interactive commands are logged to ``$XDG_DATA_HOME/fish/fish_history`` (typically ``~/.local/share/fish/fish_history``).
fish-3.1.2/sphinx_doc_src/cmds/history.rst-79-
fish-3.1.2/sphinx_doc_src/cmds/history.rst:80:You can set the ``fish_history`` variable to another name for the current shell session. The default value (when the variable is unset) is ``fish`` which corresponds to ``$XDG_DATA_HOME/fish/fish_history``. If you set it to e.g. ``fun``, the history would be written to ``$XDG_DATA_HOME/fish/fun_history``. An empty string means history will not be stored at all. This is similar to the private session features in web browsers.
fish-3.1.2/sphinx_doc_src/cmds/history.rst-81-
##############################################
fish-3.1.2/sphinx_doc_src/cmds/if.rst-22-
fish-3.1.2/sphinx_doc_src/cmds/if.rst:23:The exit status of the last foreground command to exit can always be accessed using the :ref:`$status <variables-status>` variable.
fish-3.1.2/sphinx_doc_src/cmds/if.rst-24-
##############################################
fish-3.1.2/sphinx_doc_src/cmds/math.rst-102-
fish-3.1.2/sphinx_doc_src/cmds/math.rst:103:``math $status - 128`` outputs the numerical exit status of the last command minus 128.
fish-3.1.2/sphinx_doc_src/cmds/math.rst-104-
##############################################
fish-3.1.2/sphinx_doc_src/cmds/nextd.rst-20-
fish-3.1.2/sphinx_doc_src/cmds/nextd.rst:21:Note that the ``cd`` command limits directory history to the 25 most recently visited directories. The history is stored in the ``$dirprev`` and ``$dirnext`` variables which this command manipulates.
fish-3.1.2/sphinx_doc_src/cmds/nextd.rst-22-
##############################################
fish-3.1.2/sphinx_doc_src/cmds/or.rst-19-
fish-3.1.2/sphinx_doc_src/cmds/or.rst:20:``or`` does not change the current exit status itself, but the command it runs most likely will. The exit status of the last foreground command to exit can always be accessed using the :ref:`$status <variables-status>` variable.
fish-3.1.2/sphinx_doc_src/cmds/or.rst-21-
##############################################
fish-3.1.2/sphinx_doc_src/cmds/prevd.rst-19-
fish-3.1.2/sphinx_doc_src/cmds/prevd.rst:20:Note that the ``cd`` command limits directory history to the 25 most recently visited directories. The history is stored in the ``$dirprev`` and ``$dirnext`` variables which this command manipulates.
fish-3.1.2/sphinx_doc_src/cmds/prevd.rst-21-
##############################################
fish-3.1.2/sphinx_doc_src/cmds/prompt_pwd.rst-19-
fish-3.1.2/sphinx_doc_src/cmds/prompt_pwd.rst:20:To change the number of characters per path component, set ``$fish_prompt_pwd_dir_length`` to the number of characters. Setting it to 0 or an invalid value will disable shortening entirely.
fish-3.1.2/sphinx_doc_src/cmds/prompt_pwd.rst-21-
##############################################
fish-3.1.2/sphinx_doc_src/cmds/read.rst-40-
fish-3.1.2/sphinx_doc_src/cmds/read.rst:41:- ``-t`` -or ``--tokenize`` causes read to split the input into variables by the shell's tokenization rules. This means it will honor quotes and escaping. This option is of course incompatible with other options to control splitting like ``--delimiter`` and does not honor $IFS (like fish's tokenizer). It saves the tokens in the manner they'd be passed to commands on the commandline, so e.g. ``a\ b`` is stored as ``a b``. Note that currently it leaves command substitutions intact along with the parentheses.
fish-3.1.2/sphinx_doc_src/cmds/read.rst-42-
##############################################
fish-3.1.2/sphinx_doc_src/cmds/read.rst-87-
fish-3.1.2/sphinx_doc_src/cmds/read.rst:88:The following code stores the value 'hello' in the shell variable ``$foo``.
fish-3.1.2/sphinx_doc_src/cmds/read.rst-89-
##############################################
fish-3.1.2/sphinx_doc_src/cmds/set.rst-43-
fish-3.1.2/sphinx_doc_src/cmds/set.rst:44:- ``--path`` causes the specified variable to be treated as a path variable, meaning it will automatically be split on colons,  and joined using colons when quoted (`echo "$PATH"`) or exported.
fish-3.1.2/sphinx_doc_src/cmds/set.rst-45-
##############################################
fish-3.1.2/sphinx_doc_src/cmds/source.rst-17-
fish-3.1.2/sphinx_doc_src/cmds/source.rst:18:``source`` evaluates the commands of the specified file in the current shell as a new block of code. This is different from starting a new process to perform the commands (i.e. ``fish < FILENAME``) since the commands will be evaluated by the current shell, which means that changes in shell variables will affect the current shell. If additional arguments are specified after the file name, they will be inserted into the ``$argv`` variable. The ``$argv`` variable will not include the name of the sourced file.
fish-3.1.2/sphinx_doc_src/cmds/source.rst-19-
fish-3.1.2/sphinx_doc_src/cmds/source.rst:20:fish will search the working directory to resolve relative paths but will not search ``$PATH``.
fish-3.1.2/sphinx_doc_src/cmds/source.rst-21-
##############################################
fish-3.1.2/sphinx_doc_src/cmds/source.rst-44-
fish-3.1.2/sphinx_doc_src/cmds/source.rst:45:In fish versions prior to 2.3.0, the ``$argv`` variable would have a single element (the name of the sourced file) if no arguments are present. Otherwise, it would contain arguments without the name of the sourced file. That behavior was very confusing and unlike other shells such as bash and zsh.
##############################################
fish-3.1.2/sphinx_doc_src/cmds/string-collect.rst-23-
fish-3.1.2/sphinx_doc_src/cmds/string-collect.rst:24:Any trailing newlines on the input are trimmed, just as with ``"$(cmd)"`` substitution in sh. ``--no-trim-newlines`` can be used to disable this behavior, which may be useful when running a command such as ``set contents (cat filename | string collect -N)``.
fish-3.1.2/sphinx_doc_src/cmds/string-collect.rst-25-
##############################################
fish-3.1.2/sphinx_doc_src/cmds/string-escape.rst-28-
fish-3.1.2/sphinx_doc_src/cmds/string-escape.rst:29:``string unescape`` performs the inverse of the ``string escape`` command. If the string to be unescaped is not properly formatted it is ignored. For example, doing ``string unescape --style=var (string escape --style=var $str)`` will return the original string. There is no support for unescaping ``--style=regex``.
fish-3.1.2/sphinx_doc_src/cmds/string-escape.rst-30-
##############################################
fish-3.1.2/sphinx_doc_src/cmds/string-replace.rst-21-
fish-3.1.2/sphinx_doc_src/cmds/string-replace.rst:22:If ``-r`` or ``--regex`` is given, PATTERN is interpreted as a Perl-compatible regular expression, and REPLACEMENT can contain C-style escape sequences like ``\t`` as well as references to capturing groups by number or name as ``$n`` or ``${n}``.
fish-3.1.2/sphinx_doc_src/cmds/string-replace.rst-23-
##############################################
fish-3.1.2/sphinx_doc_src/cmds/string.rst-251-
fish-3.1.2/sphinx_doc_src/cmds/string.rst:252:In general, special characters are special by default, so ``a+`` matches one or more "a"s, while ``a\+`` matches an "a" and then a "+". ``(a+)`` matches one or more "a"s in a capturing group (``(?:XXXX)`` denotes a non-capturing group). For the replacement parameter of ``replace``, ``$n`` refers to the n-th group of the match. In the match parameter, ``\n`` (e.g. ``\1``) refers back to groups.
fish-3.1.2/sphinx_doc_src/cmds/string.rst-253-
##############################################
fish-3.1.2/sphinx_doc_src/cmds/string.rst-293-- ``\n`` is a backreference (where n is the number of the group, starting with 1)
fish-3.1.2/sphinx_doc_src/cmds/string.rst:294:- ``$n`` is a reference from the replacement expression to a group in the match expression.
fish-3.1.2/sphinx_doc_src/cmds/string.rst-295-
##############################################
fish-3.1.2/sphinx_doc_src/cmds/switch.rst-47-
fish-3.1.2/sphinx_doc_src/cmds/switch.rst:48:If the above code was run with ``$animal`` set to ``whale``, the output
fish-3.1.2/sphinx_doc_src/cmds/switch.rst-49-would be ``mammal``.
##############################################
fish-3.1.2/sphinx_doc_src/cmds/test.rst-23-
fish-3.1.2/sphinx_doc_src/cmds/test.rst:24:When using a variable as an argument for a test operator you should almost always enclose it in double-quotes. There are only two situations it is safe to omit the quote marks. The first is when the argument is a literal string with no whitespace or other characters special to the shell (e.g., semicolon). For example, ``test -b /my/file``. The second is using a variable that expands to exactly one element including if that element is the empty string (e.g., ``set x ''``). If the variable is not set, set but with no value, or set to more than one value you must enclose it in double-quotes. For example, ``test "$x" = "$y"``. Since it is always safe to enclose variables in double-quotes when used as ``test`` arguments that is the recommended practice.
fish-3.1.2/sphinx_doc_src/cmds/test.rst-25-
##############################################
fish-3.1.2/sphinx_doc_src/cmds/time.rst-17-
fish-3.1.2/sphinx_doc_src/cmds/time.rst:18:For checking timing after a command has completed, check :ref:`$CMD_DURATION <variables-special>`.
fish-3.1.2/sphinx_doc_src/cmds/time.rst-19-
##############################################
fish-3.1.2/sphinx_doc_src/cmds/true.rst-21-- :ref:`false <cmd-false>` command
fish-3.1.2/sphinx_doc_src/cmds/true.rst:22:- :ref:`$status <variables-status>` variable
##############################################
fish-3.1.2/sphinx_doc_src/cmds/type.rst-28-
fish-3.1.2/sphinx_doc_src/cmds/type.rst:29:- ``-p`` or ``--path`` prints the path to ``NAME`` if ``NAME`` resolves to an executable file in :ref:`$PATH <PATH>`, the path to the script containing the definition of the function ``NAME`` if ``NAME`` resolves to a function loaded from a file on disk (i.e. not interactively defined at the prompt), or nothing otherwise.
fish-3.1.2/sphinx_doc_src/cmds/type.rst-30-
fish-3.1.2/sphinx_doc_src/cmds/type.rst:31:- ``-P`` or ``--force-path`` returns the path to the executable file ``NAME``, presuming ``NAME`` is found in ``$PATH``, or nothing otherwise. ``--force-path`` explicitly resolves only the path to executable files in ``$PATH``, regardless of whether ``$NAME`` is shadowed by a function or builtin with the same name.
fish-3.1.2/sphinx_doc_src/cmds/type.rst-32-
##############################################
fish-3.1.2/sphinx_doc_src/faq.rst-80-------------------------------------------
fish-3.1.2/sphinx_doc_src/faq.rst:81:Use the ``$status`` variable. This replaces the ``$?`` variable used in some other shells.
fish-3.1.2/sphinx_doc_src/faq.rst-82-
##############################################
fish-3.1.2/sphinx_doc_src/faq.rst-121-
fish-3.1.2/sphinx_doc_src/faq.rst:122:Use ``string length -q -- $var``.  For example, ``if string length -q -- $var; echo not empty; end``.  Note that ``string length`` will interpret a list of multiple variables as a disjunction (meaning any/or)::
fish-3.1.2/sphinx_doc_src/faq.rst-123-
##############################################
fish-3.1.2/sphinx_doc_src/faq.rst-127-
fish-3.1.2/sphinx_doc_src/faq.rst:128:Alternatively, use ``test -n "$var"``, but remember that **the variable must be double-quoted**.  For example, ``if test -n "$var"; echo not empty; end``. The ``test`` command provides its own and (-a) and or (-o)::
fish-3.1.2/sphinx_doc_src/faq.rst-129-
##############################################
fish-3.1.2/sphinx_doc_src/faq.rst-229-
fish-3.1.2/sphinx_doc_src/faq.rst:230:- :kbd:`Alt+↑,Up` recalls individual arguments, starting from the last argument in the last line executed.  A single press replaces "!$", later presses replace "!!:4" and the like. An alternate key binding is :kbd:`Alt+.`.
fish-3.1.2/sphinx_doc_src/faq.rst-231-
##############################################
fish-3.1.2/sphinx_doc_src/index.rst-345-
fish-3.1.2/sphinx_doc_src/index.rst:346:The first line tells fish that a function by the name of ``ll`` is to be defined. To use it, simply write ``ll`` on the commandline. The second line tells fish that the command ``ls -l $argv`` should be called when ``ll`` is invoked. '``$argv``' is a list variable, which always contains all arguments sent to the function. In the example above, these are simply passed on to the ``ls`` command. For more information on functions, see the documentation for the :ref:`function <cmd-function>` builtin.
fish-3.1.2/sphinx_doc_src/index.rst-347-
##############################################
fish-3.1.2/sphinx_doc_src/index.rst-360-
fish-3.1.2/sphinx_doc_src/index.rst:361:- Always take care to add the ``$argv`` variable to the list of parameters to the wrapped command. This makes sure that if the user specifies any additional parameters to the function, they are passed on to the underlying command.
fish-3.1.2/sphinx_doc_src/index.rst-362-
##############################################
fish-3.1.2/sphinx_doc_src/index.rst-379-
fish-3.1.2/sphinx_doc_src/index.rst:380:When fish needs to load a function, it searches through any directories in the list variable ``$fish_function_path`` for a file with a name consisting of the name of the function plus the suffix '``.fish``' and loads the first it finds.
fish-3.1.2/sphinx_doc_src/index.rst-381-
fish-3.1.2/sphinx_doc_src/index.rst:382:By default ``$fish_function_path`` contains the following:
fish-3.1.2/sphinx_doc_src/index.rst-383-
fish-3.1.2/sphinx_doc_src/index.rst-384-- A directory for end-users to keep their own functions, usually ``~/.config/fish/functions`` (controlled by the ``XDG_CONFIG_HOME`` environment variable).
fish-3.1.2/sphinx_doc_src/index.rst:385:- A directory for systems administrators to install functions for all users on the system, usually ``/etc/fish/functions`` (really ``$__fish_sysconfdir/functions``).
fish-3.1.2/sphinx_doc_src/index.rst-386-- Directories for third-party software vendors to ship their own functions for their software. Fish searches the directories in the ``XDG_DATA_DIRS`` environment variable for a ``fish/vendor_functions.d`` directory; if this variable is not defined, the default is usually to search ``/usr/share/fish/vendor_functions.d`` and ``/usr/local/share/fish/vendor_functions.d``.
fish-3.1.2/sphinx_doc_src/index.rst:387:- The functions shipped with fish, usually installed in ``/usr/share/fish/functions`` (really ``$__fish_data_dir/functions``).
fish-3.1.2/sphinx_doc_src/index.rst-388-
##############################################
fish-3.1.2/sphinx_doc_src/index.rst-428-
fish-3.1.2/sphinx_doc_src/index.rst:429:- ``**`` matches any string of characters. This includes matching an empty string. The matched string may include the ``/`` character; that is, it recurses into subdirectories. Note that augmenting this wildcard with other strings will not match files in the current working directory (``$PWD``) if you separate the strings with a slash ("/"). This is unlike other shells such as zsh. For example, ``**\/*.fish`` in zsh will match ``.fish`` files in the PWD but in fish will only match such files in a subdirectory. In fish you should type ``**.fish`` to match files in the PWD as well as subdirectories.
fish-3.1.2/sphinx_doc_src/index.rst-430-
##############################################
fish-3.1.2/sphinx_doc_src/index.rst-443-
fish-3.1.2/sphinx_doc_src/index.rst:444:You would then use it in place of ``**`` like this, ``my_prog (ff)``, to pass only regular files in or below $PWD to ``my_prog``.
fish-3.1.2/sphinx_doc_src/index.rst-445-
##############################################
fish-3.1.2/sphinx_doc_src/index.rst-457-
fish-3.1.2/sphinx_doc_src/index.rst:458:Note that for most commands, if any wildcard fails to expand, the command is not executed, :ref:`$status <variables-status>` is set to nonzero, and a warning is printed. This behavior is consistent with setting ``shopt -s failglob`` in bash. There are exactly 4 exceptions, namely :ref:`set <cmd-set>`, overriding variables in :ref:`overrides <variables-override>`, :ref:`count <cmd-count>` and :ref:`for <cmd-for>`. Their globs are permitted to expand to zero arguments, as with ``shopt -s nullglob`` in bash.
fish-3.1.2/sphinx_doc_src/index.rst-459-
##############################################
fish-3.1.2/sphinx_doc_src/index.rst-483-
fish-3.1.2/sphinx_doc_src/index.rst:484:Fish has a default limit of 100 MiB on the amount of data a command substitution can output. If the limit is exceeded the entire command, not just the substitution, is failed and ``$status`` is set to 122. You can modify the limit by setting the ``fish_read_limit`` variable at any time including in the environment before fish starts running. If you set it to zero then no limit is imposed. This is a safety mechanism to keep the shell from consuming too much memory if a command outputs an unreasonable amount of data, typically your operating system also has a limit, and it's often much lower. Note that this limit also affects how much data the ``read`` command will process.
fish-3.1.2/sphinx_doc_src/index.rst-485-
##############################################
fish-3.1.2/sphinx_doc_src/index.rst-499-    set data (cat data | string split0)
fish-3.1.2/sphinx_doc_src/index.rst:500:    # Set ``$data`` to the contents of data, splitting on NUL-bytes.
fish-3.1.2/sphinx_doc_src/index.rst-501-
##############################################
fish-3.1.2/sphinx_doc_src/index.rst-569-
fish-3.1.2/sphinx_doc_src/index.rst:570:Note that without the quotes or braces, fish will try to expand a variable called ``$WORDs``, which may not exist.
fish-3.1.2/sphinx_doc_src/index.rst-571-
fish-3.1.2/sphinx_doc_src/index.rst:572:The latter syntax ``{$WORD}`` works by exploiting `brace expansion <#expand-brace>`_.
fish-3.1.2/sphinx_doc_src/index.rst-573-
##############################################
fish-3.1.2/sphinx_doc_src/index.rst-597-
fish-3.1.2/sphinx_doc_src/index.rst:598:When using this feature together with list brackets, the brackets will always match the innermost ``$`` dereference. Thus, ``$$foo[5]`` will always mean the fifth element of the ``foo`` variable should be dereferenced, not the fifth element of the doubly dereferenced variable ``foo``. The latter can instead be expressed as ``$$foo[1][5]``.
fish-3.1.2/sphinx_doc_src/index.rst-599-
##############################################
fish-3.1.2/sphinx_doc_src/index.rst-632-
fish-3.1.2/sphinx_doc_src/index.rst:633:Be careful when you try to use braces to separate variable names from text. The problem shown above can be avoided by wrapping the variable in double quotes instead of braces (``echo "$c"word``).
fish-3.1.2/sphinx_doc_src/index.rst-634-
##############################################
fish-3.1.2/sphinx_doc_src/index.rst-715-
fish-3.1.2/sphinx_doc_src/index.rst:716:When using indirect variable expansion with multiple `$` (``$$name``), you have to give all indices up to the variable you want to slice::
fish-3.1.2/sphinx_doc_src/index.rst-717-
##############################################
fish-3.1.2/sphinx_doc_src/index.rst-782-
fish-3.1.2/sphinx_doc_src/index.rst:783:To use the value of the variable ``smurf_color``, write ``$`` (dollar symbol) followed by the name of the variable, like ``echo Smurfs are usually $smurf_color``, which would print the result 'Smurfs are usually blue'.
fish-3.1.2/sphinx_doc_src/index.rst-784-
##############################################
fish-3.1.2/sphinx_doc_src/index.rst-907-
fish-3.1.2/sphinx_doc_src/index.rst:908:``echo $PATH[3]``
fish-3.1.2/sphinx_doc_src/index.rst-909-
##############################################
fish-3.1.2/sphinx_doc_src/index.rst-1336-
fish-3.1.2/sphinx_doc_src/index.rst:1337:Completions can be defined on the commandline or in a configuration file, but they can also be automatically loaded. Fish automatically searches through any directories in the list variable ``$fish_complete_path``, and any completions defined are automatically loaded when needed. A completion file must have a filename consisting of the name of the command to complete and the suffix '``.fish``'.
fish-3.1.2/sphinx_doc_src/index.rst-1338-
##############################################
fish-3.1.2/sphinx_doc_src/index.rst-1413-
fish-3.1.2/sphinx_doc_src/index.rst:1414:- :kbd:`Alt+e` edit the current command line in an external editor. The editor is chosen from the first available of the ``$VISUAL`` or ``$EDITOR`` variables.
fish-3.1.2/sphinx_doc_src/index.rst-1415-
##############################################
fish-3.1.2/sphinx_doc_src/index.rst-1566-The command history is stored in the file ``~/.local/share/fish/fish_history`` (or
fish-3.1.2/sphinx_doc_src/index.rst:1567:``$XDG_DATA_HOME/fish/fish_history`` if that variable is set) by default. However, you can set the
fish-3.1.2/sphinx_doc_src/index.rst-1568-``fish_history`` environment variable to change the name of the history session (resulting in a
##############################################
fish-3.1.2/sphinx_doc_src/index.rst-1619-
fish-3.1.2/sphinx_doc_src/index.rst:1620:- Configuration shipped with fish, which should not be edited, in ``$__fish_data_dir/config.fish`` (usually ``/usr/share/fish/config.fish``).
fish-3.1.2/sphinx_doc_src/index.rst-1621-
##############################################
fish-3.1.2/sphinx_doc_src/index.rst-1623-
fish-3.1.2/sphinx_doc_src/index.rst:1624:  - ``$__fish_config_dir/conf.d`` (by default, ``~/.config/fish/conf.d/``)
fish-3.1.2/sphinx_doc_src/index.rst:1625:  - ``$__fish_sysconf_dir/conf.d`` (by default, ``/etc/fish/conf.d/``)
fish-3.1.2/sphinx_doc_src/index.rst-1626-  - Directories for third-party software vendors to ship their own configuration snippets for their software. Fish searches the directories in the ``XDG_DATA_DIRS`` environment variable for a ``fish/vendor_conf.d`` directory; if this variable is not defined, the default is usually to search ``/usr/share/fish/vendor_conf.d`` and ``/usr/local/share/fish/vendor_conf.d``
##############################################
fish-3.1.2/sphinx_doc_src/index.rst-1630-
fish-3.1.2/sphinx_doc_src/index.rst:1631:- System-wide configuration files, where administrators can include initialization that should be run for all users on the system - similar to ``/etc/profile`` for POSIX-style shells - in ``$__fish_sysconf_dir`` (usually ``/etc/fish/config.fish``).
fish-3.1.2/sphinx_doc_src/index.rst:1632:- User initialization, usually in `~/.config/fish/config.fish` (controlled by the ``XDG_CONFIG_HOME`` environment variable, and accessible as ``$__fish_config_dir``).
fish-3.1.2/sphinx_doc_src/index.rst-1633-
##############################################
fish-3.1.2/sphinx_doc_src/index.rst-1675-
fish-3.1.2/sphinx_doc_src/index.rst:1676:There is one breaking change in fish 3.1: ``string replace -r`` does a superfluous round of escaping for the replacement, so escaping backslashes would look like ``string replace -ra '([ab])' '\\\\\\\$1' a``. This flag removes that if turned on, so ``'\\\\$1'`` is enough.
fish-3.1.2/sphinx_doc_src/index.rst-1677-
##############################################
fish-3.1.2/sphinx_doc_src/tutorial.rst-232-
fish-3.1.2/sphinx_doc_src/tutorial.rst:233:(Notice the quotes: without them, ``Mister`` and ``Noodle`` would have been separate arguments, and ``$name`` would have been made into a list of two elements.)
fish-3.1.2/sphinx_doc_src/tutorial.rst-234-
##############################################
fish-3.1.2/sphinx_doc_src/tutorial.rst-254-
fish-3.1.2/sphinx_doc_src/tutorial.rst:255:Sometimes you need to have a variable available to an external command, often as a setting. For example many programs like `git` or `man` read the `$PAGER` variable to figure out your preferred pager (the program that lets you scroll text). Other variables used like this include `$BROWSER`, `$LANG` (to configure your language) and `$PATH`. You'll note these are written in ALLCAPS, but that's just a convention.
fish-3.1.2/sphinx_doc_src/tutorial.rst-256-
##############################################
fish-3.1.2/sphinx_doc_src/tutorial.rst-274-
fish-3.1.2/sphinx_doc_src/tutorial.rst:275:Some variables, like ``$PWD``, only have one value. By convention, we talk about that variable's value, but we really mean its first (and only) value.
fish-3.1.2/sphinx_doc_src/tutorial.rst-276-
fish-3.1.2/sphinx_doc_src/tutorial.rst:277:Other variables, like ``$PATH``, really do have multiple values. During variable expansion, the variable expands to become multiple arguments::
fish-3.1.2/sphinx_doc_src/tutorial.rst-278-
##############################################
fish-3.1.2/sphinx_doc_src/tutorial.rst-401-
fish-3.1.2/sphinx_doc_src/tutorial.rst:402:Unlike other shells, ``fish`` stores the exit status of the last command in ``$status`` instead of ``$?``.
fish-3.1.2/sphinx_doc_src/tutorial.rst-403-
##############################################
fish-3.1.2/sphinx_doc_src/tutorial.rst-413-
fish-3.1.2/sphinx_doc_src/tutorial.rst:414:There is also a ``$pipestatus`` list variable for the exit statuses [#]_ of processes in a pipe.
fish-3.1.2/sphinx_doc_src/tutorial.rst-415-
##############################################
fish-3.1.2/sphinx_doc_src/tutorial.rst-513-
fish-3.1.2/sphinx_doc_src/tutorial.rst:514:A ``fish`` function is a list of commands, which may optionally take arguments. Unlike other shells, arguments are not passed in "numbered variables" like ``$1``, but instead in a single list ``$argv``. To create a function, use the ``function`` builtin::
fish-3.1.2/sphinx_doc_src/tutorial.rst-515-
##############################################
fish-3.1.2/sphinx_doc_src/tutorial.rst-603-
fish-3.1.2/sphinx_doc_src/tutorial.rst:604:``$PATH`` is an environment variable containing the directories that ``fish`` searches for commands. Unlike other shells, $PATH is a :ref:`list <tut_lists>`, not a colon-delimited string.
fish-3.1.2/sphinx_doc_src/tutorial.rst-605-
fish-3.1.2/sphinx_doc_src/tutorial.rst:606:To prepend /usr/local/bin and /usr/sbin to ``$PATH``, you can write::
fish-3.1.2/sphinx_doc_src/tutorial.rst-607-
##############################################
fish-3.1.2/sphinx_doc_src/tutorial.rst-610-
fish-3.1.2/sphinx_doc_src/tutorial.rst:611:To remove /usr/local/bin from ``$PATH``, you can write::
fish-3.1.2/sphinx_doc_src/tutorial.rst-612-
##############################################
fish-3.1.2/sphinx_doc_src/tutorial.rst-623-
fish-3.1.2/sphinx_doc_src/tutorial.rst:624:A faster way is to modify the ``$fish_user_paths`` :ref:`universal variable <tut-universal>`, which is automatically prepended to ``$PATH``. For example, to permanently add ``/usr/local/bin`` to your ``$PATH``, you could write::
fish-3.1.2/sphinx_doc_src/tutorial.rst-625-
##############################################
fish-3.1.2/sphinx_doc_src/tutorial.rst-675-
fish-3.1.2/sphinx_doc_src/tutorial.rst:676:See the documentation for :ref:`funced <cmd-funced>` and :ref:`funcsave <cmd-funcsave>` for ways to create these files automatically, and :ref:`$fish_function_path <syntax-function-autoloading>` to control their location.
fish-3.1.2/sphinx_doc_src/tutorial.rst-677-
##############################################
fish-3.1.2/src/builtin_argparse.cpp-587-            // otherwise we'd get ignored options first and normal arguments later.
fish-3.1.2/src/builtin_argparse.cpp:588:            // E.g. `argparse -i -- -t tango -w` needs to keep `-t tango -w` in $argv, not `-t -w
fish-3.1.2/src/builtin_argparse.cpp-589-            // tango`.
##############################################
fish-3.1.2/src/common.cpp-219-        Dl_info info;
fish-3.1.2/src/common.cpp:220:        if (dladdr(callstack[i], &info) && info.dli_sname) {
fish-3.1.2/src/common.cpp-221-            char *demangled = nullptr;
##############################################
fish-3.1.2/src/common.h-792-
fish-3.1.2/src/common.h:793:// Return values (`$status` values for fish scripts) for various situations.
fish-3.1.2/src/common.h-794-enum {
##############################################
fish-3.1.2/src/expand.cpp-415-                // Check that we are within array bounds. If not, skip the element. Note:
fish-3.1.2/src/expand.cpp:416:                // Negative indices (`echo $foo[-1]`) are already converted to positive ones
fish-3.1.2/src/expand.cpp-417-                // here, So tmp < 1 means it's definitely not in.
##############################################
fish-3.1.2/tests/exit.expect-40-
fish-3.1.2/tests/exit.expect:41:# Verify all child processes have been killed. We don't use `-p $fish_pid` because
fish-3.1.2/tests/exit.expect-42-# if the shell has a bug the child processes might have been reparented to pid
##############################################
fish-3.1.2/tests/interactive.expect.rc-253-
fish-3.1.2/tests/interactive.expect.rc:254:# prints the output of `_echo_var $name` (defined in interactive.config)
fish-3.1.2/tests/interactive.expect.rc-255-proc print_var_contents name {
##############################################
fish-3.1.2/tests/pipestatus.expect-2-#
fish-3.1.2/tests/pipestatus.expect:3:# Verify `$pipestatus` is preserved to next prompt.
fish-3.1.2/tests/pipestatus.expect-4-
##############################################
fish-3.1.2/tests/signals.expect-26-
fish-3.1.2/tests/signals.expect:27:# Verify all child processes have been killed. We don't use `-p $pid` because
fish-3.1.2/tests/signals.expect-28-# if the shell has a bug the child processes might have been reparented to pid
##############################################
fish-3.1.2/user_doc/html/index.html-409-<span class="nf">set</span><span class="w"> </span><span class="no">data</span><span class="w"> </span><span class="o">(</span><span class="nf">cat</span><span class="w"> </span><span class="no">data</span><span class="w"> </span><span class="p">|</span><span class="w"> </span><span class="nf">string</span><span class="w"> </span><span class="no">split0</span><span class="o">)</span><span class="w"></span>
fish-3.1.2/user_doc/html/index.html:410:<span class="c"># Set ``$data`` to the contents of data, splitting on NUL-bytes.</span><span class="w"></span>
fish-3.1.2/user_doc/html/index.html-411-</pre></div>
##############################################
fish-3.1.2/user_doc/html/index.html-1218-</li>
fish-3.1.2/user_doc/html/index.html:1219:<li><p class="first">System-wide configuration files, where administrators can include initialization that should be run for all users on the system - similar to <code class="docutils literal notranslate"><span class="pre">/etc/profile</span></code> for POSIX-style shells - in <code class="docutils literal notranslate"><span class="pre">$__fish_sysconf_dir</span></code> (usually <code class="docutils literal notranslate"><span class="pre">/etc/fish/config.fish</span></code>).</p>
fish-3.1.2/user_doc/html/index.html-1220-</li>
##############################################
fish-3.1.2/user_doc/html/_sources/index.rst.txt-345-
fish-3.1.2/user_doc/html/_sources/index.rst.txt:346:The first line tells fish that a function by the name of ``ll`` is to be defined. To use it, simply write ``ll`` on the commandline. The second line tells fish that the command ``ls -l $argv`` should be called when ``ll`` is invoked. '``$argv``' is a list variable, which always contains all arguments sent to the function. In the example above, these are simply passed on to the ``ls`` command. For more information on functions, see the documentation for the :ref:`function <cmd-function>` builtin.
fish-3.1.2/user_doc/html/_sources/index.rst.txt-347-
##############################################
fish-3.1.2/user_doc/html/_sources/index.rst.txt-360-
fish-3.1.2/user_doc/html/_sources/index.rst.txt:361:- Always take care to add the ``$argv`` variable to the list of parameters to the wrapped command. This makes sure that if the user specifies any additional parameters to the function, they are passed on to the underlying command.
fish-3.1.2/user_doc/html/_sources/index.rst.txt-362-
##############################################
fish-3.1.2/user_doc/html/_sources/index.rst.txt-379-
fish-3.1.2/user_doc/html/_sources/index.rst.txt:380:When fish needs to load a function, it searches through any directories in the list variable ``$fish_function_path`` for a file with a name consisting of the name of the function plus the suffix '``.fish``' and loads the first it finds.
fish-3.1.2/user_doc/html/_sources/index.rst.txt-381-
fish-3.1.2/user_doc/html/_sources/index.rst.txt:382:By default ``$fish_function_path`` contains the following:
fish-3.1.2/user_doc/html/_sources/index.rst.txt-383-
fish-3.1.2/user_doc/html/_sources/index.rst.txt-384-- A directory for end-users to keep their own functions, usually ``~/.config/fish/functions`` (controlled by the ``XDG_CONFIG_HOME`` environment variable).
fish-3.1.2/user_doc/html/_sources/index.rst.txt:385:- A directory for systems administrators to install functions for all users on the system, usually ``/etc/fish/functions`` (really ``$__fish_sysconfdir/functions``).
fish-3.1.2/user_doc/html/_sources/index.rst.txt-386-- Directories for third-party software vendors to ship their own functions for their software. Fish searches the directories in the ``XDG_DATA_DIRS`` environment variable for a ``fish/vendor_functions.d`` directory; if this variable is not defined, the default is usually to search ``/usr/share/fish/vendor_functions.d`` and ``/usr/local/share/fish/vendor_functions.d``.
fish-3.1.2/user_doc/html/_sources/index.rst.txt:387:- The functions shipped with fish, usually installed in ``/usr/share/fish/functions`` (really ``$__fish_data_dir/functions``).
fish-3.1.2/user_doc/html/_sources/index.rst.txt-388-
##############################################
fish-3.1.2/user_doc/html/_sources/index.rst.txt-428-
fish-3.1.2/user_doc/html/_sources/index.rst.txt:429:- ``**`` matches any string of characters. This includes matching an empty string. The matched string may include the ``/`` character; that is, it recurses into subdirectories. Note that augmenting this wildcard with other strings will not match files in the current working directory (``$PWD``) if you separate the strings with a slash ("/"). This is unlike other shells such as zsh. For example, ``**\/*.fish`` in zsh will match ``.fish`` files in the PWD but in fish will only match such files in a subdirectory. In fish you should type ``**.fish`` to match files in the PWD as well as subdirectories.
fish-3.1.2/user_doc/html/_sources/index.rst.txt-430-
##############################################
fish-3.1.2/user_doc/html/_sources/index.rst.txt-443-
fish-3.1.2/user_doc/html/_sources/index.rst.txt:444:You would then use it in place of ``**`` like this, ``my_prog (ff)``, to pass only regular files in or below $PWD to ``my_prog``.
fish-3.1.2/user_doc/html/_sources/index.rst.txt-445-
##############################################
fish-3.1.2/user_doc/html/_sources/index.rst.txt-457-
fish-3.1.2/user_doc/html/_sources/index.rst.txt:458:Note that for most commands, if any wildcard fails to expand, the command is not executed, :ref:`$status <variables-status>` is set to nonzero, and a warning is printed. This behavior is consistent with setting ``shopt -s failglob`` in bash. There are exactly 4 exceptions, namely :ref:`set <cmd-set>`, overriding variables in :ref:`overrides <variables-override>`, :ref:`count <cmd-count>` and :ref:`for <cmd-for>`. Their globs are permitted to expand to zero arguments, as with ``shopt -s nullglob`` in bash.
fish-3.1.2/user_doc/html/_sources/index.rst.txt-459-
##############################################
fish-3.1.2/user_doc/html/_sources/index.rst.txt-483-
fish-3.1.2/user_doc/html/_sources/index.rst.txt:484:Fish has a default limit of 100 MiB on the amount of data a command substitution can output. If the limit is exceeded the entire command, not just the substitution, is failed and ``$status`` is set to 122. You can modify the limit by setting the ``fish_read_limit`` variable at any time including in the environment before fish starts running. If you set it to zero then no limit is imposed. This is a safety mechanism to keep the shell from consuming too much memory if a command outputs an unreasonable amount of data, typically your operating system also has a limit, and it's often much lower. Note that this limit also affects how much data the ``read`` command will process.
fish-3.1.2/user_doc/html/_sources/index.rst.txt-485-
##############################################
fish-3.1.2/user_doc/html/_sources/index.rst.txt-499-    set data (cat data | string split0)
fish-3.1.2/user_doc/html/_sources/index.rst.txt:500:    # Set ``$data`` to the contents of data, splitting on NUL-bytes.
fish-3.1.2/user_doc/html/_sources/index.rst.txt-501-
##############################################
fish-3.1.2/user_doc/html/_sources/index.rst.txt-569-
fish-3.1.2/user_doc/html/_sources/index.rst.txt:570:Note that without the quotes or braces, fish will try to expand a variable called ``$WORDs``, which may not exist.
fish-3.1.2/user_doc/html/_sources/index.rst.txt-571-
fish-3.1.2/user_doc/html/_sources/index.rst.txt:572:The latter syntax ``{$WORD}`` works by exploiting `brace expansion <#expand-brace>`_.
fish-3.1.2/user_doc/html/_sources/index.rst.txt-573-
##############################################
fish-3.1.2/user_doc/html/_sources/index.rst.txt-597-
fish-3.1.2/user_doc/html/_sources/index.rst.txt:598:When using this feature together with list brackets, the brackets will always match the innermost ``$`` dereference. Thus, ``$$foo[5]`` will always mean the fifth element of the ``foo`` variable should be dereferenced, not the fifth element of the doubly dereferenced variable ``foo``. The latter can instead be expressed as ``$$foo[1][5]``.
fish-3.1.2/user_doc/html/_sources/index.rst.txt-599-
##############################################
fish-3.1.2/user_doc/html/_sources/index.rst.txt-632-
fish-3.1.2/user_doc/html/_sources/index.rst.txt:633:Be careful when you try to use braces to separate variable names from text. The problem shown above can be avoided by wrapping the variable in double quotes instead of braces (``echo "$c"word``).
fish-3.1.2/user_doc/html/_sources/index.rst.txt-634-
##############################################
fish-3.1.2/user_doc/html/_sources/index.rst.txt-715-
fish-3.1.2/user_doc/html/_sources/index.rst.txt:716:When using indirect variable expansion with multiple `$` (``$$name``), you have to give all indices up to the variable you want to slice::
fish-3.1.2/user_doc/html/_sources/index.rst.txt-717-
##############################################
fish-3.1.2/user_doc/html/_sources/index.rst.txt-782-
fish-3.1.2/user_doc/html/_sources/index.rst.txt:783:To use the value of the variable ``smurf_color``, write ``$`` (dollar symbol) followed by the name of the variable, like ``echo Smurfs are usually $smurf_color``, which would print the result 'Smurfs are usually blue'.
fish-3.1.2/user_doc/html/_sources/index.rst.txt-784-
##############################################
fish-3.1.2/user_doc/html/_sources/index.rst.txt-907-
fish-3.1.2/user_doc/html/_sources/index.rst.txt:908:``echo $PATH[3]``
fish-3.1.2/user_doc/html/_sources/index.rst.txt-909-
##############################################
fish-3.1.2/user_doc/html/_sources/index.rst.txt-1336-
fish-3.1.2/user_doc/html/_sources/index.rst.txt:1337:Completions can be defined on the commandline or in a configuration file, but they can also be automatically loaded. Fish automatically searches through any directories in the list variable ``$fish_complete_path``, and any completions defined are automatically loaded when needed. A completion file must have a filename consisting of the name of the command to complete and the suffix '``.fish``'.
fish-3.1.2/user_doc/html/_sources/index.rst.txt-1338-
##############################################
fish-3.1.2/user_doc/html/_sources/index.rst.txt-1413-
fish-3.1.2/user_doc/html/_sources/index.rst.txt:1414:- :kbd:`Alt+e` edit the current command line in an external editor. The editor is chosen from the first available of the ``$VISUAL`` or ``$EDITOR`` variables.
fish-3.1.2/user_doc/html/_sources/index.rst.txt-1415-
##############################################
fish-3.1.2/user_doc/html/_sources/index.rst.txt-1566-The command history is stored in the file ``~/.local/share/fish/fish_history`` (or
fish-3.1.2/user_doc/html/_sources/index.rst.txt:1567:``$XDG_DATA_HOME/fish/fish_history`` if that variable is set) by default. However, you can set the
fish-3.1.2/user_doc/html/_sources/index.rst.txt-1568-``fish_history`` environment variable to change the name of the history session (resulting in a
##############################################
fish-3.1.2/user_doc/html/_sources/index.rst.txt-1619-
fish-3.1.2/user_doc/html/_sources/index.rst.txt:1620:- Configuration shipped with fish, which should not be edited, in ``$__fish_data_dir/config.fish`` (usually ``/usr/share/fish/config.fish``).
fish-3.1.2/user_doc/html/_sources/index.rst.txt-1621-
##############################################
fish-3.1.2/user_doc/html/_sources/index.rst.txt-1623-
fish-3.1.2/user_doc/html/_sources/index.rst.txt:1624:  - ``$__fish_config_dir/conf.d`` (by default, ``~/.config/fish/conf.d/``)
fish-3.1.2/user_doc/html/_sources/index.rst.txt:1625:  - ``$__fish_sysconf_dir/conf.d`` (by default, ``/etc/fish/conf.d/``)
fish-3.1.2/user_doc/html/_sources/index.rst.txt-1626-  - Directories for third-party software vendors to ship their own configuration snippets for their software. Fish searches the directories in the ``XDG_DATA_DIRS`` environment variable for a ``fish/vendor_conf.d`` directory; if this variable is not defined, the default is usually to search ``/usr/share/fish/vendor_conf.d`` and ``/usr/local/share/fish/vendor_conf.d``
##############################################
fish-3.1.2/user_doc/html/_sources/index.rst.txt-1630-
fish-3.1.2/user_doc/html/_sources/index.rst.txt:1631:- System-wide configuration files, where administrators can include initialization that should be run for all users on the system - similar to ``/etc/profile`` for POSIX-style shells - in ``$__fish_sysconf_dir`` (usually ``/etc/fish/config.fish``).
fish-3.1.2/user_doc/html/_sources/index.rst.txt:1632:- User initialization, usually in `~/.config/fish/config.fish` (controlled by the ``XDG_CONFIG_HOME`` environment variable, and accessible as ``$__fish_config_dir``).
fish-3.1.2/user_doc/html/_sources/index.rst.txt-1633-
##############################################
fish-3.1.2/user_doc/html/_sources/index.rst.txt-1675-
fish-3.1.2/user_doc/html/_sources/index.rst.txt:1676:There is one breaking change in fish 3.1: ``string replace -r`` does a superfluous round of escaping for the replacement, so escaping backslashes would look like ``string replace -ra '([ab])' '\\\\\\\$1' a``. This flag removes that if turned on, so ``'\\\\$1'`` is enough.
fish-3.1.2/user_doc/html/_sources/index.rst.txt-1677-
##############################################
fish-3.1.2/user_doc/html/_sources/tutorial.rst.txt-232-
fish-3.1.2/user_doc/html/_sources/tutorial.rst.txt:233:(Notice the quotes: without them, ``Mister`` and ``Noodle`` would have been separate arguments, and ``$name`` would have been made into a list of two elements.)
fish-3.1.2/user_doc/html/_sources/tutorial.rst.txt-234-
##############################################
fish-3.1.2/user_doc/html/_sources/tutorial.rst.txt-254-
fish-3.1.2/user_doc/html/_sources/tutorial.rst.txt:255:Sometimes you need to have a variable available to an external command, often as a setting. For example many programs like `git` or `man` read the `$PAGER` variable to figure out your preferred pager (the program that lets you scroll text). Other variables used like this include `$BROWSER`, `$LANG` (to configure your language) and `$PATH`. You'll note these are written in ALLCAPS, but that's just a convention.
fish-3.1.2/user_doc/html/_sources/tutorial.rst.txt-256-
##############################################
fish-3.1.2/user_doc/html/_sources/tutorial.rst.txt-274-
fish-3.1.2/user_doc/html/_sources/tutorial.rst.txt:275:Some variables, like ``$PWD``, only have one value. By convention, we talk about that variable's value, but we really mean its first (and only) value.
fish-3.1.2/user_doc/html/_sources/tutorial.rst.txt-276-
fish-3.1.2/user_doc/html/_sources/tutorial.rst.txt:277:Other variables, like ``$PATH``, really do have multiple values. During variable expansion, the variable expands to become multiple arguments::
fish-3.1.2/user_doc/html/_sources/tutorial.rst.txt-278-
##############################################
fish-3.1.2/user_doc/html/_sources/tutorial.rst.txt-401-
fish-3.1.2/user_doc/html/_sources/tutorial.rst.txt:402:Unlike other shells, ``fish`` stores the exit status of the last command in ``$status`` instead of ``$?``.
fish-3.1.2/user_doc/html/_sources/tutorial.rst.txt-403-
##############################################
fish-3.1.2/user_doc/html/_sources/tutorial.rst.txt-413-
fish-3.1.2/user_doc/html/_sources/tutorial.rst.txt:414:There is also a ``$pipestatus`` list variable for the exit statuses [#]_ of processes in a pipe.
fish-3.1.2/user_doc/html/_sources/tutorial.rst.txt-415-
##############################################
fish-3.1.2/user_doc/html/_sources/tutorial.rst.txt-513-
fish-3.1.2/user_doc/html/_sources/tutorial.rst.txt:514:A ``fish`` function is a list of commands, which may optionally take arguments. Unlike other shells, arguments are not passed in "numbered variables" like ``$1``, but instead in a single list ``$argv``. To create a function, use the ``function`` builtin::
fish-3.1.2/user_doc/html/_sources/tutorial.rst.txt-515-
##############################################
fish-3.1.2/user_doc/html/_sources/tutorial.rst.txt-603-
fish-3.1.2/user_doc/html/_sources/tutorial.rst.txt:604:``$PATH`` is an environment variable containing the directories that ``fish`` searches for commands. Unlike other shells, $PATH is a :ref:`list <tut_lists>`, not a colon-delimited string.
fish-3.1.2/user_doc/html/_sources/tutorial.rst.txt-605-
fish-3.1.2/user_doc/html/_sources/tutorial.rst.txt:606:To prepend /usr/local/bin and /usr/sbin to ``$PATH``, you can write::
fish-3.1.2/user_doc/html/_sources/tutorial.rst.txt-607-
##############################################
fish-3.1.2/user_doc/html/_sources/tutorial.rst.txt-610-
fish-3.1.2/user_doc/html/_sources/tutorial.rst.txt:611:To remove /usr/local/bin from ``$PATH``, you can write::
fish-3.1.2/user_doc/html/_sources/tutorial.rst.txt-612-
##############################################
fish-3.1.2/user_doc/html/_sources/tutorial.rst.txt-623-
fish-3.1.2/user_doc/html/_sources/tutorial.rst.txt:624:A faster way is to modify the ``$fish_user_paths`` :ref:`universal variable <tut-universal>`, which is automatically prepended to ``$PATH``. For example, to permanently add ``/usr/local/bin`` to your ``$PATH``, you could write::
fish-3.1.2/user_doc/html/_sources/tutorial.rst.txt-625-
##############################################
fish-3.1.2/user_doc/html/_sources/tutorial.rst.txt-675-
fish-3.1.2/user_doc/html/_sources/tutorial.rst.txt:676:See the documentation for :ref:`funced <cmd-funced>` and :ref:`funcsave <cmd-funcsave>` for ways to create these files automatically, and :ref:`$fish_function_path <syntax-function-autoloading>` to control their location.
fish-3.1.2/user_doc/html/_sources/tutorial.rst.txt-677-
##############################################
fish-3.1.2/user_doc/html/_sources/faq.rst.txt-80-------------------------------------------
fish-3.1.2/user_doc/html/_sources/faq.rst.txt:81:Use the ``$status`` variable. This replaces the ``$?`` variable used in some other shells.
fish-3.1.2/user_doc/html/_sources/faq.rst.txt-82-
##############################################
fish-3.1.2/user_doc/html/_sources/faq.rst.txt-121-
fish-3.1.2/user_doc/html/_sources/faq.rst.txt:122:Use ``string length -q -- $var``.  For example, ``if string length -q -- $var; echo not empty; end``.  Note that ``string length`` will interpret a list of multiple variables as a disjunction (meaning any/or)::
fish-3.1.2/user_doc/html/_sources/faq.rst.txt-123-
##############################################
fish-3.1.2/user_doc/html/_sources/faq.rst.txt-127-
fish-3.1.2/user_doc/html/_sources/faq.rst.txt:128:Alternatively, use ``test -n "$var"``, but remember that **the variable must be double-quoted**.  For example, ``if test -n "$var"; echo not empty; end``. The ``test`` command provides its own and (-a) and or (-o)::
fish-3.1.2/user_doc/html/_sources/faq.rst.txt-129-
##############################################
fish-3.1.2/user_doc/html/_sources/faq.rst.txt-229-
fish-3.1.2/user_doc/html/_sources/faq.rst.txt:230:- :kbd:`Alt+↑,Up` recalls individual arguments, starting from the last argument in the last line executed.  A single press replaces "!$", later presses replace "!!:4" and the like. An alternate key binding is :kbd:`Alt+.`.
fish-3.1.2/user_doc/html/_sources/faq.rst.txt-231-
##############################################
fish-3.1.2/user_doc/html/_sources/cmds/nextd.rst.txt-20-
fish-3.1.2/user_doc/html/_sources/cmds/nextd.rst.txt:21:Note that the ``cd`` command limits directory history to the 25 most recently visited directories. The history is stored in the ``$dirprev`` and ``$dirnext`` variables which this command manipulates.
fish-3.1.2/user_doc/html/_sources/cmds/nextd.rst.txt-22-
##############################################
fish-3.1.2/user_doc/html/_sources/cmds/bind.rst.txt-26-
fish-3.1.2/user_doc/html/_sources/cmds/bind.rst.txt:27:If the ``-k`` switch is used, the name of the key (such as 'down', 'up' or 'backspace') is used instead of a sequence. The names used are the same as the corresponding curses variables, but without the 'key\_' prefix. (See ``terminfo(5)`` for more information, or use ``bind --key-names`` for a list of all available named keys.) If used in conjunction with the ``-s`` switch, ``bind`` will silently ignore bindings to named keys that are not found in termcap for the current ``$TERMINAL``, otherwise a warning is emitted.
fish-3.1.2/user_doc/html/_sources/cmds/bind.rst.txt-28-
##############################################
fish-3.1.2/user_doc/html/_sources/cmds/bind.rst.txt-40-
fish-3.1.2/user_doc/html/_sources/cmds/bind.rst.txt:41:Key bindings may use "modes", which mimics Vi's modal input behavior. The default mode is "default", and every bind applies to a single mode. The mode can be viewed/changed with the ``$fish_bind_mode`` variable.
fish-3.1.2/user_doc/html/_sources/cmds/bind.rst.txt-42-
##############################################
fish-3.1.2/user_doc/html/_sources/cmds/test.rst.txt-23-
fish-3.1.2/user_doc/html/_sources/cmds/test.rst.txt:24:When using a variable as an argument for a test operator you should almost always enclose it in double-quotes. There are only two situations it is safe to omit the quote marks. The first is when the argument is a literal string with no whitespace or other characters special to the shell (e.g., semicolon). For example, ``test -b /my/file``. The second is using a variable that expands to exactly one element including if that element is the empty string (e.g., ``set x ''``). If the variable is not set, set but with no value, or set to more than one value you must enclose it in double-quotes. For example, ``test "$x" = "$y"``. Since it is always safe to enclose variables in double-quotes when used as ``test`` arguments that is the recommended practice.
fish-3.1.2/user_doc/html/_sources/cmds/test.rst.txt-25-
##############################################
fish-3.1.2/user_doc/html/_sources/cmds/fish_breakpoint_prompt.rst.txt-20-
fish-3.1.2/user_doc/html/_sources/cmds/fish_breakpoint_prompt.rst.txt:21:The exit status of commands within ``fish_breakpoint_prompt`` will not modify the value of :ref:`$status <variables-status>` outside of the ``fish_breakpoint_prompt`` function.
fish-3.1.2/user_doc/html/_sources/cmds/fish_breakpoint_prompt.rst.txt-22-
##############################################
fish-3.1.2/user_doc/html/_sources/cmds/and.rst.txt-19-
fish-3.1.2/user_doc/html/_sources/cmds/and.rst.txt:20:``and`` does not change the current exit status itself, but the command it runs most likely will. The exit status of the last foreground command to exit can always be accessed using the :ref:`$status <variables-status>` variable.
fish-3.1.2/user_doc/html/_sources/cmds/and.rst.txt-21-
##############################################
fish-3.1.2/user_doc/html/_sources/cmds/cd.rst.txt-22-
fish-3.1.2/user_doc/html/_sources/cmds/cd.rst.txt:23:Fish also ships a wrapper function around the builtin ``cd`` that understands ``cd -`` as changing to the previous directory. See also :ref:`prevd <cmd-prevd>`. This wrapper function maintains a history of the 25 most recently visited directories in the ``$dirprev`` and ``$dirnext`` global variables. If you make those universal variables your ``cd`` history is shared among all fish instances.
fish-3.1.2/user_doc/html/_sources/cmds/cd.rst.txt-24-
fish-3.1.2/user_doc/html/_sources/cmds/cd.rst.txt:25:As a special case, ``cd .`` is equivalent to ``cd $PWD``, which is useful in cases where a mountpoint has been recycled or a directory has been removed and recreated.
fish-3.1.2/user_doc/html/_sources/cmds/cd.rst.txt-26-
##############################################
fish-3.1.2/user_doc/html/_sources/cmds/read.rst.txt-40-
fish-3.1.2/user_doc/html/_sources/cmds/read.rst.txt:41:- ``-t`` -or ``--tokenize`` causes read to split the input into variables by the shell's tokenization rules. This means it will honor quotes and escaping. This option is of course incompatible with other options to control splitting like ``--delimiter`` and does not honor $IFS (like fish's tokenizer). It saves the tokens in the manner they'd be passed to commands on the commandline, so e.g. ``a\ b`` is stored as ``a b``. Note that currently it leaves command substitutions intact along with the parentheses.
fish-3.1.2/user_doc/html/_sources/cmds/read.rst.txt-42-
##############################################
fish-3.1.2/user_doc/html/_sources/cmds/read.rst.txt-87-
fish-3.1.2/user_doc/html/_sources/cmds/read.rst.txt:88:The following code stores the value 'hello' in the shell variable ``$foo``.
fish-3.1.2/user_doc/html/_sources/cmds/read.rst.txt-89-
##############################################
fish-3.1.2/user_doc/html/_sources/cmds/prevd.rst.txt-19-
fish-3.1.2/user_doc/html/_sources/cmds/prevd.rst.txt:20:Note that the ``cd`` command limits directory history to the 25 most recently visited directories. The history is stored in the ``$dirprev`` and ``$dirnext`` variables which this command manipulates.
fish-3.1.2/user_doc/html/_sources/cmds/prevd.rst.txt-21-
##############################################
fish-3.1.2/user_doc/html/_sources/cmds/math.rst.txt-102-
fish-3.1.2/user_doc/html/_sources/cmds/math.rst.txt:103:``math $status - 128`` outputs the numerical exit status of the last command minus 128.
fish-3.1.2/user_doc/html/_sources/cmds/math.rst.txt-104-
##############################################
fish-3.1.2/user_doc/html/_sources/cmds/string-collect.rst.txt-23-
fish-3.1.2/user_doc/html/_sources/cmds/string-collect.rst.txt:24:Any trailing newlines on the input are trimmed, just as with ``"$(cmd)"`` substitution in sh. ``--no-trim-newlines`` can be used to disable this behavior, which may be useful when running a command such as ``set contents (cat filename | string collect -N)``.
fish-3.1.2/user_doc/html/_sources/cmds/string-collect.rst.txt-25-
##############################################
fish-3.1.2/user_doc/html/_sources/cmds/fish_git_prompt.rst.txt-23-
fish-3.1.2/user_doc/html/_sources/cmds/fish_git_prompt.rst.txt:24:- ``$__fish_git_prompt_show_informative_status`` or the git option ``bash.showInformativeStatus`` can be set to enable the "informative" display, which will show a large amount of information - the number of untracked files, dirty files, unpushed/unpulled commits, and more. In large repositories, this can take a lot of time, so it you may wish to disable it in these repositories with  ``git config --local bash.showInformativeStatus false``.
fish-3.1.2/user_doc/html/_sources/cmds/fish_git_prompt.rst.txt-25-
fish-3.1.2/user_doc/html/_sources/cmds/fish_git_prompt.rst.txt:26:- ``$__fish_git_prompt_showdirtystate`` or the git option ``bash.showDirtyState`` can be set to show if the repository is "dirty", i.e. has uncommitted changes.
fish-3.1.2/user_doc/html/_sources/cmds/fish_git_prompt.rst.txt-27-
fish-3.1.2/user_doc/html/_sources/cmds/fish_git_prompt.rst.txt:28:- ``$__fish_git_prompt_showuntrackedfiles`` or the git option ``bash.showUntrackedFiles`` can be set to show if the repository has untracked files (that aren't ignored).
fish-3.1.2/user_doc/html/_sources/cmds/fish_git_prompt.rst.txt-29-
fish-3.1.2/user_doc/html/_sources/cmds/fish_git_prompt.rst.txt:30:- ``$__fish_git_prompt_showupstream`` can be set to a list of values to determine how changes between HEAD and upstream are shown:
fish-3.1.2/user_doc/html/_sources/cmds/fish_git_prompt.rst.txt-31-
##############################################
fish-3.1.2/user_doc/html/_sources/cmds/fish_git_prompt.rst.txt-46-
fish-3.1.2/user_doc/html/_sources/cmds/fish_git_prompt.rst.txt:47:- ``$__fish_git_prompt_showstashstate`` can be set to display the state of the stash.
fish-3.1.2/user_doc/html/_sources/cmds/fish_git_prompt.rst.txt-48-
fish-3.1.2/user_doc/html/_sources/cmds/fish_git_prompt.rst.txt:49:- ``$__fish_git_prompt_shorten_branch_len`` can be set to the number of characters that the branch name will be shortened to.
fish-3.1.2/user_doc/html/_sources/cmds/fish_git_prompt.rst.txt-50-
fish-3.1.2/user_doc/html/_sources/cmds/fish_git_prompt.rst.txt:51:- ``$__fish_git_prompt_describe_style`` can be set to one of the following styles to describe the current HEAD:
fish-3.1.2/user_doc/html/_sources/cmds/fish_git_prompt.rst.txt-52-
##############################################
fish-3.1.2/user_doc/html/_sources/cmds/fish_git_prompt.rst.txt-61-
fish-3.1.2/user_doc/html/_sources/cmds/fish_git_prompt.rst.txt:62:- ``$__fish_git_prompt_showcolorhints`` can be set to enable coloring for the branch name and status symbols.
fish-3.1.2/user_doc/html/_sources/cmds/fish_git_prompt.rst.txt-63-
fish-3.1.2/user_doc/html/_sources/cmds/fish_git_prompt.rst.txt:64:A number of variables set characters and color used as indicators. Many of these have a different default if used with informative status enabled, or ``$__fish_git_prompt_use_informative_chars`` set. The usual default is given first, then the informative default (if it is different). If no default for the colors is given, they default to ``$__fish_git_prompt_color``.
fish-3.1.2/user_doc/html/_sources/cmds/fish_git_prompt.rst.txt-65-
fish-3.1.2/user_doc/html/_sources/cmds/fish_git_prompt.rst.txt:66:- ``$__fish_git_prompt_char_stateseparator`` (' ', `|`)
fish-3.1.2/user_doc/html/_sources/cmds/fish_git_prompt.rst.txt:67:- ``$__fish_git_prompt_color`` ('')
fish-3.1.2/user_doc/html/_sources/cmds/fish_git_prompt.rst.txt:68:- ``$__fish_git_prompt_color_prefix``
fish-3.1.2/user_doc/html/_sources/cmds/fish_git_prompt.rst.txt:69:- ``$__fish_git_prompt_color_suffix``
fish-3.1.2/user_doc/html/_sources/cmds/fish_git_prompt.rst.txt:70:- ``$__fish_git_prompt_color_bare``
fish-3.1.2/user_doc/html/_sources/cmds/fish_git_prompt.rst.txt:71:- ``$__fish_git_prompt_color_merging``
fish-3.1.2/user_doc/html/_sources/cmds/fish_git_prompt.rst.txt-72-
##############################################
fish-3.1.2/user_doc/html/_sources/cmds/fish_git_prompt.rst.txt-74-
fish-3.1.2/user_doc/html/_sources/cmds/fish_git_prompt.rst.txt:75:- ``$__fish_git_prompt_char_cleanstate`` (✔)
fish-3.1.2/user_doc/html/_sources/cmds/fish_git_prompt.rst.txt:76:- ``$__fish_git_prompt_color_cleanstate``
fish-3.1.2/user_doc/html/_sources/cmds/fish_git_prompt.rst.txt-77-
##############################################
fish-3.1.2/user_doc/html/_sources/cmds/fish_git_prompt.rst.txt-79-
fish-3.1.2/user_doc/html/_sources/cmds/fish_git_prompt.rst.txt:80:- ``$__fish_git_prompt_char_dirtystate`` (`*`, ✚)
fish-3.1.2/user_doc/html/_sources/cmds/fish_git_prompt.rst.txt:81:- ``$__fish_git_prompt_char_invalidstate`` (#, ✖)
fish-3.1.2/user_doc/html/_sources/cmds/fish_git_prompt.rst.txt:82:- ``$__fish_git_prompt_char_stagedstate`` (+, ●)
fish-3.1.2/user_doc/html/_sources/cmds/fish_git_prompt.rst.txt:83:- ``$__fish_git_prompt_color_dirtystate`` (red with showcolorhints, same as color_flags otherwise)
fish-3.1.2/user_doc/html/_sources/cmds/fish_git_prompt.rst.txt:84:- ``$__fish_git_prompt_color_invalidstate``
fish-3.1.2/user_doc/html/_sources/cmds/fish_git_prompt.rst.txt:85:- ``$__fish_git_prompt_color_stagedstate`` (green with showcolorhints, color_flags otherwise)
fish-3.1.2/user_doc/html/_sources/cmds/fish_git_prompt.rst.txt-86-
##############################################
fish-3.1.2/user_doc/html/_sources/cmds/fish_git_prompt.rst.txt-88-
fish-3.1.2/user_doc/html/_sources/cmds/fish_git_prompt.rst.txt:89:- ``$__fish_git_prompt_char_stashstate`` (``$``, ⚑)
fish-3.1.2/user_doc/html/_sources/cmds/fish_git_prompt.rst.txt:90:- ``$__fish_git_prompt_color_stashstate`` (same as color_flags)
fish-3.1.2/user_doc/html/_sources/cmds/fish_git_prompt.rst.txt-91-
##############################################
fish-3.1.2/user_doc/html/_sources/cmds/fish_git_prompt.rst.txt-93-
fish-3.1.2/user_doc/html/_sources/cmds/fish_git_prompt.rst.txt:94:- ``$__fish_git_prompt_char_untrackedfiles`` (%, …)
fish-3.1.2/user_doc/html/_sources/cmds/fish_git_prompt.rst.txt:95:- ``$__fish_git_prompt_color_untrackedfiles`` (same as color_flags)
fish-3.1.2/user_doc/html/_sources/cmds/fish_git_prompt.rst.txt-96-
##############################################
fish-3.1.2/user_doc/html/_sources/cmds/fish_git_prompt.rst.txt-98-
fish-3.1.2/user_doc/html/_sources/cmds/fish_git_prompt.rst.txt:99:- ``$__fish_git_prompt_char_upstream_ahead`` (>, ↑)
fish-3.1.2/user_doc/html/_sources/cmds/fish_git_prompt.rst.txt:100:- ``$__fish_git_prompt_char_upstream_behind`` (<, ↓)
fish-3.1.2/user_doc/html/_sources/cmds/fish_git_prompt.rst.txt:101:- ``$__fish_git_prompt_char_upstream_diverged`` (<>)
fish-3.1.2/user_doc/html/_sources/cmds/fish_git_prompt.rst.txt:102:- ``$__fish_git_prompt_char_upstream_equal`` (=)
fish-3.1.2/user_doc/html/_sources/cmds/fish_git_prompt.rst.txt:103:- ``$__fish_git_prompt_char_upstream_prefix`` ('')
fish-3.1.2/user_doc/html/_sources/cmds/fish_git_prompt.rst.txt:104:- ``$__fish_git_prompt_color_upstream``
fish-3.1.2/user_doc/html/_sources/cmds/fish_git_prompt.rst.txt-105-
##############################################
fish-3.1.2/user_doc/html/_sources/cmds/fish_git_prompt.rst.txt-107-
fish-3.1.2/user_doc/html/_sources/cmds/fish_git_prompt.rst.txt:108:- ``$__fish_git_prompt_color_branch`` (green)
fish-3.1.2/user_doc/html/_sources/cmds/fish_git_prompt.rst.txt:109:- ``$__fish_git_prompt_color_branch_detached`` (red)
fish-3.1.2/user_doc/html/_sources/cmds/fish_git_prompt.rst.txt:110:- ``$__fish_git_prompt_color_flags`` (--bold blue)
fish-3.1.2/user_doc/html/_sources/cmds/fish_git_prompt.rst.txt-111-
fish-3.1.2/user_doc/html/_sources/cmds/fish_git_prompt.rst.txt:112:Note that all colors can also have a corresponding ``_done`` color. For example, the contents of ``$__fish_git_prompt_color_upstream_done`` is printed right _after_ the upstream.
fish-3.1.2/user_doc/html/_sources/cmds/fish_git_prompt.rst.txt-113-
##############################################
fish-3.1.2/user_doc/html/_sources/cmds/switch.rst.txt-47-
fish-3.1.2/user_doc/html/_sources/cmds/switch.rst.txt:48:If the above code was run with ``$animal`` set to ``whale``, the output
fish-3.1.2/user_doc/html/_sources/cmds/switch.rst.txt-49-would be ``mammal``.
##############################################
fish-3.1.2/user_doc/html/_sources/cmds/set.rst.txt-43-
fish-3.1.2/user_doc/html/_sources/cmds/set.rst.txt:44:- ``--path`` causes the specified variable to be treated as a path variable, meaning it will automatically be split on colons,  and joined using colons when quoted (`echo "$PATH"`) or exported.
fish-3.1.2/user_doc/html/_sources/cmds/set.rst.txt-45-
##############################################
fish-3.1.2/user_doc/html/_sources/cmds/time.rst.txt-17-
fish-3.1.2/user_doc/html/_sources/cmds/time.rst.txt:18:For checking timing after a command has completed, check :ref:`$CMD_DURATION <variables-special>`.
fish-3.1.2/user_doc/html/_sources/cmds/time.rst.txt-19-
##############################################
fish-3.1.2/user_doc/html/_sources/cmds/source.rst.txt-17-
fish-3.1.2/user_doc/html/_sources/cmds/source.rst.txt:18:``source`` evaluates the commands of the specified file in the current shell as a new block of code. This is different from starting a new process to perform the commands (i.e. ``fish < FILENAME``) since the commands will be evaluated by the current shell, which means that changes in shell variables will affect the current shell. If additional arguments are specified after the file name, they will be inserted into the ``$argv`` variable. The ``$argv`` variable will not include the name of the sourced file.
fish-3.1.2/user_doc/html/_sources/cmds/source.rst.txt-19-
fish-3.1.2/user_doc/html/_sources/cmds/source.rst.txt:20:fish will search the working directory to resolve relative paths but will not search ``$PATH``.
fish-3.1.2/user_doc/html/_sources/cmds/source.rst.txt-21-
##############################################
fish-3.1.2/user_doc/html/_sources/cmds/source.rst.txt-44-
fish-3.1.2/user_doc/html/_sources/cmds/source.rst.txt:45:In fish versions prior to 2.3.0, the ``$argv`` variable would have a single element (the name of the sourced file) if no arguments are present. Otherwise, it would contain arguments without the name of the sourced file. That behavior was very confusing and unlike other shells such as bash and zsh.
##############################################
fish-3.1.2/user_doc/html/_sources/cmds/for.rst.txt-49-
fish-3.1.2/user_doc/html/_sources/cmds/for.rst.txt:50:The last value assigned to ``var`` when the loop terminated would not be available outside the loop. What ``echo $var`` would write depended on what it was set to before the loop was run. Likely nothing.
##############################################
fish-3.1.2/user_doc/html/_sources/cmds/fish_svn_prompt.rst.txt-23-
fish-3.1.2/user_doc/html/_sources/cmds/fish_svn_prompt.rst.txt:24:- ``$__fish_svn_prompt_color_revision``
fish-3.1.2/user_doc/html/_sources/cmds/fish_svn_prompt.rst.txt-25-    the colour of the revision number to display in the prompt
fish-3.1.2/user_doc/html/_sources/cmds/fish_svn_prompt.rst.txt:26:- ``$__fish_svn_prompt_char_separator``
fish-3.1.2/user_doc/html/_sources/cmds/fish_svn_prompt.rst.txt-27-    the separator between status characters
##############################################
fish-3.1.2/user_doc/html/_sources/cmds/fish_svn_prompt.rst.txt-30-
fish-3.1.2/user_doc/html/_sources/cmds/fish_svn_prompt.rst.txt:31:- ``$__fish_svn_prompt_char_added_display``
fish-3.1.2/user_doc/html/_sources/cmds/fish_svn_prompt.rst.txt:32:- ``$__fish_svn_prompt_char_added_color``
fish-3.1.2/user_doc/html/_sources/cmds/fish_svn_prompt.rst.txt:33:- ``$__fish_svn_prompt_char_conflicted_display``
fish-3.1.2/user_doc/html/_sources/cmds/fish_svn_prompt.rst.txt:34:- ``$__fish_svn_prompt_char_conflicted_color``
fish-3.1.2/user_doc/html/_sources/cmds/fish_svn_prompt.rst.txt:35:- ``$__fish_svn_prompt_char_deleted_display``
fish-3.1.2/user_doc/html/_sources/cmds/fish_svn_prompt.rst.txt:36:- ``$__fish_svn_prompt_char_deleted_color``
fish-3.1.2/user_doc/html/_sources/cmds/fish_svn_prompt.rst.txt:37:- ``$__fish_svn_prompt_char_ignored_display``
fish-3.1.2/user_doc/html/_sources/cmds/fish_svn_prompt.rst.txt:38:- ``$__fish_svn_prompt_char_ignored_color``
fish-3.1.2/user_doc/html/_sources/cmds/fish_svn_prompt.rst.txt:39:- ``$__fish_svn_prompt_char_modified_display``
fish-3.1.2/user_doc/html/_sources/cmds/fish_svn_prompt.rst.txt:40:- ``$__fish_svn_prompt_char_modified_color``
fish-3.1.2/user_doc/html/_sources/cmds/fish_svn_prompt.rst.txt:41:- ``$__fish_svn_prompt_char_replaced_display``
fish-3.1.2/user_doc/html/_sources/cmds/fish_svn_prompt.rst.txt:42:- ``$__fish_svn_prompt_char_replaced_color``
fish-3.1.2/user_doc/html/_sources/cmds/fish_svn_prompt.rst.txt:43:- ``$__fish_svn_prompt_char_unversioned_external_display``
fish-3.1.2/user_doc/html/_sources/cmds/fish_svn_prompt.rst.txt:44:- ``$__fish_svn_prompt_char_unversioned_external_color``
fish-3.1.2/user_doc/html/_sources/cmds/fish_svn_prompt.rst.txt:45:- ``$__fish_svn_prompt_char_unversioned_display``
fish-3.1.2/user_doc/html/_sources/cmds/fish_svn_prompt.rst.txt:46:- ``$__fish_svn_prompt_char_unversioned_color``
fish-3.1.2/user_doc/html/_sources/cmds/fish_svn_prompt.rst.txt:47:- ``$__fish_svn_prompt_char_missing_display``
fish-3.1.2/user_doc/html/_sources/cmds/fish_svn_prompt.rst.txt:48:- ``$__fish_svn_prompt_char_missing_color``
fish-3.1.2/user_doc/html/_sources/cmds/fish_svn_prompt.rst.txt:49:- ``$__fish_svn_prompt_char_versioned_obstructed_display``
fish-3.1.2/user_doc/html/_sources/cmds/fish_svn_prompt.rst.txt:50:- ``$__fish_svn_prompt_char_versioned_obstructed_color``
fish-3.1.2/user_doc/html/_sources/cmds/fish_svn_prompt.rst.txt:51:- ``$__fish_svn_prompt_char_locked_display``
fish-3.1.2/user_doc/html/_sources/cmds/fish_svn_prompt.rst.txt:52:- ``$__fish_svn_prompt_char_locked_color``
fish-3.1.2/user_doc/html/_sources/cmds/fish_svn_prompt.rst.txt:53:- ``$__fish_svn_prompt_char_scheduled_display``
fish-3.1.2/user_doc/html/_sources/cmds/fish_svn_prompt.rst.txt:54:- ``$__fish_svn_prompt_char_scheduled_color``
fish-3.1.2/user_doc/html/_sources/cmds/fish_svn_prompt.rst.txt:55:- ``$__fish_svn_prompt_char_switched_display``
fish-3.1.2/user_doc/html/_sources/cmds/fish_svn_prompt.rst.txt:56:- ``$__fish_svn_prompt_char_switched_color``
fish-3.1.2/user_doc/html/_sources/cmds/fish_svn_prompt.rst.txt:57:- ``$__fish_svn_prompt_char_token_present_display``
fish-3.1.2/user_doc/html/_sources/cmds/fish_svn_prompt.rst.txt:58:- ``$__fish_svn_prompt_char_token_present_color``
fish-3.1.2/user_doc/html/_sources/cmds/fish_svn_prompt.rst.txt:59:- ``$__fish_svn_prompt_char_token_other_display``
fish-3.1.2/user_doc/html/_sources/cmds/fish_svn_prompt.rst.txt:60:- ``$__fish_svn_prompt_char_token_other_color``
fish-3.1.2/user_doc/html/_sources/cmds/fish_svn_prompt.rst.txt:61:- ``$__fish_svn_prompt_char_token_stolen_display``
fish-3.1.2/user_doc/html/_sources/cmds/fish_svn_prompt.rst.txt:62:- ``$__fish_svn_prompt_char_token_stolen_color``
fish-3.1.2/user_doc/html/_sources/cmds/fish_svn_prompt.rst.txt:63:- ``$__fish_svn_prompt_char_token_broken_display``
fish-3.1.2/user_doc/html/_sources/cmds/fish_svn_prompt.rst.txt:64:- ``$__fish_svn_prompt_char_token_broken_color``
fish-3.1.2/user_doc/html/_sources/cmds/fish_svn_prompt.rst.txt-65-
##############################################
fish-3.1.2/user_doc/html/_sources/cmds/type.rst.txt-28-
fish-3.1.2/user_doc/html/_sources/cmds/type.rst.txt:29:- ``-p`` or ``--path`` prints the path to ``NAME`` if ``NAME`` resolves to an executable file in :ref:`$PATH <PATH>`, the path to the script containing the definition of the function ``NAME`` if ``NAME`` resolves to a function loaded from a file on disk (i.e. not interactively defined at the prompt), or nothing otherwise.
fish-3.1.2/user_doc/html/_sources/cmds/type.rst.txt-30-
fish-3.1.2/user_doc/html/_sources/cmds/type.rst.txt:31:- ``-P`` or ``--force-path`` returns the path to the executable file ``NAME``, presuming ``NAME`` is found in ``$PATH``, or nothing otherwise. ``--force-path`` explicitly resolves only the path to executable files in ``$PATH``, regardless of whether ``$NAME`` is shadowed by a function or builtin with the same name.
fish-3.1.2/user_doc/html/_sources/cmds/type.rst.txt-32-
##############################################
fish-3.1.2/user_doc/html/_sources/cmds/alias.rst.txt-23-- ``NAME`` is the name of the alias
fish-3.1.2/user_doc/html/_sources/cmds/alias.rst.txt:24:- ``DEFINITION`` is the actual command to execute. The string ``$argv`` will be appended.
fish-3.1.2/user_doc/html/_sources/cmds/alias.rst.txt-25-
##############################################
fish-3.1.2/user_doc/html/_sources/cmds/string-replace.rst.txt-21-
fish-3.1.2/user_doc/html/_sources/cmds/string-replace.rst.txt:22:If ``-r`` or ``--regex`` is given, PATTERN is interpreted as a Perl-compatible regular expression, and REPLACEMENT can contain C-style escape sequences like ``\t`` as well as references to capturing groups by number or name as ``$n`` or ``${n}``.
fish-3.1.2/user_doc/html/_sources/cmds/string-replace.rst.txt-23-
##############################################
fish-3.1.2/user_doc/html/_sources/cmds/function.rst.txt-36-  with process ID PID exits. Instead of a PID, for backward compatibility,
fish-3.1.2/user_doc/html/_sources/cmds/function.rst.txt:37:  "``%self``" can be specified as an alias for ``$fish_pid``, and the function will be run when the
fish-3.1.2/user_doc/html/_sources/cmds/function.rst.txt-38-  current fish instance exits.
##############################################
fish-3.1.2/user_doc/html/_sources/cmds/function.rst.txt-46-
fish-3.1.2/user_doc/html/_sources/cmds/function.rst.txt:47:If the user enters any additional arguments after the function, they are inserted into the environment :ref:`variable list <variables-lists>` ``$argv``. If the ``--argument-names`` option is provided, the arguments are also assigned to names specified in that option.
fish-3.1.2/user_doc/html/_sources/cmds/function.rst.txt-48-
##############################################
fish-3.1.2/user_doc/html/_sources/cmds/command.rst.txt-19-
fish-3.1.2/user_doc/html/_sources/cmds/command.rst.txt:20:- ``-a`` or ``--all`` returns all the external COMMANDNAMEs that are found in ``$PATH`` in the order they are found.
fish-3.1.2/user_doc/html/_sources/cmds/command.rst.txt-21-
##############################################
fish-3.1.2/user_doc/html/_sources/cmds/command.rst.txt-23-
fish-3.1.2/user_doc/html/_sources/cmds/command.rst.txt:24:- ``-s`` or ``--search`` returns the name of the external command that would be executed, or nothing if no file with the specified name could be found in the ``$PATH``.
fish-3.1.2/user_doc/html/_sources/cmds/command.rst.txt-25-
##############################################
fish-3.1.2/user_doc/html/_sources/cmds/if.rst.txt-22-
fish-3.1.2/user_doc/html/_sources/cmds/if.rst.txt:23:The exit status of the last foreground command to exit can always be accessed using the :ref:`$status <variables-status>` variable.
fish-3.1.2/user_doc/html/_sources/cmds/if.rst.txt-24-
##############################################
fish-3.1.2/user_doc/html/_sources/cmds/fish_mode_prompt.rst.txt-20-
fish-3.1.2/user_doc/html/_sources/cmds/fish_mode_prompt.rst.txt:21:The default ``fish_mode_prompt`` function will output indicators about the current Vi editor mode displayed to the left of the regular prompt. Define your own function to customize the appearance of the mode indicator. You can also define an empty ``fish_mode_prompt`` function to remove the Vi mode indicators. The ``$fish_bind_mode variable`` can be used to determine the current mode. It
fish-3.1.2/user_doc/html/_sources/cmds/fish_mode_prompt.rst.txt-22-will be one of ``default``, ``insert``, ``replace_one``, or ``visual``.
##############################################
fish-3.1.2/user_doc/html/_sources/cmds/argparse.rst.txt-16-
fish-3.1.2/user_doc/html/_sources/cmds/argparse.rst.txt:17:This command makes it easy for fish scripts and functions to handle arguments like how fish builtin commands handle their arguments. You pass arguments that define the known options, followed by a literal ``--``, then the arguments to be parsed (which might also include a literal ``--``). ``argparse`` then sets variables to indicate the passed options with their values, and sets $argv (and always $argv) to the remaining arguments. More on this in the `usage <#usage>`__ section below.
fish-3.1.2/user_doc/html/_sources/cmds/argparse.rst.txt-18-
##############################################
fish-3.1.2/user_doc/html/_sources/cmds/argparse.rst.txt-56-
fish-3.1.2/user_doc/html/_sources/cmds/argparse.rst.txt:57:If ``$argv`` is empty then there is nothing to parse and ``argparse`` returns zero to indicate success. If ``$argv`` is not empty then it is checked for flags ``-h``, ``--help``, ``-n`` and ``--name``. If they are found they are removed from the arguments and local variables are set so the script can determine which options were seen. Assuming ``$argv`` doesn't have any errors, such as a missing mandatory value for an option, then ``argparse`` exits with status zero. Otherwise it writes appropriate error messages to stderr and exits with a status of one.
fish-3.1.2/user_doc/html/_sources/cmds/argparse.rst.txt-58-
##############################################
fish-3.1.2/user_doc/html/_sources/cmds/argparse.rst.txt-143-
fish-3.1.2/user_doc/html/_sources/cmds/argparse.rst.txt:144:- ``#-max`` means that flags matching the regex "^--?\d+$" are valid. When seen they are assigned to the variable ``_flag_max``. This allows any valid positive or negative integer to be specified by prefixing it with a single "-". Many commands support this idiom. For example ``head -3 /a/file`` to emit only the first three lines of /a/file.
fish-3.1.2/user_doc/html/_sources/cmds/argparse.rst.txt-145-
fish-3.1.2/user_doc/html/_sources/cmds/argparse.rst.txt:146:- ``n#max`` means that flags matching the regex "^--?\d+$" are valid. When seen they are assigned to the variables ``_flag_n`` and ``_flag_max``. This allows any valid positive or negative integer to be specified by prefixing it with a single "-". Many commands support this idiom. For example ``head -3 /a/file`` to emit only the first three lines of /a/file. You can also specify the value using either flag: ``-n NNN`` or ``--max NNN`` in this example.
fish-3.1.2/user_doc/html/_sources/cmds/argparse.rst.txt-147-
fish-3.1.2/user_doc/html/_sources/cmds/argparse.rst.txt:148:After parsing the arguments the ``argv`` var is set with local scope to any values not already consumed during flag processing. If there are not unbound values the var is set but ``count $argv`` will be zero.
fish-3.1.2/user_doc/html/_sources/cmds/argparse.rst.txt-149-
##############################################
fish-3.1.2/user_doc/html/_sources/cmds/or.rst.txt-19-
fish-3.1.2/user_doc/html/_sources/cmds/or.rst.txt:20:``or`` does not change the current exit status itself, but the command it runs most likely will. The exit status of the last foreground command to exit can always be accessed using the :ref:`$status <variables-status>` variable.
fish-3.1.2/user_doc/html/_sources/cmds/or.rst.txt-21-
##############################################
fish-3.1.2/user_doc/html/_sources/cmds/eval.rst.txt-19-
fish-3.1.2/user_doc/html/_sources/cmds/eval.rst.txt:20:If no piping or other compound shell constructs are required, variable-expansion-as-command, as in  ``set cmd ls -la; $cmd``, is also an option.
fish-3.1.2/user_doc/html/_sources/cmds/eval.rst.txt-21-
##############################################
fish-3.1.2/user_doc/html/_sources/cmds/true.rst.txt-21-- :ref:`false <cmd-false>` command
fish-3.1.2/user_doc/html/_sources/cmds/true.rst.txt:22:- :ref:`$status <variables-status>` variable
##############################################
fish-3.1.2/user_doc/html/_sources/cmds/case.rst.txt-45-
fish-3.1.2/user_doc/html/_sources/cmds/case.rst.txt:46:If the above code was run with ``$animal`` set to ``whale``, the output
fish-3.1.2/user_doc/html/_sources/cmds/case.rst.txt-47-would be ``mammal``.
fish-3.1.2/user_doc/html/_sources/cmds/case.rst.txt-48-
fish-3.1.2/user_doc/html/_sources/cmds/case.rst.txt:49:If ``$animal`` was set to "banana", it would print "I have no idea what a banana is".
##############################################
fish-3.1.2/user_doc/html/_sources/cmds/fish_indent.rst.txt-26-
fish-3.1.2/user_doc/html/_sources/cmds/fish_indent.rst.txt:27:- ``--ansi`` colorizes the output using ANSI escape sequences, appropriate for the current $TERM, using the colors defined in the environment (such as ``$fish_color_command``).
fish-3.1.2/user_doc/html/_sources/cmds/fish_indent.rst.txt-28-
##############################################
fish-3.1.2/user_doc/html/_sources/cmds/fish_prompt.rst.txt-20-
fish-3.1.2/user_doc/html/_sources/cmds/fish_prompt.rst.txt:21:The exit status of commands within ``fish_prompt`` will not modify the value of :ref:`$status <variables-status>` outside of the ``fish_prompt`` function.
fish-3.1.2/user_doc/html/_sources/cmds/fish_prompt.rst.txt-22-
##############################################
fish-3.1.2/user_doc/html/_sources/cmds/string-escape.rst.txt-28-
fish-3.1.2/user_doc/html/_sources/cmds/string-escape.rst.txt:29:``string unescape`` performs the inverse of the ``string escape`` command. If the string to be unescaped is not properly formatted it is ignored. For example, doing ``string unescape --style=var (string escape --style=var $str)`` will return the original string. There is no support for unescaping ``--style=regex``.
fish-3.1.2/user_doc/html/_sources/cmds/string-escape.rst.txt-30-
##############################################
fish-3.1.2/user_doc/html/_sources/cmds/string.rst.txt-251-
fish-3.1.2/user_doc/html/_sources/cmds/string.rst.txt:252:In general, special characters are special by default, so ``a+`` matches one or more "a"s, while ``a\+`` matches an "a" and then a "+". ``(a+)`` matches one or more "a"s in a capturing group (``(?:XXXX)`` denotes a non-capturing group). For the replacement parameter of ``replace``, ``$n`` refers to the n-th group of the match. In the match parameter, ``\n`` (e.g. ``\1``) refers back to groups.
fish-3.1.2/user_doc/html/_sources/cmds/string.rst.txt-253-
##############################################
fish-3.1.2/user_doc/html/_sources/cmds/string.rst.txt-293-- ``\n`` is a backreference (where n is the number of the group, starting with 1)
fish-3.1.2/user_doc/html/_sources/cmds/string.rst.txt:294:- ``$n`` is a reference from the replacement expression to a group in the match expression.
fish-3.1.2/user_doc/html/_sources/cmds/string.rst.txt-295-
##############################################
fish-3.1.2/user_doc/html/_sources/cmds/commandline.rst.txt-67-
fish-3.1.2/user_doc/html/_sources/cmds/commandline.rst.txt:68:``commandline -j $history[3]`` replaces the job under the cursor with the third item from the command line history.
fish-3.1.2/user_doc/html/_sources/cmds/commandline.rst.txt-69-
##############################################
fish-3.1.2/user_doc/html/_sources/cmds/dirh.rst.txt-19-
fish-3.1.2/user_doc/html/_sources/cmds/dirh.rst.txt:20:Note that the ``cd`` command limits directory history to the 25 most recently visited directories. The history is stored in the ``$dirprev`` and ``$dirnext`` variables.
##############################################
fish-3.1.2/user_doc/html/_sources/cmds/funced.rst.txt-17-
fish-3.1.2/user_doc/html/_sources/cmds/funced.rst.txt:18:If the ``$VISUAL`` environment variable is set, it will be used as the program to edit the function. If ``$VISUAL`` is unset but ``$EDITOR`` is set, that will be used. Otherwise, a built-in editor will be used. Note that to enter a literal newline using the built-in editor you should press :kbd:`Alt+Enter`. Pressing :kbd:`Enter` signals that you are done editing the function. This does not apply to an external editor like emacs or vim.
fish-3.1.2/user_doc/html/_sources/cmds/funced.rst.txt-19-
##############################################
fish-3.1.2/user_doc/html/_sources/cmds/funced.rst.txt-23-
fish-3.1.2/user_doc/html/_sources/cmds/funced.rst.txt:24:- ``-i`` or ``--interactive`` Force opening the function body in the built-in editor even if ``$VISUAL`` or ``$EDITOR`` is defined.
fish-3.1.2/user_doc/html/_sources/cmds/funced.rst.txt-25-
##############################################
fish-3.1.2/user_doc/html/_sources/cmds/prompt_pwd.rst.txt-19-
fish-3.1.2/user_doc/html/_sources/cmds/prompt_pwd.rst.txt:20:To change the number of characters per path component, set ``$fish_prompt_pwd_dir_length`` to the number of characters. Setting it to 0 or an invalid value will disable shortening entirely.
fish-3.1.2/user_doc/html/_sources/cmds/prompt_pwd.rst.txt-21-
##############################################
fish-3.1.2/user_doc/html/_sources/cmds/fish_hg_prompt.rst.txt-21-
fish-3.1.2/user_doc/html/_sources/cmds/fish_hg_prompt.rst.txt:22:By default, only the current branch is shown because ``hg status`` can take be slow on large repository. You can enable a more informative prompt by setting the variable ``$fish_prompt_hg_show_informative_status``, for example::
fish-3.1.2/user_doc/html/_sources/cmds/fish_hg_prompt.rst.txt-23-
##############################################
fish-3.1.2/user_doc/html/_sources/cmds/fish_hg_prompt.rst.txt-27-
fish-3.1.2/user_doc/html/_sources/cmds/fish_hg_prompt.rst.txt:28:- ``$fish_color_hg_clean``, ``$fish_color_hg_modified`` and ``$fish_color_hg_dirty`` are colors used when the repository has the respective status.
fish-3.1.2/user_doc/html/_sources/cmds/fish_hg_prompt.rst.txt-29-
##############################################
fish-3.1.2/user_doc/html/_sources/cmds/fish_hg_prompt.rst.txt-31-
fish-3.1.2/user_doc/html/_sources/cmds/fish_hg_prompt.rst.txt:32:- ``$fish_color_hg_added``
fish-3.1.2/user_doc/html/_sources/cmds/fish_hg_prompt.rst.txt:33:- ``$fish_color_hg_renamed``
fish-3.1.2/user_doc/html/_sources/cmds/fish_hg_prompt.rst.txt:34:- ``$fish_color_hg_copied``
fish-3.1.2/user_doc/html/_sources/cmds/fish_hg_prompt.rst.txt:35:- ``$fish_color_hg_deleted``
fish-3.1.2/user_doc/html/_sources/cmds/fish_hg_prompt.rst.txt:36:- ``$fish_color_hg_untracked``
fish-3.1.2/user_doc/html/_sources/cmds/fish_hg_prompt.rst.txt:37:- ``$fish_color_hg_unmerged``
fish-3.1.2/user_doc/html/_sources/cmds/fish_hg_prompt.rst.txt-38-
##############################################
fish-3.1.2/user_doc/html/_sources/cmds/fish_hg_prompt.rst.txt-40-
fish-3.1.2/user_doc/html/_sources/cmds/fish_hg_prompt.rst.txt:41:- ``$fish_prompt_hg_status_added``, default '✚'
fish-3.1.2/user_doc/html/_sources/cmds/fish_hg_prompt.rst.txt:42:- ``$fish_prompt_hg_status_modified``, default '*'
fish-3.1.2/user_doc/html/_sources/cmds/fish_hg_prompt.rst.txt:43:- ``$fish_prompt_hg_status_copied``, default '⇒'
fish-3.1.2/user_doc/html/_sources/cmds/fish_hg_prompt.rst.txt:44:- ``$fish_prompt_hg_status_deleted``, default '✖'
fish-3.1.2/user_doc/html/_sources/cmds/fish_hg_prompt.rst.txt:45:- ``$fish_prompt_hg_status_untracked``, default '?'
fish-3.1.2/user_doc/html/_sources/cmds/fish_hg_prompt.rst.txt:46:- ``$fish_prompt_hg_status_unmerged``, default '!'
fish-3.1.2/user_doc/html/_sources/cmds/fish_hg_prompt.rst.txt-47-
fish-3.1.2/user_doc/html/_sources/cmds/fish_hg_prompt.rst.txt:48:Finally, ``$fish_prompt_hg_status_order``, which can be used to change the order the status symbols appear in. It defaults to ``added modified copied deleted untracked unmerged``.
fish-3.1.2/user_doc/html/_sources/cmds/fish_hg_prompt.rst.txt-49-
##############################################
fish-3.1.2/user_doc/html/_sources/cmds/false.rst.txt-21-- :ref:`true <cmd-true>` command
fish-3.1.2/user_doc/html/_sources/cmds/false.rst.txt:22:- :ref:`$status <variables-status>` variable
##############################################
fish-3.1.2/user_doc/html/_sources/cmds/begin.rst.txt-22-
fish-3.1.2/user_doc/html/_sources/cmds/begin.rst.txt:23:``begin`` does not change the current exit status itself. After the block has completed, ``$status`` will be set to the status returned by the most recent command.
fish-3.1.2/user_doc/html/_sources/cmds/begin.rst.txt-24-
##############################################
fish-3.1.2/user_doc/html/_sources/cmds/history.rst.txt-77-
fish-3.1.2/user_doc/html/_sources/cmds/history.rst.txt:78:By default interactive commands are logged to ``$XDG_DATA_HOME/fish/fish_history`` (typically ``~/.local/share/fish/fish_history``).
fish-3.1.2/user_doc/html/_sources/cmds/history.rst.txt-79-
fish-3.1.2/user_doc/html/_sources/cmds/history.rst.txt:80:You can set the ``fish_history`` variable to another name for the current shell session. The default value (when the variable is unset) is ``fish`` which corresponds to ``$XDG_DATA_HOME/fish/fish_history``. If you set it to e.g. ``fun``, the history would be written to ``$XDG_DATA_HOME/fish/fun_history``. An empty string means history will not be stored at all. This is similar to the private session features in web browsers.
fish-3.1.2/user_doc/html/_sources/cmds/history.rst.txt-81-
##############################################
fish-3.1.2/user_doc/html/_sources/cmds/cdh.rst.txt-18-
fish-3.1.2/user_doc/html/_sources/cmds/cdh.rst.txt:19:Note that the ``cd`` command limits directory history to the 25 most recently visited directories. The history is stored in the ``$dirprev`` and ``$dirnext`` variables which this command manipulates. If you make those universal variables your ``cd`` history is shared among all fish instances.
fish-3.1.2/user_doc/html/_sources/cmds/cdh.rst.txt-20-