projects
/
platform
/
upstream
/
kmod.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c96693
)
build-sys: default to "" as rootprefix
author
Lucas De Marchi
<lucas.demarchi@profusion.mobi>
Tue, 20 Dec 2011 18:52:21 +0000
(16:52 -0200)
committer
Lucas De Marchi
<lucas.demarchi@profusion.mobi>
Tue, 20 Dec 2011 18:52:21 +0000
(16:52 -0200)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
d0bdeb4
..
3de639b
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-29,7
+29,7
@@
required_private_libs=""
AC_ARG_WITH([rootprefix],
AS_HELP_STRING([--with-rootprefix=DIR], [rootfs directory prefix for config files and kernel modules]),
- [], [with_rootprefix=
$prefix
])
+ [], [with_rootprefix=
""
])
AC_SUBST([rootprefix], [$with_rootprefix])
AC_ARG_ENABLE([tools],