pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
2004-03-10
2004-03-10 22:29:13 by Henrik Grubbström (Grubba) <grubba@grubba.org>
58d0b0dae17e0c7670628ac8f67daaec4a12a039 (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
7.9
Improved portability for the spaces in SHELL test.
Rev: src/configure.in:1.813
1:
-
AC_REVISION("$Id: configure.in,v 1.
812
2004/03/10
17
:
11
:
18
grubba Exp $")
+
AC_REVISION("$Id: configure.in,v 1.
813
2004/03/10
22
:
29
:
13
grubba Exp $")
AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h)
121:
false: /bin/false true:
-
/bin/true
+
:
complex_false: test "foo" = "foo" && /bin/false complex_true:
-
test "foo" = "bar" ||
/bin/true
+
test "foo" = "bar" ||
:
EOF if ${MAKE-make} -f conftestmake false >&AC_FD_CC 2>&AC_FD_CC; then # /bin/sh was found, and /bin/false was not executed.