summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2009-12-27 20:28:08 +0100
committerPeter Simons <simons@cryp.to>2009-12-27 22:22:33 +0100
commit03431481dc839f15365e0d86882b4fe1befd31bf (patch)
tree0a6002471bab8d9a953e8197d5188d3621d6cca6 /doc
parent7d60e47f4f3fc8b84ee486f92b1f4365aa8dbda1 (diff)
downloadautoconf-archive-03431481dc839f15365e0d86882b4fe1befd31bf.tar.gz
configure.ac: determine the set of available macros at time "autoconf" is run
This approach has the advantage that the Archive's installation procedure doesn't depend on any shell-specific behavior at all; the set of available macros is statically built into the configure script. Gnulib's dist target ensures that this information is up-to-date whenever a release archive is compiled.
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 0f8a5cd..4e485bb 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -4,6 +4,6 @@
# Licensed under the terms of the GNU General Public License.
info_TEXINFOS = autoconf-archive.texi
-EXTRA_DIST = $(TEXIFILE)
+EXTRA_DIST = $(TEXIFILES) all-macros.texi
-autoconf-archive.info: $(TEXIFILE)
+autoconf-archive.info: autoconf-archive.texi all-macros.texi $(TEXIFILES)