diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2012-07-26 22:16:40 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2012-07-26 22:16:40 +0300 |
commit | c3d3c83b0a60454c7b1bc335c022051b58f393e3 (patch) | |
tree | 9d6df3283ff204c41257c0aa82c57bf652b7a707 /extension/configure.ac | |
parent | ca83de0ec92b56c712f7a7376b21a1a1337b3107 (diff) | |
download | egawk-c3d3c83b0a60454c7b1bc335c022051b58f393e3.tar.gz egawk-c3d3c83b0a60454c7b1bc335c022051b58f393e3.tar.bz2 egawk-c3d3c83b0a60454c7b1bc335c022051b58f393e3.zip |
Enable gettext in extensions.
Diffstat (limited to 'extension/configure.ac')
-rw-r--r-- | extension/configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/extension/configure.ac b/extension/configure.ac index 160d55d8..4583962d 100644 --- a/extension/configure.ac +++ b/extension/configure.ac @@ -56,3 +56,6 @@ AC_CONFIG_HEADERS([config.h:configh.in]) AC_CONFIG_FILES(Makefile) AC_OUTPUT + +# hack +grep ENABLE_NLS ../config.h >> config.h |