summaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1999-01-27 03:15:02 +0000
committerTheodore Tso <tytso@mit.edu>1999-01-27 03:15:02 +0000
commit486ddce810307158d4116d02b0ee87b811752bc4 (patch)
treec89cb80f3e6bae8577ee9087f7abb656b056309f /src/ChangeLog
parent1fdb378aabd6beac83efe45520527abf0c5e7ba6 (diff)
downloadkrb5-486ddce810307158d4116d02b0ee87b811752bc4.tar.gz
krb5-486ddce810307158d4116d02b0ee87b811752bc4.tar.xz
krb5-486ddce810307158d4116d02b0ee87b811752bc4.zip
wconfig.c: Updated to be more featureful. It will now save the
arguments passed to it and emit it as a makefile variable WCONFIG_FLAGS. This allows the makefile to be able to preserve wconfig options in the future when updating makefile. Also added the --win32 and --win16 options to force win16 or win32 makefiles. An option of the form --enable-foo will cause lines that begin ##FOO## to be uncommented in the Makefile. The program has also been cleaned up so it can be run (for debugging purposes) under Unix. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11127 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 0556a4fc2..4d4de6b5d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,16 @@
+1999-01-26 Theodore Ts'o <tytso@rsts-11.mit.edu>
+
+ * wconfig.c: Updated to be more featureful. It will now save the
+ arguments passed to it and emit it as a makefile variable
+ WCONFIG_FLAGS. This allows the makefile to be able to
+ preserve wconfig options in the future when updating
+ makefile. Also added the --win32 and --win16 options to
+ force win16 or win32 makefiles. An option of the form
+ --enable-foo will cause lines that begin ##FOO## to be
+ uncommented in the Makefile. The program has also been
+ cleaned up so it can be run (for debugging purposes) under
+ Unix.
+
Sat Dec 5 01:14:23 1998 Theodore Y. Ts'o <tytso@mit.edu>
* Makefile.in: Updated windows configuration rules to work with