]> git.pld-linux.org Git - packages/enscript.git/blob - enscript-gettext.patch
fix gettext macro
[packages/enscript.git] / enscript-gettext.patch
1 --- enscript-1.6.6/configure.ac.orig    2020-12-09 18:33:27.121417552 +0100
2 +++ enscript-1.6.6/configure.ac 2020-12-09 18:33:36.441437459 +0100
3 @@ -96,7 +96,7 @@
4  AC_SUBST(PSLEVEL)
5  
6  dnl Internationalization.
7 -AM_GNU_GETTEXT
8 +AM_GNU_GETTEXT([external])
9  AM_GNU_GETTEXT_VERSION([0.17])
10  
11  dnl Path separator character.
This page took 0.055838 seconds and 3 git commands to generate.