summaryrefslogtreecommitdiff
path: root/info/impatient/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'info/impatient/configure.ac')
-rw-r--r--info/impatient/configure.ac16
1 files changed, 0 insertions, 16 deletions
diff --git a/info/impatient/configure.ac b/info/impatient/configure.ac
deleted file mode 100644
index b3d1286f7b..0000000000
--- a/info/impatient/configure.ac
+++ /dev/null
@@ -1,16 +0,0 @@
-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