* configure.ac: Fix the names of the python source and object files
authorJoel Brobecker <brobecker@gnat.com>
Thu, 10 Sep 2009 03:59:37 +0000 (03:59 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Thu, 10 Sep 2009 03:59:37 +0000 (03:59 +0000)
        following the renaming done in an earlier change.
        * configure: Regenerate.

gdb/ChangeLog
gdb/configure
gdb/configure.ac

index 61552e5..4c1d348 100644 (file)
@@ -1,3 +1,9 @@
+2009-09-10  Joel Brobecker  <brobecker@adacore.com>
+
+       * 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  <brobecker@adacore.com>
 
        Fix a build failure on AIX.
index 2691e33..99acc2f 100755 (executable)
@@ -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
 
 
index aa0bf75..b31d9b7 100644 (file)
@@ -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)