From c3a336a6c47b18706f2b6f43ae706f9bdecba446 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Tue, 23 Nov 1999 05:04:49 +0000 Subject: [PATCH] * automake.in (scan_one_configure_file): Define `install_sh' configure variable when AM_INIT_AUTOMAKE seen. Report from Jim Meyering. --- ChangeLog | 4 ++++ automake.in | 1 + 2 files changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index c3e0e49a..50b854f2 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 15ed221a..8b663abf 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 -- 2.43.5