* 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.
This commit is contained in:
Keith Seitz 2002-08-14 17:43:16 +00:00
parent e8d5d1796f
commit ffc6a242e0
3 changed files with 295 additions and 282 deletions

View File

@ -1,3 +1,10 @@
2002-08-14 Keith Seitz <keiths@redhat.com>
* 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.
2002-08-13 Michael Snyder <msnyder@redhat.com>
* mips-tdep.c (mips_o32o64_push_arguments): New function,

565
gdb/configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -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