mirror of
https://github.com/octoleo/lsyncd.git
synced 2025-01-22 14:48:29 +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
|