Convert to USES=autoreconf

This commit is contained in:
Tijl Coosemans 2014-10-03 14:49:48 +00:00
parent a0bd49a094
commit 4b4f3b7bd9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=369906

View file

@ -18,8 +18,8 @@ GH_ACCOUNT= ioerror
GH_COMMIT= 44fa3b7 GH_COMMIT= 44fa3b7
GH_TAGNAME= ${GH_COMMIT} GH_TAGNAME= ${GH_COMMIT}
USE_AUTOTOOLS= autoconf aclocal automake libtoolize GNU_CONFIGURE= yes
USES= libtool pkgconfig USES= autoreconf libtool pkgconfig
OPTIONS_DEFINE= DOCS OPTIONS_DEFINE= DOCS
@ -27,9 +27,6 @@ post-patch:
# Required for FreeBSD 8.4 # Required for FreeBSD 8.4
@${REINPLACE_CMD} -e 's@AC_MSG_ERROR(\[M@AC_MSG_WARN([M@' ${WRKSRC}/configure.ac @${REINPLACE_CMD} -e 's@AC_MSG_ERROR(\[M@AC_MSG_WARN([M@' ${WRKSRC}/configure.ac
pre-configure:
@(cd ${WRKSRC} && ./autogen.sh)
regression-test: build regression-test: build
@cd ${WRKSRC} && make test @cd ${WRKSRC} && make test