diff options
| author | Paul Eggert | 2011-09-06 09:34:41 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-09-06 09:34:41 -0700 |
| commit | e39b275c8c4abe1e293d4336bb1cb13ad95e5491 (patch) | |
| tree | 22da66c2fe8e7b447e8872b481701bcb4b3e2a3a /autogen | |
| parent | 1c262cae409ec55a234c89b3b74a13a77c7f595a (diff) | |
| parent | b2db44d9c6b6895222e9de5ab58b3897fdb3c889 (diff) | |
| download | emacs-e39b275c8c4abe1e293d4336bb1cb13ad95e5491.tar.gz emacs-e39b275c8c4abe1e293d4336bb1cb13ad95e5491.zip | |
Merge from trunk.
Diffstat (limited to 'autogen')
| -rw-r--r-- | autogen/config.in | 3 | ||||
| -rwxr-xr-x | autogen/configure | 12 |
2 files changed, 15 insertions, 0 deletions
diff --git a/autogen/config.in b/autogen/config.in index 24dd54db43f..5a53b240ef8 100644 --- a/autogen/config.in +++ b/autogen/config.in | |||
| @@ -672,6 +672,9 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 672 | /* Define to 1 if the system has the type `sigset_t'. */ | 672 | /* Define to 1 if the system has the type `sigset_t'. */ |
| 673 | #undef HAVE_SIGSET_T | 673 | #undef HAVE_SIGSET_T |
| 674 | 674 | ||
| 675 | /* Define to 1 if you have the `snprintf' function. */ | ||
| 676 | #undef HAVE_SNPRINTF | ||
| 677 | |||
| 675 | /* Define to 1 if you have sound support. */ | 678 | /* Define to 1 if you have sound support. */ |
| 676 | #undef HAVE_SOUND | 679 | #undef HAVE_SOUND |
| 677 | 680 | ||
diff --git a/autogen/configure b/autogen/configure index bbd54f57153..8d010ddf7b7 100755 --- a/autogen/configure +++ b/autogen/configure | |||
| @@ -15312,6 +15312,18 @@ $as_echo "#define HAVE_WORKING_FORK 1" >>confdefs.h | |||
| 15312 | fi | 15312 | fi |
| 15313 | 15313 | ||
| 15314 | 15314 | ||
| 15315 | for ac_func in snprintf | ||
| 15316 | do : | ||
| 15317 | ac_fn_c_check_func "$LINENO" "snprintf" "ac_cv_func_snprintf" | ||
| 15318 | if test "x$ac_cv_func_snprintf" = x""yes; then : | ||
| 15319 | cat >>confdefs.h <<_ACEOF | ||
| 15320 | #define HAVE_SNPRINTF 1 | ||
| 15321 | _ACEOF | ||
| 15322 | |||
| 15323 | fi | ||
| 15324 | done | ||
| 15325 | |||
| 15326 | |||
| 15315 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nl_langinfo and CODESET" >&5 | 15327 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nl_langinfo and CODESET" >&5 |
| 15316 | $as_echo_n "checking for nl_langinfo and CODESET... " >&6; } | 15328 | $as_echo_n "checking for nl_langinfo and CODESET... " >&6; } |
| 15317 | if test "${emacs_cv_langinfo_codeset+set}" = set; then : | 15329 | if test "${emacs_cv_langinfo_codeset+set}" = set; then : |