summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/chapterfolder/configure.in
blob: f6e4e560a8db5745d8a1ca932fac0acdf98cf6ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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])