Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F156530099
D4169.id10209.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1012 B
Referenced Files
None
Subscribers
None
D4169.id10209.diff
View Options
Index: Mk/Uses/autoreconf.mk
===================================================================
--- Mk/Uses/autoreconf.mk
+++ Mk/Uses/autoreconf.mk
@@ -65,6 +65,7 @@
.endif
AUTORECONF?= ${LOCALBASE}/bin/autoreconf
+AUTORECONF_WRKSRC?= ${WRKSRC}
.endif
@@ -76,16 +77,16 @@
do-autoreconf:
.for f in AUTHORS ChangeLog INSTALL NEWS README
# Don't modify time stamps if the files already exist
- @test -e ${CONFIGURE_WRKSRC}/${f} || ${TOUCH} ${CONFIGURE_WRKSRC}/${f}
+ @test -e ${AUTORECONF_WRKSRC}/${f} || ${TOUCH} ${AUTORECONF_WRKSRC}/${f}
.endfor
.if defined(_USE_GNOME) && ${_USE_GNOME:Mintltool}
- @(cd ${CONFIGURE_WRKSRC} && \
+ @(cd ${AUTORECONF_WRKSRC} && \
if test -f configure.ac; then configure=configure.ac; \
else configure=configure.in; fi && \
if ${EGREP} -q '^(AC|IT)_PROG_INTLTOOL' $${configure}; \
then ${LOCALBASE}/bin/intltoolize -f -c; fi)
.endif
- @(cd ${CONFIGURE_WRKSRC} && ${AUTORECONF} -f -i)
+ @(cd ${AUTORECONF_WRKSRC} && ${AUTORECONF} -f -i)
.endif
.endif
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, May 15, 11:18 AM (14 h, 47 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33081806
Default Alt Text
D4169.id10209.diff (1012 B)
Attached To
Mode
D4169: Change default directory used by USES=autoreconf to WRKSRC
Attached
Detach File
Event Timeline
Log In to Comment