]> git.pld-linux.org Git - packages/rpm-build-macros.git/blobdiff - rpm.macros
gettextize: *** The option '--intl' is no longer available.
[packages/rpm-build-macros.git] / 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.041155 seconds and 4 git commands to generate.