pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
2013-03-16
2013-03-16 11:03:53 by Chris Angelico <rosuav@gmail.com>
91d67e2d0a76bca2025e112c8a34bb7845d82cd4 (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
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 "\$<" >"\$@"