mirror of
https://github.com/qpdf/qpdf.git
synced 2025-01-03 07:12:28 +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,
|
||||
make_dist does the following:
|
||||
|
||||
aclocal -I m4
|
||||
autoheader
|
||||
autoconf
|
||||
./autogen.sh
|
||||
./configure --enable-doc-maintenance
|
||||
make build_manual
|
||||
make distclean
|
||||
|
4
autogen.sh
Executable file
4
autogen.sh
Executable file
@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
aclocal -I m4
|
||||
autoheader
|
||||
autoconf
|
Loading…
Reference in New Issue
Block a user