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.
769
2004/02/26
16
:
47
:
51
grubba Exp $")
+
AC_REVISION("$Id: configure.in,v 1.
770
2004/02/26
17
:
02
:
11
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:6885:
else # FIXME: Extract bundle # FIXME: Configure bundle --prefix=`pwd`/bundles --static # FIXME: Compile bundle # FIXME: Install bundle fi done # Clear the caches. for varname in `cat $bundle_info`; do unset $varname
-
fi
+
done
# Rerun configure if "x$CONFIG_SHELL" = "x"; then CONFIG_SHELL=/bin/sh fi echo $CONFIG_SHELL "$srcdir/configure" $ac_configure_args --without-bundles eval exec $CONFIG_SHELL "$srcdir/configure" $ac_configure_args --without-bundles exit 17 fi fi