Re: Broken example in autoconf manual

2017-03-17 Thread Bert Wesarg
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

Re: Broken example in autoconf manual

2017-03-16 Thread Nick Bowler
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

Broken example in autoconf manual

2017-03-16 Thread Max Horn
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