GSS proxy fails to build with automake-1.15. The reason was discussed in bug #1179182 and also I started thread upstream: http://thread.gmane.org/gmane.comp.sysutils.automake.bugs/7733
Created attachment 986125 [details] Possible fix.
Thank you, I think I'm going to do like for other projects where I hit this and just strip away AC_CONFIG_AUX_DIR and release a new version for rawhide.
Then you'll loose the benefit of having auxiliary files in one separate directory; and having e.g. build-aux/* only in .gitignore (as you usually don't want track changes in those files). Moving AC_CONFIG_AUX_DIR is compatible with older automake versions and should be safe. But if that is not your priority, removal is the way to fix FTBFS also. Thanks for looking at it.
This bug appears to have been reported against 'rawhide' during the Fedora 22 development cycle. Changing version to '22'. More information and reason for this action is here: https://fedoraproject.org/wiki/Fedora_Program_Management/HouseKeeping/Fedora22
This package has changed ownership in the Fedora Package Database. Reassigning to the new owner of this component.
This has been fixed upstream and currently builds from source just fine.