mirror of
https://github.com/qpdf/qpdf.git
synced 2025-01-02 22:50:20 +00:00
create autogen.sh for convenience
git-svn-id: svn+q:///qpdf/trunk@943 71b93d88-0707-0410-a8cf-f5a4172ac649
This commit is contained in:
parent
e5fbae0a37
commit
75b55b7aad
@ -26,9 +26,7 @@ Release Reminders
|
|||||||
* To construct a source distribution from a pristine checkout,
|
* To construct a source distribution from a pristine checkout,
|
||||||
make_dist does the following:
|
make_dist does the following:
|
||||||
|
|
||||||
aclocal -I m4
|
./autogen.sh
|
||||||
autoheader
|
|
||||||
autoconf
|
|
||||||
./configure --enable-doc-maintenance
|
./configure --enable-doc-maintenance
|
||||||
make build_manual
|
make build_manual
|
||||||
make distclean
|
make distclean
|
||||||
|
4
autogen.sh
Executable file
4
autogen.sh
Executable file
@ -0,0 +1,4 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
aclocal -I m4
|
||||||
|
autoheader
|
||||||
|
autoconf
|
@ -109,9 +109,7 @@ if ($version_error)
|
|||||||
die "$whoami: version numbers are not consistent\n";
|
die "$whoami: version numbers are not consistent\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
run("aclocal -I m4");
|
run("./autogen.sh");
|
||||||
run("autoheader");
|
|
||||||
run("autoconf");
|
|
||||||
run("./configure --enable-doc-maintenance");
|
run("./configure --enable-doc-maintenance");
|
||||||
run("make build_manual");
|
run("make build_manual");
|
||||||
run("make distclean");
|
run("make distclean");
|
||||||
|
Loading…
Reference in New Issue
Block a user