[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user