summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2000-01-05 04:46:19 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2000-01-05 04:46:19 +0000
commita1ee358807cd9bb552103f9c039c919d0f11b88e (patch)
treec5905adb65d2c9f27048504ecd2e6e7f4d790c6e
parent7b09bd6ed76533d0f83ce3bd076614d58eb13329 (diff)
downloadATCD-a1ee358807cd9bb552103f9c039c919d0f11b88e.tar.gz
minor change to "configuration unsable" message
-rwxr-xr-xconfigure12
-rw-r--r--configure.in9
2 files changed, 9 insertions, 12 deletions
diff --git a/configure b/configure
index 0f371f0379b..c117234b48d 100755
--- a/configure
+++ b/configure
@@ -34444,9 +34444,8 @@ fi
The generated configuration appears to be unusable. Please verify
that your system path and environment variables are correct. If they
appear to be correct then please send the maintainer of this configure
-script:
- Ossama Othman <othman@cs.wustl.edu>
-the \`config.log' file and the following information:
+script Ossama Othman <othman@cs.wustl.edu> the \`config.log' file and
+the following information:
ACE \`configure' Script Information
==================================
@@ -34459,9 +34458,10 @@ the \`config.log' file and the following information:
Linker Flags: $LDFLAGS
Libraries: $LIBS
System type information:
- Build: $build
- Host: $host
- Target: $target
+ Build: $build Host: $host Target: $target
+
+In the meantime, please use the stock ACE build procedure detailed in
+the file \`ACE-INSTALL.html'.
" 1>&2; exit 1; }
diff --git a/configure.in b/configure.in
index 69318f65dfe..b0422b0c946 100644
--- a/configure.in
+++ b/configure.in
@@ -7358,9 +7358,8 @@ ACE_CACHE_CHECK(if generated ACE configuration is usable,
The generated configuration appears to be unusable. Please verify
that your system path and environment variables are correct. If they
appear to be correct then please send the maintainer of this configure
-script:
- Ossama Othman <othman@cs.wustl.edu>
-the \`config.log' file and the following information:
+script Ossama Othman <othman@cs.wustl.edu> the \`config.log' file and
+the following information:
ACE \`configure' Script Information
==================================
@@ -7373,9 +7372,7 @@ the \`config.log' file and the following information:
Linker Flags: $LDFLAGS
Libraries: $LIBS
System type information:
- Build: $build
- Host: $host
- Target: $target
+ Build: $build Host: $host Target: $target
In the meantime, please use the stock ACE build procedure detailed in
the file \`ACE-INSTALL.html'.