cpp: add msgpack::type::define

This commit is contained in:
frsyuki 2009-08-06 13:51:49 +09:00
parent ec8932d6a1
commit 3afa9f265e
4 changed files with 110 additions and 2 deletions

View file

@ -1,6 +1,6 @@
AC_INIT(msgpack/unpack_template.h)
AC_CONFIG_AUX_DIR(ac)
AM_INIT_AUTOMAKE(msgpack, 0.3.3)
AM_INIT_AUTOMAKE(msgpack, 0.3.4)
AC_CONFIG_HEADER(config.h)
AC_SUBST(CFLAGS)