autogenerate files using autoconf/automake.

These files are not VCS controlled, but available on releases.  To
help ease check-out -> build flow, add a script to run the commands
for autogenerating the build scripts.
This commit is contained in:
Junichi Uekawa 2008-10-13 23:51:50 +00:00
parent cabd55bce0
commit ba73b1cc5e
1 changed files with 7 additions and 0 deletions

7
autogen.sh Executable file
View File

@ -0,0 +1,7 @@
#!/bin/bash
# simplistic script to run after checkout
aclocal && \
autoheader && \
autoconf && \
automake -a -c