Merge pull request #13 from huachaohuang/patch-1

Allow to compile in nested packages.
This commit is contained in:
Steinar H. Gunderson 2016-05-20 11:27:09 +02:00
commit 0000f997dd
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])