aboutsummaryrefslogtreecommitdiffstats
path: root/make_dist
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 /make_dist
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 'make_dist')
-rwxr-xr-xmake_dist3
1 files changed, 2 insertions, 1 deletions
diff --git a/make_dist b/make_dist
index 77bca637..9b5ded42 100755
--- a/make_dist
+++ b/make_dist
@@ -109,8 +109,9 @@ if ($version_error)
die "$whoami: version numbers are not consistent\n";
}
-run("autoconf");
+run("aclocal -I m4");
run("autoheader");
+run("autoconf");
run("./configure --enable-doc-maintenance");
run("make build_manual");
run("make distclean");