Lines 88-95
_INCLUDE_USES_AUTORECONF_POST_MK= yes
Link Here
|
88 |
_AUTORECONF= 2.69 |
88 |
_AUTORECONF= 2.69 |
89 |
BUILD_DEPENDS+= autoconf2.69>=2.69:devel/autoconf2.69 |
89 |
BUILD_DEPENDS+= autoconf2.69>=2.69:devel/autoconf2.69 |
90 |
. else |
90 |
. else |
91 |
_AUTORECONF= 2.71 |
91 |
_AUTORECONF= 2.72 |
92 |
BUILD_DEPENDS+= autoconf>=2.71:devel/autoconf |
92 |
BUILD_DEPENDS+= autoconf>=${_AUTORECONF}:devel/autoconf |
93 |
. endif |
93 |
. endif |
94 |
|
94 |
|
95 |
BUILD_DEPENDS+= automake>=1.16.5:devel/automake |
95 |
BUILD_DEPENDS+= automake>=1.16.5:devel/automake |
Lines 101-106
BUILD_DEPENDS+= libtoolize:devel/libtool
Link Here
|
101 |
# In case autoconf-switch wrapper scripts are used during build. |
101 |
# In case autoconf-switch wrapper scripts are used during build. |
102 |
CONFIGURE_ENV+= DEFAULT_AUTOCONF=${_AUTORECONF} |
102 |
CONFIGURE_ENV+= DEFAULT_AUTOCONF=${_AUTORECONF} |
103 |
MAKE_ENV+= DEFAULT_AUTOCONF=${_AUTORECONF} |
103 |
MAKE_ENV+= DEFAULT_AUTOCONF=${_AUTORECONF} |
|
|
104 |
WRK_ENV+= DEFAULT_AUTOCONF=${_AUTORECONF} |
104 |
|
105 |
|
105 |
. if ${autoreconf_ARGS:Nbuild:N2.69} |
106 |
. if ${autoreconf_ARGS:Nbuild:N2.69} |
106 |
IGNORE= incorrect 'USES+=autoreconf:${autoreconf_ARGS}'\ |
107 |
IGNORE= incorrect 'USES+=autoreconf:${autoreconf_ARGS}'\ |