From 3183e49e8046ad075941b7745c99e663d7c6b616 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Sun, 26 Nov 1995 07:11:04 +0000 Subject: [PATCH] Distribution config.h.in if required --- automake.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automake.in b/automake.in index ff0d5623..66b2f638 100755 --- a/automake.in +++ b/automake.in @@ -407,7 +407,7 @@ p test -f acconfig.h && echo "ACCONFIG = acconfig.h" >&4 test -f config.h.top && echo "CONFIG_TOP = config.h.top" >&4 test -f config.h.bot && echo "CONFIG_BOT = config.h.bot" >&4 - am_dist_common="stamp-h.in $am_dist_common" + am_dist_common="stamp-h.in ${CONFIG_HEADER}.in $am_dist_common" cat $am_dir/remake-hdr.am >&5 ;; esac -- 2.43.5