* src/calculation/Makefile.am: need to add GUILE_INCS

* src/engine/Makefile.am: add ${INTLLIBS} for gettext() et al on
	  platforms that don't have it in libc

	* src/backend/file/io-gncbin-r.c: don't need to define functions
	  that are never used, so move the #ifdef around.  Fixes # 105124

	* rpm/gnucash.in: don't call autoconf


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7937 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Derek Atkins
2003-02-03 23:32:44 +00:00
parent edcbc5f759
commit 28dda321a2
4 changed files with 19 additions and 11 deletions
-1
View File
@@ -92,7 +92,6 @@ want to keep your financial data in a database instead of a flat file
%setup -q
%build
autoconf
%configure \
%if %{_with_ofx}
--enable-ofx \