.
authorJim Meyering <jim@meyering.net>
Sun, 6 Aug 2000 13:34:12 +0000 (13:34 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 6 Aug 2000 13:34:12 +0000 (13:34 +0000)
ChangeLog
tests/ChangeLog

index d12a9a3..60840b5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2000-08-06  Jim Meyering  <meyering@lucent.com>
+
+       * automake.in (handle_dependencies): Set $require_file_found{'depcomp'}
+       if the depcomp file exists, before calling require_config_file on
+       `depcomp'.  This makes require_file_internal skip its buggy existence
+       test that would make automake fail (with `required file `lib/depcomp'
+       not found') when AC_CONFIG_AUX_DIR is not set.
+
+       This change change does not fix the existing bug where, if `depcomp'
+       is not present in the build directory (at the top level), automake
+       still gives the inaccurate diagnostic about *lib*/depcomp rather
+       than ./depcomp.
+
 2000-08-05  Jim Meyering  <meyering@lucent.com>
 
        * m4/header.m4 (AM_CONFIG_HEADER): Fix typo in last change:
index 98b09a6..3ad6168 100644 (file)
@@ -1,3 +1,8 @@
+2000-08-06  Jim Meyering  <meyering@lucent.com>
+
+       * Makefile.am (TESTS): Add subdir4.test.
+       * subdir4.test: New test for the just-fixed depcomp failure.
+
 2000-08-02  Akim Demaille  <akim@epita.fr>
 
        * depacl.test: Weaken the regexp looking for AM_PROG_CC_C_STDC in