Fix typo in config.h.in comment
authorJonathan Wakely <jwakely@redhat.com>
Wed, 15 Mar 2017 15:23:44 +0000 (15:23 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Wed, 15 Mar 2017 15:23:44 +0000 (15:23 +0000)
* acinclude.m4 (GLIBCXX_CHECK_S_ISREG_OR_S_IFREG): Fix typo in
comment.
* config.h.in: Regenerate.
* configure: Regenerate.
* doc/Makefile.in: Regenerate.

From-SVN: r246165

libstdc++-v3/ChangeLog
libstdc++-v3/acinclude.m4
libstdc++-v3/config.h.in
libstdc++-v3/configure
libstdc++-v3/doc/Makefile.in

index 4d4b2c4..2e6e52f 100644 (file)
@@ -1,3 +1,11 @@
+2017-03-15  Jonathan Wakely  <jwakely@redhat.com>
+
+       * acinclude.m4 (GLIBCXX_CHECK_S_ISREG_OR_S_IFREG): Fix typo in
+       comment.
+       * config.h.in: Regenerate.
+       * configure: Regenerate.
+       * doc/Makefile.in: Regenerate.
+
 2017-03-14  Jonathan Wakely  <jwakely@redhat.com>
 
        PR libstdc++/79162
index 5998fe6..8cb525b 100644 (file)
@@ -397,7 +397,7 @@ AC_DEFUN([GLIBCXX_CHECK_S_ISREG_OR_S_IFREG], [
   res=no
   if test $glibcxx_cv_S_ISREG = yes; then
     AC_DEFINE(HAVE_S_ISREG, 1,
-             [Define if S_IFREG is available in <sys/stat.h>.])
+             [Define if S_ISREG is available in <sys/stat.h>.])
     res=S_ISREG
   elif test $glibcxx_cv_S_IFREG = yes; then
     AC_DEFINE(HAVE_S_IFREG, 1,
index 51b770d..f1527d9 100644 (file)
 /* Define if S_IFREG is available in <sys/stat.h>. */
 #undef HAVE_S_IFREG
 
-/* Define if S_IFREG is available in <sys/stat.h>. */
+/* Define if S_ISREG is available in <sys/stat.h>. */
 #undef HAVE_S_ISREG
 
 /* Define to 1 if you have the `tanf' function. */
index 29456c4..2406cb9 100755 (executable)
@@ -18391,7 +18391,7 @@ else
           cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */
 #define _GLIBCXX_INCLUDE_NEXT_C_HEADERS
-#include <math.h>
+             #include <math.h>
              #undef isnan
              namespace std {
                using ::isnan;
index 281394d..be212b4 100644 (file)
@@ -539,7 +539,6 @@ xml_image_generated = \
        ${xml_image_dir}/pbds_tree_text_lor_find.png
 
 xml_images = ${xml_image_basic} ${xml_image_generated}
-
 xml_noinst = \
        ${xml_dir}/book.txml \
        ${xml_dir}/chapter.txml \