1
0
mirror of https://git.savannah.gnu.org/git/gperf.git synced 2025-12-02 21:19:24 +00:00

Use mkinstalldirs, because "mkdir -p" is not portable.

This commit is contained in:
Bruno Haible
2000-08-20 12:46:09 +00:00
parent 8aa759250c
commit 6ff9669aa7
4 changed files with 61 additions and 18 deletions

View File

@@ -1,5 +1,12 @@
2000-08-20 Bruno Haible <bruno@linuix.math.u-bordeaux.fr>
* mkinstalldirs: New file, from automake-1.4, grep-2.4.1, guile-1.4,
libtool-1.3.3, make-3.79.1, tar-1.13.
* srcdir/Makefile.in (MKINSTALLDIRS): New variable.
(install, installdirs): Use it instead of mkdir.
* docdir/Makefile.in (MKINSTALLDIRS): New variable.
(install, installdirs): Use it instead of mkdir.
* INSTALL: Update.
2000-08-19 Bruno Haible <bruno@linuix.math.u-bordeaux.fr>