Explicitely set AUTOCONF_VERSION (has been dropped by accident some time
ago). From Carlos Valiente <superdupont@gmail.com>. Add no-autoheader to CONFIGURE_STYLE. "no objections", Jon Olsson <jon@abc.se> (MAINTAINER).
This commit is contained in:
parent
e1512d13ed
commit
b032baf6b5
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.28 2007/09/16 00:27:05 merdely Exp $
|
||||
# $OpenBSD: Makefile,v 1.29 2007/10/05 21:05:24 kili Exp $
|
||||
|
||||
COMMENT= real-time, concurrent and distributed functional language
|
||||
|
||||
@ -32,7 +32,8 @@ CONFIGURE_ARGS= --disable-jinterface \
|
||||
--enable-kernel-poll
|
||||
|
||||
USE_GMAKE= Yes
|
||||
CONFIGURE_STYLE=autoconf
|
||||
CONFIGURE_STYLE=autoconf no-autoheader
|
||||
AUTOCONF_VERSION=2.59
|
||||
MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC}/erts/autoconf \
|
||||
${WRKSRC}/lib/erl_interface/src/auxdir
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user