mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-08 03:08:53 +00:00
9f0ba255a9
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@664730 13f79535-47bb-0310-9956-ffa450edef68
9 lines
115 B
Bash
Executable File
9 lines
115 B
Bash
Executable File
#!/bin/sh
|
|
autoscan
|
|
autoheader
|
|
aclocal
|
|
libtoolize --force
|
|
touch NEWS README AUTHORS ChangeLog
|
|
autoconf
|
|
automake -ac
|