diff options
author | frsyuki <frsyuki@vcore.(none)> | 2009-02-22 15:47:06 +0900 |
---|---|---|
committer | frsyuki <frsyuki@vcore.(none)> | 2009-02-22 15:47:06 +0900 |
commit | 0698304071f3cfb4f86135fcc0423609d8288d6b (patch) | |
tree | 96c0e2513599ff0401ff8fa0c70b4fff26bff212 | |
parent | d078eb0ad5b2b1c7749942a4618f6cfedd1067d5 (diff) | |
download | msgpack-python-0698304071f3cfb4f86135fcc0423609d8288d6b.tar.gz |
AC_CONFIG_AUX_DIR(ac)
-rw-r--r-- | README | 2 | ||||
-rwxr-xr-x | bootstrap | 1 | ||||
-rw-r--r-- | configure.in | 1 |
3 files changed, 3 insertions, 1 deletions
@@ -9,7 +9,7 @@ Binary-based efficient data interchange format. UNIX-like platforms. Following programs is required to build: - - gcc >= 4.0 with C++ support + - gcc >= 4.1 with C++ support - ruby >= 1.8 (ruby is used as a preprocessor) @@ -35,6 +35,7 @@ fi # cd c && ./bootstrap $@; cd .. # cd cpp && ./bootstrap $@; cd .. #fi +mkdir -p ac ACLOCAL="aclocal" diff --git a/configure.in b/configure.in index d7bb926..2c1bee7 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,5 @@ AC_INIT(msgpack/unpack_template.h) +AC_CONFIG_AUX_DIR(ac) AM_INIT_AUTOMAKE(msgpack, 0.3.0) AC_CONFIG_HEADER(config.h) |