autotools police: don't hardcode aclocal, use variable ACLOCAL

This commit is contained in:
Mario Sergio Fujikawa Ferreira 2001-12-20 13:32:42 +00:00
parent a51a219325
commit 7284424fab
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=51887
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ post-patch:
${WRKSRC}/src/Makefile.in
pre-configure:
@(cd ${WRKSRC} && ${LOCALBASE}/bin/aclocal)
@(cd ${WRKSRC} && ${ACLOCAL})
post-configure:
@(cd ${WRKSRC} && ${PERL5} am_edit)

View File

@ -26,7 +26,7 @@ post-patch:
${WRKSRC}/src/Makefile.in
pre-configure:
@(cd ${WRKSRC} && ${LOCALBASE}/bin/aclocal)
@(cd ${WRKSRC} && ${ACLOCAL})
post-configure:
@(cd ${WRKSRC} && ${PERL5} am_edit)