diff options
author | Thomas Bushnell <thomas@gnu.org> | 1998-04-23 00:52:19 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1998-04-23 00:52:19 +0000 |
commit | 5fbd343d8c6a9f3fc2e7026e909a5a63371d8692 (patch) | |
tree | 698b496460f04ccb8ea9286eb453c01f545281d3 /ChangeLog | |
parent | ab62f8b1d1c961193cb56243a82be91dc2f5aa72 (diff) | |
download | hurd-5fbd343d8c6a9f3fc2e7026e909a5a63371d8692.tar.gz hurd-5fbd343d8c6a9f3fc2e7026e909a5a63371d8692.tar.bz2 hurd-5fbd343d8c6a9f3fc2e7026e909a5a63371d8692.zip |
1998-04-02 Gordon Matzigkeit <gord@profitpress.com>
* Makefile (srcdir): Don't set srcdir, since this is either done
in the generated Makefile or in Makeconf. Just include ./Makeconf
directly.
* configure.in (makefiles): Check for $ac_unique_file, rather than
doing string comparisons to determine if we are configured in the
source directory. This works for silly things like `srcdir=./.'.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +1998-04-02 Gordon Matzigkeit <gord@profitpress.com> + + * Makefile (srcdir): Don't set srcdir, since this is either done + in the generated Makefile or in Makeconf. Just include ./Makeconf + directly. + + * configure.in (makefiles): Check for $ac_unique_file, rather than + doing string comparisons to determine if we are configured in the + source directory. This works for silly things like `srcdir=./.'. + 1997-08-06 Miles Bader <miles@gnu.ai.mit.edu> * Makefile (prog-subdirs): Add ftpfs. |