Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Do not read a file more than once, where the sameness is judged by | Akinori MUSHA | 2000-07-19 | 1 | -6/+44 |
| | | | | | | | | | | | | | the inode numbers of files. This should fix the "duplicated macros" error when aclocal is invoked with `-I ${X11BASE}/share/aclocal' explicitly. - Do not scan ${X11BASE}/share/aclocal if it does not exist. (Or it's (a symlink to)* a directory) This should fix the "no such directory" error when you build a non-X port without X installed. (like on bento) | ||||
* | Persuade automake to look not only in ${PREFIX}/share/aclocal | Ade Lovett | 2000-07-15 | 1 | -0/+11 |
(ie: ${LOCALBASE}), but also ${X11BASE}/share/aclocal via an extra patch and some configure-time substitution Discussed on: ports (quite a while back) Original disgusting hack by: ade Suggested improvements by: asami Reworked patch by: ade |