]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
* mkinstalldirs: New version from autoconf.
authorTom Tromey <tromey@redhat.com>
Thu, 14 Jan 1999 11:59:35 +0000 (11:59 +0000)
committerTom Tromey <tromey@redhat.com>
Thu, 14 Jan 1999 11:59:35 +0000 (11:59 +0000)
ChangeLog
lib/mkinstalldirs
mkinstalldirs

index d37b4a19f8c6c9b7942ff5fe64679eba22f158b3..544b806be5450e2d483a1e0493c0d123bbe17451 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+1999-01-14  Tom Tromey  <tromey@cygnus.com>
+
+       * mkinstalldirs: New version from autoconf.
+
 1999-01-12  Tom Tromey  <tromey@cygnus.com>
 
        * config.sub, config.guess, COPYING, texinfo.tex: New versions
index 6312657470e79991282a35dbe56edc05b7dce2af..21224db85cdd48da0533ee52efe948797764fa20 100755 (executable)
@@ -4,7 +4,7 @@
 # Created: 1993-05-16
 # Public domain
 
-# $Id: mkinstalldirs,v 1.6 1997/05/06 05:29:04 tromey Exp $
+# $Id: mkinstalldirs,v 1.7 1999/01/14 11:59:35 tromey Exp $
 
 errstatus=0
 
@@ -22,7 +22,7 @@ do
      esac
 
      if test ! -d "$pathcomp"; then
-        echo "mkdir $pathcomp" 1>&2
+        echo "mkdir $pathcomp"
 
         mkdir "$pathcomp" || lasterr=$?
 
index 6312657470e79991282a35dbe56edc05b7dce2af..21224db85cdd48da0533ee52efe948797764fa20 100755 (executable)
@@ -4,7 +4,7 @@
 # Created: 1993-05-16
 # Public domain
 
-# $Id: mkinstalldirs,v 1.6 1997/05/06 05:29:04 tromey Exp $
+# $Id: mkinstalldirs,v 1.7 1999/01/14 11:59:35 tromey Exp $
 
 errstatus=0
 
@@ -22,7 +22,7 @@ do
      esac
 
      if test ! -d "$pathcomp"; then
-        echo "mkdir $pathcomp" 1>&2
+        echo "mkdir $pathcomp"
 
         mkdir "$pathcomp" || lasterr=$?