summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Gysin2016-07-17 21:15:23 +0300
committerChristoph Gysin2016-07-17 21:20:31 +0300
commit4975223b16601f38125c831bdd92a14606888529 (patch)
tree86daf55ce1051a0872a9355c09dd9d39a51773cd
parent07104f9db20bb27a61895999b8649fea11cb89ab (diff)
downloadaur-4975223b16601f38125c831bdd92a14606888529.tar.gz
simplify autotools usage
-rw-r--r--PKGBUILD5
1 files changed, 1 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3b8c05244b29..559de3beff0a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -25,10 +25,7 @@ md5sums=('c7467ac2b75290bd086fc60f8243ad77')
build() {
cd $srcdir/$_pkgname-$pkgver
- aclocal
- autoconf
- autoheader
- automake --add-missing
+ autoreconf -is
./configure \
--prefix=/usr \
--sysconfdir=/etc