projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61c18e9
)
add some comments
author
Matthias Braun
<matze@braunis.de>
Tue, 11 Apr 2006 16:00:21 +0000
(16:00 +0000)
committer
Matthias Braun
<matze@braunis.de>
Tue, 11 Apr 2006 16:00:21 +0000
(16:00 +0000)
SVN-Revision: 3298
autogen.sh
patch
|
blob
|
history
diff --git
a/autogen.sh
b/autogen.sh
index
f417284
..
c8fcac7
100755
(executable)
--- a/
autogen.sh
+++ b/
autogen.sh
@@
-11,11
+11,13
@@
autoheader
# generate Jamconfig.in
cat > Jamconfig.in << __EOF__
+# the following unsets some stuff from Jambase
CC = ;
CFLAGS = ;
LINK = ;
LINKFLAGS = ;
AR = ;
+# Configuration part (you can customize this)
__EOF__
autoconf --trace=AC_SUBST \
| sed -e 's/configure.ac:[0-9]*:AC_SUBST:\([^:]*\).*/\1 ?= "@\1@" ;/g' \