Possible arguments: (none), build
Runs autoreconf
. It encapsulates the
aclocal
, autoconf
,
autoheader
, automake
,
autopoint
, and libtoolize
commands. Each command applies to
${CONFIGURE_WRKSRC}/configure.ac
or its old
name, ${CONFIGURE_WRKSRC}/configure.in
. If
configure.ac
defines subdirectories with
their own configure.ac
using
AC_CONFIG_SUBDIRS
,
autoreconf
will recursively update those as
well. The :build
argument only adds build
time dependencies on those tools but does not run
autoreconf
.
本文及其他文件,可由此下載: ftp://ftp.FreeBSD.org/pub/FreeBSD/doc/。
若有 FreeBSD 方面疑問,請先閱讀
FreeBSD 相關文件,如不能解決的話,再洽詢
<questions@FreeBSD.org>。
關於本文件的問題,請洽詢
<doc@FreeBSD.org>。