ssn-installer/lib/xdelta3/generate_build_files.sh

9 lines
127 B
Bash
Raw Normal View History

2018-09-14 03:16:31 +02:00
#!/bin/sh
aclocal &&
autoreconf --install &&
libtoolize &&
autoconf &&
automake --add-missing &&
automake