diff options
author | Syd Polk <spolk@apple.com> | 2000-06-27 21:50:33 +0000 |
---|---|---|
committer | Syd Polk <spolk@apple.com> | 2000-06-27 21:50:33 +0000 |
commit | 4a14a3134482cb4c2e9b3fed278f4086e3ae46af (patch) | |
tree | d41c115b545319c61573ccb81cf14dee11aaa946 /config | |
parent | 6397363c2efb047cd7559d3ce2ccf28d638f2bee (diff) | |
download | gdb-4a14a3134482cb4c2e9b3fed278f4086e3ae46af.tar.gz |
2000-06-19 Syd Polk <spolk@redhat.com>
* acinclude.m4: Updated for Incr Tcl 3.0.
Diffstat (limited to 'config')
-rw-r--r-- | config/ChangeLog | 4 | ||||
-rwxr-xr-x | config/acinclude.m4 | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/config/ChangeLog b/config/ChangeLog index b5746b102f5..2e7e6fc793e 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,7 @@ +2000-06-19 Syd Polk <spolk@redhat.com> + + * acinclude.m4: Updated for Incr Tcl 3.0. + 2000-02-23 Linas Vepstas <linas@linas.org> * mh-i370pic: New file. diff --git a/config/acinclude.m4 b/config/acinclude.m4 index f799ced44dd..6187b5acdce 100755 --- a/config/acinclude.m4 +++ b/config/acinclude.m4 @@ -1045,6 +1045,7 @@ dnl AC_SUBST(TCL_COMPAT_OBJS) AC_SUBST(TCL_RANLIB) AC_SUBST(TCL_BUILD_LIB_SPEC) AC_SUBST(TCL_LIB_SPEC) + AC_SUBST(TCL_BIN_DIR) dnl AC_SUBST(TCL_LIB_VERSIONS_OK) dnl not used, don't export to save symbols |