awk -f bsnl.awk texmf.cnf | awk -f cnf-to-paths.awk awk: syntax error near line 29 I see. Old awk doesn't support the sub() built-in. Ok, I added AC_PROG_AWK to the configure script and $(AWK) to the Makefile, so it should find nawk first now. Thanks, k