projects
/
gnushogi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
db669bb
)
Don't cause autogen.sh to run configure.
author
Yann Dirson
<ydirson@free.fr>
Tue, 8 Oct 2013 18:45:16 +0000 (20:45 +0200)
committer
Yann Dirson
<ydirson@free.fr>
Tue, 8 Oct 2013 20:33:49 +0000 (22:33 +0200)
autogen.sh
patch
|
blob
|
history
diff --git
a/autogen.sh
b/autogen.sh
index
51d3f89
..
5735df7
100755
(executable)
--- a/
autogen.sh
+++ b/
autogen.sh
@@
-2,7
+2,4
@@
autoreconf -f -i
-if [ -z "$NOCONFIGURE" ]; then
- ./configure "$@"
-fi
-
+echo "You may now run ./configure"