mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-04-23 08:52:32 +02:00
AC_CONFIG_AUX_DIR(ac)
This commit is contained in:
parent
9642368835
commit
a0b82e39e1
2
README
2
README
@ -9,7 +9,7 @@ Binary-based efficient data interchange format.
|
|||||||
UNIX-like platforms.
|
UNIX-like platforms.
|
||||||
|
|
||||||
Following programs is required to build:
|
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)
|
- ruby >= 1.8 (ruby is used as a preprocessor)
|
||||||
|
|
||||||
|
|
||||||
|
@ -35,6 +35,7 @@ fi
|
|||||||
# cd c && ./bootstrap $@; cd ..
|
# cd c && ./bootstrap $@; cd ..
|
||||||
# cd cpp && ./bootstrap $@; cd ..
|
# cd cpp && ./bootstrap $@; cd ..
|
||||||
#fi
|
#fi
|
||||||
|
mkdir -p ac
|
||||||
|
|
||||||
|
|
||||||
ACLOCAL="aclocal"
|
ACLOCAL="aclocal"
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
AC_INIT(msgpack/unpack_template.h)
|
AC_INIT(msgpack/unpack_template.h)
|
||||||
|
AC_CONFIG_AUX_DIR(ac)
|
||||||
AM_INIT_AUTOMAKE(msgpack, 0.3.0)
|
AM_INIT_AUTOMAKE(msgpack, 0.3.0)
|
||||||
AC_CONFIG_HEADER(config.h)
|
AC_CONFIG_HEADER(config.h)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user