]> sourceware.org Git - newlib-cygwin.git/commitdiff
2013-05-10 Freddie Chopin <freddie_chopin@op.pl>
authorJeff Johnston <jjohnstn@redhat.com>
Fri, 10 May 2013 20:14:33 +0000 (20:14 +0000)
committerJeff Johnston <jjohnstn@redhat.com>
Fri, 10 May 2013 20:14:33 +0000 (20:14 +0000)
        * configure.in: Fix help text for disable-newlib-atexit-dynamic-alloc option.
        * configure: Regenerated.

newlib/ChangeLog
newlib/configure
newlib/configure.in

index 4f50b53d84d2faee831a85addc60e59b16a2cf41..68c7387ee5c3055c99b23e54657884df15b9e27c 100644 (file)
@@ -1,3 +1,8 @@
+2013-05-10  Freddie Chopin  <freddie_chopin@op.pl>
+
+       * configure.in: Fix help text for disable-newlib-atexit-dynamic-alloc option.
+       * configure: Regenerated.
+
 2013-05-07  Sebastian Huber <sebastian.huber@embedded-brains.de>
 
        * libc/include/sys/config.h (_REENT_GLOBAL_ATEXIT): Define for
index cf14cd1aea8f1e64b680c3c86b1c269bc793f374..a91700c212945a6fe68a1c54a75b16480a4e2ed7 100755 (executable)
@@ -1453,7 +1453,7 @@ Optional Features:
   --enable-newlib-iconv-from-encodings   enable specific comma-separated list of \"from\" iconv encodings to be built-in
   --enable-newlib-iconv-to-encodings   enable specific comma-separated list of \"to\" iconv encodings to be built-in
   --enable-newlib-iconv-external-ccs     enable capabilities to load external CCS files for iconv
-  --disable-newlib-atexit-alloc    disable dynamic allocation of atexit entries
+  --disable-newlib-atexit-dynamic-alloc    disable dynamic allocation of atexit entries
   --enable-newlib-reent-small   enable small reentrant struct support
   --disable-newlib-fvwrite-in-streamio    disable iov in streamio
   --disable-newlib-fseek-optimization    disable fseek optimization
@@ -11695,7 +11695,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11684 "configure"
+#line 11698 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -11801,7 +11801,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11790 "configure"
+#line 11804 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
index 58f56b9add9429548f3869c0d38539b513cbba22..95025fe88a15f32f4d4204566fb832628bca2e50 100644 (file)
@@ -106,7 +106,7 @@ AC_ARG_ENABLE(newlib-iconv-external-ccs,
 
 dnl Support --disable-newlib-atexit-dynamic-alloc
 AC_ARG_ENABLE(newlib-atexit-dynamic-alloc,
-[  --disable-newlib-atexit-alloc    disable dynamic allocation of atexit entries],
+[  --disable-newlib-atexit-dynamic-alloc    disable dynamic allocation of atexit entries],
 [if test "${newlib_atexit_dynamic_alloc+set}" != set; then
   case "${enableval}" in
     yes) newlib_atexit_dynamic_alloc=yes ;;
This page took 0.061811 seconds and 5 git commands to generate.