emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r105662: Auto-commit of generated fil


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r105662: Auto-commit of generated files.
Date: Mon, 05 Sep 2011 06:18:36 -0400
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 105662
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Mon 2011-09-05 06:18:36 -0400
message:
  Auto-commit of generated files.
modified:
  autogen/config.in
  autogen/configure
=== modified file 'autogen/config.in'
--- a/autogen/config.in 2011-08-14 10:19:49 +0000
+++ b/autogen/config.in 2011-09-05 10:18:36 +0000
@@ -672,6 +672,9 @@
 /* Define to 1 if the system has the type `sigset_t'. */
 #undef HAVE_SIGSET_T
 
+/* Define to 1 if you have the `snprintf' function. */
+#undef HAVE_SNPRINTF
+
 /* Define to 1 if you have sound support. */
 #undef HAVE_SOUND
 

=== modified file 'autogen/configure'
--- a/autogen/configure 2011-08-31 10:18:35 +0000
+++ b/autogen/configure 2011-09-05 10:18:36 +0000
@@ -15312,6 +15312,18 @@
 fi
 
 
+for ac_func in snprintf
+do :
+  ac_fn_c_check_func "$LINENO" "snprintf" "ac_cv_func_snprintf"
+if test "x$ac_cv_func_snprintf" = x""yes; then :
+  cat >>confdefs.h <<_ACEOF
+#define HAVE_SNPRINTF 1
+_ACEOF
+
+fi
+done
+
+
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nl_langinfo and CODESET" 
>&5
 $as_echo_n "checking for nl_langinfo and CODESET... " >&6; }
 if test "${emacs_cv_langinfo_codeset+set}" = set; then :


reply via email to

[Prev in Thread] Current Thread [Next in Thread]