aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2010-04-12 17:07:19 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2010-04-12 17:08:06 +0300
commit391b9afdd48db47f95567dbf1c3c9d2cc1029415 (patch)
tree2e156976196bf69a5c3576eb6ef2895186c0f5e4 /configure.ac
parent0f24a2b0845a519e011b58e2d92a2752c2e73e5e (diff)
downloadgamma-391b9afdd48db47f95567dbf1c3c9d2cc1029415.tar.gz
gamma-391b9afdd48db47f95567dbf1c3c9d2cc1029415.tar.bz2
Migrate Guile support to GINT.
* Makefile.am, configure.ac, src/Makefile.am: Migrate to GINT. * modules/expat: Remove dependency on *.inc * modules/sql: Likewise. * modules/syslog: Likewise. * scripts/bootstrap (reconfig-command): Add calls to `git submodule'. * src/documentation.sci: New file. * src/expat.sci: Use module (gamma documentation). Remove inclusion of *.inc files. * src/sql.sci: Likewise. * src/syslog.sci: Likewise. * src/gamma-expat.c: Use SCM_DEFINE_PUBLIC to define public interfaces. * src/gsql_conn.c: Likewise. * src/syslog-port.c: Likewise. * src/syslog.c: Likewise. * am/guile.m4: Remove. * scripts/guile-doc-snarf.awk: Remove. * scripts/guile-doc-snarf: Remove. * scripts/Makefile.am (EXTRA_DIST): Remove guile-doc-snarf.awk and guile-doc-snarf.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac10
1 files changed, 3 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac
index 414189e..81c9dfa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -35,6 +35,8 @@ AC_PROG_LN_S
AM_PROG_LIBTOOL
AM_C_PROTOTYPES
+GINT_INIT(gint,[1.8],,[AC_MSG_ERROR([Guile not found])])
+
AC_SUBST(INCLUDEPATH)
AC_MSG_CHECKING(for additional includes)
AC_ARG_WITH([include-path],
@@ -56,13 +58,6 @@ AC_ARG_WITH([lib-path],
done])
AC_MSG_RESULT($LIBS)
-dnl Checks for libraries.
-MU_CHECK_GUILE
-
-if test $mu_cv_lib_guile != yes; then
- AC_MSG_ERROR([Guile not found])
-fi
-
dnl Checks for library functions.
AC_HEADER_STDC
@@ -101,6 +96,7 @@ fi
AC_CONFIG_FILES(Makefile
+ gint/Makefile
src/Makefile
scripts/Makefile
examples/Makefile

Return to:

Send suggestions and report system problems to the System administrator.