AC_PROG_FIG2DEV ,
2005年01月25日
Mathieu Boretti <boretti@bss-network.com>
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
latex's Obsoleted (obsoleted)
obsoleted Replaced by VL_PROG_FIG2DEV.
This macro test if fig2dev is installed. If fig2dev is installed, it set $fig2dev to the right value
AC_DEFUN([AC_PROG_FIG2DEV],[ AC_CHECK_PROGS(fig2dev,[fig2dev],no) export fig2dev; if test $fig2dev = "no" ; then AC_MSG_ERROR([Unable to find a fig2dev application]); fi AC_SUBST(fig2dev) ])