also install required files for HAVE_INCLUDES
[buildroot.git] / package / sed / configure.patch
blob3e90c39d47e92cc65f3df8b8cc6e9dc09118863b
1 diff -Nru sed-4.1.5.orig/configure sed-4.1.5/configure
2 --- sed-4.1.5.orig/configure 2006-02-03 11:24:40.000000000 +0200
3 +++ sed-4.1.5/configure 2007-02-23 14:03:55.000000000 +0200
4 @@ -10147,8 +10147,6 @@
5 LINGUAS="${LINGUAS-%UNSET%}"
8 - install_sh="$install_sh"
10 _ACEOF
13 @@ -11265,14 +11263,10 @@
14 esac
15 done ;;
16 gettext-fix )
17 - sed -e '/^mkinstalldirs *=/a\' \
18 - -e "install_sh=$install_sh" \
19 - -e 's/^mkinstalldirs *=.*/mkinstalldirs=$(MKINSTALLDIRS)/' \
20 + sed -e 's/^mkinstalldirs *=.*/mkinstalldirs=$(MKINSTALLDIRS)/' \
21 intl/Makefile > intl/Makefile.tmp
22 mv intl/Makefile.tmp intl/Makefile
23 - sed -e '/^mkinstalldirs *=/a\' \
24 - -e "install_sh=$install_sh" \
25 - -e 's/^mkinstalldirs *=.*/mkinstalldirs=$(MKINSTALLDIRS)/' \
26 + sed -e 's/^mkinstalldirs *=.*/mkinstalldirs=$(MKINSTALLDIRS)/' \
27 po/Makefile > po/Makefile.tmp
28 mv po/Makefile.tmp po/Makefile ;;
29 esac