From c32c7dca64fb0ec05e0853d54aad0b25892e4800 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sat, 26 Sep 2009 15:42:39 +0000 Subject: update libtool and automake pieces git-svn-id: svn+q:///qpdf/trunk@701 71b93d88-0707-0410-a8cf-f5a4172ac649 --- README.maintainer | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'README.maintainer') 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 -- cgit v1.2.3-54-g00ecf