Commit 572051a2 by Phil Edwards

acinclude.m4: Fix --help spacing, correct comments.

2001-05-19  Phil Edwards  <pme@sources.redhat.com>

	* acinclude.m4:  Fix --help spacing, correct comments.
	* aclocal.m4:  Regenerate.
	* configure:  Regenerate.
	* mkcheck.in:  Add usage comments.
	* docs/html/documentation.html:  Point to doxygen'd tarball.

From-SVN: r42316
parent 97d24516
2001-05-19 Phil Edwards <pme@sources.redhat.com>
* acinclude.m4: Fix --help spacing, correct comments.
* aclocal.m4: Regenerate.
* configure: Regenerate.
* mkcheck.in: Add usage comments.
* docs/html/documentation.html: Point to doxygen'd tarball.
2001-05-18 Benjamin Kosnik <bkoz@redhat.com> 2001-05-18 Benjamin Kosnik <bkoz@redhat.com>
* testsuite/README: Add notes. * testsuite/README: Add notes.
......
...@@ -1036,8 +1036,8 @@ dnl ...@@ -1036,8 +1036,8 @@ dnl
AC_DEFUN(GLIBCPP_ENABLE_CLOCALE, [ AC_DEFUN(GLIBCPP_ENABLE_CLOCALE, [
AC_MSG_CHECKING([for clocale to use]) AC_MSG_CHECKING([for clocale to use])
AC_ARG_ENABLE(clocale, AC_ARG_ENABLE(clocale,
[ --enable-clocale enable model for target locale package. [ --enable-clocale enable model for target locale package.
--enable-clocale=MODEL use MODEL target-speific locale package. [default=generic] --enable-clocale=MODEL use MODEL target-speific locale package. [default=generic]
], ],
if test x$enable_clocale = xno; then if test x$enable_clocale = xno; then
enable_clocale=generic enable_clocale=generic
...@@ -1080,8 +1080,8 @@ dnl ...@@ -1080,8 +1080,8 @@ dnl
AC_DEFUN(GLIBCPP_ENABLE_CSTDIO, [ AC_DEFUN(GLIBCPP_ENABLE_CSTDIO, [
AC_MSG_CHECKING([for cstdio to use]) AC_MSG_CHECKING([for cstdio to use])
AC_ARG_ENABLE(cstdio, AC_ARG_ENABLE(cstdio,
[ --enable-cstdio enable stdio for target io package. [ --enable-cstdio enable stdio for target io package.
--enable-cstdio=LIB use LIB target-speific io package. [default=stdio] --enable-cstdio=LIB use LIB target-speific io package. [default=stdio]
], ],
if test x$enable_cstdio = xno; then if test x$enable_cstdio = xno; then
enable_cstdio=stdio enable_cstdio=stdio
...@@ -1428,8 +1428,7 @@ define([GLIBCPP_ENABLE_CHEADERS_DEFAULT], ifelse($1, c_std, c_std, c_std))dnl ...@@ -1428,8 +1428,7 @@ define([GLIBCPP_ENABLE_CHEADERS_DEFAULT], ifelse($1, c_std, c_std, c_std))dnl
AC_MSG_CHECKING([for c header strategy to use]) AC_MSG_CHECKING([for c header strategy to use])
AC_ARG_ENABLE(cheaders, AC_ARG_ENABLE(cheaders,
changequote(<<, >>)dnl changequote(<<, >>)dnl
<< --enable-cheaders construct "C" header files for << --enable-cheaders construct "C" header files for g++ [default=>>GLIBCPP_ENABLE_CHEADERS_DEFAULT],
g++ [default=>>GLIBCPP_ENABLE_CHEADERS_DEFAULT],
changequote([, ]) changequote([, ])
[case "$enableval" in [case "$enableval" in
c) c)
...@@ -1567,6 +1566,9 @@ dnl GLIBCPP_EXPORT_INSTALL_INFO ...@@ -1567,6 +1566,9 @@ dnl GLIBCPP_EXPORT_INSTALL_INFO
dnl calculates gxx_install_dir dnl calculates gxx_install_dir
dnl exports glibcpp_toolexecdir dnl exports glibcpp_toolexecdir
dnl exports glibcpp_toolexeclibdir dnl exports glibcpp_toolexeclibdir
dnl exports glibcpp_builddir
dnl exports glibcpp_srcdir
dnl exports glibcpp_prefixdir
dnl dnl
dnl Assumes cross_compiling bits already done, and with_cross_host in dnl Assumes cross_compiling bits already done, and with_cross_host in
dnl particular dnl particular
...@@ -1590,7 +1592,7 @@ AC_MSG_RESULT($libstdcxx_interface) ...@@ -1590,7 +1592,7 @@ AC_MSG_RESULT($libstdcxx_interface)
# Process the option --with-gxx-include-dir=<path to include-files directory> # Process the option --with-gxx-include-dir=<path to include-files directory>
AC_MSG_CHECKING([for --with-gxx-include-dir]) AC_MSG_CHECKING([for --with-gxx-include-dir])
AC_ARG_WITH(gxx-include-dir, AC_ARG_WITH(gxx-include-dir,
[ --with-gxx-include-dir the installation directory for include files], [ --with-gxx-include-dir the installation directory for include files],
[case "${withval}" in [case "${withval}" in
yes) yes)
AC_MSG_ERROR(Missing directory for --with-gxx-include-dir) AC_MSG_ERROR(Missing directory for --with-gxx-include-dir)
......
...@@ -1048,8 +1048,8 @@ dnl ...@@ -1048,8 +1048,8 @@ dnl
AC_DEFUN(GLIBCPP_ENABLE_CLOCALE, [ AC_DEFUN(GLIBCPP_ENABLE_CLOCALE, [
AC_MSG_CHECKING([for clocale to use]) AC_MSG_CHECKING([for clocale to use])
AC_ARG_ENABLE(clocale, AC_ARG_ENABLE(clocale,
[ --enable-clocale enable model for target locale package. [ --enable-clocale enable model for target locale package.
--enable-clocale=MODEL use MODEL target-speific locale package. [default=generic] --enable-clocale=MODEL use MODEL target-speific locale package. [default=generic]
], ],
if test x$enable_clocale = xno; then if test x$enable_clocale = xno; then
enable_clocale=generic enable_clocale=generic
...@@ -1092,8 +1092,8 @@ dnl ...@@ -1092,8 +1092,8 @@ dnl
AC_DEFUN(GLIBCPP_ENABLE_CSTDIO, [ AC_DEFUN(GLIBCPP_ENABLE_CSTDIO, [
AC_MSG_CHECKING([for cstdio to use]) AC_MSG_CHECKING([for cstdio to use])
AC_ARG_ENABLE(cstdio, AC_ARG_ENABLE(cstdio,
[ --enable-cstdio enable stdio for target io package. [ --enable-cstdio enable stdio for target io package.
--enable-cstdio=LIB use LIB target-speific io package. [default=stdio] --enable-cstdio=LIB use LIB target-speific io package. [default=stdio]
], ],
if test x$enable_cstdio = xno; then if test x$enable_cstdio = xno; then
enable_cstdio=stdio enable_cstdio=stdio
...@@ -1440,8 +1440,7 @@ define([GLIBCPP_ENABLE_CHEADERS_DEFAULT], ifelse($1, c_std, c_std, c_std))dnl ...@@ -1440,8 +1440,7 @@ define([GLIBCPP_ENABLE_CHEADERS_DEFAULT], ifelse($1, c_std, c_std, c_std))dnl
AC_MSG_CHECKING([for c header strategy to use]) AC_MSG_CHECKING([for c header strategy to use])
AC_ARG_ENABLE(cheaders, AC_ARG_ENABLE(cheaders,
changequote(<<, >>)dnl changequote(<<, >>)dnl
<< --enable-cheaders construct "C" header files for << --enable-cheaders construct "C" header files for g++ [default=>>GLIBCPP_ENABLE_CHEADERS_DEFAULT],
g++ [default=>>GLIBCPP_ENABLE_CHEADERS_DEFAULT],
changequote([, ]) changequote([, ])
[case "$enableval" in [case "$enableval" in
c) c)
...@@ -1579,6 +1578,9 @@ dnl GLIBCPP_EXPORT_INSTALL_INFO ...@@ -1579,6 +1578,9 @@ dnl GLIBCPP_EXPORT_INSTALL_INFO
dnl calculates gxx_install_dir dnl calculates gxx_install_dir
dnl exports glibcpp_toolexecdir dnl exports glibcpp_toolexecdir
dnl exports glibcpp_toolexeclibdir dnl exports glibcpp_toolexeclibdir
dnl exports glibcpp_builddir
dnl exports glibcpp_srcdir
dnl exports glibcpp_prefixdir
dnl dnl
dnl Assumes cross_compiling bits already done, and with_cross_host in dnl Assumes cross_compiling bits already done, and with_cross_host in
dnl particular dnl particular
...@@ -1602,7 +1604,7 @@ AC_MSG_RESULT($libstdcxx_interface) ...@@ -1602,7 +1604,7 @@ AC_MSG_RESULT($libstdcxx_interface)
# Process the option --with-gxx-include-dir=<path to include-files directory> # Process the option --with-gxx-include-dir=<path to include-files directory>
AC_MSG_CHECKING([for --with-gxx-include-dir]) AC_MSG_CHECKING([for --with-gxx-include-dir])
AC_ARG_WITH(gxx-include-dir, AC_ARG_WITH(gxx-include-dir,
[ --with-gxx-include-dir the installation directory for include files], [ --with-gxx-include-dir the installation directory for include files],
[case "${withval}" in [case "${withval}" in
yes) yes)
AC_MSG_ERROR(Missing directory for --with-gxx-include-dir) AC_MSG_ERROR(Missing directory for --with-gxx-include-dir)
......
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<META NAME="KEYWORDS" CONTENT="libstdc++, homepage, home, g++, libg++, STL"> <META NAME="KEYWORDS" CONTENT="libstdc++, homepage, home, g++, libg++, STL">
<TITLE>Standard C++ Library v3</TITLE> <TITLE>Standard C++ Library v3</TITLE>
<LINK REL=StyleSheet HREF="lib3styles.css"> <LINK REL=StyleSheet HREF="lib3styles.css">
<!-- $Id: documentation.html,v 1.7 2000/12/03 23:47:47 jsm28 Exp $ --> <!-- $Id: documentation.html,v 1.1 2000/12/10 04:03:08 pme Exp $ -->
</HEAD> </HEAD>
<BODY> <BODY>
...@@ -69,6 +69,21 @@ ...@@ -69,6 +69,21 @@
<LI><A HREF="ext/howto.html">Extensions to the Standard Library</A> <LI><A HREF="ext/howto.html">Extensions to the Standard Library</A>
</OL> </OL>
<HR>
<H2><A NAME="4">Source Documentation</A></H2>
<P>In addition to the distribution documentation (these pages), we also
have a set of HTML documents generated from the sources themselves,
using the Doxygen tool. These are useful for examining the signatures
of public member functions for the library classes, etc. The latest
collection is libstdc++-doxygen-20010501.tar.gz (3.7MB), available in
the libstdc++ snapshots directory at
<TT>&lt;URL:ftp://gcc.gnu.org/pub/gcc/libstdc++/&gt;</TT>. You will
almost certainly need to use one of the
<A HREF="http://gcc.gnu.org/mirrors.html">mirror sites</A>. After
unpacking, simply load libstdc++-doxygen-20010501/index.html in a browser.
Feedback (and additional documentation!) is welcome.
</P>
</BODY> </BODY>
</HTML> </HTML>
...@@ -23,8 +23,8 @@ elif [ "$WHICH"x = 1x ]; then ...@@ -23,8 +23,8 @@ elif [ "$WHICH"x = 1x ]; then
echo "running mkcheck" echo "running mkcheck"
echo "$0: testing the install directory" echo "$0: testing the install directory"
else else
echo 'Usage: mkcheck 0' echo 'Usage: mkcheck 0 /* test the build directory */'
echo ' mkcheck 1' echo ' mkcheck 1 /* test the install directory */'
exit 1; exit 1;
fi fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment