r22837 - gnucash/branches/2.4 - [r22836]Modify the distcheck of POTFILES.skip to ignore scheme files

Derek Atkins derek at ihtfp.com
Fri Mar 29 13:04:44 EDT 2013


Thanks.  distcheck gets further this time, but fails because I don't have
gtkhtml installed.  I build with webkit by default.  Sometimes I wish that
distcheck would use your ./configure options as part of the check build
tests, or at least had a way to pass some options down to the check's
configure...

-derek

On Fri, March 29, 2013 12:29 pm, John Ralls wrote:
> Author: jralls
> Date: 2013-03-29 12:29:43 -0400 (Fri, 29 Mar 2013)
> New Revision: 22837
> Trac: http://svn.gnucash.org/trac/changeset/22837
>
> Modified:
>    gnucash/branches/2.4/Makefile.am
> Log:
>  [r22836]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/branches/2.4/Makefile.am
> ===================================================================
> --- gnucash/branches/2.4/Makefile.am	2013-03-29 06:26:01 UTC (rev 22836)
> +++ gnucash/branches/2.4/Makefile.am	2013-03-29 16:29:43 UTC (rev 22837)
> @@ -153,7 +153,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-changes at gnucash.org
> https://lists.gnucash.org/mailman/listinfo/gnucash-changes
>


-- 
       Derek Atkins                 617-623-3745
       derek at ihtfp.com             www.ihtfp.com
       Computer and Internet Security Consultant



More information about the gnucash-devel mailing list