configure.ac: check for presence / add libgnugetopt to support
authorpjk <pjk>
Wed, 28 Apr 2004 20:59:26 +0000 (20:59 +0000)
committerpjk <pjk>
Wed, 28 Apr 2004 20:59:26 +0000 (20:59 +0000)
commitbd244987b9175ae3edf7c5f7417340a0a37427a8
treebaac3a9a97a2dace30827fa497dedbf8ad8c4ac5
parentc912ba11ed1d84c40085177439ac7086f2a43b20
configure.ac: check for presence / add libgnugetopt to support
  getopt_long on FreeBSD

algorithm.c, alloc.h: Wrap includes of alloca.h with #ifdef
  HAVE_ALLOCA_H.  Some platforms (FreeBSD for example) have alloca in
  stdlib.h... Autoconf detects this in AC_FUNC_ALLOCA
configure.ac
src/algorithm.c
src/alloc.h