emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r108745: Auto-commit of generated files.
Date: Tue, 26 Jun 2012 06:17:31 -0400
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 108745
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Tue 2012-06-26 06:17:31 -0400
message:
  Auto-commit of generated files.
modified:
  autogen/config.in
  autogen/configure
=== modified file 'autogen/config.in'
--- a/autogen/config.in 2012-06-25 10:17:31 +0000
+++ b/autogen/config.in 2012-06-26 10:17:31 +0000
@@ -738,6 +738,9 @@
 /* Define to 1 if you have the <stdlib.h> header file. */
 #undef HAVE_STDLIB_H
 
+/* Define to 1 if you have the `strcasecmp' function. */
+#undef HAVE_STRCASECMP
+
 /* Define to 1 if you have the `strerror' function. */
 #undef HAVE_STRERROR
 
@@ -747,6 +750,9 @@
 /* Define to 1 if you have the <string.h> header file. */
 #undef HAVE_STRING_H
 
+/* Define to 1 if you have the `strncasecmp' function. */
+#undef HAVE_STRNCASECMP
+
 /* Define to 1 if you have the `strsignal' function. */
 #undef HAVE_STRSIGNAL
 

=== modified file 'autogen/configure'
--- a/autogen/configure 2012-06-24 10:17:34 +0000
+++ b/autogen/configure 2012-06-26 10:17:31 +0000
@@ -20948,6 +20948,7 @@
 difftime posix_memalign \
 getpwent endpwent getgrent endgrent \
 touchlock \
+strcasecmp strncasecmp \
 cfmakeraw cfsetspeed copysign __executable_start
 do :
   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`


reply via email to

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