From 379d0812578be782f43efc036b5b16ae685a5f3b Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Wed, 28 Feb 2001 09:49:08 +0000 Subject: [PATCH] * automake.in (&handle_configure): Fortunately, $top_reldir, which definition was highly suspicious, was useless. --- ChangeLog | 5 +++++ automake.in | 9 +-------- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index e89c54ee..b22f9392 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-02-28 Akim Demaille + + * automake.in (&handle_configure): Fortunately, $top_reldir, + which definition was highly suspicious, was useless. + 2001-02-27 Akim Demaille * automake.in (%exec_dir_p): Move at the top so that it is visible diff --git a/automake.in b/automake.in index 5ebbf581..d7d7c483 100755 --- a/automake.in +++ b/automake.in @@ -3079,13 +3079,7 @@ sub handle_configure . ' CONFIG_HEADERS= CONFIG_LINKS= $(SHELL) ./config.status' . "\n\n"); - my $top_reldir; - if ($relative_dir ne '.') - { - # In subdirectory. - $top_reldir = '../'; - } - else + if ($relative_dir eq '.') { &handle_aclocal_m4; $output_rules .= @@ -3093,7 +3087,6 @@ sub handle_configure &transform ('CONFIGURE_AC' => $configure_ac)); &examine_variable ('CONFIG_STATUS_DEPENDENCIES'); &examine_variable ('CONFIGURE_DEPENDENCIES'); - $top_reldir = ''; &push_dist_common ('acconfig.h') if -f 'acconfig.h'; -- 2.43.5