File: ac_latex_dvips_t_a4_landscape.m4

package info (click to toggle)
autoconf-archive 20060312-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 4,180 kB
  • ctags: 13
  • sloc: sh: 455; makefile: 44
file content (17 lines) | stat: -rw-r--r-- 483 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
dnl @synopsis AC_LATEX_DVIPS_T_A4_LANDSCAPE
dnl
dnl same as AC_LATEX_DVIPS_T(a4,dvips_t_a4_landscape,on)
dnl
dnl @category LaTeX
dnl @author Mathieu Boretti boretti@bss-network.com
dnl @version 2005-01-21
dnl @license GPLWithACException

AC_DEFUN([AC_LATEX_DVIPS_T_A4_LANDSCAPE],[
AC_REQUIRE([AC_LATEX_DVIPS_T_A4])
AC_LATEX_DVIPS_T(a4,dvips_t_a4_landscape,on)
if test $dvips_t_a4_landscape = "no";
then
    AC_MSG_ERROR([Unable to find the -t a4 -t landscape option in dvips])
fi
])