mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
* configure.in: Change GNOME_XML_CHECK call to GNOME_XML2_CHECK
to fix wrong libxml library in gcc calls.
Move AS_SCRUB_INCLUDE call to macros/gnome-xml-check.m4
Commented out the po/Makefile lines in AC_OUTPUT calls to bypass
"not found" errors
* macros/autogen.sh: Commented out gettextize lines to bypass
"not found" errors
might want to change the gettextize to glib-gettextize
* macros/gnome-xml-check.m4: changed macro name to GNOME_XML2_CHECK
Changed xml to xml2; changed GNOME-CONFIG to PKG-CONFIG
Moved AS_SCRUB_INCLUDE call from configure.in
This .m4 file was not in the Gnome-2 branch, so it has to be
added in cvs. It don't know how it got dropped.
* src/engine/gnc-associate-account.c: Fixed gcc warning messages.
* Currently, make fails at gnc-gpg.c, and there is an unknown text
file: src/network-utils/gnc-gpg.loT
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/branches/gnucash-gnome2-dev@8032 57a11ea4-9604-0410-9ed3-97b8803252fd
This is the macros directory from the gnome-common package and should be kept in sync with it.