1234567891011121314151617 |
- dnl @synopsis MACRO_NAME(MACRO-PARAM1,[MACRO-PARAM2],...)
- dnl
- dnl <one line comment what the file is for>
- dnl
- dnl This macro takes next arguments:
- dnl ...
- dnl
- dnl This macro calls:
- dnl
- dnl AC_SUBST(XX_SOME_SUBSTED_VAR)
- dnl
- dnl @category <CategoryNameHere>
- dnl @author Firstname Secondname <your@email.in.net>
- dnl @version <modified date>
- dnl @license AllPermissive
- dnl @copyright Free Software Foundation, Inc.
|