AC-Archive
Autoconf Macro Archive

ac-archive.sf.net: - Project CVS - Download
Macro Index
- AM Support
- C++ Support
- C Support
- Fortran Support
- Java Support
- Cross Compilation
- Installed Packages
- Miscellaneous
- LaTeX Support
- Uncategorized
- archive macros
- adl's macros
- bkorb's macros
- guidod's macros
- latex's macros
- other's macros
- rleigh's macros
- obsoleted macros
- released macros
- search index

Documentation
- Contribute!
- History
- acincludedir m4
- acinclude (tool)
- macro howto
- ax tricks
- maintainers
- License
- Topics

generated...
2007年08月05日

(C) 2007 guidod
Synopsis
AC_LATEX_PACKAGES([<package1>,<package2>,<package3>],<class>,<variable>)
, 
Version

2006年07月16日

Author

Mathieu Boretti <boretti@eig.unige.ch>

License

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

Category

cryp.to ac-archive's Obsoleted (obsoleted)

Documentation
  • obsoleted Replaced by the newer ACLTX_XXX set of macros.

This macro test if package1 in <class> exists and if not package2 and so and set <variable> to the right value

AC_LATEX_PACKAGES([allo,varioref,bonjour],book,vbook)
should set $vbook="varioref"
M4 Source Code
define(_AC_LATEX_PACKAGE_INTERNE,[
	ifelse($#,0,[],$#,1,[],$#,2,[],$#,3,[
		AC_LATEX_PACKAGE(3,ドル2,ドル1ドル)
	],[
		AC_LATEX_PACKAGE(3,ドル2,ドル1ドル)
		if test "$1ドル" = "yes";
		then
			1ドル=3ドル ; export 1ドル ;
		else
			_AC_LATEX_PACKAGE_INTERNE(1,ドル2,ドルm4_shift(m4_shift(m4_shift($@))))
		fi;
	])
])
AC_DEFUN([AC_LATEX_PACKAGES],[
	_AC_LATEX_PACKAGE_INTERNE(3,ドル2,ドル1ドル)
	AC_SUBST(3ドル)
])

AltStyle によって変換されたページ (->オリジナル) /