summaryrefslogtreecommitdiff
path: root/dviware/dviljk/configure
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /dviware/dviljk/configure
Initial commit
Diffstat (limited to 'dviware/dviljk/configure')
-rwxr-xr-xdviware/dviljk/configure24
1 files changed, 24 insertions, 0 deletions
diff --git a/dviware/dviljk/configure b/dviware/dviljk/configure
new file mode 100755
index 0000000000..c071336652
--- /dev/null
+++ b/dviware/dviljk/configure
@@ -0,0 +1,24 @@
+#!/bin/sh
+
+# Pseudo configure for CTAN releases of DVI drivers from the texk
+# source tree.
+
+cat <<'_EOT_'
+
+Sorry, but this configure script won't be of much use for you.
+
+This source directory from CTAN can only be compiled in a texk build
+environment. You will need to download the whole environment, please
+refer to http://www.tug.org/texlive/svn/.
+
+It all boils down to a Subversion checkout of
+svn://tug.org/texlive/trunk/Build/source
+This will be the source tree that you can use for compilation. The
+CTAN tree is there for archival and informational purpose.
+
+For your convenience, the original configure script from the texk
+source tree is available in this directory as configure.texk.
+
+_EOT_
+
+exit 1