forked from pool/e2fsprogs
b5599c107a
* Add e2fsprogs-1.43-gettext.patch. * Exclude in-sources intl/ directory from build. - Fix install_info_delete usage: It must be called in preun. Rev filesystems/116 Md5 ac4fcd5d3c2c2a1ab8d0951a6a7a4745 2019-07-25 17:08:11 dirkmueller 718436
21 lines
542 B
Diff
21 lines
542 B
Diff
Support gettext >= 0.20, which now forbids AM_GNU_GETTEXT without
|
|
intlsymbol argument.
|
|
|
|
[no-libtool] was the default choice (use of intl/ in-package
|
|
directory).
|
|
|
|
Now only [external] is supported (use libintl library).
|
|
--
|
|
diff -up e2fsprogs-1.45.2/configure.ac.orig e2fsprogs-1.45.2/configure.ac
|
|
--- e2fsprogs-1.45.2/configure.ac.orig
|
|
+++ e2fsprogs-1.45.2/configure.ac
|
|
@@ -873,7 +873,7 @@ AC_SUBST(GETTEXT_PACKAGE)
|
|
AC_SUBST(PACKAGE)
|
|
AC_SUBST(VERSION)
|
|
|
|
-AM_GNU_GETTEXT
|
|
+AM_GNU_GETTEXT([external])
|
|
dnl
|
|
dnl End of configuration options
|
|
dnl
|