From bbece175c960338be32e9c2381800d4657315ff3 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Tue, 23 Jul 2013 18:57:17 -0400 Subject: [PATCH] Use a @configure_input@ comment at the start of generated Makefiles --- Makefile.in | 4 +--- admin/unidata/Makefile.in | 2 +- doc/emacs/Makefile.in | 2 +- doc/lispintro/Makefile.in | 2 +- doc/lispref/Makefile.in | 2 +- doc/misc/Makefile.in | 2 +- leim/Makefile.in | 2 +- lib-src/Makefile.in | 7 ++++--- lisp/Makefile.in | 3 ++- lwlib/Makefile.in | 2 ++ nextstep/Makefile.in | 2 +- nt/Makefile.in | 2 +- oldXMenu/Makefile.in | 2 +- src/Makefile.in | 2 +- test/automated/Makefile.in | 3 ++- 15 files changed, 21 insertions(+), 18 deletions(-) diff --git a/Makefile.in b/Makefile.in index a5accbf04a..dad0a57107 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,6 +1,4 @@ -# DIST: This is the distribution Makefile for Emacs. configure can -# DIST: make most of the changes to this file you might want, so try -# DIST: that first. +### @configure_input@ # Copyright (C) 1992-2013 Free Software Foundation, Inc. diff --git a/admin/unidata/Makefile.in b/admin/unidata/Makefile.in index 49cd9bb6d3..c759079a49 100644 --- a/admin/unidata/Makefile.in +++ b/admin/unidata/Makefile.in @@ -1,4 +1,4 @@ -# Makefile -- Makefile to generate character property tables. +### @configure_input@ # Copyright (C) 2012-2013 Free Software Foundation, Inc. diff --git a/doc/emacs/Makefile.in b/doc/emacs/Makefile.in index 2fec57f838..32bb39b127 100644 --- a/doc/emacs/Makefile.in +++ b/doc/emacs/Makefile.in @@ -1,4 +1,4 @@ -#### Makefile for the Emacs Manual +### @configure_input@ # Copyright (C) 1994, 1996-2013 Free Software Foundation, Inc. diff --git a/doc/lispintro/Makefile.in b/doc/lispintro/Makefile.in index b60c752e92..d5462f9e70 100644 --- a/doc/lispintro/Makefile.in +++ b/doc/lispintro/Makefile.in @@ -1,4 +1,4 @@ -#### Makefile for the Emacs Lisp Introduction manual +### @configure_input@ # Copyright (C) 1994-1999, 2001-2013 Free Software Foundation, Inc. diff --git a/doc/lispref/Makefile.in b/doc/lispref/Makefile.in index 19cf2cc4a5..8e6d034804 100644 --- a/doc/lispref/Makefile.in +++ b/doc/lispref/Makefile.in @@ -1,4 +1,4 @@ -# Makefile for the GNU Emacs Lisp Reference Manual. +### @configure_input@ # Copyright (C) 1990-1996, 1998-2013 Free Software Foundation, Inc. diff --git a/doc/misc/Makefile.in b/doc/misc/Makefile.in index 4fb4865b8a..712fbccbfd 100644 --- a/doc/misc/Makefile.in +++ b/doc/misc/Makefile.in @@ -1,4 +1,4 @@ -#### Makefile for documentation other than the Emacs manual. +### @configure_input@ # Copyright (C) 1994, 1996-2013 Free Software Foundation, Inc. diff --git a/leim/Makefile.in b/leim/Makefile.in index 5edf1665af..b04eb6c2e7 100644 --- a/leim/Makefile.in +++ b/leim/Makefile.in @@ -1,4 +1,4 @@ -# Makefile for leim subdirectory in GNU Emacs. +### @configure_input@ # Copyright (C) 1997-2013 Free Software Foundation, Inc. # Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in index 2e0e281876..8285910cdb 100644 --- a/lib-src/Makefile.in +++ b/lib-src/Makefile.in @@ -1,6 +1,7 @@ -# Makefile for lib-src subdirectory in GNU Emacs. -# Copyright (C) 1985, 1987-1988, 1993-1994, 2001-2013 Free Software -# Foundation, Inc. +### @configure_input@ + +# Copyright (C) 1985, 1987-1988, 1993-1994, 2001-2013 +# Free Software Foundation, Inc. # This file is part of GNU Emacs. diff --git a/lisp/Makefile.in b/lisp/Makefile.in index f93f2d32ef..066e15368d 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in @@ -1,4 +1,5 @@ -# Maintenance productions for the Lisp directory +### @configure_input@ + # Copyright (C) 2000-2013 Free Software Foundation, Inc. # This file is part of GNU Emacs. diff --git a/lwlib/Makefile.in b/lwlib/Makefile.in index a44f62955b..f228221c45 100644 --- a/lwlib/Makefile.in +++ b/lwlib/Makefile.in @@ -1,3 +1,5 @@ +### @configure_input@ + # Copyright (C) 1992, 1993 Lucid, Inc. # Copyright (C) 1994, 2001-2013 Free Software Foundation, Inc. # diff --git a/nextstep/Makefile.in b/nextstep/Makefile.in index cd226821f1..feeafc0d69 100644 --- a/nextstep/Makefile.in +++ b/nextstep/Makefile.in @@ -1,4 +1,4 @@ -### nextstep/Makefile for GNU Emacs +### @configure_input@ ## Copyright (C) 2012-2013 Free Software Foundation, Inc. diff --git a/nt/Makefile.in b/nt/Makefile.in index 7f68a1b83a..0b7318c9b4 100644 --- a/nt/Makefile.in +++ b/nt/Makefile.in @@ -1,4 +1,4 @@ -# nt/Makefile for GNU Emacs. +### @configure_input@ # Copyright (C) 2013 Free Software Foundation, Inc. diff --git a/oldXMenu/Makefile.in b/oldXMenu/Makefile.in index f4fda56e28..b08e6649cb 100644 --- a/oldXMenu/Makefile.in +++ b/oldXMenu/Makefile.in @@ -1,4 +1,4 @@ -## Makefile for oldXMenu +### @configure_input@ ## Copyright 1985, 1986, 1987 by the Massachusetts Institute of Technology diff --git a/src/Makefile.in b/src/Makefile.in index 931b3e71d6..066507580b 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -1,4 +1,4 @@ -# src/Makefile for GNU Emacs. +### @configure_input@ # Copyright (C) 1985, 1987-1988, 1993-1995, 1999-2013 Free Software # Foundation, Inc. diff --git a/test/automated/Makefile.in b/test/automated/Makefile.in index 6e7111e589..d4bfcc1213 100644 --- a/test/automated/Makefile.in +++ b/test/automated/Makefile.in @@ -1,4 +1,5 @@ -# Maintenance productions for the automated test directory +### @configure_input@ + # Copyright (C) 2010-2013 Free Software Foundation, Inc. # This file is part of GNU Emacs. -- 2.20.1