pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
1999-05-11
1999-05-11 23:08:35 by Henrik Grubbström (Grubba) <grubba@grubba.org>
54be21caafc3c52fe2bc12c6dcf9afedf1d3eeb6 (
7
lines) (+
5
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed CHECK_HEADERS test.
Rev: src/configure.in:1.284
1:
-
AC_REVISION("$Id: configure.in,v 1.
283
1999/05/11
22
:
41
:
39
grubba Exp $")
+
AC_REVISION("$Id: configure.in,v 1.
284
1999/05/11
23
:
08
:
35
grubba Exp $")
AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h)
58:
AC_CHECK_HEADERS(fnord/fnord/fnord.h)
+
AC_MSG_CHECKING([if CHECK_HEADERS works])
if test "x$ac_cv_header_fnord_fnord_fnord_h" = xyes ; then
-
AC_MSG_RESULT(
"AC_MSG_HEADER is obviously not working properly."
)
+
AC_MSG_RESULT(
no
)
exit 1 fi
-
+
AC_MSG_RESULT(yes)
############################################################################# AC_MINIX