summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2002-04-22 04:35:19 +0000
committerPaul Smith <psmith@gnu.org>2002-04-22 04:35:19 +0000
commit306462f0bd313d7db43f9843b60a5a8f1fa018d6 (patch)
tree15ab79cfe7fe6be8e0c1dd0f0675a402628141e8 /ChangeLog
parent3a8a7a5d00c7052c46cef2342792d6a0829db897 (diff)
downloadgunmake-306462f0bd313d7db43f9843b60a5a8f1fa018d6.tar.gz
Updates for new tools. Everything works now building on Linux,
including creating make packages. I'll try some other systems tomorrow. Also added a new translation: Croatian. Thanks!
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ebfee01..e436dbf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,12 @@
* README.cvs: New file. Explain how to build GNU make from CVS.
+ * configure.in: Modify checking for the system glob library.
+ Use AC_EGREP_CPP instead of AC_TRY_CPP. Remove the setting of
+ GLOBDIR (we will always put "glob" in SUBDIRS, so automake
+ etc. will manage it correctly). Set an automake conditional
+ USE_LOCAL_GLOB to decide whether to compile the glob library.
+
* getloadavg.c (main): Include make.h in the "TEST" program to
avoid warnings.