Update configure.in; support both baz and tla; avoid using dirent.
authorMichael Poole <mdpoole@troilus.org>
Wed, 5 Apr 2006 00:05:59 +0000 (00:05 +0000)
committerMichael Poole <mdpoole@troilus.org>
Wed, 5 Apr 2006 00:05:59 +0000 (00:05 +0000)
commit51982054ac8f75d5c0ff61a6086c0163118a51c4
tree8a7306612e0934ccd8aed06131b445bf79d336d6
parentecbcfca707fefbce71e7ea23f2148e6b08df5d6a
Update configure.in; support both baz and tla; avoid using dirent.

configure.in: Remove AC_PROG_RANLIB since we never use ranlib.  Add
    AC_PROG_LIBTOOL since we do use libtool.  Set GNU_ARCH and
    HAS_GNU_ARCH based on whether the system has baz or tla.  Do not
    check for dirent.d_type.

src/Makefile.am: Make the "checkversion" target conditional on
    HAS_GNU_ARCH, and use the detected $(GNU_ARCH).

src/helpfile.c (language_read): Report error text when unable to open a
    language directory.
  (language_read_list): Always stat the language entry to determine
    whether it is a directory; Cygwin has no dirent.d_type and ReiserFS
    has a broken one.
git-archimport-id: srvx@srvx.net--2006/srvx--devo--1.3--patch-3
ChangeLog
configure.in
src/Makefile.am
src/helpfile.c