Mercurial > hg > octave-shane > gnulib-hg
annotate modules/minmax @ 9363:4d4d1419d4ab
Use @FOO@ syntax instead of $(FOO) syntax, because it uncovers typos early.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Fri, 19 Oct 2007 12:51:22 +0200 |
parents | 404dc8725caf |
children |
rev | line source |
---|---|
4207 | 1 Description: |
2 MIN, MAX macros. | |
3 | |
4 Files: | |
5 lib/minmax.h | |
5882
4166e2857787
Add autoconf tests for the 'minmax' module.
Bruno Haible <bruno@clisp.org>
parents:
5259
diff
changeset
|
6 m4/minmax.m4 |
4207 | 7 |
8 Depends-on: | |
9 | |
10 configure.ac: | |
5882
4166e2857787
Add autoconf tests for the 'minmax' module.
Bruno Haible <bruno@clisp.org>
parents:
5259
diff
changeset
|
11 gl_MINMAX |
4207 | 12 |
13 Makefile.am: | |
14 lib_SOURCES += minmax.h | |
15 | |
16 Include: | |
17 "minmax.h" | |
18 | |
5251
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
4207
diff
changeset
|
19 License: |
9102
404dc8725caf
Use the synonymous term LGPLv2.
Bruno Haible <bruno@clisp.org>
parents:
5882
diff
changeset
|
20 LGPLv2+ |
5251
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
4207
diff
changeset
|
21 |
4207 | 22 Maintainer: |
23 Bruno Haible | |
24 |