pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
2004-03-09
2004-03-09 18:46:44 by Henrik Grubbström (Grubba) <grubba@grubba.org>
a10a9835ad9250fa8e39369fd5a9637b49b286bc (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
7.9
Improved diagnostics.
Rev: src/configure.in:1.808
1:
-
AC_REVISION("$Id: configure.in,v 1.
807
2004/03/09 18:
40
:
50
grubba Exp $")
+
AC_REVISION("$Id: configure.in,v 1.
808
2004/03/09 18:
46
:
44
grubba Exp $")
AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h)
36:
if touch "$srcdir/configure~"; then # Check that the system time is reasonably correct. if test `cd "$srcdir" && ls -1t configure configure~ | head -n 1` = "configure"; then
+
echo "Current system time is `date`."
AC_MSG_ERROR([ $srcdir/configure has modification time in the future. Check and set your system time.
-
Current system time is `date`.
+
]) fi else
-
+
ls -ld "$srcdir"
AC_MSG_ERROR([ Failed to write in source directory. Fix your permissions.
-
`ls -ld $srcdir`
+
]) fi