From: Tom Tromey Date: Wed, 29 Nov 1995 22:04:50 +0000 (+0000) Subject: (handle_configure): Fixed typo. X-Git-Tag: Release-0-25~47 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5761ffaf6d07cfe3be016d1609ee57abeccac03;p=thirdparty%2Fautomake.git (handle_configure): Fixed typo. --- diff --git a/automake.in b/automake.in index 054060932..4bc0dfdd1 100755 --- a/automake.in +++ b/automake.in @@ -745,7 +745,7 @@ sub handle_configure &require_file ('mkinstalldirs'); } - if (defined ($configure{'CONFIG_HEADER'}) + if (defined ($contents{'CONFIG_HEADER'}) && $contents{'CONFIG_HEADER'} !~ m,/,) { # Header defined and in this directory.