aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac16
1 files changed, 3 insertions, 13 deletions
diff --git a/configure.ac b/configure.ac
index 7f1ee3b..136b933 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
dnl This file is part of Gamma
-dnl Copyright (C) 2002, 2004, 2007 Sergey Poznyakoff
+dnl Copyright (C) 2002, 2004, 2007, 2010 Sergey Poznyakoff
dnl
dnl This program is free software; you can redistribute it and/or modify it
dnl under the terms of the GNU General Public License as published by the
@@ -18,7 +18,7 @@ dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59)
-AC_INIT(gamma, 1.1, [gray@gnu.org.ua])
+AC_INIT(gamma, 1.99, [gray@gnu.org.ua])
AC_CONFIG_SRCDIR(src/guile-sql.h)
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
@@ -58,14 +58,8 @@ AC_MSG_RESULT($LIBS)
dnl Checks for libraries.
MU_CHECK_GUILE
-dnl Checks for gettext
-AC_CHECK_HEADERS(locale.h)
-AM_GNU_GETTEXT(external, need-ngettext)
-AM_GNU_GETTEXT_VERSION(0.13)
-
dnl Checks for library functions.
AC_HEADER_STDC
-AC_CHECK_FUNCS(strdup)
if test $mu_cv_lib_guile = yes; then
MYSQL=yes
@@ -114,10 +108,6 @@ if test $mu_cv_lib_guile = yes; then
fi
fi
-if test x"$USE_NLS" != x; then
- BUILD_DATA="$BUILD_DATA \$(SCM_GETTEXT)"
-fi
-
if test x"$BUILD_LIBS" = x; then
AC_MSG_ERROR([Nothing to build!])
fi
@@ -127,6 +117,6 @@ AC_SUBST(BUILD_DATA)
AC_SUBST(BUILD_X)
AC_SUBST(INSTALL_HOOKS)
-AC_CONFIG_FILES(Makefile src/Makefile scripts/Makefile examples/Makefile po/Makefile.in)
+AC_CONFIG_FILES(Makefile src/Makefile scripts/Makefile examples/Makefile)
AC_OUTPUT

Return to:

Send suggestions and report system problems to the System administrator.