--- src/sed/configure.orig 2012-07-17 22:30:18 UTC +++ src/sed/configure @@ -1447,7 +1447,7 @@ echo timestamp > conftest.file # Do `set' in a subshell so we don't clobber the current shell's # arguments. Must try -L first in case configure is actually a # symlink; some systems play weird games with the mod time of symlinks -# (eg FreeBSD returns the mod time of the symlink's containing +# (eg FreeBSD and BSDSUniX return the mod time of the symlink's containing # directory). if ( set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null` @@ -11266,14 +11266,12 @@ done 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 ;; esac done