diff options
Diffstat (limited to 'gnulib/configure')
-rwxr-xr-x | gnulib/configure | 34 |
1 files changed, 15 insertions, 19 deletions
diff --git a/gnulib/configure b/gnulib/configure index cc7e828..de2f5c4 100755 --- a/gnulib/configure +++ b/gnulib/configure @@ -7032,6 +7032,7 @@ fi # Code from module bind: # Code from module btowc: # Code from module builtin-expect: + # Code from module c-ctype: # Code from module c99: # Code from module canonicalize-lgpl: # Code from module chdir: @@ -7223,9 +7224,6 @@ fi # Code from module xalloc-oversized: -am_cv_prog_cc_stdc=$ac_cv_prog_cc_stdc - - ac_aux_dir= for ac_dir in .. "$srcdir"/..; do if test -f "$ac_dir/install-sh"; then @@ -13813,8 +13811,8 @@ rm -f core conftest.err conftest.$ac_objext \ LIBS=$save_LIBS test $gl_pthread_api = yes && break done - echo "$as_me:13816: gl_pthread_api=$gl_pthread_api" >&5 - echo "$as_me:13817: LIBPTHREAD=$LIBPTHREAD" >&5 + echo "$as_me:13814: gl_pthread_api=$gl_pthread_api" >&5 + echo "$as_me:13815: LIBPTHREAD=$LIBPTHREAD" >&5 gl_pthread_in_glibc=no # On Linux with glibc >= 2.34, libc contains the fully functional @@ -13839,7 +13837,7 @@ rm -f conftest* ;; esac - echo "$as_me:13842: gl_pthread_in_glibc=$gl_pthread_in_glibc" >&5 + echo "$as_me:13840: gl_pthread_in_glibc=$gl_pthread_in_glibc" >&5 # Test for libpthread by looking for pthread_kill. (Not pthread_self, # since it is defined as a macro on OSF/1.) @@ -13993,7 +13991,7 @@ fi fi fi - echo "$as_me:13996: LIBPMULTITHREAD=$LIBPMULTITHREAD" >&5 + echo "$as_me:13994: LIBPMULTITHREAD=$LIBPMULTITHREAD" >&5 fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether POSIX threads API is available" >&5 $as_echo_n "checking whether POSIX threads API is available... " >&6; } @@ -17070,8 +17068,8 @@ rm -f core conftest.err conftest.$ac_objext \ LIBS=$save_LIBS test $gl_pthread_api = yes && break done - echo "$as_me:17073: gl_pthread_api=$gl_pthread_api" >&5 - echo "$as_me:17074: LIBPTHREAD=$LIBPTHREAD" >&5 + echo "$as_me:17071: gl_pthread_api=$gl_pthread_api" >&5 + echo "$as_me:17072: LIBPTHREAD=$LIBPTHREAD" >&5 gl_pthread_in_glibc=no # On Linux with glibc >= 2.34, libc contains the fully functional @@ -17096,7 +17094,7 @@ rm -f conftest* ;; esac - echo "$as_me:17099: gl_pthread_in_glibc=$gl_pthread_in_glibc" >&5 + echo "$as_me:17097: gl_pthread_in_glibc=$gl_pthread_in_glibc" >&5 # Test for libpthread by looking for pthread_kill. (Not pthread_self, # since it is defined as a macro on OSF/1.) @@ -17250,7 +17248,7 @@ fi fi fi - echo "$as_me:17253: LIBPMULTITHREAD=$LIBPMULTITHREAD" >&5 + echo "$as_me:17251: LIBPMULTITHREAD=$LIBPMULTITHREAD" >&5 fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether POSIX threads API is available" >&5 $as_echo_n "checking whether POSIX threads API is available... " >&6; } @@ -17476,8 +17474,8 @@ rm -f core conftest.err conftest.$ac_objext \ LIBS=$save_LIBS test $gl_pthread_api = yes && break done - echo "$as_me:17479: gl_pthread_api=$gl_pthread_api" >&5 - echo "$as_me:17480: LIBPTHREAD=$LIBPTHREAD" >&5 + echo "$as_me:17477: gl_pthread_api=$gl_pthread_api" >&5 + echo "$as_me:17478: LIBPTHREAD=$LIBPTHREAD" >&5 gl_pthread_in_glibc=no # On Linux with glibc >= 2.34, libc contains the fully functional @@ -17502,7 +17500,7 @@ rm -f conftest* ;; esac - echo "$as_me:17505: gl_pthread_in_glibc=$gl_pthread_in_glibc" >&5 + echo "$as_me:17503: gl_pthread_in_glibc=$gl_pthread_in_glibc" >&5 # Test for libpthread by looking for pthread_kill. (Not pthread_self, # since it is defined as a macro on OSF/1.) @@ -17656,7 +17654,7 @@ fi fi fi - echo "$as_me:17659: LIBPMULTITHREAD=$LIBPMULTITHREAD" >&5 + echo "$as_me:17657: LIBPMULTITHREAD=$LIBPMULTITHREAD" >&5 fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether POSIX threads API is available" >&5 $as_echo_n "checking whether POSIX threads API is available... " >&6; } @@ -36621,10 +36619,7 @@ fi # Checks for libraries. # # ---------------------- # -ac_config_files="$ac_config_files Makefile.gnulib.inc" - - -ac_config_files="$ac_config_files Makefile import/Makefile" +ac_config_files="$ac_config_files Makefile.gnulib.inc Makefile import/Makefile" ac_config_commands="$ac_config_commands default" @@ -36722,6 +36717,7 @@ DEFS=-DHAVE_CONFIG_H ac_libobjs= ac_ltlibobjs= +U= for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue # 1. Remove the extension, and $U if already installed. ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' |