diff options
author | Syd Polk <spolk@redhat.com> | 2000-06-27 21:50:33 +0000 |
---|---|---|
committer | Syd Polk <spolk@redhat.com> | 2000-06-27 21:50:33 +0000 |
commit | 56ea093dbe9e21e09cc45238fd92613c2a0e3a07 (patch) | |
tree | f81e7be28ca6747c15756f8f23e89a603b81af9d /config | |
parent | 4634da64f74f2c3d589e432ad40de2d9167b738c (diff) | |
download | newlib-56ea093dbe9e21e09cc45238fd92613c2a0e3a07.zip newlib-56ea093dbe9e21e09cc45238fd92613c2a0e3a07.tar.gz newlib-56ea093dbe9e21e09cc45238fd92613c2a0e3a07.tar.bz2 |
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 b5746b1..2e7e6fc 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 f799ced..6187b5a 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 |