From: Matthias Braun Date: Fri, 10 Dec 2004 20:53:08 +0000 (+0000) Subject: fix for older sed versions X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=cec03bef2b77059bee5a524f3779bc724c113eab;p=supertux.git fix for older sed versions SVN-Revision: 2251 --- diff --git a/autogen.sh b/autogen.sh index 467fb843d..f2d07d81e 100755 --- 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