]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
gettextize must also copy mkinstalldirs.
authorBruno Haible <bruno@clisp.org>
Tue, 30 Apr 2002 14:45:00 +0000 (14:45 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:07:55 +0000 (12:07 +0200)
ChangeLog
Makefile.am
misc/ChangeLog
misc/gettextize.in

index 7c3ce11dcd1c76dd3c366ba59c1f18620c40920f..e4703018387371eed29abadb6d1d65930036790d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+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.
index 5880ff77bc74a4ab4976b6e44854add37bac3439..1d7024fb2e7e46cab8095536464cf045b462bbbf 100644 (file)
@@ -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
 
index 97e4ef5d38203f0b019eb12eecb8baa6b342ce8d..e4c0d7abb63708544390e3aa0ff26c273a3a15c3 100644 (file)
@@ -1,3 +1,7 @@
+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.
index 05e284796bef6da09107962af708877cd2c1e848..526a2868c6087f82a5615d657b826813806eb228 100644 (file)
@@ -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/"