From 225a310de19782560801d629bf97a32ccb4f967b Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Mon, 26 Nov 2012 01:26:29 +0100 Subject: 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 --- configure.ac | 4 ---- 1 file changed, 4 deletions(-) (limited to 'configure.ac') 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 \ -- cgit v1.2.3-54-g00ecf