diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-09-04 07:50:41 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-09-04 07:50:41 (GMT) |
commit | fd253d8677ffcef7052c8ac03cbd68c656835a35 (patch) | |
tree | 170a40460480844677aa3baa88b61f6664d91dce /pkgs | |
parent | ebff38e9650909e43dff4244867212e6c4133a0e (diff) | |
parent | a4abf50c23f2a2b458181704617172b1de3e772a (diff) | |
download | tcl-fd253d8677ffcef7052c8ac03cbd68c656835a35.zip tcl-fd253d8677ffcef7052c8ac03cbd68c656835a35.tar.gz tcl-fd253d8677ffcef7052c8ac03cbd68c656835a35.tar.bz2 |
Merge 8.6
Diffstat (limited to 'pkgs')
-rw-r--r-- | pkgs/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/README b/pkgs/README index 159a237..4633e0b 100644 --- a/pkgs/README +++ b/pkgs/README @@ -17,7 +17,7 @@ needs to conform to the following conventions. "configure". When the program "configure" is run, it should generate a file "Makefile" in the current working directory. The "configure" program should be able to accept as command line arguments all the - arguments that can be passed to the master unix/configure program. It + arguments that can be passed to the top unix/configure program. It should also accept the --with-tcl= and --with-tclinclude= options in the conventional way. |