]> git.pld-linux.org Git - packages/rpm-build-macros.git/commitdiff
gettextize: *** The option '--intl' is no longer available.
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 20 Oct 2019 17:39:28 +0000 (19:39 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Sun, 20 Oct 2019 17:39:28 +0000 (19:39 +0200)
rpm.macros

index cbfa117cb73ab026bc40fb13c5f772861fbb87db..59712fa5c6a303ee60628af7805d42a59b71c086 100644 (file)
 %__ninja_common_opts   -v %{?_smp_mflags}
 
 %__gettextize { \
-       if grep -qs 'AM_GNU_GETTEXT.*external' configure.{ac,in} ; then \
-               gettextize --copy --force --no-changelog; \
-       else \
-               gettextize --copy --force --no-changelog --intl; \
-       fi; \
+       gettextize --copy --force --no-changelog; \
        if [ ! -f po/Makevars ]; then \
                cp -f po/Makevars{.template,}; \
        fi; \
This page took 0.054391 seconds and 4 git commands to generate.