comparison configure @ 112305:f31011c088d9

Regenerate.
author Paul Eggert <eggert@cs.ucla.edu>
date Sat, 08 Jan 2011 17:20:28 -0800
parents 16ae11ee4ab8
children 474d5026a5a2
comparison
equal deleted inserted replaced
112304:9539682ee916 112305:f31011c088d9
2941 fi 2941 fi
2942 fi 2942 fi
2943 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5 2943 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
2944 $as_echo "$MKDIR_P" >&6; } 2944 $as_echo "$MKDIR_P" >&6; }
2945 2945
2946
2946 mkdir_p="$MKDIR_P" 2947 mkdir_p="$MKDIR_P"
2947 case $mkdir_p in 2948 case $mkdir_p in
2948 [\\/$]* | ?:[\\/]*) ;; 2949 [\\/$]* | ?:[\\/]*) ;;
2949 */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;; 2950 */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
2950 esac 2951 esac
5181 RANLIB="$ac_cv_prog_RANLIB" 5182 RANLIB="$ac_cv_prog_RANLIB"
5182 fi 5183 fi
5183 5184
5184 5185
5185 5186
5186 # Code from module dummy: 5187 # Code from module ftoastr:
5188 # Code from module intprops:
5187 5189
5188 5190
5189 # On Suns, sometimes $CPP names a directory. 5191 # On Suns, sometimes $CPP names a directory.
5190 if test -n "$CPP" && test -d "$CPP"; then 5192 if test -n "$CPP" && test -d "$CPP"; then
5191 CPP= 5193 CPP=
13735 fi 13737 fi
13736 13738
13737 13739
13738 # Configure gnulib. 13740 # Configure gnulib.
13739 13741
13742
13743
13744
13745 LIBC_FATAL_STDERR_=1
13746 export LIBC_FATAL_STDERR_
13747
13748
13749 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether strtold conforms to C99" >&5
13750 $as_echo_n "checking whether strtold conforms to C99... " >&6; }
13751 if ${gl_cv_func_c99_strtold+:} false; then :
13752 $as_echo_n "(cached) " >&6
13753 else
13754 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13755 /* end confdefs.h. */
13756 /* On HP-UX before 11.23, strtold returns a struct instead of
13757 long double. Reject implementations like that, by requiring
13758 compatibility with the C99 prototype. */
13759 #include <stdlib.h>
13760 static long double (*p) (char const *, char **) = strtold;
13761 static long double
13762 test (char const *nptr, char **endptr)
13763 {
13764 long double r;
13765 r = strtold (nptr, endptr);
13766 return r;
13767 }
13768 int
13769 main ()
13770 {
13771 return test ("1.0", NULL) != 1 || p ("1.0", NULL) != 1;
13772 ;
13773 return 0;
13774 }
13775 _ACEOF
13776 if ac_fn_c_try_link "$LINENO"; then :
13777 gl_cv_func_c99_strtold=yes
13778 else
13779 gl_cv_func_c99_strtold=no
13780 fi
13781 rm -f core conftest.err conftest.$ac_objext \
13782 conftest$ac_exeext conftest.$ac_ext
13783 fi
13784 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_c99_strtold" >&5
13785 $as_echo "$gl_cv_func_c99_strtold" >&6; }
13786 if test $gl_cv_func_c99_strtold = yes; then
13787
13788 $as_echo "#define HAVE_C99_STRTOLD 1" >>confdefs.h
13789
13790 fi
13791
13792
13740 if false; then 13793 if false; then
13741 GL_COND_LIBTOOL_TRUE= 13794 GL_COND_LIBTOOL_TRUE=
13742 GL_COND_LIBTOOL_FALSE='#' 13795 GL_COND_LIBTOOL_FALSE='#'
13743 else 13796 else
13744 GL_COND_LIBTOOL_TRUE='#' 13797 GL_COND_LIBTOOL_TRUE='#'
13752 13805
13753 13806
13754 13807
13755 13808
13756 13809
13757 gl_COMMON 13810
13811
13812
13813
13758 gl_source_base='lib' 13814 gl_source_base='lib'
13759 # Code from module dummy: 13815 # Code from module ftoastr:
13816
13817 # Code from module intprops:
13760 # End of code from modules 13818 # End of code from modules
13761 13819
13762 13820
13763 13821
13764 13822
13770 13828
13771 13829
13772 13830
13773 13831
13774 13832
13775 gl_COMMON 13833
13834
13835
13836
13776 gl_source_base='tests' 13837 gl_source_base='tests'
13777 gltests_WITNESS=IN_`echo "${PACKAGE-$PACKAGE_TARNAME}" | LC_ALL=C tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ | LC_ALL=C sed -e 's/[^A-Z0-9_]/_/g'`_GNULIB_TESTS 13838 gltests_WITNESS=IN_`echo "${PACKAGE-$PACKAGE_TARNAME}" | LC_ALL=C tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ | LC_ALL=C sed -e 's/[^A-Z0-9_]/_/g'`_GNULIB_TESTS
13778 13839
13779 gl_module_indicator_condition=$gltests_WITNESS 13840 gl_module_indicator_condition=$gltests_WITNESS
13780 13841