aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorLukas Fleischer <calcurse@cryptocrack.de>2012-11-26 01:26:29 +0100
committerLukas Fleischer <calcurse@cryptocrack.de>2012-11-26 01:46:56 +0100
commit225a310de19782560801d629bf97a32ccb4f967b (patch)
treeff94ef8aa965afd47e1749e67adc72f66f139b79 /configure.ac
parent8c60b0fdd92fca5783b84380a1f911d9e5ff2e3a (diff)
downloadcalcurse-225a310de19782560801d629bf97a32ccb4f967b.tar.gz
calcurse-225a310de19782560801d629bf97a32ccb4f967b.zip
po/: Add Makevars
Add project-specific gettext settings to "po/Makevars". Also, remove the "AM_XGETTEXT_OPTION" autoconf macro and use "XGETTEXT_OPTIONS" Makevars instead. Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index c522207..e32b027 100644
--- a/configure.ac
+++ b/configure.ac
@@ -140,10 +140,6 @@ AC_MSG_CHECKING([if memory debug should be used])
AC_MSG_RESULT($memdebug)
AM_CONDITIONAL(CALCURSE_MEMORY_DEBUG, test x$memdebug = xyes)
#-------------------------------------------------------------------------------
-# xgettext options
-#-------------------------------------------------------------------------------
-AM_XGETTEXT_OPTION([--no-location --keyword=_ --keyword=N_])
-#-------------------------------------------------------------------------------
# Create Makefiles
#-------------------------------------------------------------------------------
AC_OUTPUT(Makefile doc/Makefile src/Makefile test/Makefile scripts/Makefile \