]> git.pld-linux.org Git - packages/indent.git/commitdiff
AM_GNU_GETTEXT supports only external configuration now
authorJan Palus <atler@pld-linux.org>
Sat, 2 May 2020 11:27:05 +0000 (13:27 +0200)
committerJan Palus <atler@pld-linux.org>
Sat, 2 May 2020 11:27:05 +0000 (13:27 +0200)
indent.spec

index 0cfdf4843f5a87afdf2ecc305413d4168cec9066..542bf71523483532405fd45ce1a31acb008c87ab 100644 (file)
@@ -95,6 +95,9 @@ Indent - це програма GNU для "прикрашення" вихідн
 %patch1 -p1
 
 %build
+%{__sed} -i -e 's@AM_GNU_GETTEXT.*@AM_GNU_GETTEXT([external])@' \
+       -e 's@intl/Makefile@@' \
+        configure.ac
 %{__gettextize}
 %{__aclocal} -I m4
 %{__autoconf}
This page took 0.097356 seconds and 4 git commands to generate.