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

(-)mutt-devel/Makefile (-4 / +4 lines)
Lines 119-128 Link Here
119
# this should be done automagically by aclocal but ....
119
# this should be done automagically by aclocal but ....
120
# for now, this will have to do
120
# for now, this will have to do
121
pre-build:
121
pre-build:
122
	@${REINPLACE_CMD} -E -e "s/^(ACLOCAL = ).+/\1${ACLOCAL}/" \
122
	${REINPLACE_CMD} -E -e "s|^(ACLOCAL = ).+|\1${ACLOCAL}|" \
123
			-e "s/^(AUTOCONF = ).+/\1${AUTOCONF}/" \
123
			-e "s|^(AUTOCONF = ).+|\1${AUTOCONF}|" \
124
			-e "s/^(AUTOMAKE = ).+/\1${AUTOMAKE}/" \
124
			-e "s|^(AUTOMAKE = ).+|\1${AUTOMAKE}|" \
125
			-e "s/^(AUTOHEADER = ).+/\1${AUTOHEADER}/" \
125
			-e "s|^(AUTOHEADER = ).+|\1${AUTOHEADER}|" \
126
		${BUILD_WRKSRC}/Makefile
126
		${BUILD_WRKSRC}/Makefile
127
127
128
.if !defined(PATCH_VERSION)
128
.if !defined(PATCH_VERSION)

Return to bug 44395