pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
2004-02-29
2004-02-29 20:24:48 by Henrik Grubbström (Grubba) <grubba@grubba.org>
ea88bf2c4ba981b8b43110c4fbb14bb3d77dd097 (
6
lines) (+
4
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Improved bundle behaviour.
Rev: src/configure.in:1.793
1:
-
AC_REVISION("$Id: configure.in,v 1.
792
2004/02/29 20:
18
:
34
grubba Exp $")
+
AC_REVISION("$Id: configure.in,v 1.
793
2004/02/29 20:
24
:
48
grubba Exp $")
AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h)
1197:
# We have a bundle directory; enable them if needed. pike_bundle_dir=`cd "$srcdir/../bundles" && pwd` fi
+
test -d bundles/. || mkdir bundles;
fi
-
if test -d bundles
|| mkdir bundles
; then
+
if test -d bundles
/.
; then
touch bundles/no_testsuites pike_bundle_prefix="`pwd`/bundles" LDFLAGS="$LDFLAGS -L$pike_bundle_prefix/lib"