bug-autoconf
[Top][All Lists]
Advanced

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

[GNU Autoconf 2.57] testsuite: 40 failed


From: J C Fitzgerald
Subject: [GNU Autoconf 2.57] testsuite: 40 failed
Date: Fri, 15 Aug 2003 19:56:34 +1200
User-agent: Mutt/1.2.5i

Hi,

While running 'make check' for autoconf-2.57, I got the error:

    40. torture.at:650: FAILED near `torture.at:684'

Observing this comment in tests/torture.at (line 567):

    # We have to use configure.in, not configure.ac, if we still want to
    # be compatible with Automake 1.4: aclocal (run by autoreconf) would
    # die because it can't find configure.in.

and finding this in testsuite.log (line 370):

    aclocal: couldn't open `configure.in': No such file or directory

and being on Automake 1.4, I made the following changes:

    --- tests/torture.at    Wed Nov  6 23:29:22 2002
    +++ tests/torture.at    Fri Aug 15 19:43:21 2003
    @@ -665,14 +665,14 @@
     # The contents of `inner/', and `inner/innermost/'.
     AS_MKDIR_P([inner/innermost])

    -AT_DATA([inner/configure.ac],
    +AT_DATA([inner/configure.in],
     [[AC_INIT(GNU Inner, 1.0)
     AC_ARG_VAR([INNER], [an inner variable])
     AC_CONFIG_SUBDIRS(innermost)
     AC_OUTPUT
     ]])

    -AT_DATA([inner/innermost/configure.ac],
    +AT_DATA([inner/innermost/configure.in],
     [[AC_INIT(GNU Innermost, 1.0)
     AC_ARG_VAR([INNERMOST], [an innermost variable])
     AC_CONFIG_HEADERS(config.h:config.hin)

and reran 'make check' which complete successfully with:

    All 174 tests were successful (4 skipped).

Regards,
John.

Attachment: testsuite.log
Description: testsuite.log


reply via email to

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