aboutsummaryrefslogtreecommitdiffstats
path: root/appimage
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2018-10-12 22:56:17 +0200
committerJay Berkenbilt <ejb@ql.org>2018-10-13 18:18:31 +0200
commitad0fd53fc4caf11ea3dffe0ece63b84e0d792674 (patch)
treefdc858924caa412ab27e8c54c4a6f8ae6a0b3cf0 /appimage
parentc9d11d70a739fa521c2adaebd0ae5b88e643eb78 (diff)
downloadqpdf-ad0fd53fc4caf11ea3dffe0ece63b84e0d792674.tar.zst
Remove needless autogen.sh references/invocations
Since the files autogen.sh creates are now controlled, you only have to run autogen.sh when you modify the source files, not when you build from a clean checkout.
Diffstat (limited to 'appimage')
-rwxr-xr-xappimage/build-appimage1
1 files changed, 0 insertions, 1 deletions
diff --git a/appimage/build-appimage b/appimage/build-appimage
index 1358117e..1bda105d 100755
--- a/appimage/build-appimage
+++ b/appimage/build-appimage
@@ -83,7 +83,6 @@ appdir=$here/build/appdir
rm -rf $here/build
# Prepare build of QPDF from sources:
-./autogen.sh
./configure --prefix=/usr --enable-werror \
--enable-show-failed-test-output \
--enable-html-doc --enable-pdf-doc "$CUSTOM_CONFIGURE"