summaryrefslogtreecommitdiff
path: root/converters/pdf2djvu/files
diff options
context:
space:
mode:
Diffstat (limited to 'converters/pdf2djvu/files')
-rw-r--r--converters/pdf2djvu/files/bootstrap9
-rw-r--r--converters/pdf2djvu/files/patch-sys-uuid.cc11
2 files changed, 0 insertions, 20 deletions
diff --git a/converters/pdf2djvu/files/bootstrap b/converters/pdf2djvu/files/bootstrap
deleted file mode 100644
index a3a682950e3c..000000000000
--- a/converters/pdf2djvu/files/bootstrap
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-
-mkdir -p m4
-aclocal
-autoconf
-autoheader
-automake --add-missing
-autopoint
-exit 0
diff --git a/converters/pdf2djvu/files/patch-sys-uuid.cc b/converters/pdf2djvu/files/patch-sys-uuid.cc
deleted file mode 100644
index 49599f09f3f9..000000000000
--- a/converters/pdf2djvu/files/patch-sys-uuid.cc
+++ /dev/null
@@ -1,11 +0,0 @@
---- sys-uuid.cc.orig 2019-06-23 11:41:41 UTC
-+++ sys-uuid.cc
-@@ -17,6 +17,8 @@
- #include "autoconf.hh"
- #include "system.hh"
-
-+#include <cstring>
-+
- #if WIN32
-
- #include <cassert>