* configure.in: update for intltool. Update LIBTOOL macros to

match libtool docs.  Require at least g-wrap 1.1.12.  Add
src/backend/net/Makefile to output.

* acinclude.m4: added AM_ACLOCAL_INCLUDE so it would work from
configure.in under the new auto* tools.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5506 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Rob Browning
2001-10-10 23:19:41 +00:00
parent e557cf7f4c
commit 67fbf88c61

View File

@@ -40,7 +40,9 @@ AC_SUBST(GNUCASH_MINOR_VERSION)
AC_SUBST(GNUCASH_MICRO_VERSION)
AM_INIT_AUTOMAKE(gnucash,$GNUCASH_VERSION)
AM_PROG_XML_I18N_TOOLS
AC_PROG_INTLTOOL
AM_CONFIG_HEADER(config.h)
AC_DEFINE_UNQUOTED(GNUCASH_MAJOR_VERSION, $GNUCASH_MAJOR_VERSION)
@@ -56,9 +58,11 @@ AC_CANONICAL_HOST
AM_MAINTAINER_MODE
AM_ACLOCAL_INCLUDE(macros)
AC_PROG_INSTALL
AM_PROG_LIBTOOL
AC_LIBTOOL_DLOPEN
AC_PROG_LIBTOOL
AC_DISABLE_STATIC
AC_ISC_POSIX
@@ -570,10 +574,10 @@ AC_DEFINE(GNOME)
G_WRAP_COMPILE_ARGS=""
G_WRAP_LINK_ARGS=""
AM_PATH_GWRAP(1.1.5, , [AC_MSG_ERROR([
AM_PATH_GWRAP(1.1.12, , [AC_MSG_ERROR([
g-wrap does not appear to be installed correctly, or is not new
enough. Right now gnucash requires at least version 1.1.5 to build.
enough. Right now gnucash requires at least version 1.1.12 to build.
If you need to install g-wrap, you can find it at
ftp://ftp.gnucash.org/pub/g-wrap.
])])
@@ -718,6 +722,7 @@ AC_OUTPUT(
src/app-utils/Makefile
src/app-utils/test/Makefile
src/backend/Makefile
src/backend/net/Makefile
src/backend/file/Makefile
src/backend/file/test/Makefile
src/backend/file/test/test-files/Makefile