what do think of the warning information when compiling?

  • i thount it did't matter before,but now,i think it can make you not compile successfully


    [root@pc09 cdk]# ./prepare dm500
    Generating configuration files for tuxbox-cdk, please wait....
    aclocal
    /usr/share/aclocal/g-wrap.m4:7: warning: underquoted definition of AC_GWRAP_CHECK_GUILE
    run info '(automake)Extending aclocal'
    or see http://sources.redhat.com/auto…ke.html#Extending-aclocal
    /usr/share/aclocal/g-wrap.m4:23: warning: underquoted definition of AM_PATH_GWRAP
    /usr/share/aclocal/aqhbci.m4:5: warning: underquoted definition of AC_AQHBCI
    /usr/share/aclocal/ao.m4:9: warning: underquoted definition of XIPH_PATH_AO
    configure.ac:13: warning: AC_ARG_PROGRAM was called before AC_CANONICAL_TARGET
    autoconf/general.m4:1657: AC_CANONICAL_TARGET is expanded from...
    configure.ac:13: the top level
    libtoolize --automake
    autoconf
    configure.ac:13: warning: AC_ARG_PROGRAM was called before AC_CANONICAL_TARGET
    autoconf/general.m4:1657: AC_CANONICAL_TARGET is expanded from...
    configure.ac:13: the top level
    automake --add-missing
    configure.ac:13: warning: AC_ARG_PROGRAM was called before AC_CANONICAL_TARGET


    and i have see the aclocal code
    there is some information


    while ($_ = $fh->getline)
    {
    # Ignore `##' lines.
    next if /^##/;


    $contents .= $_;


    while (/$ac_defun_rx/go)
    {
    if (! defined $1)
    {
    print STDERR "$file:$.: warning: underquoted definition of $2\n";
    print STDERR " run info '(automake)Extending aclocal'\n"
    . " or see http://sources.redhat.com/automake/"
    . "automake.html#Extending-aclocal\n"
    unless $underquoted_manual_once;
    $underquoted_manual_once = 1;
    }


    but i don't know why,any kind friend can give me good explain,tks

  • and when running the aclocal which create aclocal.m4 by scanning configure.ac,and i find there is no AC_GWRAP_CHECK_GUILE,AM_PATH_GWRAP and others in configure.ac, is there any problem in my system?


    i have installed needed tool.