Open yurivict opened 6 years ago
Actually, you shouldn't even install libtool. No other package install contrib/libtool. This is an unbecoming behavior for a software package. There is no reason and no point.
There is a reason. We use it on OSX.
Why be so confrontational/judgemental in your first interaction with an open source project?
Why be so confrontational/judgemental in your first interaction with an open source project?7
I am not confrontational/judgemental. I have simply reported a bug.
libMesh installs files in very unusual locations. No other project that I've seen ever installed .pc files into /etc and nothing is ever supposed to be installed directly into $PREFIX. So libMesh is pretty much the only project that does it.
You need to install based on OS. Linux/BSD accept .pc files only into libdata/pkgconfig.
Build can be run as a batch process, and should never ask any interactive questions.
I think, it comes from the
chmod
command in Makefile.am.FreeBSD 11.1