aboutsummaryrefslogtreecommitdiff
path: root/gdb/aclocal.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
commit033afc63777f6e1d89dde2445d774e783157b1b4 (patch)
tree3742794c8015f14734d943f2f45d1f4a92e70a10 /gdb/aclocal.m4
parent42b5d0eaa962df3f585a3c120abd43d2d7cbf76c (diff)
downloadgdb-033afc63777f6e1d89dde2445d774e783157b1b4.zip
gdb-033afc63777f6e1d89dde2445d774e783157b1b4.tar.gz
gdb-033afc63777f6e1d89dde2445d774e783157b1b4.tar.bz2
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/aclocal.m4')
-rw-r--r--gdb/aclocal.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/aclocal.m4 b/gdb/aclocal.m4
index d925c33..51e94f2 100644
--- a/gdb/aclocal.m4
+++ b/gdb/aclocal.m4
@@ -271,6 +271,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)