aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2013-07-23 18:57:17 -0400
committerGlenn Morris2013-07-23 18:57:17 -0400
commitbbece175c960338be32e9c2381800d4657315ff3 (patch)
tree76185ca15097f07d0f99f961382bee391babcfe4
parent97afc49a1a5e6482431ab7c6301561936fdcb4b5 (diff)
downloademacs-bbece175c960338be32e9c2381800d4657315ff3.tar.gz
emacs-bbece175c960338be32e9c2381800d4657315ff3.zip
Use a @configure_input@ comment at the start of generated Makefiles
-rw-r--r--Makefile.in4
-rw-r--r--admin/unidata/Makefile.in2
-rw-r--r--doc/emacs/Makefile.in2
-rw-r--r--doc/lispintro/Makefile.in2
-rw-r--r--doc/lispref/Makefile.in2
-rw-r--r--doc/misc/Makefile.in2
-rw-r--r--leim/Makefile.in2
-rw-r--r--lib-src/Makefile.in7
-rw-r--r--lisp/Makefile.in3
-rw-r--r--lwlib/Makefile.in2
-rw-r--r--nextstep/Makefile.in2
-rw-r--r--nt/Makefile.in2
-rw-r--r--oldXMenu/Makefile.in2
-rw-r--r--src/Makefile.in2
-rw-r--r--test/automated/Makefile.in3
15 files changed, 21 insertions, 18 deletions
diff --git a/Makefile.in b/Makefile.in
index a5accbf04a9..dad0a571075 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,6 +1,4 @@
1# DIST: This is the distribution Makefile for Emacs. configure can 1### @configure_input@
2# DIST: make most of the changes to this file you might want, so try
3# DIST: that first.
4 2
5# Copyright (C) 1992-2013 Free Software Foundation, Inc. 3# Copyright (C) 1992-2013 Free Software Foundation, Inc.
6 4
diff --git a/admin/unidata/Makefile.in b/admin/unidata/Makefile.in
index 49cd9bb6d3a..c759079a49a 100644
--- a/admin/unidata/Makefile.in
+++ b/admin/unidata/Makefile.in
@@ -1,4 +1,4 @@
1# Makefile -- Makefile to generate character property tables. 1### @configure_input@
2 2
3# Copyright (C) 2012-2013 Free Software Foundation, Inc. 3# Copyright (C) 2012-2013 Free Software Foundation, Inc.
4 4
diff --git a/doc/emacs/Makefile.in b/doc/emacs/Makefile.in
index 2fec57f838b..32bb39b127a 100644
--- a/doc/emacs/Makefile.in
+++ b/doc/emacs/Makefile.in
@@ -1,4 +1,4 @@
1#### Makefile for the Emacs Manual 1### @configure_input@
2 2
3# Copyright (C) 1994, 1996-2013 Free Software Foundation, Inc. 3# Copyright (C) 1994, 1996-2013 Free Software Foundation, Inc.
4 4
diff --git a/doc/lispintro/Makefile.in b/doc/lispintro/Makefile.in
index b60c752e92b..d5462f9e70f 100644
--- a/doc/lispintro/Makefile.in
+++ b/doc/lispintro/Makefile.in
@@ -1,4 +1,4 @@
1#### Makefile for the Emacs Lisp Introduction manual 1### @configure_input@
2 2
3# Copyright (C) 1994-1999, 2001-2013 Free Software Foundation, Inc. 3# Copyright (C) 1994-1999, 2001-2013 Free Software Foundation, Inc.
4 4
diff --git a/doc/lispref/Makefile.in b/doc/lispref/Makefile.in
index 19cf2cc4a5d..8e6d034804e 100644
--- a/doc/lispref/Makefile.in
+++ b/doc/lispref/Makefile.in
@@ -1,4 +1,4 @@
1# Makefile for the GNU Emacs Lisp Reference Manual. 1### @configure_input@
2 2
3# Copyright (C) 1990-1996, 1998-2013 Free Software Foundation, Inc. 3# Copyright (C) 1990-1996, 1998-2013 Free Software Foundation, Inc.
4 4
diff --git a/doc/misc/Makefile.in b/doc/misc/Makefile.in
index 4fb4865b8a4..712fbccbfde 100644
--- a/doc/misc/Makefile.in
+++ b/doc/misc/Makefile.in
@@ -1,4 +1,4 @@
1#### Makefile for documentation other than the Emacs manual. 1### @configure_input@
2 2
3# Copyright (C) 1994, 1996-2013 Free Software Foundation, Inc. 3# Copyright (C) 1994, 1996-2013 Free Software Foundation, Inc.
4 4
diff --git a/leim/Makefile.in b/leim/Makefile.in
index 5edf1665af7..b04eb6c2e77 100644
--- a/leim/Makefile.in
+++ b/leim/Makefile.in
@@ -1,4 +1,4 @@
1# Makefile for leim subdirectory in GNU Emacs. 1### @configure_input@
2 2
3# Copyright (C) 1997-2013 Free Software Foundation, Inc. 3# Copyright (C) 1997-2013 Free Software Foundation, Inc.
4# Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 4# Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in
index 2e0e2818767..8285910cdbf 100644
--- a/lib-src/Makefile.in
+++ b/lib-src/Makefile.in
@@ -1,6 +1,7 @@
1# Makefile for lib-src subdirectory in GNU Emacs. 1### @configure_input@
2# Copyright (C) 1985, 1987-1988, 1993-1994, 2001-2013 Free Software 2
3# Foundation, Inc. 3# Copyright (C) 1985, 1987-1988, 1993-1994, 2001-2013
4# Free Software Foundation, Inc.
4 5
5# This file is part of GNU Emacs. 6# This file is part of GNU Emacs.
6 7
diff --git a/lisp/Makefile.in b/lisp/Makefile.in
index f93f2d32ef4..066e15368da 100644
--- a/lisp/Makefile.in
+++ b/lisp/Makefile.in
@@ -1,4 +1,5 @@
1# Maintenance productions for the Lisp directory 1### @configure_input@
2
2# Copyright (C) 2000-2013 Free Software Foundation, Inc. 3# Copyright (C) 2000-2013 Free Software Foundation, Inc.
3 4
4# This file is part of GNU Emacs. 5# This file is part of GNU Emacs.
diff --git a/lwlib/Makefile.in b/lwlib/Makefile.in
index a44f62955bf..f228221c45d 100644
--- a/lwlib/Makefile.in
+++ b/lwlib/Makefile.in
@@ -1,3 +1,5 @@
1### @configure_input@
2
1# Copyright (C) 1992, 1993 Lucid, Inc. 3# Copyright (C) 1992, 1993 Lucid, Inc.
2# Copyright (C) 1994, 2001-2013 Free Software Foundation, Inc. 4# Copyright (C) 1994, 2001-2013 Free Software Foundation, Inc.
3# 5#
diff --git a/nextstep/Makefile.in b/nextstep/Makefile.in
index cd226821f18..feeafc0d694 100644
--- a/nextstep/Makefile.in
+++ b/nextstep/Makefile.in
@@ -1,4 +1,4 @@
1### nextstep/Makefile for GNU Emacs 1### @configure_input@
2 2
3## Copyright (C) 2012-2013 Free Software Foundation, Inc. 3## Copyright (C) 2012-2013 Free Software Foundation, Inc.
4 4
diff --git a/nt/Makefile.in b/nt/Makefile.in
index 7f68a1b83ad..0b7318c9b49 100644
--- a/nt/Makefile.in
+++ b/nt/Makefile.in
@@ -1,4 +1,4 @@
1# nt/Makefile for GNU Emacs. 1### @configure_input@
2 2
3# Copyright (C) 2013 Free Software Foundation, Inc. 3# Copyright (C) 2013 Free Software Foundation, Inc.
4 4
diff --git a/oldXMenu/Makefile.in b/oldXMenu/Makefile.in
index f4fda56e28d..b08e6649cbd 100644
--- a/oldXMenu/Makefile.in
+++ b/oldXMenu/Makefile.in
@@ -1,4 +1,4 @@
1## Makefile for oldXMenu 1### @configure_input@
2 2
3## Copyright 1985, 1986, 1987 by the Massachusetts Institute of Technology 3## Copyright 1985, 1986, 1987 by the Massachusetts Institute of Technology
4 4
diff --git a/src/Makefile.in b/src/Makefile.in
index 931b3e71d66..066507580b4 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -1,4 +1,4 @@
1# src/Makefile for GNU Emacs. 1### @configure_input@
2 2
3# Copyright (C) 1985, 1987-1988, 1993-1995, 1999-2013 Free Software 3# Copyright (C) 1985, 1987-1988, 1993-1995, 1999-2013 Free Software
4# Foundation, Inc. 4# Foundation, Inc.
diff --git a/test/automated/Makefile.in b/test/automated/Makefile.in
index 6e7111e589c..d4bfcc12130 100644
--- a/test/automated/Makefile.in
+++ b/test/automated/Makefile.in
@@ -1,4 +1,5 @@
1# Maintenance productions for the automated test directory 1### @configure_input@
2
2# Copyright (C) 2010-2013 Free Software Foundation, Inc. 3# Copyright (C) 2010-2013 Free Software Foundation, Inc.
3 4
4# This file is part of GNU Emacs. 5# This file is part of GNU Emacs.