projects
/
tinc
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
0c34478
)
Autodetect $MAKE/gmake/make.
author
Guus Sliepen
<guus@tinc-vpn.org>
Sun, 10 Mar 2002 14:07:08 +0000
(14:07 +0000)
committer
Guus Sliepen
<guus@tinc-vpn.org>
Sun, 10 Mar 2002 14:07:08 +0000
(14:07 +0000)
autogen.sh
patch
|
blob
|
history
diff --git
a/autogen.sh
b/autogen.sh
index
c0083be
..
186d1e3
100644
(file)
--- a/
autogen.sh
+++ b/
autogen.sh
@@
-4,7
+4,7
@@
DIE=0
-alias make=${MAKE:-
make
}
+alias make=${MAKE:-
`which gmake || which make`
}
srcdir="`/bin/pwd`"