From: Tom Tromey Date: Sun, 26 Nov 1995 06:36:03 +0000 (+0000) Subject: Include stamp-h.in in DIST_COMMON if necessary X-Git-Tag: Release-0-25~140 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bfdc73f0cce347e3d1d73ebae31175efd7d19c81;p=thirdparty%2Fautomake.git Include stamp-h.in in DIST_COMMON if necessary --- diff --git a/automake.in b/automake.in index dcf349442..33411df96 100755 --- a/automake.in +++ b/automake.in @@ -407,6 +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" cat $am_dir/remake-hdr.am >&5 ;; esac