Stop giving -Werror to automake, due to an incompatibility between current
versions of libtool and automake on non-GNU platforms (e.g. Mac OS X). R=sanjay git-svn-id: https://snappy.googlecode.com/svn/trunk@68 03e5f5b5-db94-4691-08a0-1a8bf15f6143
This commit is contained in:
@@ -11,7 +11,7 @@ AC_INIT([snappy], [snappy_major.snappy_minor.snappy_patchlevel])
|
|||||||
AC_CONFIG_MACRO_DIR([m4])
|
AC_CONFIG_MACRO_DIR([m4])
|
||||||
|
|
||||||
# These are flags passed to automake (though they look like gcc flags!)
|
# These are flags passed to automake (though they look like gcc flags!)
|
||||||
AM_INIT_AUTOMAKE([-Wall -Werror])
|
AM_INIT_AUTOMAKE([-Wall])
|
||||||
|
|
||||||
LT_INIT
|
LT_INIT
|
||||||
AC_SUBST([LIBTOOL_DEPS])
|
AC_SUBST([LIBTOOL_DEPS])
|
||||||
|
|||||||
Reference in New Issue
Block a user