aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2010-03-06 15:55:17 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2010-03-06 15:55:17 +0200
commit6e2269bce3e0104fbc6cbf62ca8107ec437d77f9 (patch)
tree28032b06e83414c5da707b101534ca2b33d82e5b /configure.ac
parentc8ec138afb7dfe52c96b7bd4e6321a5a03aca449 (diff)
downloadgamma-6e2269bce3e0104fbc6cbf62ca8107ec437d77f9.tar.gz
gamma-6e2269bce3e0104fbc6cbf62ca8107ec437d77f9.tar.bz2
Remove po.
* po/: Remove. * Makefile.am (SUBDIRS): Remove po. * README: Update. * configure.ac: Version 1.99 Remove gettext requirement.
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.