summaryrefslogtreecommitdiffstats
path: root/README.maintainer
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2009-09-26 17:42:39 +0200
committerJay Berkenbilt <ejb@ql.org>2009-09-26 17:42:39 +0200
commitc32c7dca64fb0ec05e0853d54aad0b25892e4800 (patch)
tree728585ba49667cd922566745f0f83843c244d0ce /README.maintainer
parentff5e56107bb18f189c442a17562ece59a0621066 (diff)
downloadqpdf-c32c7dca64fb0ec05e0853d54aad0b25892e4800.tar.zst
update libtool and automake pieces
git-svn-id: svn+q:///qpdf/trunk@701 71b93d88-0707-0410-a8cf-f5a4172ac649
Diffstat (limited to 'README.maintainer')
-rw-r--r--README.maintainer22
1 files changed, 11 insertions, 11 deletions
diff --git a/README.maintainer b/README.maintainer
index 5d848912..bbb45196 100644
--- a/README.maintainer
+++ b/README.maintainer
@@ -22,8 +22,9 @@ Release Reminders
* To construct a source distribution from a pristine checkout,
make_dist does the following:
- autoconf
+ aclocal -I m4
autoheader
+ autoconf
./configure --enable-doc-maintenance
make build_manual
make distclean
@@ -51,20 +52,19 @@ distribution.
A small handful of additional files have been taken from autotools
programs. These should probably be updated from time to time.
- * config.guess, config.sub, ltmain.sh: these were created by running
- libtoolize -c. To update, run libtoolize -f -c or remove the files
- and rerun libtoolize.
+ * config.guess, config.sub, ltmain.sh, and the m4 directory: these
+ were created by running libtoolize -c. To update, run libtoolize
+ -f -c or remove the files and rerun libtoolize.
* Other files copied as indicated:
- cp /usr/share/aclocal/libtool.m4 aclocal.m4
- cp /usr/share/automake-1.10/install-sh .
- cp /usr/share/automake-1.10/mkinstalldirs .
+ cp /usr/share/automake-1.11/install-sh .
+ cp /usr/share/automake-1.11/mkinstalldirs .
-The entire contents of aclocal.m4 came from libtool.m4. If we had
-some additional local parts, we could manually combine them or we
-could run aclocal. For now, the simple copy statement above is
-sufficient.
+The entire contents of the m4 directory came from libtool.m4. If we
+had some additional local parts, we could also add those to the m4
+directory. In order for this to work, it is necessary to run "aclocal
+-I m4" before running autoheader and autoconf.
If building or editing documentation, configure with
--enable-doc-maintenance. This will ensure that all tools or files