From 62f85e19d34a83f3af136f131fb9042090784d13 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Wed, 29 Nov 1995 22:04:50 +0000 Subject: [PATCH] (handle_configure): Fixed typo. --- automake.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automake.in b/automake.in index 05406093..4bc0dfdd 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. -- 2.43.5