On Thu, Mar 16, 2017 at 11:26 PM, Nick Bowler wrote:
> Hello,
>
> On 2017-03-16, Max Horn wrote:
>> on
>> https://www.gnu.org/software/autoconf/manual/autoconf.html#Using-System-Type
>>
>> this example is given:
>>
>> case $host in
>>alpha*-*-*) AC_CONFIG_LINKS([dither.c:alpha/dith
Hello,
On 2017-03-16, Max Horn wrote:
> on
> https://www.gnu.org/software/autoconf/manual/autoconf.html#Using-System-Type
>
> this example is given:
>
> case $host in
>alpha*-*-*) AC_CONFIG_LINKS([dither.c:alpha/dither.c]) ;;
>powerpc*-*-*) AC_CONFIG_LINKS([dither.c:powerpc
Hi there,
on https://www.gnu.org/software/autoconf/manual/autoconf.html#Using-System-Type
this example is given:
case $host in
alpha*-*-*) AC_CONFIG_LINKS([dither.c:alpha/dither.c]) ;;
powerpc*-*-*) AC_CONFIG_LINKS([dither.c:powerpc/dither.c]) ;;
*-*-*)AC_CONF