bug-guile
[Top][All Lists]
Advanced

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

bug#14261: [guile-1.8] guile-readline fails to build with automake-1.13


From: Cyprien Nicolas
Subject: bug#14261: [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


reply via email to

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