OSDN Git Service

fix gdb+python build failure if using non-GNU sed
authorbrobecke <brobecke>
Wed, 2 Feb 2011 04:36:15 +0000 (04:36 +0000)
committerbrobecke <brobecke>
Wed, 2 Feb 2011 04:36:15 +0000 (04:36 +0000)
commit91d2b5c71a03073c8e811587e75756ef57eae192
treeec5ddfb1973e966587b0cb590e43ae9ae34a5c40
parentcad6f96e8a1faf2318f031480c61fffefb088784
fix gdb+python build failure if using non-GNU sed

Non-GNU sed do not like the '?' quantifier when used in a s/// regexp
that involve back-references, causing the build to fail when trying
to link with Python support. This fixes it by using the '*' quantifier
instead.

gdb/ChangeLog:

  * configure.ac: Work around non-GNU sed limitation when computing
  python version number.
  * configure: Regenerate.
gdb/ChangeLog
gdb/configure
gdb/configure.ac