]> ruderich.org/simon Gitweb - config/dotfiles.git/blob - lib.m4
*: License under GPL v3+.
[config/dotfiles.git] / lib.m4
1 dnl Contains additional macros for m4.
2 dnl
3 dnl The following macros are defined: IF and FI. Example:
4 dnl     IF(OS, debian)
5 dnl         ...
6 dnl     FI
7 dnl
8 dnl Copyright (C) 2009-2013  Simon Ruderich
9 dnl
10 dnl This program is free software: you can redistribute it and/or modify
11 dnl it under the terms of the GNU General Public License as published by
12 dnl the Free Software Foundation, either version 3 of the License, or
13 dnl (at your option) any later version.
14 dnl
15 dnl This program is distributed in the hope that it will be useful,
16 dnl but WITHOUT ANY WARRANTY; without even the implied warranty of
17 dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18 dnl GNU General Public License for more details.
19 dnl
20 dnl You should have received a copy of the GNU General Public License
21 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
22 dnl
23 dnl
24 define(`IF', `ifelse(`$1', `$2',dnl')dnl
25 define(`FI', `)dnl')dnl