mirror of
https://github.com/payden/libwsclient
synced 2024-10-27 17:54:01 +00:00
6 lines
72 B
Bash
6 lines
72 B
Bash
|
#! /bin/sh
|
||
|
libtoolize
|
||
|
aclocal \
|
||
|
&& automake --add-missing \
|
||
|
&& autoconf
|