mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-03-19 13:02:13 +01:00

git-svn-id: file:///Users/frsyuki/project/msgpack-git/svn/x@96 5a5092ae-2292-43ba-b2d5-dcab9c1a2731
10 lines
163 B
Plaintext
10 lines
163 B
Plaintext
AC_INIT(msgpack/unpack_template.h)
|
|
AM_INIT_AUTOMAKE(msgpack, 0.3.0)
|
|
AC_CONFIG_HEADER(config.h)
|
|
|
|
AC_PROG_LIBTOOL
|
|
|
|
AC_CONFIG_SUBDIRS([c cpp])
|
|
AC_OUTPUT([Makefile])
|
|
|