mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-07 18:58:51 +00:00
7c28b33194
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@697294 13f79535-47bb-0310-9956-ffa450edef68
9 lines
113 B
Bash
Executable File
9 lines
113 B
Bash
Executable File
#!/bin/sh
|
|
|
|
|
|
# To be safe include -I flag
|
|
aclocal -I ./aclocal
|
|
automake -a
|
|
autoconf
|
|
./configure --config-cache $*
|