projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
133d94d
)
fix for older sed versions
author
Matthias Braun
<matze@braunis.de>
Fri, 10 Dec 2004 20:53:08 +0000
(20:53 +0000)
committer
Matthias Braun
<matze@braunis.de>
Fri, 10 Dec 2004 20:53:08 +0000
(20:53 +0000)
SVN-Revision: 2251
autogen.sh
patch
|
blob
|
history
diff --git
a/autogen.sh
b/autogen.sh
index
467fb84
..
f2d07d8
100755
(executable)
--- a/
autogen.sh
+++ b/
autogen.sh
@@
-13,7
+13,8
@@
aclocal -I mk/autoconf
autoconf --trace=AC_SUBST \
| sed -e 's/configure.ac:[0-9]*:AC_SUBST:\([^:]*\).*/\1 ?= "@\1@" ;/g' \
> Jamconfig.in
-sed -e 's/.*BACKSLASH.*//' -i Jamconfig.in
+sed -e 's/.*BACKSLASH.*//' -i~ Jamconfig.in
+rm Jamconfig.in~
echo 'INSTALL ?= "@INSTALL@" ;' >> Jamconfig.in
echo 'JAMCONFIG_READ = yes ;' >> Jamconfig.in