dnl @synopsis ACLTX_DVIPS_T_A4 dnl dnl check if dvips accept -t a4 dnl dnl @category LaTeX dnl @author Boretti Mathieu dnl @version 2006-07-16 dnl @license LGPL AC_DEFUN([ACLTX_DVIPS_T_A4],[ ACLTX_DVIPS_T(a4,dvips_t_a4) if test $dvips_t_a4 = "no"; then AC_MSG_ERROR([Unable to find the -t a4 option in dvips]) fi ])