emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#14261: closed ([guile-1.8] guile-readline fails to


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#14261: closed ([guile-1.8] guile-readline fails to build with automake-1.13)
Date: Thu, 30 May 2013 22:10:02 +0000

Your message dated Fri, 31 May 2013 00:07:36 +0200
with message-id <address@hidden>
and subject line Re: bug#14261: [guile-1.8] guile-readline fails to build with 
automake-1.13
has caused the debbugs.gnu.org bug report #14261,
regarding [guile-1.8] guile-readline fails to build with automake-1.13
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
14261: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=14261
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [guile-1.8] guile-readline fails to build with automake-1.13 Date: Thu, 25 Apr 2013 01:18:19 +0200 User-agent: Mutt/1.5.21 (2010-09-15)
Per Gentoo bug 467064 [1], aclocal.out reports:

----8<----8<----8<----8<----8<----8<----8<----8<-----

***** aclocal *****
***** PWD: 
/var/tmp/paludis/dev-scheme-guile-1.8.8-r1/work/guile-1.8.8/guile-readline
***** aclocal

aclocal-1.13: warning: autoconf input should be named 'configure.ac', not 
'configure.in'
configure.in:12: error: 'AM_CONFIG_HEADER': this macro is obsolete.
    You should use the 'AC_CONFIG_HEADERS' macro instead.
/usr/share/aclocal-1.13/obsolete-err.m4:12: AM_CONFIG_HEADER is expanded from...
configure.in:12: the top level
autom4te-2.69: /usr/bin/m4 failed with exit status: 1
aclocal-1.13: error: echo failed with exit status: 1

---->8---->8---->8---->8---->8---->8---->8---->8----

I attach two patches here. The first one replace AM_CONFIG_HEADER with
AC_CONFIG_HEADERS and remove AM_PROG_CC_STDC from configure.in, while
se second one renames configure.in into configure.ac per above
warning.


1. https://bugs.gentoo.org/show_bug.cgi?id=467064
-- 
Cyprien/Fulax

Attachment: 0001-Fix-configure.in-macro-for-automake-1.13.patch
Description: Text Data

Attachment: 0002-Rename-guile-readline-configure-from-.in-to-.ac.patch
Description: Text Data


--- End Message ---
--- Begin Message --- Subject: Re: bug#14261: [guile-1.8] guile-readline fails to build with automake-1.13 Date: Fri, 31 May 2013 00:07:36 +0200 User-agent: Gnus/5.130007 (Ma Gnus v0.7) Emacs/24.3 (gnu/linux)
Cyprien Nicolas <address@hidden> skribis:

> From: Cyprien Nicolas <address@hidden>
> Date: Thu, 25 Apr 2013 00:15:40 +0200
> Subject: [PATCH 1/2] Fix configure.in macro for automake-1.13
>
> Reported through https://bugs.gentoo.org/show_bug.cgi?id=467064
> Fix by Arfrever Frehtes Taifersar Arahesis
>
> * Replace AM_CONFIG_HEADER by AC_CONFIG_HEADERS, the former
>   being deprecated since automake-1.13

Thanks, applied in branch_release-1-8.

I omitted the .in -> .ac rename, though, since it’s harmless.

Ludo’.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]