blob: 2d21118c1299591665b450b84f57578a094c8d60 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
--- configure.orig Tue Feb 28 01:55:46 2006
+++ configure Tue Feb 28 01:56:06 2006
@@ -11266,12 +11266,10 @@
done ;;
gettext-fix )
sed -e '/^mkinstalldirs *=/a\' \
- -e "install_sh=$install_sh" \
-e 's/^mkinstalldirs *=.*/mkinstalldirs=$(MKINSTALLDIRS)/' \
intl/Makefile > intl/Makefile.tmp
mv intl/Makefile.tmp intl/Makefile
sed -e '/^mkinstalldirs *=/a\' \
- -e "install_sh=$install_sh" \
-e 's/^mkinstalldirs *=.*/mkinstalldirs=$(MKINSTALLDIRS)/' \
po/Makefile > po/Makefile.tmp
mv po/Makefile.tmp po/Makefile ;;
|