[merge] configure/Makefile changes from master

This commit is contained in:
Al
2016-12-22 12:37:27 -05:00
2 changed files with 13 additions and 1 deletions

View File

@@ -63,8 +63,10 @@ language_classifier_test_CFLAGS = $(CFLAGS_O3)
pkginclude_HEADERS = libpostal.h
if DOWNLOAD_DATA
all-local:
./libpostal_data download all $(datadir)/libpostal
${srcdir}/libpostal_data download all $(datadir)/libpostal
endif
lexer: scanner.re
re2c -F -s -b -8 -o scanner.c scanner.re