diff options
author | Lukas Fleischer <calcurse@cryptocrack.de> | 2011-04-10 17:57:33 +0200 |
---|---|---|
committer | Lukas Fleischer <calcurse@cryptocrack.de> | 2011-04-10 17:57:33 +0200 |
commit | ad293b6a2ed793e746d7c28d98831599f53abe5d (patch) | |
tree | 0fc27d83989969839a1eabcb8ccae38cf55dc241 | |
parent | af8b868a1502771bf9c15dea145d8cb805933057 (diff) | |
download | calcurse-ad293b6a2ed793e746d7c28d98831599f53abe5d.tar.gz calcurse-ad293b6a2ed793e746d7c28d98831599f53abe5d.zip |
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>
-rw-r--r-- | configure.ac | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index d764127..34121e4 100644 --- a/configure.ac +++ b/configure.ac @@ -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) |