
Also known as ISC bind. This import adds utilities such as host(1), dig(1), and nslookup(1), as well as many other tools and libraries. Change-Id: I035ca46e64f1965d57019e773f4ff0ef035e4aa3
9 lines
201 B
Bash
9 lines
201 B
Bash
#!/bin/sh
|
|
|
|
# Id: reconf,v 1.1 2008/02/15 01:47:15 marka Exp
|
|
|
|
autoreconf
|
|
# We do not use automake but we need its install-sh file. We do not
|
|
# care about the exit code.
|
|
automake --add-missing || true
|