diff options
author | Jim Jagielski <jim@apache.org> | 2008-02-18 15:56:06 +0100 |
---|---|---|
committer | Jim Jagielski <jim@apache.org> | 2008-02-18 15:56:06 +0100 |
commit | c9940d3d2b0d7536f96432dc481e33a0d2e40493 (patch) | |
tree | 5c3402376d4dc318e5e288dfd11b2a3192b33306 /README.platforms | |
parent | Update doccos (diff) | |
download | apache2-c9940d3d2b0d7536f96432dc481e33a0d2e40493.tar.xz apache2-c9940d3d2b0d7536f96432dc481e33a0d2e40493.zip |
Note 'rm: conftest.dSYM: is a directory' messages
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@628771 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'README.platforms')
-rw-r--r-- | README.platforms | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/README.platforms b/README.platforms index d5cbd3de6b..36a5bc87b7 100644 --- a/README.platforms +++ b/README.platforms @@ -48,6 +48,14 @@ this affects you, downgrading to autoconf 2.13 (which is installed on Darwin) will help. + With Leopard (at least up to 10.5.2), when running configure + you will likely see errors such as: + + rm: conftest.dSYM: is a directory + + This is a known issue and will be fixed in a later version of the + autoconf suite. These errors can be safely ignored. + ========== FreeBSD: autoconf 2.52 creates scripts that are incompatible with the Posix |