From: Bruno Haible Date: Tue, 30 Apr 2002 14:45:00 +0000 (+0000) Subject: gettextize must also copy mkinstalldirs. X-Git-Tag: v0.11.3~93 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=daf3d79776cdc87512a0d8f551e84e46c6733c55;p=thirdparty%2Fgettext.git gettextize must also copy mkinstalldirs. --- diff --git a/ChangeLog b/ChangeLog index 7c3ce11dc..e47030183 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2002-04-28 Bruno Haible + + * Makefile.am (gettextsrc_SCRIPTS): Add mkinstalldirs. + 2002-04-24 Bruno Haible * gettext-0.11.2 released. diff --git a/Makefile.am b/Makefile.am index 5880ff77b..1d7024fb2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -24,7 +24,7 @@ MAKEINFO = env LANG= LANGUAGE= @MAKEINFO@ gettextsrcdir = $(datadir)/gettext gettextsrc_DATA = ABOUT-NLS -gettextsrc_SCRIPTS = config.rpath +gettextsrc_SCRIPTS = config.rpath mkinstalldirs SUBDIRS = doc intl intl-java lib libuniname src po man m4 projects misc tests diff --git a/misc/ChangeLog b/misc/ChangeLog index 97e4ef5d3..e4c0d7abb 100644 --- a/misc/ChangeLog +++ b/misc/ChangeLog @@ -1,3 +1,7 @@ +2002-04-28 Bruno Haible + + * gettextize.in: Treat mkinstalldirs like config.rpath. + 2002-04-27 Karl Eichwalder * po-mode.el (po-mode-menu-layout): Add tooltips. diff --git a/misc/gettextize.in b/misc/gettextize.in index 05e284796..526a2868c 100644 --- a/misc/gettextize.in +++ b/misc/gettextize.in @@ -199,7 +199,7 @@ for file in *; do ($try_ln_s && ln -s $gettext_dir/$file $srcdir/$file && $echo "Symlinking file $file") 2>/dev/null || { $echo "Copying file $file"; cp $file $srcdir/$file; } ;; - config.rpath) + config.rpath | mkinstalldirs) auxdir=`cat $srcdir/$configure_in | grep '^AC_CONFIG_AUX_DIR' | sed -n -e 's/AC_CONFIG_AUX_DIR(\([^()]*\))/\1/p' | sed -e 's/^\[\(.*\)\]$/\1/' | sed -e 1q` if test -n "$auxdir"; then auxdir="$auxdir/"