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