contrib/rpm: regenerate automake with locally present version
authorLubomir Rintel <lkundrak@v3.sk>
Mon, 28 Sep 2015 17:47:50 +0000 (19:47 +0200)
committerLubomir Rintel <lkundrak@v3.sk>
Mon, 28 Sep 2015 17:50:09 +0000 (19:50 +0200)
The modification of po/Makefile.in.in may trigger re-run of autotools and it
would fail if the versions differ.

Fixes: 2318c0de9291b9dcf9e720a2e5041266449dfd57

contrib/fedora/rpm/NetworkManager.spec

index 65f27cc..0fe856a 100644 (file)
@@ -116,7 +116,6 @@ BuildRequires: wireless-tools-devel >= %{wireless_tools_version}
 BuildRequires: glib2-devel >= %{glib2_version}
 BuildRequires: gobject-introspection-devel >= 0.10.3
 BuildRequires: gettext-devel
-BuildRequires: /usr/bin/autopoint
 BuildRequires: pkgconfig
 BuildRequires: libnl3-devel >= %{libnl3_version}
 BuildRequires: perl(XML::Parser)
@@ -343,7 +342,7 @@ by nm-connection-editor and nm-applet in a non-graphical environment.
 cp -R docs ORIG-docs
 %endif
 
-autopoint --force
+autoreconf --install --force
 intltoolize --automake --copy --force
 %configure \
        --disable-static \