aboutsummaryrefslogtreecommitdiff
path: root/gdb/configure
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2010-08-18 22:57:46 +0000
committerTom Tromey <tromey@redhat.com>2010-08-18 22:57:46 +0000
commit94f7449c81d5c951656b38b29690c0b54fd6460e (patch)
tree4f448daaa4f65c0fc5e861fe699e661dd29ac37e /gdb/configure
parent9f2670f27b3d38d9faba9388a5fe6ccafaae9864 (diff)
downloadfsf-binutils-gdb-94f7449c81d5c951656b38b29690c0b54fd6460e.zip
fsf-binutils-gdb-94f7449c81d5c951656b38b29690c0b54fd6460e.tar.gz
fsf-binutils-gdb-94f7449c81d5c951656b38b29690c0b54fd6460e.tar.bz2
PR python/11900:
* configure: Rebuild. * configure.ac: Add install-python to CONFIG_INSTALL. * Makefile.in (install-python): New.
Diffstat (limited to 'gdb/configure')
-rwxr-xr-xgdb/configure1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/configure b/gdb/configure
index 485c904..5563bae 100755
--- a/gdb/configure
+++ b/gdb/configure
@@ -10918,6 +10918,7 @@ $as_echo "#define HAVE_PYTHON 1" >>confdefs.h
CONFIG_OBS="$CONFIG_OBS \$(SUBDIR_PYTHON_OBS)"
CONFIG_DEPS="$CONFIG_DEPS \$(SUBDIR_PYTHON_DEPS)"
CONFIG_SRCS="$CONFIG_SRCS \$(SUBDIR_PYTHON_SRCS)"
+ CONFIG_INSTALL="$CONFIG_INSTALL install-python"
ENABLE_CFLAGS="$ENABLE_CFLAGS \$(SUBDIR_PYTHON_CFLAGS)"
# Flags needed to compile Python code (taken from python-config --cflags).