diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 1999-03-22 02:24:55 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 1999-03-22 02:24:55 +0000 |
commit | 045a8dbf83aeede62b0dc0ed8a0022c7eed0df58 (patch) | |
tree | 03dc3d9a98a1c1643708368656fae0652243385a /ace-config.1.in | |
parent | 30fa3b7390dbfa1033db49a7cba71fbd7a01ce05 (diff) | |
download | ATCD-045a8dbf83aeede62b0dc0ed8a0022c7eed0df58.tar.gz |
Mucho ACE+autoconf updates. :)
Diffstat (limited to 'ace-config.1.in')
-rw-r--r-- | ace-config.1.in | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/ace-config.1.in b/ace-config.1.in new file mode 100644 index 00000000000..1b3c0dd5f61 --- /dev/null +++ b/ace-config.1.in @@ -0,0 +1,58 @@ +.\" Process this file with +.\" groff -man -Tascii ace-config.1 +.\" +.TH ace-config 1 "DECEMBER 1998" "Library Configuration" "User Manuals" +.SH NAME +ace-config \- Display ACE Library Configuration +.SH SYNOPSIS +.B ace-config +.I OPTION +.B [ +.I OPTION +.B ... ] +.B [ +.I LIBRARY +.B ] +.SH DESCRIPTION +.B ace-config +is a script that is used to display what compiler flags and libraries were +used when ACE was built. +.SH OPTIONS +.IP --version +ACE version information +.IP --help +display help message and exit +.IP --cxx +C++ compiler used for compiling +.IP --cxxflags +C++ pre-processor and compiler flags +.IP --libs +library linking information +.IP --libs-only-L +the -L/-R part of +.I --libs +.IP --libs-only-l +the -l part of +.I --libs +.SH LIBRARY +.I LIBRARY +refers to the library for which the specified configuration is desired. Valid +libraries are: +.IP ace +the ACE library +.IP netsvcs +the ACE net services library +.IP tao +the ACE ORB (TAO) library +.SH FILES +.I @libdir@/aceConf.sh +.RS +Additional ACE related library configuration information. +.RE +.SH BUGS +No option to display which C++ compiler was used to compile ACE currently +exists. +.SH AUTHOR +Ossama Othman <othman@cs.wustl.edu> +.SH "SEE ALSO" +.BR tao-config (1) |