mirror of
https://github.com/transmission/transmission
synced 2025-01-03 13:35:36 +00:00
Work around "error: m4_copy: won't overwrite defined macro: glib_DEFUN" on
Xenial, copied from https://github.com/Alexpux/MINGW-packages/issues/1351
This commit is contained in:
parent
95109af459
commit
709ca6a4b2
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue