Mercurial > hg > octave-nkf
view libcruft/slatec-fn/xdgami.f @ 15063:36cbcc37fdb8
Refactor configure.ac to make it more understandable.
Use common syntax for messages in config.h
Correct typos, refer to libraries in all caps, use two spaces after period.
Follow Autoconf guidelines and place general tests before specific tests.
* configure.ac, m4/acinclude.m4: Use common syntax for messages in config.h
Correct typos, refer to libraries in all caps, use two spaces after period.
Follow Autoconf guidelines and place general tests before specific tests.
author | Rik <rik@octave.org> |
---|---|
date | Tue, 31 Jul 2012 10:28:51 -0700 |
parents | c0532bbaefd7 |
children |
line wrap: on
line source
subroutine xdgami (a, x, result) external dgami double precision a, x, result, dgami result = dgami (a, x) return end