From 08fe15b91d5ffad308c2a6d33c1bfdd6d019ced4 Mon Sep 17 00:00:00 2001 From: Derek Atkins Date: Sun, 27 Aug 2006 01:16:52 +0000 Subject: [PATCH] modify the goffice.def later in the build. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14736 57a11ea4-9604-0410-9ed3-97b8803252fd --- packaging/win32/install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packaging/win32/install.sh b/packaging/win32/install.sh index f0710d27e1..b57e8bd6e0 100644 --- a/packaging/win32/install.sh +++ b/packaging/win32/install.sh @@ -547,13 +547,13 @@ function inst_goffice() { 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 ; \