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,8 +1,8 @@
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
@@ -13,5 +13,4 @@ dnl 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
@@ -21,3 +20,3 @@ AC_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)
@@ -117,6 +116,3 @@ fi
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

Return to:

Send suggestions and report system problems to the System administrator.