From: Tom Tromey Date: Wed, 4 Jul 2001 15:29:37 +0000 (+0000) Subject: * missing: Updated. X-Git-Tag: Release-1-4j~60 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=01effb7506db1f2335eedee5d28021c03eb6eab1;p=automake.git * missing: Updated. * lib/missing (makeinfo): Use subshell, not explicit sh invocation. --- diff --git a/ChangeLog b/ChangeLog index 2930ed39..137a47ba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2001-07-04 Tom Tromey + * 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 634274b1..7658ef54 100644 --- 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 diff --git a/lib/missing b/lib/missing index b2040e4a..3aef1fb1 100755 --- a/lib/missing +++ b/lib/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 diff --git a/missing b/missing index b2040e4a..3aef1fb1 100755 --- 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 diff --git a/stamp-vti b/stamp-vti index 5ef80ccf..7f5d863f 100644 --- 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 diff --git a/version.texi b/version.texi index 5ef80ccf..7f5d863f 100644 --- a/version.texi +++ b/version.texi @@ -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