From: Tom Tromey Date: Tue, 23 Nov 1999 05:04:49 +0000 (+0000) Subject: * automake.in (scan_one_configure_file): Define `install_sh' X-Git-Tag: Release-1-4b~171 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f70754b571868a9d678b9a8a5b255c24846a707a;p=thirdparty%2Fautomake.git * automake.in (scan_one_configure_file): Define `install_sh' configure variable when AM_INIT_AUTOMAKE seen. Report from Jim Meyering. --- diff --git a/ChangeLog b/ChangeLog index c3e0e49a9..50b854f25 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 1999-11-22 Tom Tromey + * automake.in (scan_one_configure_file): Define `install_sh' + configure variable when AM_INIT_AUTOMAKE seen. Report from Jim + Meyering. + * automake.in (handle_single_transform_list): Generate explicit rule for subdir objects. Fixes new addition to subobj.test. diff --git a/automake.in b/automake.in index 15ed221a9..8b663abff 100755 --- a/automake.in +++ b/automake.in @@ -4490,6 +4490,7 @@ sub scan_one_configure_file $seen_prog_install = 1; ($package_version = $1) =~ s/$AM_PACKAGE_VERSION_PATTERN/$1/o; $package_version_line = $.; + $configure_vars{'install_sh'} = $filename . ':' . $.; } # This is like AM_INIT_AUTOMAKE, but doesn't actually set the