* configure.in: don't append threads.doc to EXTRA_DOT_DOC_FILES,
authorGary Houston <ghouston@arglist.com>
Sat, 17 Mar 2001 21:20:20 +0000 (21:20 +0000)
committerGary Houston <ghouston@arglist.com>
Sat, 17 Mar 2001 21:20:20 +0000 (21:20 +0000)
commite9e225e5aca12b3286d38d7da10ccf5e99057068
tree1b6df87149cee0b22644d8afcf4996745d0236e6
parentc6c79933b54d5f480b1eabbb65054706ddc3166a
* configure.in: don't append threads.doc to EXTRA_DOT_DOC_FILES,
since EXTRA_DOT_DOC_FILES is redefined later.  define
EXTRA_DOT_X_FILES and hand it to AC_SUBST.
* sort.c (scm_sort): move sortvec variable to avoid a compiler
warning when HAVE_ARRAYS is not defined.  move len too.
* Makefile.am (DOT_X_FILES): remove net_db.x, posix.x, socket.x.
(EXTRA_DOT_X_FILES): let configure set the value.
(DOT_DOC_FILES): remove net_db.doc, posix.doc, socket.doc.
ChangeLog
configure.in
libguile/ChangeLog
libguile/Makefile.am
libguile/sort.c