autoconf
[Top][All Lists]
Advanced

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

Documentation issues regarding AC_CONFIG_LINKS


From: Nikolai Weibull
Subject: Documentation issues regarding AC_CONFIG_LINKS
Date: Wed, 21 Jan 2015 00:18:48 +0100

In section 14.3, an example is given where AC_CONFIG_LINKS for the
same dest in a tag is used.  This isn’t allowed.  Thus, the example
needs to be changed to set a variable, for example,

     case $host in
       alpha*-*-*)  dither_os=alpha ;;
       powerpc*-*-*) dither_os=powerpc ;;
       *-*-*)        dither_os=generic ;;
     esac
     AC_CONFIG_LINKS([dither.c:$dither_os/dither.c])



reply via email to

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