projects
/
platform
/
upstream
/
neard.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc9a01b
)
build: Put --prefix before --enable options
author
Marcel Holtmann
<marcel@holtmann.org>
Sun, 10 Jun 2012 23:32:32 +0000
(08:32 +0900)
committer
Marcel Holtmann
<marcel@holtmann.org>
Sun, 10 Jun 2012 23:32:32 +0000
(08:32 +0900)
bootstrap-configure
patch
|
blob
|
history
diff --git
a/bootstrap-configure
b/bootstrap-configure
index
a3a09ab
..
4e705bc
100755
(executable)
--- a/
bootstrap-configure
+++ b/
bootstrap-configure
@@
-7,6
+7,6
@@
fi
./bootstrap && \
./configure --enable-maintainer-mode \
--enable-debug \
+ --prefix=/usr \
--sysconfdir=/etc \
- --enable-tools \
- --prefix=/usr $*
+ --enable-tools $*