diff options
author | Karl Berry <karl@freefriends.org> | 2014-11-13 23:48:37 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-11-13 23:48:37 +0000 |
commit | 880d29a873a0e51225c1b673382c23c39b07629f (patch) | |
tree | 3f2b81e93c052fba6e4c86f6cdacaf9a923da7ac /Master/texmf-dist/doc/plain/impatient/configure.ac | |
parent | 45a71fe6cd1a1a40ec5db29ad04dc081ec69b6b4 (diff) |
impatient 2.4
git-svn-id: svn://tug.org/texlive/trunk@35573 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/plain/impatient/configure.ac')
-rw-r--r-- | Master/texmf-dist/doc/plain/impatient/configure.ac | 16 |
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 |