From aaa78ac0a4b0ea8916ad44ad3b1bd3ca48ed7857 Mon Sep 17 00:00:00 2001 From: Joel Brobecker Date: Thu, 10 Sep 2009 03:59:36 +0000 Subject: * configure.ac: Fix the names of the python source and object files following the renaming done in an earlier change. * configure: Regenerate. --- gdb/ChangeLog | 6 ++++++ gdb/configure | 4 ++-- gdb/configure.ac | 4 ++-- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 61552e50900..4c1d348f596 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2009-09-10 Joel Brobecker + + * configure.ac: Fix the names of the python source and object files + following the renaming done in an earlier change. + * configure: Regenerate. + 2009-09-08 Joel Brobecker Fix a build failure on AIX. diff --git a/gdb/configure b/gdb/configure index 2691e33a31b..99acc2f9cd6 100755 --- a/gdb/configure +++ b/gdb/configure @@ -9323,8 +9323,8 @@ $as_echo "${PYTHON_CFLAGS}" >&6; } else # Even if Python support is not compiled in, we need to have these files # included in order to recognize the GDB command "python". - CONFIG_OBS="$CONFIG_OBS python.o python-value.o python-prettyprint.o" - CONFIG_SRCS="$CONFIG_SRCS python/python.c python/python-value.c python/python-prettyprint.c" + CONFIG_OBS="$CONFIG_OBS python.o py-value.o py-prettyprint.o" + CONFIG_SRCS="$CONFIG_SRCS python/python.c python/py-value.c python/py-prettyprint.c" fi diff --git a/gdb/configure.ac b/gdb/configure.ac index aa0bf753e00..b31d9b70de7 100644 --- a/gdb/configure.ac +++ b/gdb/configure.ac @@ -683,8 +683,8 @@ if test "${have_libpython}" = yes; then else # Even if Python support is not compiled in, we need to have these files # included in order to recognize the GDB command "python". - CONFIG_OBS="$CONFIG_OBS python.o python-value.o python-prettyprint.o" - CONFIG_SRCS="$CONFIG_SRCS python/python.c python/python-value.c python/python-prettyprint.c" + CONFIG_OBS="$CONFIG_OBS python.o py-value.o py-prettyprint.o" + CONFIG_SRCS="$CONFIG_SRCS python/python.c python/py-value.c python/py-prettyprint.c" fi AC_SUBST(PYTHON_CFLAGS) -- cgit v1.2.1