AC_DEFUN([AC_PROG_OBJCCPP], [:])
AC_DEFUN([AC_LIBTOOL_CXX], [:])
AC_DEFUN([AC_LIBTOOL_F77], [:])
-# always use ./libtool unless override from commandline (libtool=mylibtool)
+# always use ./libtool unless override from command line (libtool=mylibtool)
if test -z "$libtool"; then
libtool="./libtool"
fi
AC_SUBST(libtool)
-# avoid libtool max commandline length test on systems that fork slowly.
+# avoid libtool max command line length test on systems that fork slowly.
AC_CANONICAL_HOST
if echo "$host_os" | grep "sunos4" >/dev/null; then
lt_cv_sys_max_cmd_len=32750;
}
/* transfer some properties of local_res to res,
- * because they were given on the commandline */
+ * because they were given on the command line */
ldns_resolver_set_ip6(res,
ldns_resolver_ip6(local_res));
ldns_resolver_set_port(res,
}
/* transfer some properties of local_res to res,
- * because they were given on the commandline */
+ * because they were given on the command line */
ldns_resolver_set_ip6(res,
ldns_resolver_ip6(local_res));
ldns_resolver_set_port(res,
/**
* Main unit test program. Setup, teardown and report errors.
* @param argc: arg count.
- * @param argv: array of commandline arguments.
+ * @param argv: array of command line arguments.
*/
int main(int argc, char* argv[])
{