[build] Fixing runtime check/save of last updated file for package data tarball

This commit is contained in:
Al
2015-08-08 17:15:57 -04:00
parent f38a53601b
commit 54aa6fe7df
4 changed files with 28 additions and 24 deletions

View File

@@ -50,4 +50,7 @@ AC_CONFIG_FILES([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