From bdbef91530811063dfcd887b09e2fb1a94e8f53e Mon Sep 17 00:00:00 2001 From: Lubomir Rintel Date: Thu, 23 Jun 2022 12:35:09 +0200 Subject: [PATCH] fixup! build: stop relying on intltool for i18n Don't add --copy argument to gtkdocize. Not sure why this was done, but it's outside the scope of the patch. --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index e55bbeee09..7973c51ea3 100755 --- a/autogen.sh +++ b/autogen.sh @@ -22,7 +22,7 @@ PKG_NAME=NetworkManager cd $srcdir -gtkdocize --copy +gtkdocize autoreconf --verbose --force --install cd $olddir