Allow to compile in nested packages.

This commit is contained in:
Huachao Huang 2015-10-28 17:18:23 +08:00
parent 0852af7606
commit b8cd908a86
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ m4_define([snappy_ltversion], [4:0:3])
AC_INIT([snappy], [snappy_major.snappy_minor.snappy_patchlevel])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([.])
# These are flags passed to automake (though they look like gcc flags!)
AM_INIT_AUTOMAKE([-Wall])