From 85b488fe87668cf0ac750fdae34176d863a3ed55 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Thu, 20 May 2004 09:43:27 +0000 Subject: [PATCH] Revision: miles@gnu.org--gnu-2004/gnus--devo--0--patch-5 Use explicit tags for autoconf input files Autoconf doesn't support an automatically stripped comment syntax for .in files, so except for configure.in, we must use explicit tags. :-( --- Makefile.in | 4 ---- etc/Makefile.in | 4 ---- lisp/Makefile.in | 4 ---- texi/Makefile.in | 4 ---- texi/gnusconfig.tex.in | 4 ---- texi/ps/Makefile.in | 4 ---- 6 files changed, 24 deletions(-) diff --git a/Makefile.in b/Makefile.in index a0ce39a67..73b8eb361 100644 --- a/Makefile.in +++ b/Makefile.in @@ -59,7 +59,3 @@ Makefile: $(srcdir)/Makefile.in config.status # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: - -m4_if(dnl Do not change this comment - arch-tag: 9aa23320-10af-4c6d-814e-94cb575e38bc -)dnl diff --git a/etc/Makefile.in b/etc/Makefile.in index c5e5a0e76..8ef7da1dc 100644 --- a/etc/Makefile.in +++ b/etc/Makefile.in @@ -58,7 +58,3 @@ distclean: # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: - -m4_if(dnl Do not change this comment - arch-tag: 2bb4458b-f1c3-41ab-a3b2-260899daa307 -)dnl diff --git a/lisp/Makefile.in b/lisp/Makefile.in index 2c3d2bf21..b0b544795 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in @@ -84,7 +84,3 @@ Makefile: $(srcdir)/Makefile.in ../config.status # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: - -m4_if(dnl Do not change this comment - arch-tag: c4d7b32b-7365-4eba-9f52-ba04469878a4 -)dnl diff --git a/texi/Makefile.in b/texi/Makefile.in index 53ce386e0..eefd57fd9 100644 --- a/texi/Makefile.in +++ b/texi/Makefile.in @@ -252,7 +252,3 @@ gnusconfig.tex: $(srcdir)/gnusconfig.tex.in ../config.status # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: - -m4_if(dnl Do not change this comment - arch-tag: 9ba7e62d-d90d-45c1-a2de-5926f6fb2b9c -)dnl diff --git a/texi/gnusconfig.tex.in b/texi/gnusconfig.tex.in index 15712995d..498910462 100644 --- a/texi/gnusconfig.tex.in +++ b/texi/gnusconfig.tex.in @@ -9,7 +9,3 @@ %%% mode: latex %%% TeX-master: t %%% End: - -m4_if(dnl Do not change this comment - arch-tag: c5d3af43-9822-47f4-8560-3784a0350d14 -)dnl diff --git a/texi/ps/Makefile.in b/texi/ps/Makefile.in index 55e44ac89..644ad5088 100644 --- a/texi/ps/Makefile.in +++ b/texi/ps/Makefile.in @@ -211,7 +211,3 @@ Makefile: $(srcdir)/Makefile.in ../../config.status # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: - -m4_if(dnl Do not change this comment - arch-tag: b51c354c-9f54-4505-9482-0d66d95174ac -)dnl -- 2.25.1