> Am 16.08.2015 um 18:36 schrieb Ivan Vučica <[email protected]>: > > Additionally, output of 'svn diff -r 38886:38887' is bizarre and the probable > cause of the failure I'm seeing. I think this has actually broken the build, > as the diff randomly inserts 'int[newline]main ()[newline]{' into configure. > How was 'configure' regenerated?
This problem was due to the use of a wrong macro in the configure.in changes. It was using AC_LANG_PROGRAM where it should have been using AC_LANG_SOURCE. I've fixed this in svn now. Wolfgang _______________________________________________ Gnustep-dev mailing list [email protected] https://lists.gnu.org/mailman/listinfo/gnustep-dev
