diff options
author | hobbs <hobbs> | 2000-02-10 08:53:14 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2000-02-10 08:53:14 (GMT) |
commit | 38362e8f5997f57fd93f4fdc48ae5b14e988b7c2 (patch) | |
tree | 792e35f923db1468f1898b0e36a7de40dfe261b5 /unix/Makefile.in | |
parent | 4dfb3aeabdcba38301d5fb68534eec9dc88028bd (diff) | |
download | tk-38362e8f5997f57fd93f4fdc48ae5b14e988b7c2.zip tk-38362e8f5997f57fd93f4fdc48ae5b14e988b7c2.tar.gz tk-38362e8f5997f57fd93f4fdc48ae5b14e988b7c2.tar.bz2 |
* unix/tkUnixWm.c (Tk_CoordsToWindow): qualified delete of error
handler as the goto label is reached from above and below.
* unix/configure.in:
* unix/aclocal.m4: cleaned up macros to coincide with tcl.m4,
added -export-dynamic to LDFLAGS for FreeBSD-3+ [Bug: 2998]
* unix/README:
* unix/Makefile.in (dist): removed porting.notes and porting.old
from distribution and CVS. The information was very outdated. Now
refer to http://dev.scriptics.com/services/support/platforms.html
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r-- | unix/Makefile.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index 5681a75..10827f9 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -5,7 +5,7 @@ # "autoconf" program (constructs like "@foo@" will get replaced in the # actual Makefile. # -# RCS: @(#) $Id: Makefile.in,v 1.39 2000/02/08 11:31:36 hobbs Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.40 2000/02/10 08:53:14 hobbs Exp $ # Current Tk version; used in various names. @@ -943,7 +943,6 @@ dist: $(UNIX_DIR)/configure cp $(UNIX_DIR)/configure $(UNIX_DIR)/configure.in \ $(UNIX_DIR)/aclocal.m4 \ $(UNIX_DIR)/tkConfig.sh.in $(TCLDIR)/unix/install-sh \ - $(UNIX_DIR)/porting.notes $(UNIX_DIR)/porting.old \ $(UNIX_DIR)/README $(DISTDIR)/unix chmod 775 $(DISTDIR)/unix/configure $(DISTDIR)/unix/configure.in chmod +x $(DISTDIR)/unix/install-sh |