aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2012-09-11 06:17:36 -0400
committerGlenn Morris2012-09-11 06:17:36 -0400
commit2c98a6250e91227fe90df2097abcc6d3e77d3d4c (patch)
tree04bc374b479f7eab191db503620a64c6c795872b
parent95729d50c034ddf60bc18f04ce5a2cbb365bd8bb (diff)
downloademacs-2c98a6250e91227fe90df2097abcc6d3e77d3d4c.tar.gz
emacs-2c98a6250e91227fe90df2097abcc6d3e77d3d4c.zip
Auto-commit of generated files.
-rw-r--r--autogen/config.in6
-rwxr-xr-xautogen/configure6
2 files changed, 3 insertions, 9 deletions
diff --git a/autogen/config.in b/autogen/config.in
index 10969fd99c2..99074bd1bc5 100644
--- a/autogen/config.in
+++ b/autogen/config.in
@@ -246,9 +246,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
246/* Define to 1 if strtold conforms to C99. */ 246/* Define to 1 if strtold conforms to C99. */
247#undef HAVE_C99_STRTOLD 247#undef HAVE_C99_STRTOLD
248 248
249/* Define to 1 if you have the `cbrt' function. */
250#undef HAVE_CBRT
251
252/* Define to 1 if you have the `cfmakeraw' function. */ 249/* Define to 1 if you have the `cfmakeraw' function. */
253#undef HAVE_CFMAKERAW 250#undef HAVE_CFMAKERAW
254 251
@@ -638,9 +635,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
638/* Define to 1 if you have the `localtime_r' function. */ 635/* Define to 1 if you have the `localtime_r' function. */
639#undef HAVE_LOCALTIME_R 636#undef HAVE_LOCALTIME_R
640 637
641/* Define to 1 if you have the `logb' function. */
642#undef HAVE_LOGB
643
644/* Define to 1 if you support file names longer than 14 characters. */ 638/* Define to 1 if you support file names longer than 14 characters. */
645#undef HAVE_LONG_FILE_NAMES 639#undef HAVE_LONG_FILE_NAMES
646 640
diff --git a/autogen/configure b/autogen/configure
index 3621eee77c6..5f4013e4b88 100755
--- a/autogen/configure
+++ b/autogen/configure
@@ -12926,8 +12926,8 @@ $as_echo "#define HAVE_H_ERRNO 1" >>confdefs.h
12926 12926
12927fi 12927fi
12928 12928
12929# fmod, logb, and frexp are found in -lm on most systems. 12929# sqrt and other floating-point functions such as fmod and frexp
12930# On HPUX 9.01, -lm does not contain logb, so check for sqrt. 12930# are found in -lm on most systems.
12931{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sqrt in -lm" >&5 12931{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sqrt in -lm" >&5
12932$as_echo_n "checking for sqrt in -lm... " >&6; } 12932$as_echo_n "checking for sqrt in -lm... " >&6; }
12933if test "${ac_cv_lib_m_sqrt+set}" = set; then : 12933if test "${ac_cv_lib_m_sqrt+set}" = set; then :
@@ -13177,7 +13177,7 @@ esac
13177 13177
13178for ac_func in gethostname \ 13178for ac_func in gethostname \
13179closedir getrusage get_current_dir_name \ 13179closedir getrusage get_current_dir_name \
13180lrand48 logb cbrt setsid \ 13180lrand48 setsid \
13181fpathconf select euidaccess getpagesize setlocale \ 13181fpathconf select euidaccess getpagesize setlocale \
13182utimes getrlimit setrlimit setpgid getcwd shutdown getaddrinfo \ 13182utimes getrlimit setrlimit setpgid getcwd shutdown getaddrinfo \
13183__fpending strsignal setitimer \ 13183__fpending strsignal setitimer \