Provide and document means to set up a fresh source tree from CVS.
This commit is contained in:
parent
b0fa9a8ee2
commit
c0d7c27443
2 changed files with 11 additions and 2 deletions
7
bootstrap
Executable file
7
bootstrap
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/bin/sh -e
|
||||
# Run this script after a fresh CVS checkout to bring the source tree
|
||||
# into a state where you can run configure.
|
||||
aclocal -I m4
|
||||
autoconf
|
||||
autoheader
|
||||
>stamp-h.in
|
Loading…
Add table
Add a link
Reference in a new issue