Re: freetds 0.91 : Problem building with no BSD-compliant install.
"James K. Lowden" <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <[email protected]> |
On Thu, 12 Jan 2012 11:03:13 +0000 (GMT) [email protected] wrote: > I had a problem building freetds on one of our platforms (AIX 5.3) > and it came down to the fact that it didn't have a suitable BSD > compliant install. This meant it set the value of INSTALL_DATA to be > "../../install-sh" - this was fine for most of the build but gave > errors when it came to doc/images. Thank you for the problem report. I tried to solve this in a better way. I updated configure.ac to use the autoconf macros to find an install program if available. And I changed doc/Makefile.am not to change directories when installing the GIF images. These changes were committed to CVS HEAD. --jkl