r14736 - gnucash/trunk - modify the goffice.def later in the build.

Derek Atkins warlord at cvs.gnucash.org
Sat Aug 26 21:16:52 EDT 2006


Author: warlord
Date: 2006-08-26 21:16:52 -0400 (Sat, 26 Aug 2006)
New Revision: 14736
Trac: http://svn.gnucash.org/trac/changeset/14736

Modified:
   gnucash/trunk/
   gnucash/trunk/packaging/win32/install.sh
Log:
modify the goffice.def later in the build.



Property changes on: gnucash/trunk
___________________________________________________________________
Name: svk:merge
   - d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/trunk:13145
   + d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/trunk:13149

Modified: gnucash/trunk/packaging/win32/install.sh
===================================================================
--- gnucash/trunk/packaging/win32/install.sh	2006-08-27 00:29:52 UTC (rev 14735)
+++ gnucash/trunk/packaging/win32/install.sh	2006-08-27 01:16:52 UTC (rev 14736)
@@ -547,13 +547,13 @@
 	    cat goffice/Makefile.am.bak \
 		| sed '/LIBADD/s#-lurlmon##;s#-lhtmlhelp##' \
 		> goffice/Makefile.am
+	    automake
+	    autoconf
+	    ./configure --prefix=$_GOFFICE_UDIR
 	    cp goffice/goffice.def goffice/goffice.def.bak
 	    cat goffice/goffice.def.bak \
 		| sed '/^go_doc_mark_not_modified$/d;/^go_plugin_init$/d;/^go_plugin_shutdown$/d' \
 		> goffice/goffice.def
-	    automake
-	    autoconf
-	    ./configure --prefix=$_GOFFICE_UDIR
 	    [ -f dumpdef.pl ] || cp -p ../libgsf-*/dumpdef.pl .
 	    [ -f $mydir/intltool-merge ] && \
 		( mv intltool-merge intltool-merge.bak ; \



More information about the gnucash-changes mailing list