mirror of
https://github.com/protobuf-c/protobuf-c.git
synced 2024-12-27 13:31:02 +08:00
11 lines
230 B
Plaintext
11 lines
230 B
Plaintext
AC_INIT(src/google/protobuf-c/protobuf-c.h)
|
|
PROTOBUF_C_VERSION=0.0
|
|
|
|
AM_INIT_AUTOMAKE(protobuf-c, $PROTOBUF_C_VERSION)
|
|
PACKAGE=protobuf-c
|
|
AC_PROG_CC
|
|
AC_PROG_CXX
|
|
AC_PROG_LIBTOOL
|
|
|
|
AC_OUTPUT( Makefile src/Makefile src/test/Makefile )
|