]> sourceware.org Git - automake.git/commitdiff
* missing: Updated.
authorTom Tromey <tromey@redhat.com>
Wed, 4 Jul 2001 15:29:37 +0000 (15:29 +0000)
committerTom Tromey <tromey@redhat.com>
Wed, 4 Jul 2001 15:29:37 +0000 (15:29 +0000)
* lib/missing (makeinfo): Use subshell, not explicit sh
invocation.

ChangeLog
NEWS
lib/missing
missing
stamp-vti
version.texi

index 2930ed39b312ed7a0c0520eb7efdd255197d0f57..137a47ba81cc3d91e828b73efd50a7f8e0800f3e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2001-07-04  Tom Tromey  <tromey@redhat.com>
 
+       * missing: Updated.
+       * lib/missing (makeinfo): Use subshell, not explicit sh
+       invocation.
+
        * automake.texi (Headers): Mention that we prefer uninstalled
        headers in _SOURCES.
        (ANSI): Mention cross-compilation limitation.
diff --git a/NEWS b/NEWS
index 634274b16cb1b2dc8718c43bcf113e199aaa99d5..7658ef54468a3ae3fc5a5361d03d3603c929312b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,7 @@ New in 1.4h:
   For instance, a _DATA file can appear in a subdir
 * GNU tar is no longer required for `make dist'
 * Added support for `dist_' and `nodist_' prefixes
+* Added support for `nobase_' prefix
 * Compiled Java support
 * Support for per-executable and per-library compilation flags
 * Many bug fixes
index b2040e4a9cdc98096633de2c86e3c5d4c68bfb92..3aef1fb1d23c2d6c85a0133ebf62f070ecc09cc0 100755 (executable)
@@ -209,7 +209,7 @@ WARNING: \`$1' is missing on your system.  You should only need it if
     ;;
 
   makeinfo)
-    if test -z "$run" && sh -c 'makeinfo --version > /dev/null 2>&1'; then
+    if test -z "$run" && (makeinfo --version > /dev/null 2>&1); then
        # We have makeinfo, but it failed.
        exit 1
     fi
diff --git a/missing b/missing
index b2040e4a9cdc98096633de2c86e3c5d4c68bfb92..3aef1fb1d23c2d6c85a0133ebf62f070ecc09cc0 100755 (executable)
--- a/missing
+++ b/missing
@@ -209,7 +209,7 @@ WARNING: \`$1' is missing on your system.  You should only need it if
     ;;
 
   makeinfo)
-    if test -z "$run" && sh -c 'makeinfo --version > /dev/null 2>&1'; then
+    if test -z "$run" && (makeinfo --version > /dev/null 2>&1); then
        # We have makeinfo, but it failed.
        exit 1
     fi
index 5ef80ccf478a905075ef3b585e5c86c2b4b67b00..7f5d863f30dd5c953ff233875312558f34f1fa8a 100644 (file)
--- a/stamp-vti
+++ b/stamp-vti
@@ -1,4 +1,4 @@
-@set UPDATED 1 July 2001
+@set UPDATED 3 July 2001
 @set UPDATED-MONTH July 2001
 @set EDITION 1.4i
 @set VERSION 1.4i
index 5ef80ccf478a905075ef3b585e5c86c2b4b67b00..7f5d863f30dd5c953ff233875312558f34f1fa8a 100644 (file)
@@ -1,4 +1,4 @@
-@set UPDATED 1 July 2001
+@set UPDATED 3 July 2001
 @set UPDATED-MONTH July 2001
 @set EDITION 1.4i
 @set VERSION 1.4i
This page took 0.032488 seconds and 5 git commands to generate.