pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
2014-12-04
2014-12-04 19:23:16 by Chris Angelico <rosuav@gmail.com>
5e4b3e53f738bf32dcc8b79119b1a57a959b0d26 (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
bill/master_archive_support
Precompile.sh: Support other path separators than :.
101:
AC_MSG_CHECKING([whether ${MAKE-make} supports VPATH]) AC_CACHE_VAL(pike_cv_make_supports_VPATH, [ cat > conftestmake <<EOF
-
VPATH=.
:$srcdir
+
VPATH=.
$PATH_SEPARATOR$srcdir
.SUFFIXES: .in .out .in.out: cat "\$<" >"\$@"