6c66f323bc
* Noteworthy changes in release 2015.02.24 (2015-02-24) [stable] AX_CHECK_ENABLE_DEBUG now uses $ax_is_release as default for IS-RELEASE. AX_IS_RELEASE now supports micro-version policies. Portability of AX_CXX_COMPILE_STDCXX_0X has been improved. AX_PROG_HAXE_VERSION is a new macro to detect the presence of Haxe <http://haxe.org>. AX_COMPILER_FLAGS has undergone extensive re-factoring. AX_COMPILER_FLAGS_CXXFLAGS is a new macro that tests available C++ compiler warnings. AX_CXX_COMPILE_STDCXX_11 can now test for SFINAE with template aliases. AX_APPEND_FLAG: Fix a regression introduced in the previous release.
17 lines
443 B
Makefile
17 lines
443 B
Makefile
# $NetBSD: Makefile,v 1.7 2015/02/25 16:52:08 wiz Exp $
|
|
|
|
DISTNAME= autoconf-archive-2015.02.24
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=autoconf-archive/}
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://savannah.gnu.org/projects/autoconf-archive/
|
|
COMMENT= Collection of macros for GNU Autoconf
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LANGUAGES= # none
|
|
USE_TOOLS+= makeinfo
|
|
INFO_FILES= yes
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|