It appears that autogen.sh doesn't like es.po if it isn't mentioned in
[tinc] / doc / sample-config / tinc-down
1 #!/bin/sh
2 # This file closes down the tap device.
3 # Note that if you use the universal tun/tap driver, you don't
4 # need to do anything; once tinc quits the tap device is already
5 # removed by the kernel.
6
7 ifconfig tap1 down