From: Tom Tromey Date: Sun, 26 Nov 1995 07:11:04 +0000 (+0000) Subject: Distribution config.h.in if required X-Git-Tag: Release-0-25~131 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4e9ed9831252f2f1d702920617b4a9fc48cf3097;p=thirdparty%2Fautomake.git Distribution config.h.in if required --- diff --git a/automake.in b/automake.in index ff0d56233..66b2f638e 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