summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 67c0f2906834..c4c26090beea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -25,7 +25,7 @@ prepare() {
if [ "$_is_older" = "1" ]; then
msg2 "Running autogen (for autoconf<2.70)"
- ./autogen.sh
+ test -f configure || ./autogen.sh
else
msg2 "Running autogen (for autoconf>=2.70)"
test -f configure || INTLTOOLIZE='intltoolize --force' autoreconf --install