+2002-04-28 Bruno Haible <bruno@clisp.org>
+
+ * Makefile.am (gettextsrc_SCRIPTS): Add mkinstalldirs.
+
2002-04-24 Bruno Haible <bruno@clisp.org>
* gettext-0.11.2 released.
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
+2002-04-28 Bruno Haible <bruno@clisp.org>
+
+ * gettextize.in: Treat mkinstalldirs like config.rpath.
+
2002-04-27 Karl Eichwalder <ke@suse.de>
* po-mode.el (po-mode-menu-layout): Add tooltips.
($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/"