Gnucash has a strange problem.. If you have GSF but not GOFFICE installed locally, "make distcheck" fails. The problem is that it leaves around a "stamp-h5" file in the build tree. Andreas was proposing moving all the AC_CONFIG_HEADER() calls in configure.in, but I have a simpler patch, see attached.
I'll note that this is a very rare issue and only happens during distcheck when you configure against a native gsf and internal goffice. The code compiles and "make check" works in any case. -derek
=== Makefile.am ================================================================== --- Makefile.am (revision 13404) +++ Makefile.am (local) @@ -115,7 +115,7 @@ intltool-extract intltool-update intltool-merge\ cscope.files cscope.out etags.files make-gnucash-patch \ make-gnucash-potfiles po/.intltool-merge-cache \ - goffice gsf lib/.links po/POTFILES.in + goffice gsf lib/.links po/POTFILES.in stamp-* cscope.files: find src lib -name '*.[ch]' > cscope.files
-- 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 [EMAIL PROTECTED] PGP key available
_______________________________________________ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel