* Makefile.am (EXTRA_DIST): add errnos_cnvt.awk, errnos.default,
authorGary Houston <ghouston@arglist.com>
Mon, 13 Jan 1997 04:05:27 +0000 (04:05 +0000)
committerGary Houston <ghouston@arglist.com>
Mon, 13 Jan 1997 04:05:27 +0000 (04:05 +0000)
commitee78fbb0673216686daea0aaa16567d7b9fa7a8f
tree32e2a2e573e9483a60b0d86c815e90610b9bad0c
parentb9e19a277382213762d4e130f983dbde4ef87887
* Makefile.am (EXTRA_DIST): add errnos_cnvt.awk, errnos.default,
errnos_get.c.
Add a rule to generate errnos.c from errnos.
* error.c (scm_init_error): include errnos.c.
* errnos_cnvt.awk: new file, converts the list of errno codes to
C expressions.
* errnos_get.c: new file.
* errnos.default: new file, contains errnos to try if they can't
be extracted from errno.h.
* configure.in: if using GCC, try and extract errno codes from
errno.h.
Added AC_PROG_AWK.
libguile/ChangeLog
libguile/Makefile.am
libguile/Makefile.in
libguile/configure
libguile/configure.in
libguile/error.c