bug-gnulib
[Top][All Lists]
Advanced

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

[Bug-gnulib] Minor problem with alloca module and gnulib-tool


From: James Youngman
Subject: [Bug-gnulib] Minor problem with alloca module and gnulib-tool
Date: Sun, 17 Oct 2004 15:27:25 +0100
User-agent: Mutt/1.3.28i

I can't currently connect to the CVS repository, so this isn't a
proper patch.  Anyway, today I updated the version of gnulib that
findutils uses (in preparation for the release of findutil-4.2.1).  I
found that the result failed to build and I tracked the problem down
to what appears to be a typo in gnulib-tool.  I think it's a missing
"$".  The code in the region of line 459 should look like this I 
think: -

        if test "$module" = 'alloca'; then
          echo "${libname}_${libext}_LIBADD += @${perhapsLT}ALLOCA@"
        fi

This used to be 

        if test "$module" = 'alloca'; then
          echo "${libname}_${libext}_LIBADD += @{perhapsLT}ALLOCA@"
        fi

Regards,
James Youngman.




reply via email to

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