2000-12-11 Fernando Nasser <fnasser@redhat.com>
* configure.in: Fix typos. It is CONFIG_SRCS not CONFIG_SRS. * configure: Regenerate.
This commit is contained in:
parent
6bad8db2dc
commit
486697a0b3
3 changed files with 11 additions and 6 deletions
|
@ -1,3 +1,8 @@
|
|||
2000-12-11 Fernando Nasser <fnasser@redhat.com>
|
||||
|
||||
* configure.in: Fix typos. It is CONFIG_SRCS not CONFIG_SRS.
|
||||
* configure: Regenerate.
|
||||
|
||||
2000-12-11 Fernando Nasser <fnasser@redhat.com>
|
||||
|
||||
* configure.in: Fix a couple of typos in the handling of the
|
||||
|
|
6
gdb/configure
vendored
6
gdb/configure
vendored
|
@ -5720,7 +5720,7 @@ case ${enable_gdbcli} in
|
|||
if test -d "${srcdir}/cli" ; then
|
||||
CONFIG_OBS="${CONFIG_OBS} \$(SUBDIR_CLI_OBS)"
|
||||
CONFIG_DEPS="${CONFIG_DEPS} \$(SUBDIR_CLI_DEPS)"
|
||||
CONFIG_SRCS="${CONFIG_SRS} \$(SUBDIR_CLI_SRCS)"
|
||||
CONFIG_SRCS="${CONFIG_SRCS} \$(SUBDIR_CLI_SRCS)"
|
||||
CONFIG_INITS="${CONFIG_INITS} \$(SUBDIR_CLI_INITS)"
|
||||
ENABLE_CFLAGS="${ENABLE_CFLAGS} \$(SUBDIR_CLI_CFLAGS)"
|
||||
CONFIG_ALL="${CONFIG_ALL} \$(SUBDIR_CLI_ALL)"
|
||||
|
@ -5751,7 +5751,7 @@ case ${enable_gdbmi} in
|
|||
if test -d "${srcdir}/mi" ; then
|
||||
CONFIG_OBS="${CONFIG_OBS} \$(SUBDIR_MI_OBS)"
|
||||
CONFIG_DEPS="${CONFIG_DEPS} \$(SUBDIR_MI_DEPS)"
|
||||
CONFIG_SRCS="${CONFIG_SRS} \$(SUBDIR_MI_SRCS)"
|
||||
CONFIG_SRCS="${CONFIG_SRCS} \$(SUBDIR_MI_SRCS)"
|
||||
CONFIG_INITS="${CONFIG_INITS} \$(SUBDIR_MI_INITS)"
|
||||
ENABLE_CFLAGS="${ENABLE_CFLAGS} \$(SUBDIR_MI_CFLAGS)"
|
||||
CONFIG_ALL="${CONFIG_ALL} \$(SUBDIR_MI_ALL)"
|
||||
|
@ -5781,7 +5781,7 @@ case ${enable_tui} in
|
|||
if test -d "${srcdir}/tui" ; then
|
||||
CONFIG_OBS="${CONFIG_OBS} \$(SUBDIR_TUI_OBS)"
|
||||
CONFIG_DEPS="${CONFIG_DEPS} \$(SUBDIR_TUI_DEPS)"
|
||||
CONFIG_SRCS="${CONFIG_SRS} \$(SUBDIR_TUI_SRCS)"
|
||||
CONFIG_SRCS="${CONFIG_SRCS} \$(SUBDIR_TUI_SRCS)"
|
||||
CONFIG_INITS="${CONFIG_INITS} \$(SUBDIR_TUI_INITS)"
|
||||
ENABLE_CFLAGS="${ENABLE_CFLAGS} \$(SUBDIR_TUI_CFLAGS)"
|
||||
CONFIG_ALL="${CONFIG_ALL} \$(SUBDIR_TUI_ALL)"
|
||||
|
|
|
@ -483,7 +483,7 @@ case ${enable_gdbcli} in
|
|||
if test -d "${srcdir}/cli" ; then
|
||||
CONFIG_OBS="${CONFIG_OBS} \$(SUBDIR_CLI_OBS)"
|
||||
CONFIG_DEPS="${CONFIG_DEPS} \$(SUBDIR_CLI_DEPS)"
|
||||
CONFIG_SRCS="${CONFIG_SRS} \$(SUBDIR_CLI_SRCS)"
|
||||
CONFIG_SRCS="${CONFIG_SRCS} \$(SUBDIR_CLI_SRCS)"
|
||||
CONFIG_INITS="${CONFIG_INITS} \$(SUBDIR_CLI_INITS)"
|
||||
ENABLE_CFLAGS="${ENABLE_CFLAGS} \$(SUBDIR_CLI_CFLAGS)"
|
||||
CONFIG_ALL="${CONFIG_ALL} \$(SUBDIR_CLI_ALL)"
|
||||
|
@ -513,7 +513,7 @@ case ${enable_gdbmi} in
|
|||
if test -d "${srcdir}/mi" ; then
|
||||
CONFIG_OBS="${CONFIG_OBS} \$(SUBDIR_MI_OBS)"
|
||||
CONFIG_DEPS="${CONFIG_DEPS} \$(SUBDIR_MI_DEPS)"
|
||||
CONFIG_SRCS="${CONFIG_SRS} \$(SUBDIR_MI_SRCS)"
|
||||
CONFIG_SRCS="${CONFIG_SRCS} \$(SUBDIR_MI_SRCS)"
|
||||
CONFIG_INITS="${CONFIG_INITS} \$(SUBDIR_MI_INITS)"
|
||||
ENABLE_CFLAGS="${ENABLE_CFLAGS} \$(SUBDIR_MI_CFLAGS)"
|
||||
CONFIG_ALL="${CONFIG_ALL} \$(SUBDIR_MI_ALL)"
|
||||
|
@ -540,7 +540,7 @@ case ${enable_tui} in
|
|||
if test -d "${srcdir}/tui" ; then
|
||||
CONFIG_OBS="${CONFIG_OBS} \$(SUBDIR_TUI_OBS)"
|
||||
CONFIG_DEPS="${CONFIG_DEPS} \$(SUBDIR_TUI_DEPS)"
|
||||
CONFIG_SRCS="${CONFIG_SRS} \$(SUBDIR_TUI_SRCS)"
|
||||
CONFIG_SRCS="${CONFIG_SRCS} \$(SUBDIR_TUI_SRCS)"
|
||||
CONFIG_INITS="${CONFIG_INITS} \$(SUBDIR_TUI_INITS)"
|
||||
ENABLE_CFLAGS="${ENABLE_CFLAGS} \$(SUBDIR_TUI_CFLAGS)"
|
||||
CONFIG_ALL="${CONFIG_ALL} \$(SUBDIR_TUI_ALL)"
|
||||
|
|
Loading…
Reference in a new issue