mirror of
https://github.com/protobuf-c/protobuf-c.git
synced 2024-12-29 07:19:42 +08:00
6 lines
64 B
Plaintext
6 lines
64 B
Plaintext
|
#! /bin/sh -e
|
||
|
libtoolize
|
||
|
aclocal
|
||
|
autoconf
|
||
|
automake -a --foreign
|