diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/chapterfolder/configure.in')
-rw-r--r-- | Master/texmf-dist/doc/latex/chapterfolder/configure.in | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/chapterfolder/configure.in b/Master/texmf-dist/doc/latex/chapterfolder/configure.in new file mode 100644 index 00000000000..f6e4e560a8d --- /dev/null +++ b/Master/texmf-dist/doc/latex/chapterfolder/configure.in @@ -0,0 +1,17 @@ +AC_INIT([chapterfolder latex package],[1.0],[boretti@eig.unige.ch],[chapterfolder]) + +AC_PROG_MAKE_SET + +AC_PROG_LATEX +AC_PROG_TEXHASH +AC_PROG_KPSEWHICH +AC_LATEX_PACKAGE(ifthen,report,IFTHEN) +export IFTHEN; +if test $IFTHEN = "no" ; +then + AC_MSG_ERROR([Unable to locate the ifthen package for report]) +fi; +AC_TEXMF_PATH +Base=$texmfpath ; export Base; +AC_SUBST(Base) +AC_OUTPUT([Makefile]) |