Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2002-05-14 01:11:50 +0400
committerDJ Delorie <dj@redhat.com>2002-05-14 01:11:50 +0400
commit1a2d174831efa717d47d6f3d5a3515bd722b8dc3 (patch)
treeae3f1d9f6980bbc5ba33134ec624b7519e37500c /ChangeLog
parent48d91b4a379e30b6f34ed16861eb4da4e5795795 (diff)
* configure.in : Remove --srcdir argument from targargs and buildargs
(it's always overridden in the Makefile anyway). Rearrange a bit.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 8983a0e31..55d388aba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,10 @@
2002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
- * configure: move some logic to configure.in
- * configure.in: move some logic from configure
+ * configure.in : Remove --srcdir argument from targargs and buildargs
+ (it's always overridden in the Makefile anyway). Rearrange a bit.
+
+ * configure: Move some logic to configure.in.
+ * configure.in: Move some logic from configure.
2002-05-07 Jeff Johnston <jjohnstn@redhat.com>