From 7862be5b92c653cca6cb5dd0e61a9490e79f720e Mon Sep 17 00:00:00 2001 From: Ossama Othman Date: Fri, 16 Jan 2004 20:37:04 +0000 Subject: ChangeLogTag:Fri Jan 16 12:29:48 2004 Ossama Othman --- configure.ac | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'configure.ac') 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. -- cgit v1.2.1