mirror of
https://github.com/protobuf-c/protobuf-c.git
synced 2024-12-27 22:01:02 +08:00
6 lines
64 B
Bash
Executable File
6 lines
64 B
Bash
Executable File
#! /bin/sh -e
|
|
libtoolize
|
|
aclocal
|
|
autoconf
|
|
automake -a --foreign
|