Xgc: autoreconf: running: automake --add-missing --copy --no-force Makefile.am:113: MAINTAINERCLEANFILES multiply defined in condition TRUE ... Makefile.am:50: ... `MAINTAINERCLEANFILES' previously defined here autoreconf: Leaving directory `.' configure: WARNING: you should use --build, --host, --target Line #50 has: MAINTAINERCLEANFILES = $(BUILT_SOURCES) Line #113 has: MAINTAINERCLEANFILES = ChangeLog Xkbcomp: autoreconf: running: automake --add-missing --copy --no-force Makefile.am:103: MAINTAINERCLEANFILES multiply defined in condition TRUE ... Makefile.am:65: ... `MAINTAINERCLEANFILES' previously defined here autoreconf: Leaving directory `.' configure: WARNING: you should use --build, --host, --target Line #65 has: MAINTAINERCLEANFILES = $(BUILT_SOURCES) Line #103 has: MAINTAINERCLEANFILES = ChangeLog xkbevd: autoreconf: running: automake --add-missing --copy --no-force Makefile.am:78: MAINTAINERCLEANFILES multiply defined in condition TRUE ... Makefile.am:41: ... `MAINTAINERCLEANFILES' previously defined here autoreconf: Leaving directory `.' configure: WARNING: you should use --build, --host, --target Line #41 has: MAINTAINERCLEANFILES = $(BUILT_SOURCES) Line #78 has: MAINTAINERCLEANFILES = ChangeLog
Thanks for the report - fixed all three in git master now by changing the second instance to use += to append, instead of = to override.
They're gone now!
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.