diff options
| author | frsyuki <frsyuki@vcore.(none)> | 2009-02-22 15:14:21 +0900 |
|---|---|---|
| committer | frsyuki <frsyuki@vcore.(none)> | 2009-02-22 15:14:21 +0900 |
| commit | 11abec1093cf8c9914b5aeeac383d30abc1cad72 (patch) | |
| tree | 2deaa42039029e5da89e16c9bcb0dcd8a42ac38a /bootstrap | |
| parent | 761b3980834e4644ce0ce57f6db13d1c93883380 (diff) | |
| download | msgpack-python-11abec1093cf8c9914b5aeeac383d30abc1cad72.tar.gz | |
c and c++: rewritten and integrated
Diffstat (limited to 'bootstrap')
| -rwxr-xr-x | bootstrap | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -31,10 +31,10 @@ if test x"$1" = x"--help"; then fi -if [ -z "$NO_NEST" ];then - cd c && ./bootstrap $@; cd .. - cd cpp && ./bootstrap $@; cd .. -fi +#if [ -z "$NO_NEST" ];then +# cd c && ./bootstrap $@; cd .. +# cd cpp && ./bootstrap $@; cd .. +#fi ACLOCAL="aclocal" |
