* Use gnulib.
[elisp/starttls.git] / bootstrap
index c67fa95..084f373 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -1,7 +1,6 @@
 #! /bin/sh
 
-aclocal
-automake --gnu --add-missing
-autoconf
+gnulib-tool --import getaddrinfo getopt
+autoreconf -f -i
 
 exit 0