protobuf-c/configure.ac
lahiker42 67f08bfda9 release v0.3
git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@57 00440858-1255-0410-a3e6-75ea37f81c3a
2008-08-28 13:34:53 +00:00

11 lines
230 B
Plaintext

AC_INIT(src/google/protobuf-c/protobuf-c.h)
PROTOBUF_C_VERSION=0.3
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 )