Project

General

Profile

Actions

Backport #6316

closed

configure script fails to detect executables

Added by l0b0 (Victor Engmark) about 12 years ago. Updated about 12 years ago.


Description

=begin
When running (({./configure})) on the git master branch, it fails to detect several executables which are present. See ((<Stack Overflow question and answer|URL:http://unix.stackexchange.com/questions/36688/why-doesnt-rubys-configure-script-detect-my-executables-and-header-files>)) for details.

The cause is essentially that (({AC_CHECK_PROG})) takes three arguments, but only two are provided.
=end


Files

config.log (611 KB) config.log l0b0 (Victor Engmark), 04/18/2012 06:17 PM

Updated by shyouhei (Shyouhei Urabe) about 12 years ago

  • Status changed from Open to Assigned
  • Assignee set to nobu (Nobuyoshi Nakada)
Actions #3

Updated by nobu (Nobuyoshi Nakada) about 12 years ago

  • Status changed from Assigned to Closed
  • % Done changed from 0 to 100

This issue was solved with changeset r35387.
Victor, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.


  • configure.in (DOT, DOXYGEN): use AC_CHECK_PROGS instead of
    AC_CHECK_PROG which needs the third argument. [ruby-core:44433]
    [Bug #6316]
  • configure.in (PKG_CONFIG): fix condition to skip older version
    of pkg-config. continue in backticks does not affect outside.
Actions #4

Updated by nobu (Nobuyoshi Nakada) about 12 years ago

  • Tracker changed from Bug to Backport
  • Project changed from Ruby master to Backport193
  • Category deleted (build)
  • Status changed from Closed to Open
Actions #5

Updated by nobu (Nobuyoshi Nakada) about 12 years ago

  • Status changed from Open to Closed

This issue was solved with changeset r35388.
Victor, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.


merge revision(s) 35387:

* configure.in (DOT, DOXYGEN): use AC_CHECK_PROGS instead of
  AC_CHECK_PROG which needs the third argument.  [ruby-core:44433]
  [Bug #6316]

* configure.in (PKG_CONFIG): fix condition to skip older version
  of pkg-config.  continue in backticks does not affect outside.
Actions

Also available in: Atom PDF

Like0
Like0Like0Like0Like0Like0