mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-04 20:01:21 +08:00
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
This commit is contained in:
parent
97d2451609
commit
572051a275
@ -1,3 +1,11 @@
|
||||
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>
|
||||
|
||||
* testsuite/README: Add notes.
|
||||
|
@ -1036,8 +1036,8 @@ dnl
|
||||
AC_DEFUN(GLIBCPP_ENABLE_CLOCALE, [
|
||||
AC_MSG_CHECKING([for clocale to use])
|
||||
AC_ARG_ENABLE(clocale,
|
||||
[ --enable-clocale enable model for target locale package.
|
||||
--enable-clocale=MODEL use MODEL target-speific locale package. [default=generic]
|
||||
[ --enable-clocale enable model for target locale package.
|
||||
--enable-clocale=MODEL use MODEL target-speific locale package. [default=generic]
|
||||
],
|
||||
if test x$enable_clocale = xno; then
|
||||
enable_clocale=generic
|
||||
@ -1080,8 +1080,8 @@ dnl
|
||||
AC_DEFUN(GLIBCPP_ENABLE_CSTDIO, [
|
||||
AC_MSG_CHECKING([for cstdio to use])
|
||||
AC_ARG_ENABLE(cstdio,
|
||||
[ --enable-cstdio enable stdio for target io package.
|
||||
--enable-cstdio=LIB use LIB target-speific io package. [default=stdio]
|
||||
[ --enable-cstdio enable stdio for target io package.
|
||||
--enable-cstdio=LIB use LIB target-speific io package. [default=stdio]
|
||||
],
|
||||
if test x$enable_cstdio = xno; then
|
||||
enable_cstdio=stdio
|
||||
@ -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_ARG_ENABLE(cheaders,
|
||||
changequote(<<, >>)dnl
|
||||
<< --enable-cheaders construct "C" header files for
|
||||
g++ [default=>>GLIBCPP_ENABLE_CHEADERS_DEFAULT],
|
||||
<< --enable-cheaders construct "C" header files for g++ [default=>>GLIBCPP_ENABLE_CHEADERS_DEFAULT],
|
||||
changequote([, ])
|
||||
[case "$enableval" in
|
||||
c)
|
||||
@ -1567,6 +1566,9 @@ dnl GLIBCPP_EXPORT_INSTALL_INFO
|
||||
dnl calculates gxx_install_dir
|
||||
dnl exports glibcpp_toolexecdir
|
||||
dnl exports glibcpp_toolexeclibdir
|
||||
dnl exports glibcpp_builddir
|
||||
dnl exports glibcpp_srcdir
|
||||
dnl exports glibcpp_prefixdir
|
||||
dnl
|
||||
dnl Assumes cross_compiling bits already done, and with_cross_host in
|
||||
dnl particular
|
||||
@ -1590,7 +1592,7 @@ AC_MSG_RESULT($libstdcxx_interface)
|
||||
# Process the option --with-gxx-include-dir=<path to include-files directory>
|
||||
AC_MSG_CHECKING([for --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
|
||||
yes)
|
||||
AC_MSG_ERROR(Missing directory for --with-gxx-include-dir)
|
||||
|
16
libstdc++-v3/aclocal.m4
vendored
16
libstdc++-v3/aclocal.m4
vendored
@ -1048,8 +1048,8 @@ dnl
|
||||
AC_DEFUN(GLIBCPP_ENABLE_CLOCALE, [
|
||||
AC_MSG_CHECKING([for clocale to use])
|
||||
AC_ARG_ENABLE(clocale,
|
||||
[ --enable-clocale enable model for target locale package.
|
||||
--enable-clocale=MODEL use MODEL target-speific locale package. [default=generic]
|
||||
[ --enable-clocale enable model for target locale package.
|
||||
--enable-clocale=MODEL use MODEL target-speific locale package. [default=generic]
|
||||
],
|
||||
if test x$enable_clocale = xno; then
|
||||
enable_clocale=generic
|
||||
@ -1092,8 +1092,8 @@ dnl
|
||||
AC_DEFUN(GLIBCPP_ENABLE_CSTDIO, [
|
||||
AC_MSG_CHECKING([for cstdio to use])
|
||||
AC_ARG_ENABLE(cstdio,
|
||||
[ --enable-cstdio enable stdio for target io package.
|
||||
--enable-cstdio=LIB use LIB target-speific io package. [default=stdio]
|
||||
[ --enable-cstdio enable stdio for target io package.
|
||||
--enable-cstdio=LIB use LIB target-speific io package. [default=stdio]
|
||||
],
|
||||
if test x$enable_cstdio = xno; then
|
||||
enable_cstdio=stdio
|
||||
@ -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_ARG_ENABLE(cheaders,
|
||||
changequote(<<, >>)dnl
|
||||
<< --enable-cheaders construct "C" header files for
|
||||
g++ [default=>>GLIBCPP_ENABLE_CHEADERS_DEFAULT],
|
||||
<< --enable-cheaders construct "C" header files for g++ [default=>>GLIBCPP_ENABLE_CHEADERS_DEFAULT],
|
||||
changequote([, ])
|
||||
[case "$enableval" in
|
||||
c)
|
||||
@ -1579,6 +1578,9 @@ dnl GLIBCPP_EXPORT_INSTALL_INFO
|
||||
dnl calculates gxx_install_dir
|
||||
dnl exports glibcpp_toolexecdir
|
||||
dnl exports glibcpp_toolexeclibdir
|
||||
dnl exports glibcpp_builddir
|
||||
dnl exports glibcpp_srcdir
|
||||
dnl exports glibcpp_prefixdir
|
||||
dnl
|
||||
dnl Assumes cross_compiling bits already done, and with_cross_host in
|
||||
dnl particular
|
||||
@ -1602,7 +1604,7 @@ AC_MSG_RESULT($libstdcxx_interface)
|
||||
# Process the option --with-gxx-include-dir=<path to include-files directory>
|
||||
AC_MSG_CHECKING([for --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
|
||||
yes)
|
||||
AC_MSG_ERROR(Missing directory for --with-gxx-include-dir)
|
||||
|
1724
libstdc++-v3/configure
vendored
1724
libstdc++-v3/configure
vendored
File diff suppressed because it is too large
Load Diff
@ -3,7 +3,7 @@
|
||||
<META NAME="KEYWORDS" CONTENT="libstdc++, homepage, home, g++, libg++, STL">
|
||||
<TITLE>Standard C++ Library v3</TITLE>
|
||||
<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>
|
||||
<BODY>
|
||||
|
||||
@ -69,6 +69,21 @@
|
||||
<LI><A HREF="ext/howto.html">Extensions to the Standard Library</A>
|
||||
</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><URL:ftp://gcc.gnu.org/pub/gcc/libstdc++/></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>
|
||||
</HTML>
|
||||
|
@ -23,8 +23,8 @@ elif [ "$WHICH"x = 1x ]; then
|
||||
echo "running mkcheck"
|
||||
echo "$0: testing the install directory"
|
||||
else
|
||||
echo 'Usage: mkcheck 0'
|
||||
echo ' mkcheck 1'
|
||||
echo 'Usage: mkcheck 0 /* test the build directory */'
|
||||
echo ' mkcheck 1 /* test the install directory */'
|
||||
exit 1;
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user