Include gnulib headers.
[elisp/starttls.git] / bootstrap
1 #! /bin/sh
2
3 gnulib-tool --import getaddrinfo getopt poll
4 autoreconf -f -i
5
6 exit 0