Add "--no-location" to xgettext options.
Disable line numbers in portable object files. They are not very useful and generate a lot of junk on every update, hiding the actual changes. Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
This commit is contained in:
parent
af8b868a15
commit
ad293b6a2e
@ -126,6 +126,10 @@ 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 po/Makefile.in po/Makefile)
|
||||
|
Loading…
x
Reference in New Issue
Block a user