> You forgot spell checking "hoplimt" against "hoplimit", and you also > left out citations, making test(1) complain on "&&" where "-a" was > the expected predicate. > > Ah, old typo in configure.ac good catch. I keept the usage of &&, and > fixed it by calling test instead.
Usage of && is indeed the right thing, gnulib's make syntax-check will complain otherwise because -a is not as portable. Is there anything that needs to be done before another snapshot? I don't think so, I commited a small test case for hostname and the HOPLIMIT check. There are some other things in my pipe, but they have to wait for after release.
