[build] Adding libpostal_data script for downloading data from S3, Makefile uses that now as part of the all-local target. Can be run periodically after install

This commit is contained in:
Al
2015-09-28 17:26:11 -04:00
parent f29f2f091b
commit abfa744d59
3 changed files with 72 additions and 49 deletions

View File

@@ -51,10 +51,4 @@ AC_CONFIG_FILES([Makefile
src/Makefile
src/sparkey/Makefile])
AM_CONDITIONAL([HAVE_DATE_STAT], [date -r . >/dev/null 2>&1])
AM_CONDITIONAL([HAVE_STAT], [stat -f %Sm . >/dev/null 2>&1])
LAST_UPDATED_PATH=$srcdir/libpostal_data_last_updated
AC_SUBST([LIBPOSTAL_DATA_UPDATED_PATH], $LAST_UPDATED_PATH)
AC_OUTPUT