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>
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user