|
From: Julian S. <js...@ac...> - 2009-05-20 08:15:12
|
> > $ svn diff -r9114:9121 auxprogs/Makefile.am > > [ ... ] > > ## cleanery > > clean-local: > > rm -f libmpiwrap-.c \ > > - libmpiwrap-@VGCONF_PLATFORM_PRI_CAPS@.c \ > > - libmpiwrap-@VGCONF_PLATFORM_SEC_CAPS@.c > > + libmpiwrap-@VGCONF_ARCH_PRI@-@VGCONF_OS@.c \ > > + libmpiwrap-@VGCONF_ARCH_SEC@-@VGCONF_OS@.c > > So to summarise in a comprehensible fashion: on the trunk, > auxprogs/Makefile.am refers to VGCONF_ARCH_SEC, a configure variable > that doesn't exist. It seems that Julian tried to fix this on the > MESSAGING_TIDYUP branch, but his fix was bogus. That bogus fix needs > to be undone on the branch, and a correct fix is required for the > trunk (that correct fix could optionally be merged onto the branch if > desired). Yes. That syncs with my understanding. J |