aboutsummaryrefslogtreecommitdiffstats
path: root/extension/configure.ac
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2012-07-30 21:51:10 +0300
committerArnold D. Robbins <arnold@skeeve.com>2012-07-30 21:51:10 +0300
commitdc8d2e7b62b9191266a281c80ebb1265436250fc (patch)
tree39137d932ac0893e86214aba14defa10e5e15c2a /extension/configure.ac
parent030501c017701733c2d88cddd2656cb3a12b56bf (diff)
downloadegawk-dc8d2e7b62b9191266a281c80ebb1265436250fc.tar.gz
egawk-dc8d2e7b62b9191266a281c80ebb1265436250fc.tar.bz2
egawk-dc8d2e7b62b9191266a281c80ebb1265436250fc.zip
Gettext support for the extension files.
Diffstat (limited to 'extension/configure.ac')
-rw-r--r--extension/configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/extension/configure.ac b/extension/configure.ac
index 8f674777..895572c6 100644
--- a/extension/configure.ac
+++ b/extension/configure.ac
@@ -33,6 +33,9 @@ export INSTALL
AM_INIT_AUTOMAKE([-Wall -Werror])
+AM_GNU_GETTEXT([external])
+AM_GNU_GETTEXT_VERSION([0.18.1])
+
AM_PROG_AR
AC_DISABLE_STATIC
AC_PROG_LIBTOOL
@@ -56,6 +59,3 @@ AC_CONFIG_HEADERS([config.h:configh.in])
AC_CONFIG_FILES(Makefile)
AC_OUTPUT
-
-# hack
-grep ENABLE_NLS ../config.h >> config.h