Remove unnecessary ACLOCAL_ARGS and pre-configure

This commit is contained in:
Tijl Coosemans 2014-09-13 20:35:34 +00:00
parent fbdab0840b
commit e8ccb45a57
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=368139

View file

@ -21,12 +21,6 @@ PATHFIX_MAKEFILEIN= Makefile.am
USE_AUTOTOOLS= autoconf autoheader automake aclocal libtoolize
AUTOMAKE_ARGS= --add-missing
ACLOCAL_ARGS= -I ${LIBTOOL_M4:C,[^/]*$,,}
INFO= ${PORTNAME}
# XXX: work around an issue with automake-1.13 erroring out on a
# non-existent m4 directory before libtoolize creates it
pre-configure::
@${MKDIR} ${WRKSRC}/m4
.include <bsd.port.mk>