[build] defining LIBPOSTAL_DATA_DIR in Autoconf rather than Automake, becomes part of config.h

This commit is contained in:
Al
2015-10-26 18:06:01 -04:00
parent 8a188903b3
commit a319c1f6a0
2 changed files with 3 additions and 3 deletions

View File

@@ -57,4 +57,6 @@ AC_CHECK_PROG([FOUND_GSHUF], [gshuf], [yes])
AS_IF([test "x$FOUND_SHUF" = xyes], [AC_DEFINE([HAVE_SHUF], [1], [shuf available])])
AS_IF([test "x$FOUND_GSHUF" = xyes], [AC_DEFINE([HAVE_GSHUF], [1], [gshuf available])])
AC_DEFINE_UNQUOTED([LIBPOSTAL_DATA_DIR], ["$datadir/libpostal"], [Data directory for libpostsal])
AC_OUTPUT