* gdbtk.c: move include of "guitcl.h" back out of IDE ifdef

(gdbtk_init): move ide_initialize_paths out of IDE ifdef

        * configure.in (TCL_LIBS, CONFIG_DEPS): add IDE libraries for all
        builds
        (CONFIG_OBS): remove tracepoint.o, which should always be included

        * configure: regenerate

        * Makefile.in (install-only): ALWAYS install the new gdbtk
        (REMOTE_OBS): add tracepoint.o
This commit is contained in:
Keith Seitz
1997-12-01 20:53:02 +00:00
parent 27e5c6bfb7
commit dd3dd91841
4 changed files with 33 additions and 17 deletions

View File

@@ -38,10 +38,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#include <tk.h>
#include <itcl.h>
#include <tix.h>
#include "guitcl.h"
#ifdef IDE
/* start-sanitize-ide */
#include "guitcl.h"
#include "event.h"
#include "idetcl.h"
#include "ilutk.h"
@@ -1759,10 +1759,10 @@ gdbtk_init ( argv0 )
make_final_cleanup (gdbtk_cleanup, NULL);
/* Initialize the Paths variable. */
#ifdef IDE
if (ide_initialize_paths (interp, "gdbtcl") != TCL_OK)
error ("ide_initialize_paths failed: %s", interp->result);
#ifdef IDE
/* start-sanitize-ide */
/* Find the directory where we expect to find idemanager. We ignore
errors since it doesn't really matter if this fails. */