Micah Cowan <[EMAIL PROTECTED]> writes:
> version.c: $(wget_SOURCES) $(LDADD)
> printf '%s' 'const char *version_string = "@VERSION@' > $@
> -hg log -r tip --template=' ({node|short})' >> $@
> printf '%s\n' '";' >> $@"printf" is not portable to older systems, but that may not be a problem anymore. What are the current goals regarding portability?
