summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/plain/impatient/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/plain/impatient/configure.ac')
-rw-r--r--Master/texmf-dist/doc/plain/impatient/configure.ac16
1 files changed, 16 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/plain/impatient/configure.ac b/Master/texmf-dist/doc/plain/impatient/configure.ac
new file mode 100644
index 00000000000..b3d1286f7bc
--- /dev/null
+++ b/Master/texmf-dist/doc/plain/impatient/configure.ac
@@ -0,0 +1,16 @@
+dnl $Id: configure.ac,v 1.4 2014/11/13 17:08:00 karl Exp $
+dnl public domain
+dnl configure.ac for TeX for the Impatient.
+
+AC_INIT([teximpatient], [2.4], [impatient@tug.org])
+AC_CONFIG_SRCDIR([book.tex])
+
+AC_PROG_INSTALL
+AC_PROG_MKDIR_P
+AC_PATH_PROG([ICON], [icon])
+AC_PATH_PROG([TEX], [tex])
+AC_PATH_PROG([PDFTEX], [pdftex])
+AC_PATH_PROG([HTTEX], [httex])
+
+AC_CONFIG_FILES([Makefile])
+AC_OUTPUT