]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
Include stamp-h.in in DIST_COMMON if necessary
authorTom Tromey <tromey@redhat.com>
Sun, 26 Nov 1995 06:36:03 +0000 (06:36 +0000)
committerTom Tromey <tromey@redhat.com>
Sun, 26 Nov 1995 06:36:03 +0000 (06:36 +0000)
automake.in

index dcf34944296d4e25aba539a6c0a2ced70d715a77..33411df96c16062d6b469667f84822c9bab20871 100755 (executable)
@@ -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