From a257d3dbdb4c8fae43b0a800b1e4541dcb9d3ecb Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 2 Jan 2020 16:41:19 +0000 Subject: [PATCH] eiwd: Use autotools for now --- core/eiwd/build | 2 ++ core/eiwd/depends | 2 ++ 2 files changed, 4 insertions(+) diff --git a/core/eiwd/build b/core/eiwd/build index 7b75829a..f3403f72 100755 --- a/core/eiwd/build +++ b/core/eiwd/build @@ -1,5 +1,7 @@ #!/bin/sh -e +autoreconf -fis + ./configure \ --prefix=/usr \ --localstatedir=/var diff --git a/core/eiwd/depends b/core/eiwd/depends index 0cb0514d..bdd62782 100644 --- a/core/eiwd/depends +++ b/core/eiwd/depends @@ -1 +1,3 @@ +autoconf make +automake make openresolv