pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
2004-02-29
2004-02-29 20:18:34 by Henrik Grubbström (Grubba) <grubba@grubba.org>
e35839a5d4f9b7fd8d5fba7e81e83e75e14984f7 (
15
lines) (+
8
/-
7
)
[
Show
|
Annotate
]
Branch:
7.9
Bundles should now work again.
Rev: src/configure.in:1.792
1:
-
AC_REVISION("$Id: configure.in,v 1.
791
2004/02/29
16
:
10
:
59
grubba Exp $")
+
AC_REVISION("$Id: configure.in,v 1.
792
2004/02/29
20
:
18
:
34
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
+
fi
if test -d bundles || mkdir bundles; then touch bundles/no_testsuites pike_bundle_prefix="`pwd`/bundles" LDFLAGS="$LDFLAGS -L$pike_bundle_prefix/lib" CPPFLAGS="$CPPFLAGS -I$pike_bundle_prefix/include" fi
-
fi
+
export pike_bundle_dir AC_ARG_WITH(site-prefixes, MY_DESCR([--with-site-prefixes],