summaryrefslogtreecommitdiff
path: root/gdb/configure.in
diff options
context:
space:
mode:
authorKeith Seitz <keiths@redhat.com>2002-08-14 17:43:16 +0000
committerKeith Seitz <keiths@redhat.com>2002-08-14 17:43:16 +0000
commit447c53ec5b128635ebd164e3677162b488e0c6e4 (patch)
treed9447dfd7e297bc031154aba787b973675c5c4f1 /gdb/configure.in
parentdee7b4a06aea8520814ed88e2dcc8e22417db2d6 (diff)
downloadgdb-447c53ec5b128635ebd164e3677162b488e0c6e4.tar.gz
* configure.in: Move SUBDIRS to near top of the file so that
--enable options may add things to it. If gdbtk is enabled, add gdbtk directory to SUBDIRS and configdirs. * configure: Regenerate.
Diffstat (limited to 'gdb/configure.in')
-rw-r--r--gdb/configure.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/gdb/configure.in b/gdb/configure.in
index 07871bef9fb..edc72c3aa94 100644
--- a/gdb/configure.in
+++ b/gdb/configure.in
@@ -52,6 +52,7 @@ CONFIG_CLEAN=
CONFIG_INSTALL=
CONFIG_UNINSTALL=
+SUBDIRS="doc testsuite nlm"
configdirs="doc testsuite"
AC_ARG_ENABLE(multi-ice,
@@ -1087,6 +1088,9 @@ if test "${enable_gdbtk}" = "yes"; then
fi
fi
fi
+
+ SUBDIRS="${SUBDIRS} gdbtk"
+ configdirs="${configdirs} gdbtk"
fi
AC_SUBST(X_CFLAGS)
@@ -1293,7 +1297,6 @@ case "${GDB_MULTI_ARCH}" in
*) AC_MSG_ERROR("GDB: Unknown GDB_MULTI_ARCH value ${GDB_MULTI_ARCH}");;
esac
-SUBDIRS="doc testsuite nlm"
if test "${enable_multi_ice}" = "yes"; then
SUBDIRS="${SUBDIRS} multi-ice"
fi