mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-22 09:20:51 -05:00
version 0.12) for development of future unit tests.
Use configure --with-atf to build ATF internally
or configure --with-atf=prefix to use an external
copy. [RT #23209]
6 lines
292 B
Text
6 lines
292 B
Text
# Signature of the current package.
|
|
m4_define(AT_PACKAGE_NAME, Automated Testing Framework)
|
|
m4_define(AT_PACKAGE_TARNAME, atf)
|
|
m4_define(AT_PACKAGE_VERSION, 0.12)
|
|
m4_define(AT_PACKAGE_STRING, Automated Testing Framework 0.12)
|
|
m4_define(AT_PACKAGE_BUGREPORT, atf-devel@NetBSD.org)
|