This website works better with JavaScript.
Home
Explore
Help
Sign In
damien
/
scorepw
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
3
Wiki
Activity
Browse Source
Use the AM_GNU_GETTEXT_VERSION macro.
Autopoint needs that macro when re-generating the build system from scratch.
master
Damien Goutte-Gattat
1 year ago
parent
11b2cff62c
commit
febb69dfd0
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
configure.ac
+ 1
- 0
configure.ac
View File
@ -105,6 +105,7 @@ AS_IF([test "x$with_dict" != xno],
dnl I18N support
AM_GNU_GETTEXT([external])
AM_GNU_GETTEXT_VERSION(0.19.8)
AH_BOTTOM([#ifdef ENABLE_NLS
#include <libintl.h>
#define _(a) gettext(a)
Write
Preview
Loading…
Cancel
Save