summaryrefslogtreecommitdiff
path: root/TAO/configure.ac
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2004-08-24 06:27:44 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2004-08-24 06:27:44 +0000
commit79853de7c3dbefd7e3145bbdfeef66263e2f0db6 (patch)
treeb2f5ad6862980428bf94bc8dd85f29ab92ca2373 /TAO/configure.ac
parent5f8296d39c45f2c95953d559dd6f2e0210825474 (diff)
downloadATCD-79853de7c3dbefd7e3145bbdfeef66263e2f0db6.tar.gz
ChangeLogTag:Mon Aug 23 23:27:01 2004 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/configure.ac')
-rw-r--r--TAO/configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/configure.ac b/TAO/configure.ac
index 05bdaaba79e..7a3f603570e 100644
--- a/TAO/configure.ac
+++ b/TAO/configure.ac
@@ -45,8 +45,8 @@ AC_CONFIG_MACRO_DIR([../m4])
dnl Check what platform we are running on.
AC_CANONICAL_TARGET([])
-dnl Initialize GNU Automake, and require Automake 1.7 or better.
-AM_INIT_AUTOMAKE([1.7])
+dnl Initialize GNU Automake, and require Automake 1.9 or better.
+AM_INIT_AUTOMAKE([1.9])
dnl Add maintainer mode option to the option list.