diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 1999-04-05 00:33:58 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 1999-04-05 00:33:58 +0000 |
commit | 0c26df1ec0062da5fd5a542e3d881287c7936341 (patch) | |
tree | 86bdb692ca5d3a5553b45dd412da6072e64934d6 /m4/platform.m4 | |
parent | d189337efe2289a9e69c9ad9b387cd0ea4e62f63 (diff) | |
download | ATCD-0c26df1ec0062da5fd5a542e3d881287c7936341.tar.gz |
* m4/platform.m4: Minor comment updates.
Diffstat (limited to 'm4/platform.m4')
-rw-r--r-- | m4/platform.m4 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/m4/platform.m4 b/m4/platform.m4 index eef8dc8f8a0..7ec5daaca00 100644 --- a/m4/platform.m4 +++ b/m4/platform.m4 @@ -30,6 +30,9 @@ dnl At some point the below platform specific settings should be automated dnl as much as possible! We set things manually just to get things going dnl with the auto{conf,make}/libtool integration into the ACE source tree. +dnl These settings need to be done _after_ the header, function and library +dnl checks! + dnl Platform specific flags case "$target" in *aix3*) |