Update configure.in; support both baz and tla; avoid using dirent.
[srvx.git] / ChangeLog
index 4a5e591bd49858448a6e4b6da0212b144b89eef6..555d770b298e10bdac846b747f4f78e10e318d5b 100644 (file)
--- 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 <mdpoole@troilus.org>     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 <mdpoole@troilus.org>     patch-2
 
     Summary: