]> sourceware.org Git - automake.git/commitdiff
* automake.in (&handle_configure): Fortunately, $top_reldir,
authorAkim Demaille <akim@epita.fr>
Wed, 28 Feb 2001 09:49:08 +0000 (09:49 +0000)
committerAkim Demaille <akim@epita.fr>
Wed, 28 Feb 2001 09:49:08 +0000 (09:49 +0000)
which definition was highly suspicious, was useless.

ChangeLog
automake.in

index e89c54ee0c32418922c83c8d621f62b3fc1e5651..b22f9392e3dc2ceff21ffad4b31dc03eaf3cee92 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-02-28  Akim Demaille  <akim@epita.fr>
+
+       * automake.in (&handle_configure): Fortunately, $top_reldir,
+       which definition was highly suspicious, was useless.
+
 2001-02-27  Akim Demaille  <akim@epita.fr>
 
        * automake.in (%exec_dir_p): Move at the top so that it is visible
index 5ebbf5817b4467889627aba74e8b7131624bc2c0..d7d7c4837fa264037d867282cfa304831f5dd956 100755 (executable)
@@ -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';
This page took 0.042326 seconds and 5 git commands to generate.