summaryrefslogtreecommitdiffstats
path: root/README.maintainer
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2008-05-05 16:29:12 +0200
committerJay Berkenbilt <ejb@ql.org>2008-05-05 16:29:12 +0200
commit0ea47593f90d4db0bae7b3a16c2370582f2fbe0e (patch)
treee8c7d11667c6869801681d8f92bd0cee1bc41525 /README.maintainer
parent62bff4861fc884e7f0d5cfddca7a8357a19e3d78 (diff)
downloadqpdf-0ea47593f90d4db0bae7b3a16c2370582f2fbe0e.tar.zst
more 32/64-bit errors
git-svn-id: svn+q:///qpdf/trunk@618 71b93d88-0707-0410-a8cf-f5a4172ac649
Diffstat (limited to 'README.maintainer')
-rw-r--r--README.maintainer12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.maintainer b/README.maintainer
index 49e6a175..4a628f9d 100644
--- a/README.maintainer
+++ b/README.maintainer
@@ -24,6 +24,7 @@ Release Reminders
make_release does the following.
autoconf
+ autoheader
./configure --enable-doc-maintenance
make build_manual
make distclean
@@ -34,12 +35,11 @@ Release Reminders
General Build Stuff
===================
-QPDF supports autoconf and libtool but does not use automake. In
-addition, there is no header file generated by autoconf. The only
-file distributed with the qpdf source distribution that is not a
-controlled file is "configure", and it is generated by just running
-"autoconf". There is no need to run autoreconf, automake, autoheader,
-aclocal, or any other autotools programs beyond autoconf.
+QPDF supports autoconf and libtool but does not use automake. The
+only files distributed with the qpdf source distribution that are not
+controlled are "configure", "libqpdf/qpdf/qpdf-config.h.in", and some
+documentation. See above for the steps required to prepare a source
+distribution.
A small handful of additional files have been taken from autotools
programs. These should probably be updated from time to time.