diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2004-01-22 04:15:35 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2004-01-22 04:15:35 +0000 |
commit | 986e38426397efeb3b4f669697651628369aca1d (patch) | |
tree | f6d9a667e1919be9ed740e0abdc2aecf7bf33a4e /configure.ac | |
parent | d0cd4d570fdefeef09e6633c332a7086b2afdb01 (diff) | |
download | ATCD-986e38426397efeb3b4f669697651628369aca1d.tar.gz |
ChangeLogTag:Wed Jan 21 20:12:38 2004 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index f64ed66ba6b..8f1812a1cdd 100644 --- a/configure.ac +++ b/configure.ac @@ -7380,9 +7380,11 @@ AC_CONFIG_FILES([ tests/SSL/Makefile ]) +dnl Note that the "ACE_VERSION" in the message below is an M4 macro +dnl that expands to the version of ACE being configured. AC_CONFIG_COMMANDS([default],[ echo "" - echo "Configuration of ACE is now complete." + echo "Configuration of ACE ACE_VERSION is now complete." echo "" ],[]) AC_OUTPUT |