* gdb.texinfo: Correct a merge error introduced by -r 1.286.
[deliverable/binutils-gdb.git] / configure.in
index bbb7910de412e64ab28cce29a1b828878e9cd4e2..c9169b6bd587096c1ae5394b56901a9753e50558 100644 (file)
@@ -502,7 +502,7 @@ case "${target}" in
     ;;
   bfin-*-*)
     noconfigdirs="$noconfigdirs target-libgloss gdb"
-    if [ x${is_cross_compiler} != xno ] ; then
+    if test x${is_cross_compiler} != xno ; then
       target_configdirs="${target_configdirs} target-bsp target-cygmon"
     fi
     ;;
@@ -1724,6 +1724,8 @@ case "$enable_gdbtk" in
     fi
     ;;
 esac
+CONFIGURE_GDB_TK=`echo ${GDB_TK} | sed s/-all-/-configure-/g`
+INSTALL_GDB_TK=`echo ${GDB_TK} | sed s/-all-/-install-/g`
 
 # Strip out unwanted targets.
 
@@ -2077,7 +2079,9 @@ AC_SUBST(BUILD_PREFIX)
 AC_SUBST(BUILD_PREFIX_1)
 AC_SUBST(tooldir)
 AC_SUBST(build_tooldir)
+AC_SUBST(CONFIGURE_GDB_TK)
 AC_SUBST(GDB_TK)
+AC_SUBST(INSTALL_GDB_TK)
 
 # Build module lists & subconfigure args.
 AC_SUBST(build_configargs)
This page took 0.023825 seconds and 4 git commands to generate.