mirror of
https://github.com/octoleo/lsyncd.git
synced 2024-11-12 08:06:27 +00:00
8 lines
113 B
Bash
8 lines
113 B
Bash
|
#!/bin/bash
|
||
|
# simplistic script to run after checkout
|
||
|
|
||
|
aclocal && \
|
||
|
autoheader && \
|
||
|
autoconf && \
|
||
|
automake -a -c
|