=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== opam-2.0.5/tests/init-repo.sh-18- for bin in $BINARIES; do \ opam-2.0.5/tests/init-repo.sh:19: cp ../_obuild/$bin/$bin.asm $BIN/$bin ; \ opam-2.0.5/tests/init-repo.sh-20- done ############################################## opam-2.0.5/tests/Makefile-109-define mkurl opam-2.0.5/tests/Makefile:110: echo 'src: "http://dev.null" checksum: "'`openssl md5 packages/$(2) |cut -d' ' -f2`'"' \ opam-2.0.5/tests/Makefile-111- > $(OPAM_REPO)/packages/$(1)/url ############################################## opam-2.0.5/tests/Makefile-171- f=packages/$$p.tar.gz; \ opam-2.0.5/tests/Makefile:172: md5=`openssl md5 $$f |cut -d' ' -f2`; \ opam-2.0.5/tests/Makefile:173: dir=$(OPAM_REPO)/cache/md5/`echo $$md5 |head -c2`; \ opam-2.0.5/tests/Makefile-174- mkdir -p $$dir; \ ############################################## opam-2.0.5/tests/Makefile-261- $(CHECK) -l upgrade-1 ocaml.system P1.1 P2.1 P3.1~weird-version.test P4.1 opam-2.0.5/tests/Makefile:262: eval `$(OPAMBIN) config env`; [ "X$$P1" = "Xversion1" ] opam-2.0.5/tests/Makefile-263- $(OPAMBIN) upgrade ############################################## opam-2.0.5/tests/Makefile-267- $(CHECK) -l upgrade-2 ocaml.system P1.2 P2.1 P3.1~weird-version.test P4.3 opam-2.0.5/tests/Makefile:268: eval `$(OPAMBIN) config env`; [ "X$$P1" = "Xversion2" ] opam-2.0.5/tests/Makefile-269-endif ############################################## opam-2.0.5/tests/packages/P4/build.sh-15-echo "Building P4 with ${OPAM}" opam-2.0.5/tests/packages/P4/build.sh:16:LIBDIR="`${OPAM} config var lib`" opam-2.0.5/tests/packages/P4/build.sh-17-COMP="-I ${LIBDIR}/P1 -I ${LIBDIR}/P2 -I ${LIBDIR}/P3" ############################################## opam-2.0.5/tests/packages/P5/build.sh-2- opam-2.0.5/tests/packages/P5/build.sh:3:FLAGS="-I `${OPAM} config var P1:lib`" opam-2.0.5/tests/packages/P5/build.sh-4- ############################################## opam-2.0.5/tests/packages/P2/build.sh-2- opam-2.0.5/tests/packages/P2/build.sh:3:OFLAGS="`${OPAM} config var P1:asmcomp`" opam-2.0.5/tests/packages/P2/build.sh:4:CFLAGS="`${OPAM} config var P1:bytecomp`" opam-2.0.5/tests/packages/P2/build.sh-5- ############################################## opam-2.0.5/src/client/opamArg.ml-222- `P "$(i,OPAMALLPARENS) surround all filters with parenthesis"; opam-2.0.5/src/client/opamArg.ml:223: `P "$(i,OPAMAUTOREMOVE) see remove option `--auto-remove`"; opam-2.0.5/src/client/opamArg.ml:224: `P "$(i,OPAMBESTEFFORT) see option `--best-effort`"; opam-2.0.5/src/client/opamArg.ml-225- `P "$(i,OPAMBESTEFFORTPREFIXCRITERIA) sets the string that must be prepended \ ############################################## opam-2.0.5/src/client/opamArg.ml-236- $(i,OPAMFETCH) for more options."; opam-2.0.5/src/client/opamArg.ml:237: `P "$(i,OPAMDEBUG) see options `--debug' and `--debug-level'."; opam-2.0.5/src/client/opamArg.ml-238- `P "$(i,OPAMDOWNLOADJOBS) sets the maximum number of simultaneous downloads."; opam-2.0.5/src/client/opamArg.ml:239: `P "$(i,OPAMDRYRUN) see option `--dry-run`"; opam-2.0.5/src/client/opamArg.ml-240- `P "$(i,OPAMEDITOR) sets the editor to use for opam file editing, overrides \ ############################################## opam-2.0.5/src/client/opamArg.ml-243- sub-process fails. 0 to print all."; opam-2.0.5/src/client/opamArg.ml:244: `P "$(i,OPAMEXTERNALSOLVER) see option `--solver'."; opam-2.0.5/src/client/opamArg.ml:245: `P "$(i,OPAMFAKE) see option `--fake`"; opam-2.0.5/src/client/opamArg.ml:246: `P "$(i,OPAMFETCH) specifies how to download files: either `wget', `curl' or \ opam-2.0.5/src/client/opamArg.ml-247- a custom command where variables $(b,%{url}%), $(b,%{out}%), \ ############################################## opam-2.0.5/src/client/opamArg.ml-252- to fixup"; opam-2.0.5/src/client/opamArg.ml:253: `P "$(i,OPAMIGNORECONSTRAINTS) see install option `--ignore-constraints-on`"; opam-2.0.5/src/client/opamArg.ml:254: `P "$(i,OPAMIGNOREPINDEPENDS) see option `--ignore-pin-depends`"; opam-2.0.5/src/client/opamArg.ml-255- `P "$(i,OPAMJOBS) sets the maximum number of parallel workers to run."; opam-2.0.5/src/client/opamArg.ml:256: `P "$(i,OPAMJSON) log json output to the given file (use character `%' to \ opam-2.0.5/src/client/opamArg.ml-257- index the files)"; opam-2.0.5/src/client/opamArg.ml:258: `P "$(i,OPAMLOCKED) see install option `--locked`"; opam-2.0.5/src/client/opamArg.ml-259- `P "$(i,OPAMLOGS logdir) sets log directory, default is a temporary directory \ ############################################## opam-2.0.5/src/client/opamArg.ml-273- `P "$(i,OPAMNOCHECKSUMS) enables option --no-checksums when available."; opam-2.0.5/src/client/opamArg.ml:274: `P "$(i,OPAMNOSELFUPGRADE) see option `--no-self-upgrade'."; opam-2.0.5/src/client/opamArg.ml-275- `P "$(i,OPAMPINKINDAUTO) sets whether version control systems should be \ ############################################## opam-2.0.5/src/client/opamArg.ml-277- `P "$(i,OPAMPRECISETRACKING) fine grain tracking of directories"; opam-2.0.5/src/client/opamArg.ml:278: `P "$(i,OPAMREQUIRECHECKSUMS) Enables option `--require-checksums' when \ opam-2.0.5/src/client/opamArg.ml-279- available (e.g. for `opam install`)."; opam-2.0.5/src/client/opamArg.ml-280- `P "$(i,OPAMRETRES) sets the number of tries before failing downloads."; opam-2.0.5/src/client/opamArg.ml:281: `P "$(i,OPAMROOT) see option `--root'. This is automatically set by \ opam-2.0.5/src/client/opamArg.ml-282- `opam env --root=DIR --set-root'."; opam-2.0.5/src/client/opamArg.ml-283- `P "$(i,OPAMROOTISOK) don't complain when running as root."; opam-2.0.5/src/client/opamArg.ml:284: `P "$(i,OPAMSAFE) see option `--safe'"; opam-2.0.5/src/client/opamArg.ml:285: `P "$(i,OPAMSHOW) see option `--show`"; opam-2.0.5/src/client/opamArg.ml:286: `P "$(i,OPAMSKIPUPDATE) see option `--skip-updates`"; opam-2.0.5/src/client/opamArg.ml-287- `P "$(i,OPAMSKIPVERSIONCHECKS) bypasses some version checks. Unsafe, for \ ############################################## opam-2.0.5/src/client/opamArg.ml-298- `P "$(i,OPAMSTRICT) fail on inconsistencies (file reading, switch import, etc.)"; opam-2.0.5/src/client/opamArg.ml:299: `P "$(i,OPAMSWITCH) see option `--switch'. Automatically set by \ opam-2.0.5/src/client/opamArg.ml-300- `opam env --switch=SWITCH --set-switch'."; opam-2.0.5/src/client/opamArg.ml:301: `P "$(i,OPAMUNLOCKBASE) see install option `--unlock-base`"; opam-2.0.5/src/client/opamArg.ml-302- `P ("$(i,OPAMUPGRADECRITERIA) specifies user $(i,preferences) for dependency \ ############################################## opam-2.0.5/src/client/opamArg.ml-304- upgrades if both are set. See also option --criteria"); opam-2.0.5/src/client/opamArg.ml:305: `P "$(i,OPAMUSEINTERNALSOLVER) see option `--use-internal-solver'."; opam-2.0.5/src/client/opamArg.ml-306- `P "$(i,OPAMUSEOPENSSL) force openssl use for hash computing"; ############################################## opam-2.0.5/src/client/opamArg.ml-311- messages. Implies $(i,OPAMUTF8). This is set by default on OSX only."; opam-2.0.5/src/client/opamArg.ml:312: `P "$(i,OPAMVALIDATIONHOOK hook) if set, uses the `%{hook%}` command to \ opam-2.0.5/src/client/opamArg.ml-313- validate an opam repository update"; ############################################## opam-2.0.5/src/client/opamArg.ml-318- `opam` files."; opam-2.0.5/src/client/opamArg.ml:319: `P "$(i,OPAMVERBOSE) see option `--verbose'."; opam-2.0.5/src/client/opamArg.ml:320: `P "$(i,OPAMWORKINGDIR) see option `--working-dir`"; opam-2.0.5/src/client/opamArg.ml:321: `P "$(i,OPAMYES) see option `--yes'."; opam-2.0.5/src/client/opamArg.ml-322- ############################################## opam-2.0.5/shell/bootstrap-ocaml.sh-16-MD5=`sed -ne 's/MD5_ocaml *= *//p' ../src_ext/Makefile | tr -d '\r'` opam-2.0.5/shell/bootstrap-ocaml.sh:17:V=`echo ${URL}| sed -e 's|.*/\([^/]*\)\.tar\.gz|\1|'` opam-2.0.5/shell/bootstrap-ocaml.sh-18-FV_URL=`sed -ne 's/URL_flexdll *= *//p' ../src_ext/Makefile | tr -d '\r'` opam-2.0.5/shell/bootstrap-ocaml.sh:19:FLEXDLL=`echo ${FV_URL}| sed -e 's|.*/\([^/]*\)|\1|'` opam-2.0.5/shell/bootstrap-ocaml.sh-20-if [ ! -e ${V}.tar.gz ]; then ############################################## opam-2.0.5/shell/bootstrap-ocaml.sh-23- opam-2.0.5/shell/bootstrap-ocaml.sh:24:ACTUALMD5=`openssl md5 ${V}.tar.gz 2> /dev/null | cut -f 2 -d ' '` opam-2.0.5/shell/bootstrap-ocaml.sh-25-if [ "$ACTUALMD5" != "$MD5" ]; then ############################################## opam-2.0.5/shell/bootstrap-ocaml.sh-95- fi opam-2.0.5/shell/bootstrap-ocaml.sh:96: eval `../../shell/msvs-detect --arch=${BUILD_ARCH}` opam-2.0.5/shell/bootstrap-ocaml.sh-97- if [ -z "${MSVS_NAME}" ] ; then ############################################## opam-2.0.5/shell/bootstrap-ocaml.sh-111- PREFIX=`cd .. ; pwd`/ocaml opam-2.0.5/shell/bootstrap-ocaml.sh:112: WINPREFIX=`echo ${PREFIX} | cygpath -f - -m` opam-2.0.5/shell/bootstrap-ocaml.sh-113- if [ ${GEN_CONFIG_ONLY} -eq 0 ] ; then ############################################## opam-2.0.5/shell/bootstrap-ocaml.sh-144-# Generate src_ext/Makefile.config opam-2.0.5/shell/bootstrap-ocaml.sh:145:PATH_PREPEND=`echo "${PATH_PREPEND}" | sed -e 's/#/\\\\#/g' -e 's/\\$/$$/g'` opam-2.0.5/shell/bootstrap-ocaml.sh-146-echo "export PATH:=${PATH_PREPEND}${PREFIX}/bin:\$(PATH)" > ../../src_ext/Makefile.config opam-2.0.5/shell/bootstrap-ocaml.sh-147-if [ -n "${LIB_PREPEND}" ] ; then opam-2.0.5/shell/bootstrap-ocaml.sh:148: LIB_PREPEND=`echo ${LIB_PREPEND} | sed -e 's/#/\\\\#/g' -e 's/\\$/$$/g'` opam-2.0.5/shell/bootstrap-ocaml.sh-149- echo "export Lib:=${LIB_PREPEND}\$(Lib)" >> ../../src_ext/Makefile.config ############################################## opam-2.0.5/shell/bootstrap-ocaml.sh-151-if [ -n "${INC_PREPEND}" ] ; then opam-2.0.5/shell/bootstrap-ocaml.sh:152: INC_PREPEND=`echo ${INC_PREPEND} | sed -e 's/#/\\\\#/g' -e 's/\\$/$$/g'` opam-2.0.5/shell/bootstrap-ocaml.sh-153- echo "export Include:=${INC_PREPEND}\$(Include)" >> ../../src_ext/Makefile.config ############################################## opam-2.0.5/shell/install.sh-161- if command -v openssl > /dev/null && [ "$(openssl sha512 2>&1 < /dev/null)" = "cf83e1357eefb8bdf1542850d66d8007d620e4050b5715dc83f4a921d36ce9ce47d0d13c5d85f2b0ff8318d2877eec2f63b931bd47417a81a538327af927da3e" ]; then opam-2.0.5/shell/install.sh:162: sha512=`openssl sha512 "$TMP/$OPAM_BIN" 2> /dev/null | cut -f 2 -d ' '` opam-2.0.5/shell/install.sh-163- check=`bin_sha512` ############################################## opam-2.0.5/shell/opam_installer.sh-37-error() { opam-2.0.5/shell/opam_installer.sh:38: echo -n "`basename $PROGNAME`: " >&2 opam-2.0.5/shell/opam_installer.sh-39- for s in "$@"; do echo $s; done ############################################## opam-2.0.5/doc/pages/External_solvers.md-17-built-in one using the `--solver` command-line argument, the opam-2.0.5/doc/pages/External_solvers.md:18:`$OPAMEXTERNALSOLVER` environment variable, or the `solver:` field in the opam-2.0.5/doc/pages/External_solvers.md-19-`~/.opam/config` file. If no solver was built in or selected, opam will detect ############################################## opam-2.0.5/doc/pages/Usage.md-102-Use `opam switch create [name] <package-or-version>` to _switch_ to a different opam-2.0.5/doc/pages/Usage.md:103:compiler. Don't forget to run the advertised `eval $(opam env)` to update your opam-2.0.5/doc/pages/Usage.md-104-PATH accordingly. Replace `[name]` with a directory name to have the switch ############################################## opam-2.0.5/doc/pages/Packaging.md-145- (`make`, defined by default to point at the chosen "make" command -- think opam-2.0.5/doc/pages/Packaging.md:146: `$(MAKE)` in Makefiles). `%{prefix}%` is another syntax to replace variables opam-2.0.5/doc/pages/Packaging.md-147- within strings. `opam config list` will give you a list of available ############################################## opam-2.0.5/doc/pages/Manual.md-838- expected to be produced within the source directory subtree, _i.e._ below opam-2.0.5/doc/pages/Manual.md:839: the command's `$PWD`, during this step. opam-2.0.5/doc/pages/Manual.md-840- ############################################## opam-2.0.5/doc/pages/FAQ.md-99- opam-2.0.5/doc/pages/FAQ.md:100:#### 🐫 Why does ``opam init`` need to add stuff to my init scripts / why is ``eval $(opam env)`` needed? opam-2.0.5/doc/pages/FAQ.md-101- ############################################## opam-2.0.5/doc/pages/FAQ.md-112- while being aware of the opam installation, or opam-2.0.5/doc/pages/FAQ.md:113:- Run `eval $(opam env)` in the shell specifically when you are going to work on opam-2.0.5/doc/pages/FAQ.md-114- a project that uses your opam installation. ############################################## opam-2.0.5/doc/pages/Tricks.md-138- opam-2.0.5/doc/pages/Tricks.md:139:For `bash`, just include `$(COMMAND)` in your definition of `PS1` (making sure the `$` is escaped). opam-2.0.5/doc/pages/Tricks.md-140- opam-2.0.5/doc/pages/Tricks.md:141:For `zsh`, use `setopt prompt_subst`, and include `$(COMMAND)` in the definition of `prompt`. ############################################## opam-2.0.5/configure-45-if test -z "$BASH_VERSION$ZSH_VERSION" \ opam-2.0.5/configure:46: && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then opam-2.0.5/configure-47- as_echo='print -r --' opam-2.0.5/configure-48- as_echo_n='print -rn --' opam-2.0.5/configure:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then opam-2.0.5/configure-50- as_echo='printf %s\n' ############################################## opam-2.0.5/configure-52-else opam-2.0.5/configure:53: if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then opam-2.0.5/configure-54- as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' ############################################## opam-2.0.5/configure-62- expr "X$arg" : "X\\(.*\\)$as_nl"; opam-2.0.5/configure:63: arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; opam-2.0.5/configure-64- esac; ############################################## opam-2.0.5/configure-199- eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && opam-2.0.5/configure:200: test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1" opam-2.0.5/configure-201- if (eval "$as_required") 2>/dev/null; then : ############################################## opam-2.0.5/configure-325- case $as_dir in #( opam-2.0.5/configure:326: *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( opam-2.0.5/configure-327- *) as_qdir=$as_dir;; ############################################## opam-2.0.5/configure-398- { opam-2.0.5/configure:399: as_val=`expr "$@" || test $? -eq 1` opam-2.0.5/configure-400- } ############################################## opam-2.0.5/configure-405-# ---------------------------------------- opam-2.0.5/configure:406:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are opam-2.0.5/configure-407-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the ############################################## opam-2.0.5/configure-468- eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" && opam-2.0.5/configure:469: test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || { opam-2.0.5/configure-470- # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-) ############################################## opam-2.0.5/configure-585- opam-2.0.5/configure:586:ac_default_prefix=`echo "os_type: ${OCAML_OS_TYPE}" | sed -e "s;^os_type: Win32;C:/OPAM;" -e "s;^os_type:.*;/usr/local;"` opam-2.0.5/configure-587-ac_subst_vars='LTLIBOBJS ############################################## opam-2.0.5/configure-779- case $ac_option in opam-2.0.5/configure:780: *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; opam-2.0.5/configure-781- *=) ac_optarg= ;; ############################################## opam-2.0.5/configure-823- -disable-* | --disable-*) opam-2.0.5/configure:824: ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` opam-2.0.5/configure-825- # Reject names that are not valid shell variable names. ############################################## opam-2.0.5/configure-828- ac_useropt_orig=$ac_useropt opam-2.0.5/configure:829: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` opam-2.0.5/configure-830- case $ac_user_opts in ############################################## opam-2.0.5/configure-849- -enable-* | --enable-*) opam-2.0.5/configure:850: ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` opam-2.0.5/configure-851- # Reject names that are not valid shell variable names. ############################################## opam-2.0.5/configure-854- ac_useropt_orig=$ac_useropt opam-2.0.5/configure:855: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` opam-2.0.5/configure-856- case $ac_user_opts in ############################################## opam-2.0.5/configure-1062- -with-* | --with-*) opam-2.0.5/configure:1063: ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` opam-2.0.5/configure-1064- # Reject names that are not valid shell variable names. ############################################## opam-2.0.5/configure-1067- ac_useropt_orig=$ac_useropt opam-2.0.5/configure:1068: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` opam-2.0.5/configure-1069- case $ac_user_opts in ############################################## opam-2.0.5/configure-1078- -without-* | --without-*) opam-2.0.5/configure:1079: ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` opam-2.0.5/configure-1080- # Reject names that are not valid shell variable names. ############################################## opam-2.0.5/configure-1083- ac_useropt_orig=$ac_useropt opam-2.0.5/configure:1084: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` opam-2.0.5/configure-1085- case $ac_user_opts in ############################################## opam-2.0.5/configure-1116- *=*) opam-2.0.5/configure:1117: ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` opam-2.0.5/configure-1118- # Reject names that are not valid shell variable names. ############################################## opam-2.0.5/configure-1137-if test -n "$ac_prev"; then opam-2.0.5/configure:1138: ac_option=--`echo $ac_prev | sed 's/_/-/g'` opam-2.0.5/configure-1139- as_fn_error $? "missing argument to $ac_option" ############################################## opam-2.0.5/configure-1159- */ ) opam-2.0.5/configure:1160: ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` opam-2.0.5/configure-1161- eval $ac_var=\$ac_val;; ############################################## opam-2.0.5/configure-1194-ac_ls_di=`ls -di .` && opam-2.0.5/configure:1195:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || opam-2.0.5/configure-1196- as_fn_error $? "working directory cannot be determined" ############################################## opam-2.0.5/configure-1250-case $srcdir in opam-2.0.5/configure:1251:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; opam-2.0.5/configure-1252-esac ############################################## opam-2.0.5/configure-1293-By default, \`make install' will install all the files in opam-2.0.5/configure:1294:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify opam-2.0.5/configure:1295:an installation prefix other than \`$ac_default_prefix' using \`--prefix', opam-2.0.5/configure-1296-for instance \`--prefix=\$HOME'. ############################################## opam-2.0.5/configure-1384-*) opam-2.0.5/configure:1385: ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` opam-2.0.5/configure-1386- # A ".." for each directory in $ac_dir_suffix. opam-2.0.5/configure:1387: ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` opam-2.0.5/configure-1388- case $ac_top_builddir_sub in ############################################## opam-2.0.5/configure-1598- *\'*) opam-2.0.5/configure:1599: ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; opam-2.0.5/configure-1600- esac ############################################## opam-2.0.5/configure-1681- case $ac_val in opam-2.0.5/configure:1682: *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; opam-2.0.5/configure-1683- esac ############################################## opam-2.0.5/configure-1696- case $ac_val in opam-2.0.5/configure:1697: *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; opam-2.0.5/configure-1698- esac ############################################## opam-2.0.5/configure-1816- set,) opam-2.0.5/configure:1817: { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 opam-2.0.5/configure:1818:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} opam-2.0.5/configure-1819- ac_cache_corrupted=: ;; ############################################## opam-2.0.5/configure-1827- # differences in whitespace do not lead to failure. opam-2.0.5/configure:1828: ac_old_val_w=`echo x $ac_old_val` opam-2.0.5/configure:1829: ac_new_val_w=`echo x $ac_new_val` opam-2.0.5/configure-1830- if test "$ac_old_val_w" != "$ac_new_val_w"; then ############################################## opam-2.0.5/configure-1847- case $ac_new_val in opam-2.0.5/configure:1848: *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; opam-2.0.5/configure-1849- *) ac_arg=$ac_var=$ac_new_val ;; ############################################## opam-2.0.5/configure-1985- if test "$OCAMLC" != "no"; then opam-2.0.5/configure:1986: OCAMLVERSION=`$OCAMLC -v | tr -d '\015' | sed -n -e 's|.*version* *\(.*\)$|\1|p'` opam-2.0.5/configure-1987- { $as_echo "$as_me:${as_lineno-$LINENO}: result: OCaml version is $OCAMLVERSION" >&5 ############################################## opam-2.0.5/configure-1990- if test "$OCAMLLIB" = ""; then opam-2.0.5/configure:1991: OCAMLLIB=`$OCAMLC -where 2>/dev/null | tr -d '\015' || $OCAMLC -v|tail -1|cut -d ' ' -f 4` opam-2.0.5/configure-1992- else ############################################## opam-2.0.5/configure-2099- else opam-2.0.5/configure:2100: TMPVERSION=`$OCAMLOPT -v | tr -d '\015' | sed -n -e 's|.*version* *\(.*\)$|\1|p' ` opam-2.0.5/configure-2101- if test "$TMPVERSION" != "$OCAMLVERSION" ; then ############################################## opam-2.0.5/configure-2205- if test "$OCAMLCDOTOPT" != "no"; then opam-2.0.5/configure:2206: TMPVERSION=`$OCAMLCDOTOPT -v | tr -d '\015' | sed -n -e 's|.*version* *\(.*\)$|\1|p' ` opam-2.0.5/configure-2207- if test "$TMPVERSION" != "$OCAMLVERSION" ; then ############################################## opam-2.0.5/configure-2309- if test "$OCAMLOPTDOTOPT" != "no"; then opam-2.0.5/configure:2310: TMPVERSION=`$OCAMLOPTDOTOPT -v | tr -d '\015' | sed -n -e 's|.*version* *\(.*\)$|\1|p' ` opam-2.0.5/configure-2311- if test "$TMPVERSION" != "$OCAMLVERSION" ; then ############################################## opam-2.0.5/configure-2607- if test "$OCAMLDEPDOTOPT" != "no"; then opam-2.0.5/configure:2608: TMPVERSION=`$OCAMLDEPDOTOPT -version | tr -d '\015' | sed -n -e 's|.*version* *\(.*\)$|\1|p' ` opam-2.0.5/configure-2609- if test "$TMPVERSION" != "$OCAMLVERSION" ; then ############################################## opam-2.0.5/configure-2994- if test "$OCAMLDOCDOTOPT" != "no"; then opam-2.0.5/configure:2995: TMPVERSION=`$OCAMLDOCDOTOPT -version | tr -d '\015'` opam-2.0.5/configure-2996- if test "$TMPVERSION" != "$OCAMLVERSION" ; then ############################################## opam-2.0.5/configure-3108- opam-2.0.5/configure:3109: OCAML_OS_TYPE=`$OCAML conftest.ml` opam-2.0.5/configure-3110- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OCAML_OS_TYPE" >&5 ############################################## opam-2.0.5/configure-3276-$as_echo_n "checking for compiler type... " >&6; } opam-2.0.5/configure:3277:CCOMP_TYPE=`$OCAML shell/print_config.ml ccomp_type 2>/dev/null | fgrep -v "Cannot find" || $OCAMLC -config | tr -d '\r' | sed -n -e "s/ccomp_type: //p"` opam-2.0.5/configure-3278-if test "$?" -eq 0 ; then : ############################################## opam-2.0.5/configure-3286-$as_echo_n "checking for compiler architecture... " >&6; } opam-2.0.5/configure:3287:ARCH=`$OCAML shell/print_config.ml arch 2>/dev/null | fgrep -v "Cannot find" || $OCAMLC -config | tr -d '\r' | sed -n -e "s/architecture: //p"` opam-2.0.5/configure-3288-if test "$?" -eq 0 ; then : ############################################## opam-2.0.5/configure-3296-$as_echo_n "checking for compiler system... " >&6; } opam-2.0.5/configure:3297:SYSTEM=`$OCAML shell/print_config.ml system 2>/dev/null | fgrep -v "Cannot find" || $OCAMLC -config | tr -d '\r' | sed -n -e "s/system: //p"` opam-2.0.5/configure-3298-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $SYSTEM" >&5 ############################################## opam-2.0.5/configure-3322-$as_echo_n "checking for an installed Microsoft C Compiler for ${SDK_ARCH}... " >&6; } opam-2.0.5/configure:3323: eval `PATH="$PRE_BOOTSTRAP_PATH" ./shell/msvs-detect --arch=$SDK_ARCH; echo RESULT=$?` opam-2.0.5/configure-3324- if test "x$MSVS_NAME" = "x" ; then : ############################################## opam-2.0.5/configure-3507-$as_echo_n "checking whether the C compiler works... " >&6; } opam-2.0.5/configure:3508:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` opam-2.0.5/configure-3509- ############################################## opam-2.0.5/configure-3551- then :; else opam-2.0.5/configure:3552: ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` opam-2.0.5/configure-3553- fi ############################################## opam-2.0.5/configure-3611- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; opam-2.0.5/configure:3612: *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` opam-2.0.5/configure-3613- break;; ############################################## opam-2.0.5/configure-3720- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; opam-2.0.5/configure:3721: *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` opam-2.0.5/configure-3722- break;; ############################################## opam-2.0.5/configure-4129-fi opam-2.0.5/configure:4130: PATH_PREPEND=`echo "${PATH_PREPEND}" | sed -e 's/#/\\\\#/g' -e 's/\\$/$$/g'` opam-2.0.5/configure:4131: LIB_PREPEND=`echo ${LIB_PREPEND} | sed -e 's/#/\\\\#/g' -e 's/\\$/$$/g'` opam-2.0.5/configure:4132: INC_PREPEND=`echo ${INC_PREPEND} | sed -e 's/#/\\\\#/g' -e 's/\\$/$$/g'` opam-2.0.5/configure-4133- ############################################## opam-2.0.5/configure-4144-$as_echo_n "checking for a way to invoke an $COMP_ARCH C compiler... " >&6; } opam-2.0.5/configure:4145: eval `PATH="$PRE_BOOTSTRAP_PATH" ./shell/msvs-detect --arch=$COMP_ARCH` opam-2.0.5/configure-4146- if test "x$MSVS_NAME" = "x" ; then : ############################################## opam-2.0.5/configure-4155-$as_echo "from $MSVS_NAME" >&6; } opam-2.0.5/configure:4156: CL_FULL="`PATH="${MSVS_PATH}:${PATH}" which cl | cygpath -f - -w`" opam-2.0.5/configure:4157: MSVS_PATH="`echo "${MSVS_PATH}" | cygpath -f - -wp`" opam-2.0.5/configure-4158- CC64_JBUILD="(setenv PATH \"${MSVS_PATH}\" (setenv LIB \"${MSVS_LIB};${LIB}\" (setenv INCLUDE \"${MSVS_INC};${INCLUDE}\" (run \"${CL_FULL}\" /nologo \"/Fe%{targets}\" /I../core %{source}))))" ############################################## opam-2.0.5/configure-4379- opam-2.0.5/configure:4380: if ! $OCAMLOBJINFO `$OCAMLFIND query -predicates byte -a-format findlib | tr -d '\015'` > /dev/null 2>&1; then : opam-2.0.5/configure-4381- ############################################## opam-2.0.5/configure-4869-fi opam-2.0.5/configure:4870: RUNTIME=`${TOOL_ARCH}-w64-mingw32-gcc -print-sysroot`/mingw/bin opam-2.0.5/configure-4871- echo Linking ${SYSTEM} runtime DLLs ############################################## opam-2.0.5/configure-5653-' opam-2.0.5/configure:5654:DEFS=`sed -n "$ac_script" confdefs.h` opam-2.0.5/configure-5655- ############################################## opam-2.0.5/configure-5662- ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' opam-2.0.5/configure:5663: ac_i=`$as_echo "$ac_i" | sed "$ac_script"` opam-2.0.5/configure-5664- # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR ############################################## opam-2.0.5/configure-5729-if test -z "$BASH_VERSION$ZSH_VERSION" \ opam-2.0.5/configure:5730: && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then opam-2.0.5/configure-5731- as_echo='print -r --' opam-2.0.5/configure-5732- as_echo_n='print -rn --' opam-2.0.5/configure:5733:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then opam-2.0.5/configure-5734- as_echo='printf %s\n' ############################################## opam-2.0.5/configure-5736-else opam-2.0.5/configure:5737: if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then opam-2.0.5/configure-5738- as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' ############################################## opam-2.0.5/configure-5746- expr "X$arg" : "X\\(.*\\)$as_nl"; opam-2.0.5/configure:5747: arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; opam-2.0.5/configure-5748- esac; ############################################## opam-2.0.5/configure-5823-# ---------------------------------------- opam-2.0.5/configure:5824:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are opam-2.0.5/configure-5825-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the ############################################## opam-2.0.5/configure-5895- { opam-2.0.5/configure:5896: as_val=`expr "$@" || test $? -eq 1` opam-2.0.5/configure-5897- } ############################################## opam-2.0.5/configure-5999- case $as_dir in #( opam-2.0.5/configure:6000: *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( opam-2.0.5/configure-6001- *) as_qdir=$as_dir;; ############################################## opam-2.0.5/configure-6121-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 opam-2.0.5/configure:6122:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" opam-2.0.5/configure-6123-ac_cs_version="\\ ############################################## opam-2.0.5/configure-6144- --*=?*) opam-2.0.5/configure:6145: ac_option=`expr "X$1" : 'X\([^=]*\)='` opam-2.0.5/configure:6146: ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` opam-2.0.5/configure-6147- ac_shift=: ############################################## opam-2.0.5/configure-6149- --*=) opam-2.0.5/configure:6150: ac_option=`expr "X$1" : 'X\([^=]*\)='` opam-2.0.5/configure-6151- ac_optarg= ############################################## opam-2.0.5/configure-6173- case $ac_optarg in opam-2.0.5/configure:6174: *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; opam-2.0.5/configure-6175- '') as_fn_error $? "missing file argument" ;; ############################################## opam-2.0.5/configure-6292-fi opam-2.0.5/configure:6293:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` opam-2.0.5/configure-6294-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then ############################################## opam-2.0.5/configure-6309- as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 opam-2.0.5/configure:6310:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` opam-2.0.5/configure-6311-ac_delim='%!_!# ' ############################################## opam-2.0.5/configure-6315- opam-2.0.5/configure:6316: ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` opam-2.0.5/configure-6317- if test $ac_delim_n = $ac_delim_num; then ############################################## opam-2.0.5/configure-6477- esac opam-2.0.5/configure:6478: case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac opam-2.0.5/configure-6479- as_fn_append ac_file_inputs " '$ac_f'" ############################################## opam-2.0.5/configure-6536-*) opam-2.0.5/configure:6537: ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` opam-2.0.5/configure-6538- # A ".." for each directory in $ac_dir_suffix. opam-2.0.5/configure:6539: ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` opam-2.0.5/configure-6540- case $ac_top_builddir_sub in ############################################## opam-2.0.5/configure-6588-/@mandir@/p' opam-2.0.5/configure:6589:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in opam-2.0.5/configure-6590-*datarootdir*) ac_datarootdir_seen=yes;; ############################################## opam-2.0.5/configure-6605- opam-2.0.5/configure:6606:# Neutralize VPATH when `$srcdir' = `.'. opam-2.0.5/configure-6607-# Shell code in configure.ac might set extrasub. ############################################## opam-2.0.5/configure-6631-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && opam-2.0.5/configure:6632: { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && opam-2.0.5/configure-6633- { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ ############################################## opam-2.0.5/configure-6700- opam-2.0.5/configure:6701:bindir="`eval echo ${bindir}`" opam-2.0.5/configure:6702:bindir="`eval echo ${bindir}`" opam-2.0.5/configure:6703:mandir="`eval echo ${mandir}`" opam-2.0.5/configure:6704:mandir="`eval echo ${mandir}`" opam-2.0.5/configure-6705- ############################################## opam-2.0.5/CHANGES-234-* Allow switches to be created below arbitrary directories using `opam switch opam-2.0.5/CHANGES:235: create <dir>`. Automatically select a switch found in `$PWD` opam-2.0.5/CHANGES-236-* Add `install --reuse-build-dir` to be used together with `--keep-build-dir` ############################################## opam-2.0.5/m4/ocaml.m4-16- if test "$OCAMLC" != "no"; then opam-2.0.5/m4/ocaml.m4:17: OCAMLVERSION=`$OCAMLC -v | tr -d '\015' | sed -n -e 's|.*version* *\(.*\)$|\1|p'` opam-2.0.5/m4/ocaml.m4-18- AC_MSG_RESULT([OCaml version is $OCAMLVERSION]) ############################################## opam-2.0.5/m4/ocaml.m4-20- if test "$OCAMLLIB" = ""; then opam-2.0.5/m4/ocaml.m4:21: OCAMLLIB=`$OCAMLC -where 2>/dev/null | tr -d '\015' || $OCAMLC -v|tail -1|cut -d ' ' -f 4` opam-2.0.5/m4/ocaml.m4-22- else ############################################## opam-2.0.5/m4/ocaml.m4-35- else opam-2.0.5/m4/ocaml.m4:36: TMPVERSION=`$OCAMLOPT -v | tr -d '\015' | sed -n -e 's|.*version* *\(.*\)$|\1|p' ` opam-2.0.5/m4/ocaml.m4-37- if test "$TMPVERSION" != "$OCAMLVERSION" ; then ############################################## opam-2.0.5/m4/ocaml.m4-49- if test "$OCAMLCDOTOPT" != "no"; then opam-2.0.5/m4/ocaml.m4:50: TMPVERSION=`$OCAMLCDOTOPT -v | tr -d '\015' | sed -n -e 's|.*version* *\(.*\)$|\1|p' ` opam-2.0.5/m4/ocaml.m4-51- if test "$TMPVERSION" != "$OCAMLVERSION" ; then ############################################## opam-2.0.5/m4/ocaml.m4-61- if test "$OCAMLOPTDOTOPT" != "no"; then opam-2.0.5/m4/ocaml.m4:62: TMPVERSION=`$OCAMLOPTDOTOPT -v | tr -d '\015' | sed -n -e 's|.*version* *\(.*\)$|\1|p' ` opam-2.0.5/m4/ocaml.m4-63- if test "$TMPVERSION" != "$OCAMLVERSION" ; then ############################################## opam-2.0.5/m4/ocaml.m4-85- if test "$OCAMLDEPDOTOPT" != "no"; then opam-2.0.5/m4/ocaml.m4:86: TMPVERSION=`$OCAMLDEPDOTOPT -version | tr -d '\015' | sed -n -e 's|.*version* *\(.*\)$|\1|p' ` opam-2.0.5/m4/ocaml.m4-87- if test "$TMPVERSION" != "$OCAMLVERSION" ; then ############################################## opam-2.0.5/m4/ocaml.m4-107- if test "$OCAMLDOCDOTOPT" != "no"; then opam-2.0.5/m4/ocaml.m4:108: TMPVERSION=`$OCAMLDOCDOTOPT -version | tr -d '\015'` opam-2.0.5/m4/ocaml.m4-109- if test "$TMPVERSION" != "$OCAMLVERSION" ; then ############################################## opam-2.0.5/m4/ocaml.m4-148- if test "$CAMLP4" != "no"; then opam-2.0.5/m4/ocaml.m4:149: TMPVERSION=`$CAMLP4 -v 2>&1| tr -d '\015' | sed -n -e 's|.*version *\(.*\)$|\1|p'` opam-2.0.5/m4/ocaml.m4-150- if test "$TMPVERSION" != "$OCAMLVERSION" ; then ############################################## opam-2.0.5/m4/ocaml.m4-188- AS_IF([test "$OCAMLOBJINFO" = "no"],[AC_MSG_WARN([ocamlobjinfo not found; cannot verify ocamlfind])],[ opam-2.0.5/m4/ocaml.m4:189: AS_IF([! $OCAMLOBJINFO `$OCAMLFIND query -predicates byte -a-format findlib | tr -d '\015'` > /dev/null 2>&1],[ opam-2.0.5/m4/ocaml.m4-190- AC_MSG_RESULT([site-lib is for a different version of OCaml; ocamlfind discarded.]) ############################################## opam-2.0.5/m4/ocaml.m4-260- EOF opam-2.0.5/m4/ocaml.m4:261: OCAML_WORD_SIZE=`$OCAML conftest.ml` opam-2.0.5/m4/ocaml.m4-262- AC_MSG_RESULT([$OCAML_WORD_SIZE]) ############################################## opam-2.0.5/m4/ocaml.m4-274- opam-2.0.5/m4/ocaml.m4:275: OCAML_OS_TYPE=`$OCAML conftest.ml` opam-2.0.5/m4/ocaml.m4-276- AC_MSG_RESULT([$OCAML_OS_TYPE]) ############################################## opam-2.0.5/m4/ax_compare_version.m4-134- # Determine the number of characters in A and B. opam-2.0.5/m4/ax_compare_version.m4:135: ax_compare_version_len_A=`echo "$A" | $AWK '{print(length)}'` opam-2.0.5/m4/ax_compare_version.m4:136: ax_compare_version_len_B=`echo "$B" | $AWK '{print(length)}'` opam-2.0.5/m4/ax_compare_version.m4-137- opam-2.0.5/m4/ax_compare_version.m4-138- # Set A to no more than B's length and B to no more than A's length. opam-2.0.5/m4/ax_compare_version.m4:139: A=`echo "$A" | sed "s/\(.\{$ax_compare_version_len_B\}\).*/\1/"` opam-2.0.5/m4/ax_compare_version.m4:140: B=`echo "$B" | sed "s/\(.\{$ax_compare_version_len_A\}\).*/\1/"` opam-2.0.5/m4/ax_compare_version.m4-141- ], ############################################## opam-2.0.5/m4/ax_compare_version.m4-143- # A count greater than zero means use only that many subversions opam-2.0.5/m4/ax_compare_version.m4:144: A=`echo "$A" | sed "s/\(\([[0-9]]\{4\}\)\{m4_substr($2,2)\}\).*/\1/"` opam-2.0.5/m4/ax_compare_version.m4:145: B=`echo "$B" | sed "s/\(\([[0-9]]\{4\}\)\{m4_substr($2,2)\}\).*/\1/"` opam-2.0.5/m4/ax_compare_version.m4-146- ], ############################################## opam-2.0.5/m4/ax_compare_version.m4-152- # Pad zeros at end of numbers to make same length. opam-2.0.5/m4/ax_compare_version.m4:153: ax_compare_version_tmp_A="$A`echo $B | sed 's/./0/g'`" opam-2.0.5/m4/ax_compare_version.m4:154: B="$B`echo $A | sed 's/./0/g'`" opam-2.0.5/m4/ax_compare_version.m4-155- A="$ax_compare_version_tmp_A" ############################################## opam-2.0.5/configure.ac-35-# somewhat convoluted pair of sed expressions... opam-2.0.5/configure.ac:36:AC_PREFIX_DEFAULT([`echo "os_type: ${OCAML_OS_TYPE}" | sed -e "s;^os_type: Win32;C:/OPAM;" -e "s;^os_type:.*;/usr/local;"`]) opam-2.0.5/configure.ac-37- ############################################## opam-2.0.5/configure.ac-81-AC_MSG_CHECKING([for compiler type]) opam-2.0.5/configure.ac:82:CCOMP_TYPE=`$OCAML shell/print_config.ml ccomp_type 2>/dev/null | fgrep -v "Cannot find" || $OCAMLC -config | tr -d '\r' | sed -n -e "s/ccomp_type: //p"` opam-2.0.5/configure.ac-83-AS_IF([ test "$?" -eq 0 ],,[AC_MSG_ERROR([failed])] ) ############################################## opam-2.0.5/configure.ac-85-AC_MSG_CHECKING([for compiler architecture]) opam-2.0.5/configure.ac:86:ARCH=`$OCAML shell/print_config.ml arch 2>/dev/null | fgrep -v "Cannot find" || $OCAMLC -config | tr -d '\r' | sed -n -e "s/architecture: //p"` opam-2.0.5/configure.ac-87-AS_IF([ test "$?" -eq 0 ],,[AC_MSG_ERROR([failed])] ) ############################################## opam-2.0.5/configure.ac-89-AC_MSG_CHECKING([for compiler system]) opam-2.0.5/configure.ac:90:SYSTEM=`$OCAML shell/print_config.ml system 2>/dev/null | fgrep -v "Cannot find" || $OCAMLC -config | tr -d '\r' | sed -n -e "s/system: //p"` opam-2.0.5/configure.ac-91-AC_MSG_RESULT([$SYSTEM]) ############################################## opam-2.0.5/configure.ac-103- AC_MSG_CHECKING([for an installed Microsoft C Compiler for ${SDK_ARCH}]) opam-2.0.5/configure.ac:104: eval `PATH="$PRE_BOOTSTRAP_PATH" ./shell/msvs-detect --arch=$SDK_ARCH; echo RESULT=$?` opam-2.0.5/configure.ac-105- AS_IF([ test "x$MSVS_NAME" = "x" ], [ ############################################## opam-2.0.5/configure.ac-168- AS_IF([test "x${PATH_PREPEND}" = "x${PREV_PREPEND}" ],[PATH_PREPEND_RESULT=no],[PATH_PREPEND_RESULT=yes]) opam-2.0.5/configure.ac:169: PATH_PREPEND=`echo "${PATH_PREPEND}" | sed -e 's/#/\\\\#/g' -e 's/\\$/$$/g'` opam-2.0.5/configure.ac:170: LIB_PREPEND=`echo ${LIB_PREPEND} | sed -e 's/#/\\\\#/g' -e 's/\\$/$$/g'` opam-2.0.5/configure.ac:171: INC_PREPEND=`echo ${INC_PREPEND} | sed -e 's/#/\\\\#/g' -e 's/\\$/$$/g'` opam-2.0.5/configure.ac-172- AC_SUBST(PATH_PREPEND) ############################################## opam-2.0.5/configure.ac-177- AC_MSG_CHECKING([for a way to invoke an $COMP_ARCH C compiler]) opam-2.0.5/configure.ac:178: eval `PATH="$PRE_BOOTSTRAP_PATH" ./shell/msvs-detect --arch=$COMP_ARCH` opam-2.0.5/configure.ac-179- AS_IF([ test "x$MSVS_NAME" = "x" ], [ ############################################## opam-2.0.5/configure.ac-183- AC_MSG_RESULT([from $MSVS_NAME]) opam-2.0.5/configure.ac:184: CL_FULL="`PATH="${MSVS_PATH}:${PATH}" which cl | cygpath -f - -w`" opam-2.0.5/configure.ac:185: MSVS_PATH="`echo "${MSVS_PATH}" | cygpath -f - -wp`" opam-2.0.5/configure.ac-186- CC64_JBUILD="(setenv PATH \"${MSVS_PATH}\" (setenv LIB \"${MSVS_LIB};${LIB}\" (setenv INCLUDE \"${MSVS_INC};${INCLUDE}\" (run \"${CL_FULL}\" /nologo \"/Fe%{targets}\" /I../core %{source}))))" ############################################## opam-2.0.5/configure.ac-253- ]) opam-2.0.5/configure.ac:254: RUNTIME=`${TOOL_ARCH}-w64-mingw32-gcc -print-sysroot`/mingw/bin opam-2.0.5/configure.ac-255- echo Linking ${SYSTEM} runtime DLLs ############################################## opam-2.0.5/configure.ac-370- opam-2.0.5/configure.ac:371:bindir="`eval echo ${bindir}`" opam-2.0.5/configure.ac:372:bindir="`eval echo ${bindir}`" opam-2.0.5/configure.ac:373:mandir="`eval echo ${mandir}`" opam-2.0.5/configure.ac:374:mandir="`eval echo ${mandir}`" opam-2.0.5/configure.ac-375-