|
From: Nicholas N. <n.n...@gm...> - 2009-05-20 07:31:36
|
On Wed, May 20, 2009 at 4:51 PM, Bart Van Assche <bar...@gm...> wrote: > Some more information: the above comments apply to the trunk. > According to the information in Subversion a.o. the following changes > were introduced via r9121: > > $ 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). N |