pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
2002-12-15
2002-12-15 19:36:54 by Henrik Grubbström (Grubba) <grubba@grubba.org>
fbbc945340ac19dec0ef7f2686422fd4b1cd3181 (
17
lines) (+
7
/-
10
)
[
Show
|
Annotate
]
Branch:
7.9
Disabled VPATH kludge.
Rev: src/configure.in:1.667
1:
-
AC_REVISION("$Id: configure.in,v 1.
666
2002/12/
14
16
:
02
:
08
grubba Exp $")
+
AC_REVISION("$Id: configure.in,v 1.
667
2002/12/
15
19
:
36
:
54
grubba Exp $")
AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h)
77:
]) AC_MSG_RESULT($pike_cv_make_supports_VPATH) if test "x$pike_cv_make_supports_VPATH" = "xno"; then
-
AC_
MSG_WARN
([
Enabling
VPATH
symlink
kludge])
+
AC_
ERROR
([
+
Building
in
a
separate directory is not supported without VPATH.
-
# First duplicate the directory structure...
-
for d
in
`cd "$srcdir" && find . -type d -print`; do
-
test -d "$d/." || mkdir "$d"
-
done
-
# Then symlink all
the
files...
-
for
f
in
`cd "$srcdir" && find
.
-type f -print`; do
-
test -f "$f" || ln -s "$srcdir/$f" "$f"
-
done
+
Build
in
the
source
directory
,
or
try
another
make
(eg
gnumake)
.
+
])
+
exit
1
else :; fi fi rm "$srcdir/conftest_VPATH.in" 2>/dev/null