lsyncd/autogen.sh
Junichi Uekawa ba73b1cc5e 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.
2008-10-13 23:51:50 +00:00

8 lines
113 B
Bash
Executable File

#!/bin/bash
# simplistic script to run after checkout
aclocal && \
autoheader && \
autoconf && \
automake -a -c