projects
/
tinc
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f22b941
)
make is not always GNU make.
author
Wessel Dankers
<wsl@tinc-vpn.org>
Tue, 9 Oct 2001 19:41:56 +0000
(19:41 +0000)
committer
Wessel Dankers
<wsl@tinc-vpn.org>
Tue, 9 Oct 2001 19:41:56 +0000
(19:41 +0000)
autogen.sh
patch
|
blob
|
history
diff --git
a/autogen.sh
b/autogen.sh
index
344fbfa
..
c0083be
100644
(file)
--- a/
autogen.sh
+++ b/
autogen.sh
@@
-4,6
+4,8
@@
DIE=0
+alias make=${MAKE:-make}
+
srcdir="`/bin/pwd`"
(autoconf --version) < /dev/null > /dev/null 2>&1 || {