projects
/
comedi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0de728b
)
make lack of .hdepend in kernel dir a warning instead of an error
author
Frank Mori Hess
<fmhess@speakeasy.net>
Wed, 29 Dec 2004 02:43:28 +0000
(
02:43
+0000)
committer
Frank Mori Hess
<fmhess@speakeasy.net>
Wed, 29 Dec 2004 02:43:28 +0000
(
02:43
+0000)
m4/as-linux.m4
patch
|
blob
|
history
diff --git
a/m4/as-linux.m4
b/m4/as-linux.m4
index e694421f4b0d38d6f97b94a50f5fc7c0bd62bec8..31bf5db4fc007c8699fa967e0ef62aa33e0e8a10 100644
(file)
--- a/
m4/as-linux.m4
+++ b/
m4/as-linux.m4
@@
-524,8
+524,8
@@
AC_DEFUN([AS_LINUX_2_4],
dnl Makefile variable, which originally points to .config
if [[ ! -e "${LINUX_DIR}/.hdepend" ]];then
- AC_MSG_
ERROR
([
-
You
need to run 'make dep' on the kernel source before continuing.])
+ AC_MSG_
WARN
([
+
No .hdepend file found, you may
need to run 'make dep' on the kernel source before continuing.])
fi
{