pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
1999-03-06
1999-03-06 17:47:16 by Henrik Grubbström (Grubba) <grubba@grubba.org>
9041272684515db3230d8930e9700a272b228d94 (
8
lines) (+
5
/-
3
)
[
Show
|
Annotate
]
Branch:
7.9
Now rebuilds the smartlink binary if it's older than smartlink.c.
Rev: src/configure.in:1.267
1:
-
AC_REVISION("$Id: configure.in,v 1.
266
1999/03/06
02
:
36
:16 grubba Exp $")
+
AC_REVISION("$Id: configure.in,v 1.
267
1999/03/06
17
:
47
:16 grubba Exp $")
AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h)
105:
UNAME=unknown fi
+
# FIXME: Add proper tests
case "$UNAME" in OSF1\ V4.*) AC_DEFINE(USE_RPATH)
132:
# Fix a smartlink SMARTLINK="$BUILDDIR/smartlink"
-
AC_MSG_CHECKING(if $SMARTLINK exists and works)
-
if "$SMARTLINK" -v >/dev/null 2>&5; then
+
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
AC_MSG_RESULT(yes) else AC_MSG_RESULT(no)