1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-07-13 12:26:45 +02:00

Install and use DHTservers file

DHTservers will go to $prefix/share/toxic/DHTservers
This commit is contained in:
Sergey 'Jin' Bostandzhyan
2013-08-23 01:37:19 +03:00
parent c157837f97
commit 30666d2deb
5 changed files with 21 additions and 2 deletions

View File

@ -288,7 +288,12 @@ if test "x$GIT" != "xno"; then
fi
AC_SUBST(TOXIC_VERSION)
eval PACKAGE_DATADIR="${datadir}/${PACKAGE}"
eval PACKAGE_DATADIR="${PACKAGE_DATADIR}"
AC_DEFINE_UNQUOTED(PACKAGE_DATADIR, "$PACKAGE_DATADIR", [toxic data directory])
AC_CONFIG_FILES([Makefile
misc/Makefile
build/Makefile])
AC_OUTPUT