From: =?utf-8?q?Guido_G=C3=BCnther?= Date: Mon, 22 Jan 2018 09:47:35 +0100 Subject: Let dh handle any autoreconf / configure invocations --- autogen.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/autogen.sh b/autogen.sh index 1a112a6..10ec0ae 100755 --- a/autogen.sh +++ b/autogen.sh @@ -14,8 +14,6 @@ PKG_NAME=NetworkManager-iodine (cd $srcdir; autoreconf --install && - intltoolize --force && - autoreconf && - ./configure --enable-maintainer-mode $@ + intltoolize --force )