summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoralextee2018-11-18 13:45:27 +0000
committeralextee2018-11-18 13:45:27 +0000
commit9aaebbcae7f819a23f300bc2ca66db1d6914737a (patch)
treeb1c640f1abd1e5728c8e7506eb5c1f68d646fdc6
parent854d82de13cfb072d555fa5b3f40466814cf99f0 (diff)
downloadaur-9aaebbcae7f819a23f300bc2ca66db1d6914737a.tar.gz
remove autoconf
-rw-r--r--PKGBUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 50f3aa015e49..6755b94b43a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,7 +18,6 @@ prepare() {
build() {
cd "$pkgname-$pkgver"
- ./autogen.sh
./configure --prefix=/usr --enable-aur-build
make
}