Fix typo in config.h.in comment
* 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
This commit is contained in:
parent
add5b95a4a
commit
64e1a55de1
@ -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>
|
2017-03-14 Jonathan Wakely <jwakely@redhat.com>
|
||||||
|
|
||||||
PR libstdc++/79162
|
PR libstdc++/79162
|
||||||
|
@ -397,7 +397,7 @@ AC_DEFUN([GLIBCXX_CHECK_S_ISREG_OR_S_IFREG], [
|
|||||||
res=no
|
res=no
|
||||||
if test $glibcxx_cv_S_ISREG = yes; then
|
if test $glibcxx_cv_S_ISREG = yes; then
|
||||||
AC_DEFINE(HAVE_S_ISREG, 1,
|
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
|
res=S_ISREG
|
||||||
elif test $glibcxx_cv_S_IFREG = yes; then
|
elif test $glibcxx_cv_S_IFREG = yes; then
|
||||||
AC_DEFINE(HAVE_S_IFREG, 1,
|
AC_DEFINE(HAVE_S_IFREG, 1,
|
||||||
|
@ -454,7 +454,7 @@
|
|||||||
/* Define if S_IFREG is available in <sys/stat.h>. */
|
/* Define if S_IFREG is available in <sys/stat.h>. */
|
||||||
#undef HAVE_S_IFREG
|
#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
|
#undef HAVE_S_ISREG
|
||||||
|
|
||||||
/* Define to 1 if you have the `tanf' function. */
|
/* Define to 1 if you have the `tanf' function. */
|
||||||
|
@ -539,7 +539,6 @@ xml_image_generated = \
|
|||||||
${xml_image_dir}/pbds_tree_text_lor_find.png
|
${xml_image_dir}/pbds_tree_text_lor_find.png
|
||||||
|
|
||||||
xml_images = ${xml_image_basic} ${xml_image_generated}
|
xml_images = ${xml_image_basic} ${xml_image_generated}
|
||||||
|
|
||||||
xml_noinst = \
|
xml_noinst = \
|
||||||
${xml_dir}/book.txml \
|
${xml_dir}/book.txml \
|
||||||
${xml_dir}/chapter.txml \
|
${xml_dir}/chapter.txml \
|
||||||
|
Loading…
Reference in New Issue
Block a user