aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorPaul Eggert2012-07-08 21:52:49 -0700
committerPaul Eggert2012-07-08 21:52:49 -0700
commitc4444d16dcc6b1cf2ac9e2c0bb20e3f5a54bdea1 (patch)
tree712790cc90ed29dda310c6b461ff3b6a7b04947d /doc
parentf1f924b61976585c693f1f18445889ae891e2211 (diff)
downloademacs-c4444d16dcc6b1cf2ac9e2c0bb20e3f5a54bdea1.tar.gz
emacs-c4444d16dcc6b1cf2ac9e2c0bb20e3f5a54bdea1.zip
Rename configure.in to configure.ac.
Fixes: debbugs:11603
Diffstat (limited to 'doc')
-rw-r--r--doc/misc/ChangeLog6
-rw-r--r--doc/misc/ede.texi10
2 files changed, 11 insertions, 5 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index 99e5b5d9345..d9ddc3c972b 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -1,3 +1,9 @@
12012-07-09 Paul Eggert <eggert@cs.ucla.edu>
2
3 Rename configure.in to configure.ac (Bug#11603).
4 * ede.texi (Compiler and Linker objects, ede-proj-project)
5 (ede-step-project): Prefer the name configure.ac to configure.in.
6
12012-07-06 Michael Albinus <michael.albinus@gmx.de> 72012-07-06 Michael Albinus <michael.albinus@gmx.de>
2 8
3 * tramp.texi (Multi-hops): Introduce 9 * tramp.texi (Multi-hops): Introduce
diff --git a/doc/misc/ede.texi b/doc/misc/ede.texi
index f7e39b6c65c..655d11b5d17 100644
--- a/doc/misc/ede.texi
+++ b/doc/misc/ede.texi
@@ -790,7 +790,7 @@ compilers that will be inserted into the Makefile.
790 790
791Compiler instantiations must also insert variables specifying the 791Compiler instantiations must also insert variables specifying the
792compiler it plans to use, in addition to creating Automake settings for 792compiler it plans to use, in addition to creating Automake settings for
793@file{configure.in} when appropriate. 793@file{configure.ac} when appropriate.
794 794
795Compiler objects are stored in the target objects as a list of 795Compiler objects are stored in the target objects as a list of
796symbols, where the symbols value is the object. This enables the 796symbols, where the symbols value is the object. This enables the
@@ -1557,7 +1557,7 @@ For project @var{THIS}, test that the file @var{FILE} exists, or create it.
1557 1557
1558@deffn Method ede-proj-setup-buildenvironment :AFTER this &optional force 1558@deffn Method ede-proj-setup-buildenvironment :AFTER this &optional force
1559Setup the build environment for project @var{THIS}. 1559Setup the build environment for project @var{THIS}.
1560Handles the Makefile, or a Makefile.am configure.in combination. 1560Handles the Makefile, or a Makefile.am configure.ac combination.
1561Optional argument @var{FORCE} will force items to be regenerated. 1561Optional argument @var{FORCE} will force items to be regenerated.
1562@end deffn 1562@end deffn
1563 1563
@@ -1567,7 +1567,7 @@ These are removed with make clean.
1567@end deffn 1567@end deffn
1568 1568
1569@deffn Method ede-proj-configure-synchronize :AFTER this 1569@deffn Method ede-proj-configure-synchronize :AFTER this
1570Synchronize what we know about project @var{THIS} into configure.in. 1570Synchronize what we know about project @var{THIS} into configure.ac.
1571@end deffn 1571@end deffn
1572 1572
1573@deffn Method ede-proj-makefile-insert-variables-new :AFTER this 1573@deffn Method ede-proj-makefile-insert-variables-new :AFTER this
@@ -1603,7 +1603,7 @@ Return the name of the Makefile with the DIST target in it for @var{THIS}.
1603@end deffn 1603@end deffn
1604 1604
1605@deffn Method ede-proj-configure-file :AFTER this 1605@deffn Method ede-proj-configure-file :AFTER this
1606The configure.in script used by project @var{THIS}. 1606The configure.ac script used by project @var{THIS}.
1607@end deffn 1607@end deffn
1608 1608
1609@deffn Method ede-commit-project :AFTER proj 1609@deffn Method ede-commit-project :AFTER proj
@@ -1767,7 +1767,7 @@ Create a Makefile for all Makefile targets in @var{THIS} if needed.
1767 1767
1768@deffn Method ede-proj-setup-buildenvironment :AFTER this &optional force 1768@deffn Method ede-proj-setup-buildenvironment :AFTER this &optional force
1769Setup the build environment for project @var{THIS}. 1769Setup the build environment for project @var{THIS}.
1770Handles the Makefile, or a Makefile.am configure.in combination. 1770Handles the Makefile, or a Makefile.am configure.ac combination.
1771Optional argument @var{FORCE} will force items to be regenerated. 1771Optional argument @var{FORCE} will force items to be regenerated.
1772@end deffn 1772@end deffn
1773 1773