View | Details | Raw Unified | Return to bug 41945
Collapse All | Expand All

(-)bsd.port.mk (+7 lines)
Lines 154-159 Link Here
154
#				and ACLOCAL{,_DIR} variables.
154
#				and ACLOCAL{,_DIR} variables.
155
#				Implies USE_AUTOMAKE.  If set with
155
#				Implies USE_AUTOMAKE.  If set with
156
#				unknown value, defaults to 14.
156
#				unknown value, defaults to 14.
157
#
158
# USE_ACLOCAL		- Says that the port needs ACLOCAL to be run.
159
#
157
# AUTOMAKE		- Set to path of GNU automake if not in $PATH (default:
160
# AUTOMAKE		- Set to path of GNU automake if not in $PATH (default:
158
#				according to USE_AUTOMAKE_VER value)
161
#				according to USE_AUTOMAKE_VER value)
159
# AUTOMAKE_ARGS	- Pass these args to ${AUTOMAKE} if ${USE_AUTOMAKE_VER} is set.
162
# AUTOMAKE_ARGS	- Pass these args to ${AUTOMAKE} if ${USE_AUTOMAKE_VER} is set.
Lines 2241-2246 Link Here
2241
2244
2242
.if !target(do-configure)
2245
.if !target(do-configure)
2243
do-configure:
2246
do-configure:
2247
.if defined(USE_ACLOCAL)
2248
	@(cd ${CONFIGURE_WRKSRC} && ${SETENV} ${AUTOMAKE_ENV} ${ACLOCAL} \
2249
		--acdir=${ACLOCAL_DIR})
2250
.endif
2244
.if defined(USE_AUTOMAKE)
2251
.if defined(USE_AUTOMAKE)
2245
	@(cd ${CONFIGURE_WRKSRC} && ${SETENV} ${AUTOMAKE_ENV} ${AUTOMAKE} \
2252
	@(cd ${CONFIGURE_WRKSRC} && ${SETENV} ${AUTOMAKE_ENV} ${AUTOMAKE} \
2246
		${AUTOMAKE_ARGS})
2253
		${AUTOMAKE_ARGS})

Return to bug 41945