aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac20
1 files changed, 8 insertions, 12 deletions
diff --git a/configure.ac b/configure.ac
index 7e18fda..1262460 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,25 +1,24 @@
1dnl This file is part of Gamma 1dnl This file is part of Gamma
2dnl Copyright (C) 2002,2004 Sergey Poznyakoff 2dnl Copyright (C) 2002, 2004, 2007 Sergey Poznyakoff
3dnl 3dnl
4dnl This program is free software; you can redistribute it and/or modify 4dnl This program is free software; you can redistribute it and/or modify it
5dnl it under the terms of the GNU General Public License as published by 5dnl under the terms of the GNU General Public License as published by the
6dnl the Free Software Foundation; either version 2 of the License, or 6dnl Free Software Foundation; either version 3 of the License, or (at your
7dnl (at your option) any later version. 7dnl option) any later version.
8dnl 8dnl
9dnl This program is distributed in the hope that it will be useful, 9dnl This program is distributed in the hope that it will be useful,
10dnl but WITHOUT ANY WARRANTY; without even the implied warranty of 10dnl but WITHOUT ANY WARRANTY; without even the implied warranty of
11dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12dnl GNU General Public License for more details. 12dnl GNU General Public License for more details.
13dnl 13dnl
14dnl You should have received a copy of the GNU General Public License 14dnl You should have received a copy of the GNU General Public License along
15dnl along with this program; if not, write to the Free Software Foundation, 15dnl with this program. If not, see <http://www.gnu.org/licenses/>. */
16dnl Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */
17 16
18dnl Process this file with autoconf to produce a configure script. 17dnl Process this file with autoconf to produce a configure script.
19 18
20AC_PREREQ(2.59) 19AC_PREREQ(2.59)
21 20
22AC_INIT(gamma, 0.2, gray@mirddin.farlep.net) 21AC_INIT(gamma, 1.1, [gray@gnu.org.ua])
23AC_CONFIG_SRCDIR(src/guile-sql.h) 22AC_CONFIG_SRCDIR(src/guile-sql.h)
24AC_CONFIG_AUX_DIR([scripts]) 23AC_CONFIG_AUX_DIR([scripts])
25AC_CANONICAL_SYSTEM 24AC_CANONICAL_SYSTEM
@@ -115,10 +114,7 @@ if test $mu_cv_lib_guile = yes; then
115fi 114fi
116 115
117if test x"$USE_NLS" != x; then 116if test x"$USE_NLS" != x; then
118 BUILD_LIBS="$BUILD_LIBS \$(LIB_GETTEXT)"
119 BUILD_DATA="$BUILD_DATA \$(SCM_GETTEXT)" 117 BUILD_DATA="$BUILD_DATA \$(SCM_GETTEXT)"
120 BUILD_X="$BUILD_X \$(X_GETTEXT)"
121 INSTALL_HOOKS="$INSTALL_HOOKS install-gettext-hook"
122fi 118fi
123 119
124if test x"$BUILD_LIBS" = x; then 120if test x"$BUILD_LIBS" = x; then

Return to:

Send suggestions and report system problems to the System administrator.