John, I think we might need this change in 2.4, too.. I'm getting similar errors on my distcheck attempt:
make[1]: Entering directory `/home/warlord/src/gnucash/gnucash-2.4/build' src/app-utils/date-utilities.scm is in POTFILES.skip but also in the dist. src/app-utils/prefs.scm is in POTFILES.skip but also in the dist. src/business/business-utils/business-prefs.scm is in POTFILES.skip but also in the dist. [snip] -derek John Ralls <jra...@code.gnucash.org> writes: > Modify the distcheck of POTFILES.skip to ignore scheme files > > They need to be in the skip file to mollify newer intltool versions, > but still need to be handled by guile-strings.c for older versions of > intltool. > > > Modified: gnucash/trunk/Makefile.am > =================================================================== > --- gnucash/trunk/Makefile.am 2013-03-26 19:47:19 UTC (rev 22835) > +++ gnucash/trunk/Makefile.am 2013-03-29 06:26:01 UTC (rev 22836) > @@ -150,7 +150,7 @@ > e='yes'; \ > fi; \ > done; \ > - for X in `grep -v \# ${distdir}/po/POTFILES.skip` ; do \ > + for X in `grep -v '\(^\#\|.scm\$\)' ${distdir}/po/POTFILES.skip` ; do \ > if [ -f ${distdir}/$$X ] ; then \ > echo $$X " is in POTFILES.skip but also in the dist.";\ > e='yes'; \ > > _______________________________________________ > gnucash-changes mailing list > gnucash-chan...@gnucash.org > https://lists.gnucash.org/mailman/listinfo/gnucash-changes > > -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL: http://web.mit.edu/warlord/ PP-ASEL-IA N1NWH warl...@mit.edu PGP key available _______________________________________________ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel