summaryrefslogtreecommitdiff
path: root/gdb/acinclude.m4
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2003-02-11 16:11:16 +0000
committerAndrew Cagney <cagney@redhat.com>2003-02-11 16:11:16 +0000
commit8d74d5a53a752bc0d6772e1aaa581feb774ead74 (patch)
tree5db5bde1d07fc2b4470fdc5dd8d2140c1a3ca5b3 /gdb/acinclude.m4
parent919e5cabfac48f45d1d0b8ec9ba49ce6ce3f03a1 (diff)
downloadgdb-8d74d5a53a752bc0d6772e1aaa581feb774ead74.tar.gz
2003-02-11 Andrew Cagney <ac131313@redhat.com>
* acinclude.m4 (no_tcl): SUBST TCL_CC_SEARCH_FLAGS. * aclocal.m4: Regenerate. * configure: Regenerate. * Makefile.in (TCL): Use TCL_CC_SEARCH_FLAGS instead of TCL_LD_SEARCH_FLAGS.
Diffstat (limited to 'gdb/acinclude.m4')
-rw-r--r--gdb/acinclude.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/acinclude.m4 b/gdb/acinclude.m4
index e8951df7704..d3c00aeca26 100644
--- a/gdb/acinclude.m4
+++ b/gdb/acinclude.m4
@@ -259,6 +259,7 @@ dnl not used, don't export to save symbols
AC_SUBST(TCL_LD_FLAGS)
dnl don't export, not used outside of configure
AC_SUBST(TCL_LD_SEARCH_FLAGS)
+ AC_SUBST(TCL_CC_SEARCH_FLAGS)
AC_SUBST(TCL_COMPAT_OBJS)
AC_SUBST(TCL_RANLIB)
AC_SUBST(TCL_BUILD_LIB_SPEC)