View | Details | Raw Unified | Return to bug 194393 | Differences between
and this patch

Collapse All | Expand All

(-)Mk/Uses/autoreconf.mk (+7 lines)
Lines 75-80 do-autoreconf: Link Here
75
# Don't modify time stamps if the files already exist
75
# Don't modify time stamps if the files already exist
76
	@test -e ${CONFIGURE_WRKSRC}/${f} || ${TOUCH} ${CONFIGURE_WRKSRC}/${f}
76
	@test -e ${CONFIGURE_WRKSRC}/${f} || ${TOUCH} ${CONFIGURE_WRKSRC}/${f}
77
.endfor
77
.endfor
78
.if defined(_USE_GNOME) && ${_USE_GNOME:Mintltool}
79
	@(cd ${CONFIGURE_WRKSRC} && \
80
		if test -f configure.ac; then configure=configure.ac; \
81
		else configure=configure.in; fi && \
82
		if ${EGREP} -q '^(AC|IT)_PROG_INTLTOOL' $${configure}; \
83
		then ${LOCALBASE}/bin/intltoolize -f -c; fi)
84
.endif
78
	@(cd ${CONFIGURE_WRKSRC} && ${LOCALBASE}/bin/autoreconf -f -i)
85
	@(cd ${CONFIGURE_WRKSRC} && ${LOCALBASE}/bin/autoreconf -f -i)
79
.endif
86
.endif
80
87

Return to bug 194393