[barcode] AWK@: command not found

Alessandro Rubini rubini@linux.it
Thu Jul 30 23:02:33 CEST 2009


> Actually, the problem exists on my side as well:
> 
>     doc/Makefile:AWK = @AWK@

I re-run "autoconf" and the problem went away. I reinstalled
autoconf2.13 and the problem reappeared. So I'm just committing
the new "configure" generated by a newer autoconf. You can
simply run autoconf onthe downloaded tarball (or cvs) to
regenerate the configure. 


    morgana$ grep AWK doc/Makefile
    AWK = @AWK@
            $(AWK) -f ./mktxt $(TARGET).info > $@
    morgana$ autoconf
    morgana$ ./configure > /dev/null 2> /dev/null
    morgana$ grep AWK doc/Makefile
    AWK = gawk
            $(AWK) -f ./mktxt $(TARGET).info > $@

FYI: I'm switching over to git, in the next days I should have it
available over http (only http by now, but even Russell King has only
http, so I won't do the extra work of installing and routing out a git
server).

/alessandro


More information about the barcode mailing list