diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2004-01-16 20:37:04 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2004-01-16 20:37:04 +0000 |
commit | 7862be5b92c653cca6cb5dd0e61a9490e79f720e (patch) | |
tree | 8fd5ea8d83f5b637a4d4330454f35bdec8a5210f /configure.ac | |
parent | 44e4aca69bbf5a523ea919f5e558f05b096de8df (diff) | |
download | ATCD-7862be5b92c653cca6cb5dd0e61a9490e79f720e.tar.gz |
ChangeLogTag:Fri Jan 16 12:29:48 2004 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 301e6d88c43..ce8d0d483b3 100644 --- a/configure.ac +++ b/configure.ac @@ -23,12 +23,13 @@ Please see the file `COPYING' in the top level ACE directory for additional details.]) -dnl Require GNU Autoconf 2.58 or better. +dnl Require GNU Autoconf 2.58 or better. Previous versions did not +dnl correctly support HP-UX. AC_PREREQ([2.58]) AC_CONFIG_SRCDIR([ace/ACE.cpp]) -AC_CONFIG_AUX_DIR([aux]) +AC_CONFIG_AUX_DIR([autotools]) AC_CONFIG_MACRO_DIR([m4]) dnl Check what platform we are running on. |