Project

General

Profile

Actions

Feature #3888

closed

configure.in compatibility with autoconf 2.68

Feature #3888: configure.in compatibility with autoconf 2.68

Added by luislavena (Luis Lavena) about 15 years ago. Updated over 14 years ago.

Status:
Closed
Assignee:
-
Target version:
-
[ruby-core:32631]

Description

=begin
MacPorts just updated to autoconf to version 2.68:

autoconf (GNU Autoconf) 2.68

And now Ruby trunk at r 29366 is alerting some AC warnings:


 configure.in:1477: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
 ../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from...
 ../../lib/autoconf/general.m4:2591: _AC_COMPILE_IFELSE is expanded from...
 ../../lib/autoconf/general.m4:2607: AC_COMPILE_IFELSE is expanded from...
 ../../lib/m4sugar/m4sh.m4:606: AS_IF is expanded from...
 ../../lib/autoconf/general.m4:2032: AC_CACHE_VAL is expanded from...
 ../../lib/autoconf/general.m4:2053: AC_CACHE_CHECK is expanded from...
 configure.in:1477: the top level
 

installed ports that could be affecting this:

$ port installed autoconf m4 automake
The following ports are currently installed:
autoconf @2.68_0 (active)
automake @1.11.1_0 (active)
m4 @1.4.15_0 (active)

Thank you
=end

Updated by naruse (Yui NARUSE) about 15 years ago Actions #1

  • Status changed from Open to Closed

=begin
r29431 fixes this.
=end

Actions

Also available in: PDF Atom