1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-30 19:46:56 +00:00

Merge pull request #215 from transmission/fix-xenial-glib-error

Work around "error: m4_copy: won't overwrite defined macro: glib_DEFUN"
This commit is contained in:
Mike Gelfand 2017-03-12 12:05:37 +03:00 committed by GitHub
commit fdfbe225da

View file

@ -36,8 +36,8 @@ dnl We go to great lengths to make sure that aclocal won't
dnl try to pull in the installed version of these macros
dnl when running aclocal in the glib directory.
dnl
m4_copy([AC_DEFUN],[glib_DEFUN])
m4_copy([AC_REQUIRE],[glib_REQUIRE])
m4_copy_force([AC_DEFUN],[glib_DEFUN])
m4_copy_force([AC_REQUIRE],[glib_REQUIRE])
dnl
dnl At the end, if we're not within glib, we'll define the public
dnl definitions in terms of our private definitions.