summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2004-01-16 20:37:04 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2004-01-16 20:37:04 +0000
commit7862be5b92c653cca6cb5dd0e61a9490e79f720e (patch)
tree8fd5ea8d83f5b637a4d4330454f35bdec8a5210f /configure.ac
parent44e4aca69bbf5a523ea919f5e558f05b096de8df (diff)
downloadATCD-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.ac5
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.