diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2008-02-07 08:23:28 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2008-02-07 08:23:28 +0000 |
commit | 0a189bdfc2d125fb1ff94e9e50f8b4a932bfc9fb (patch) | |
tree | 8ff33ca7f8f5341569c4dddf2a2e4248cb7b0d15 /Build/source/libs/xpdf | |
parent | db610e01cf7c9090b186ef4fcdd2c4276146591d (diff) |
stricter sed syntax
git-svn-id: svn://tug.org/texlive/trunk@6516 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/xpdf')
-rwxr-xr-x | Build/source/libs/xpdf/configure | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Build/source/libs/xpdf/configure b/Build/source/libs/xpdf/configure index abd6d5e5f7a..07230b56a31 100755 --- a/Build/source/libs/xpdf/configure +++ b/Build/source/libs/xpdf/configure @@ -5200,7 +5200,7 @@ fi # first with our modifications and then unmodified. kpse_substs="sed -e '/@configure_input@/ { h; \ s,@configure_input@,xpdf/Makefile.aux. Generated from `echo xpdf/Makefile.in | - sed 's,.*/,,'` by configure.,; G }'" + sed 's,.*/,,'` by configure.,; G; }'" for kpse_inc in $kpse_file_substs; do kpse_read=`case $kpse_inc in [\\/$]*) # Absolute @@ -5270,7 +5270,7 @@ fi # first with our modifications and then unmodified. kpse_substs="sed -e '/@configure_input@/ { h; \ s,@configure_input@,goo/Makefile.aux. Generated from `echo goo/Makefile.in | - sed 's,.*/,,'` by configure.,; G }'" + sed 's,.*/,,'` by configure.,; G; }'" for kpse_inc in $kpse_file_substs; do kpse_read=`case $kpse_inc in [\\/$]*) # Absolute @@ -5340,7 +5340,7 @@ fi # first with our modifications and then unmodified. kpse_substs="sed -e '/@configure_input@/ { h; \ s,@configure_input@,fofi/Makefile.aux. Generated from `echo fofi/Makefile.in | - sed 's,.*/,,'` by configure.,; G }'" + sed 's,.*/,,'` by configure.,; G; }'" for kpse_inc in $kpse_file_substs; do kpse_read=`case $kpse_inc in [\\/$]*) # Absolute |