--- 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 ;;