mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-07 10:48:51 +00:00
10 lines
121 B
Bash
10 lines
121 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
./cleanup.sh
|
||
|
autoscan
|
||
|
aclocal
|
||
|
libtoolize --automake
|
||
|
touch NEWS README AUTHORS ChangeLog
|
||
|
autoconf
|
||
|
automake -ac
|