summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVincent Grande2020-12-25 12:28:27 -0500
committerVincent Grande2020-12-25 12:28:27 -0500
commit055f58bfcaa34bc98c4e83269897301d42f9b83f (patch)
tree67970aa558f3a98c4c2e0f1fb019df51e7da8572 /PKGBUILD
parent6695b9f67cd4dfdeeaf7f3e06f5d623a660895c4 (diff)
downloadaur-055f58bfcaa34bc98c4e83269897301d42f9b83f.tar.gz
add autoreconf
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index edb9491b7129..90a4e57235cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -29,6 +29,9 @@ build() {
export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
cd libtiff
+
+ autoreconf -fi
+
./configure \
--prefix=/usr \
--sysconfdir=/etc \