[Mono-dev] A

Alexander Köplinger alkpli at microsoft.com
Tue Jul 26 08:43:52 UTC 2016


Hey Neale,

we already noticed this breaks the s390x build on Jenkins, it should be fixed by https://github.com/mono/mono/commit/f9fe0e4a6e6aa2c5f2e19281026ecedf975a77ed .
The minimum level of automake is 1.9 according to configure.ac (the commit that caused the break tried to use AM_COND_IF which was introduced in automake 1.11).

- Alex

On 26/07/16 06:32, "mono-devel-list-bounces at lists.dot.net on behalf of Neale Ferguson" <mono-devel-list-bounces at lists.dot.net on behalf of neale at sinenomine.net> wrote:

    What is the minimum level of autoconf I need to be using?
    
    Running libtoolize...
    libtoolize: putting auxiliary files in `.'.
    libtoolize: copying file `./ltmain.sh'
    libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
    libtoolize: copying file `m4/libtool.m4'
    libtoolize: copying file `m4/ltoptions.m4'
    libtoolize: copying file `m4/ltsugar.m4'
    libtoolize: copying file `m4/ltversion.m4'
    libtoolize: copying file `m4/lt~obsolete.m4'
    Running aclocal -I m4 -I .  ...
    Running autoheader...
    Running automake --gnu  ...
    Running autoconf ...
    configure.ac:26: error: possibly undefined macro: AC_SUBST
          If this token and others are legitimate, please use m4_pattern_allow.
          See the Autoconf documentation.
    configure.ac:895: error: possibly undefined macro: AM_COND_IF
    **Error**: autoconf failed.
    
    
    I am using autoconf-2.63-1.160.2
    
    Neale
    
    _______________________________________________
    Mono-devel-list mailing list
    Mono-devel-list at lists.dot.net
    http://lists.dot.net/mailman/listinfo/mono-devel-list
    



More information about the Mono-devel-list mailing list