pike.git
/
src
/
configure.in
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/configure.in: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) rm -f config.warnings 2>/dev/null if_autoconf(2,50,[ if test "x$cache_file" = "x/dev/null"; then cache_file=./config.cache if test -r "$cache_file"; then echo "loading cache $cache_file"
pike.git/src/configure.in:1190:
[], [with_bundles=yes]) pike_bundle_dir="" if test "$with_bundles" = "no"; then :; else if test -d "$with_bundles/."; then # The user has specified a bundle directory. Use it. pike_bundle_dir="$with_bundles" elif test -d "$srcdir/../bundles/."; then # 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" CPPFLAGS="$CPPFLAGS -I$pike_bundle_prefix/include" fi export pike_bundle_dir AC_ARG_WITH(site-prefixes, MY_DESCR([--with-site-prefixes], [list of prefixes to search for include, lib and bin dirs.])) AC_ARG_WITH(include-path,