X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=ChangeLog;h=555d770b298e10bdac846b747f4f78e10e318d5b;hb=51982054ac8f75d5c0ff61a6086c0163118a51c4;hp=4a5e591bd49858448a6e4b6da0212b144b89eef6;hpb=ecbcfca707fefbce71e7ea23f2148e6b08df5d6a;p=srvx.git diff --git a/ChangeLog b/ChangeLog index 4a5e591..555d770 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,31 @@ # arch-tag: automatic-ChangeLog--srvx@srvx.net--2006/srvx--devo--1.3 # +2006-04-05 00:05:59 GMT Michael Poole patch-3 + + Summary: + Update configure.in; support both baz and tla; avoid using dirent. + Revision: + srvx--devo--1.3--patch-3 + + 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. + + modified files: + ChangeLog configure.in src/Makefile.am src/helpfile.c + + 2006-04-05 00:00:57 GMT Michael Poole patch-2 Summary: