fix for older sed versions
authorMatthias Braun <matze@braunis.de>
Fri, 10 Dec 2004 20:53:08 +0000 (20:53 +0000)
committerMatthias Braun <matze@braunis.de>
Fri, 10 Dec 2004 20:53:08 +0000 (20:53 +0000)
SVN-Revision: 2251

autogen.sh

index 467fb84..f2d07d8 100755 (executable)
@@ -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