AC_LATEX_DVIPS_T_LETTER_LANDSCAPE ,
2006年07月16日
Boretti Mathieu <boretti@eig.unige.ch>
GPLWithACException
This program is free software; you can
redistribute it and/or modify it under the terms of the GNU General Public License
as published by the Free Software Foundation. As a special exception, the respective
Autoconf Macro's copyright owner gives unlimited permission to copy, distribute and modify
the configure scripts that are the output of Autoconf when processing the Macro. You
need not follow the terms of the
GNU General Public License when using or distributing such scripts
cryp.to ac-archive's Obsoleted (obsoleted)
obsoleted Replaced by the newer ACLTX_XXX set of macros.
same as AC_LATEX_DVIPS_T(letter,dvips_t_letter_landscape,on)
AC_DEFUN([AC_LATEX_DVIPS_T_LETTER_LANDSCAPE],[ AC_REQUIRE([AC_LATEX_DVIPS_T_LETTER]) AC_LATEX_DVIPS_T(letter,dvips_t_letter_landscape,on) if test $dvips_t_letter_landscape = "no"; then AC_MSG_ERROR([Unable to find the -t letter -t landscape option in dvips]) fi ])