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 | 7208addbd5df05f772d1f117051c77caf5dc6bde (patch) | |
tree | 86bdb692ca5d3a5553b45dd412da6072e64934d6 | |
parent | 395620114c7ce80bbe9909ba4fcba34eabc6adb8 (diff) | |
download | ATCD-7208addbd5df05f772d1f117051c77caf5dc6bde.tar.gz |
* m4/platform.m4: Minor comment updates.
-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*) |