From 7d206be540b4ea7dc37ccc1d1649fb0947371af3 Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Mon, 20 Mar 2006 22:59:36 +0000 Subject: [PATCH] fix autogen.sh for old seds like found on msys SVN-Revision: 3107 --- autogen.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/autogen.sh b/autogen.sh index a0593e3c1..8241d5aea 100755 --- a/autogen.sh +++ b/autogen.sh @@ -12,9 +12,8 @@ autoheader # generate Jamconfig.in autoconf --trace=AC_SUBST \ | sed -e 's/configure.ac:[0-9]*:AC_SUBST:\([^:]*\).*/\1 ?= "@\1@" ;/g' \ + | sed -e 's/.*BACKSLASH.*//' \ > Jamconfig.in -sed -e 's/.*BACKSLASH.*//' -i~ Jamconfig.in -rm Jamconfig.in~ echo 'INSTALL ?= "@INSTALL@" ;' >> Jamconfig.in echo 'JAMCONFIG_READ = yes ;' >> Jamconfig.in -- 2.11.0