aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorPaul Eggert2011-01-08 17:20:28 -0800
committerPaul Eggert2011-01-08 17:20:28 -0800
commita451f14b09368f4b9f96d61ddb2ee69ac048c414 (patch)
treed4076c67607428c2bd10d0d69bf763504c42ef06 /configure
parentfa2c4f5619481856c8cdf33be987d5785f51b750 (diff)
downloademacs-a451f14b09368f4b9f96d61ddb2ee69ac048c414.tar.gz
emacs-a451f14b09368f4b9f96d61ddb2ee69ac048c414.zip
Regenerate.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure69
1 files changed, 65 insertions, 4 deletions
diff --git a/configure b/configure
index 93b001f3f84..7ddac56a48f 100755
--- a/configure
+++ b/configure
@@ -2943,6 +2943,7 @@ 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
2946mkdir_p="$MKDIR_P" 2947mkdir_p="$MKDIR_P"
2947case $mkdir_p in 2948case $mkdir_p in
2948 [\\/$]* | ?:[\\/]*) ;; 2949 [\\/$]* | ?:[\\/]*) ;;
@@ -5183,7 +5184,8 @@ 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.
@@ -13737,6 +13739,57 @@ fi
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; }
13751if ${gl_cv_func_c99_strtold+:} false; then :
13752 $as_echo_n "(cached) " >&6
13753else
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 }
13768int
13769main ()
13770{
13771return test ("1.0", NULL) != 1 || p ("1.0", NULL) != 1;
13772 ;
13773 return 0;
13774}
13775_ACEOF
13776if ac_fn_c_try_link "$LINENO"; then :
13777 gl_cv_func_c99_strtold=yes
13778else
13779 gl_cv_func_c99_strtold=no
13780fi
13781rm -f core conftest.err conftest.$ac_objext \
13782 conftest$ac_exeext conftest.$ac_ext
13783fi
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='#'
@@ -13754,9 +13807,14 @@ fi
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
@@ -13772,7 +13830,10 @@ fi
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