pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
1999-03-07
1999-03-07 04:24:49 by Henrik Grubbström (Grubba) <grubba@grubba.org>
e6b1f3c70186a24ed011161f6b714a6b82ac6409 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed output bug.
Rev: src/configure.in:1.269
1:
-
AC_REVISION("$Id: configure.in,v 1.
268
1999/03/
06
17
:
49
:
08
grubba Exp $")
+
AC_REVISION("$Id: configure.in,v 1.
269
1999/03/
07
04
:
24:
49 grubba Exp $")
AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h)
134:
SMARTLINK="$BUILDDIR/smartlink" AC_MSG_CHECKING(if $SMARTLINK exists is up to date and works)
-
if ls -1tr "$SMARTLINK${ac_exeext}" "$srcdir/smartlink.$ac_ext" | head -1 | grep "smartlink.$ac_ext" >/dev/null && "$SMARTLINK" -v >/dev/null 2>&5; then
+
if ls -1tr "$SMARTLINK${ac_exeext}" "$srcdir/smartlink.$ac_ext" | head -1 | grep "smartlink.$ac_ext" >/dev/null
2>
&
5
&
&
"$SMARTLINK" -v >/dev/null 2>&5; then
AC_MSG_RESULT(yes) else AC_MSG_RESULT(no)