Touch all Makefile.in before do-configure. This will prevent recreation of

all Makefile.in and as a result loosing some changes in the case when automake
is installed and detected by configure script.

PR:		24589
Reported by:	Norikatsu Shigemura <nork@cityfujisawa.ne.jp>
This commit is contained in:
Maxim Sobolev 2001-01-24 09:43:34 +00:00
parent 4f605e1eff
commit bda342bf82
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=37533
2 changed files with 6 additions and 0 deletions

View file

@ -41,6 +41,9 @@ CONFIGURE_ARGS+=--enable-video-opengl
MAN3!= /bin/cat ${FILESDIR}/man3
pre-configure:
@find ${WRKSRC} -type f -name Makefile.in | xargs ${TOUCH}
post-configure:
@cd ${WRKSRC} && \
${CP} sdl-config sdl11-config && \

View file

@ -41,6 +41,9 @@ CONFIGURE_ARGS+=--enable-video-opengl
MAN3!= /bin/cat ${FILESDIR}/man3
pre-configure:
@find ${WRKSRC} -type f -name Makefile.in | xargs ${TOUCH}
post-configure:
@cd ${WRKSRC} && \
${CP} sdl-config sdl11-config && \