pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
2004-02-09
2004-02-09 20:42:38 by Henrik Grubbström (Grubba) <grubba@grubba.org>
4acd01081a604a4aa5d77fcbdeb9076963e67da8 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Start bash with -norc to avoid surprises.
Rev: src/configure.in:1.767
1:
-
AC_REVISION("$Id: configure.in,v 1.
766
2004/02/
08
16
:
44
:
26
grubba Exp $")
+
AC_REVISION("$Id: configure.in,v 1.
767
2004/02/
09
20
:
42
:
38
grubba Exp $")
AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h)
60:
AC_MSG_WARN([Found bash as $ac_cv_path_bash_prog. Will attempt to restart configure with bash for performance. If this fails, please set CONFIG_SHELL to /bin/sh before starting configure.])
-
CONFIG_SHELL="$ac_cv_path_bash_prog"
+
CONFIG_SHELL="$ac_cv_path_bash_prog
-norc
"
export CONFIG_SHELL echo $CONFIG_SHELL "$srcdir/configure" $ac_configure_args eval exec $CONFIG_SHELL "$srcdir/configure" $ac_configure_args