eiwd: Use autotools for now

This commit is contained in:
Dylan Araps 2020-01-02 16:41:19 +00:00
parent 72698e66d8
commit a257d3dbdb
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
2 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,7 @@
#!/bin/sh -e
autoreconf -fis
./configure \
--prefix=/usr \
--localstatedir=/var

View File

@ -1 +1,3 @@
autoconf make
automake make
openresolv