[EMAIL PROTECTED] writes:
On FreeBSD 5.2-CURRENT with automake-1.8.3:
gmake install-configure
fails with the message:
make: don't know how to make install-perms. Stop
The culprit seems to be in Makefile at line 15 and 614:
MAKE=make
which is based on Makefile line 133:
SET_MAKE = MAKE=make
and then fails at line 627:
install-perms: @$(MAKE) install-perms-recursive @$(MAKE) install-perms-local
After changing the 3 make to gmake everything works fine.
Set the "MAKE' environment variable to 'gmake' before running the configure script.
pgpxYQxDEhvFs.pgp
Description: PGP signature
