mirror of
https://github.com/octoleo/lsyncd.git
synced 2024-11-10 15:20:58 +00:00
ba73b1cc5e
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.
8 lines
113 B
Bash
Executable File
8 lines
113 B
Bash
Executable File
#!/bin/bash
|
|
# simplistic script to run after checkout
|
|
|
|
aclocal && \
|
|
autoheader && \
|
|
autoconf && \
|
|
automake -a -c
|