On Wed, October 14, 2015 08:26, Akira TAGOH wrote: > On Sun, Oct 11, 2015 at 7:49 AM, aixtools <aixtools@xxxxxxxxx> wrote: >> root@x064:[/data/prj/freedesktop/fontconfig/master]make >> /bin/sh: 0403-057 Syntax error at line 13 : `;' is not expected. >> git.mk:97: recipe for target '.gitignore' failed >> make: *** [.gitignore] Error 2 > > Unfortunately I don't have an environment to reproduce your problem > and make gitignore works for me with dash and ksh even. On this system, $(SHELL) seems to be Bourne shell (/bin/sh), which stumbles over the line for lc in ; in git.mk if $(DOC_LINGUAS) is unset. It should help to run ./configure like: CONFIG_SHELL=/path/to/bash ./configure [...] About ksh I wouldn't be so sure, pdksh seems to parse it just fine but a test on Solaris 10 /bin/ksh wasn't successful just now. -Raimund -- Worringer Str 31 Duesseldorf 40211 DE home: <rs@xxxxxxxx> +49-179-2981632 icq 16845346 work: <rs@xxxxxxxxxxxxxxx> _______________________________________________ Fontconfig mailing list Fontconfig@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/fontconfig