Skip to content

Commit

Permalink
Fix snappy for autoconf 2.69 on Mac OS X 10.8
Browse files Browse the repository at this point in the history
  • Loading branch information
norton committed Jul 28, 2012
1 parent 4b892d1 commit ebb3d76
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion c_src/build_deps.sh
Expand Up @@ -68,7 +68,8 @@ case "$1" in
(cd $REBAR_DEPS_DIR/snappy && git archive --format=tar --prefix=snappy-$SNAPPY_VSN/ $SNAPPY_VSN) \
| tar xf -
(cd snappy-$SNAPPY_VSN && \
sed -ibak '/^AC_ARG_WITH.*$/, /^fi$/d' configure.ac
sed -ibak1 '/^AC_ARG_WITH.*$/, /^fi$/d' configure.ac && \
perl -ibak2 -pe 's/LT_INIT/AM_PROG_AR\nLT_INIT/' configure.ac
)
(cd snappy-$SNAPPY_VSN && \
rm -rf autom4te.cache && \
Expand Down

0 comments on commit ebb3d76

Please sign in to comment.