projects
/
comedi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4cc58cc
)
Needed some more M4 quoting in AS_LINUX_SRC_DIR().
author
Ian Abbott
<abbotti@mev.co.uk>
Fri, 7 Aug 2009 12:50:47 +0000
(12:50 +0000)
committer
Ian Abbott
<abbotti@mev.co.uk>
Fri, 7 Aug 2009 12:50:47 +0000
(12:50 +0000)
m4/as-linux.m4
patch
|
blob
|
history
diff --git
a/m4/as-linux.m4
b/m4/as-linux.m4
index c1fee7a9ff6a8bee16b68b2df12f08bbced68bef..1248f0b03cb7f4af8caf240faf5938c94342c064 100644
(file)
--- a/
m4/as-linux.m4
+++ b/
m4/as-linux.m4
@@
-182,7
+182,7
@@
AC_DEFUN([AS_LINUX_SRC_DIR],
dir=`sed -n -e 's/^KERNELSRC *:= *\(.*\)/\1/p' "$1/Makefile"`
if test -z "$dir"; then
# 2.6.25
- dir=`sed -n -e 's/^MAKEARGS *:= *-C *\([
^[:space:]]*\).*/\1/p' "$LINUX_DIR
/Makefile"`
+ dir=`sed -n -e 's/^MAKEARGS *:= *-C *\([
[^[:space:]]]*\).*/\1/p' "$1
/Makefile"`
fi
if test -z "$dir"; then
AC_MSG_RESULT([no])