emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r113006: Auto-commit of generated files.


From: Glenn Morris
Subject: [Emacs-diffs] trunk r113006: Auto-commit of generated files.
Date: Sun, 16 Jun 2013 10:19:12 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 113006
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sun 2013-06-16 06:19:09 -0400
message:
  Auto-commit of generated files.
modified:
  autogen/configure              configure-20091113204419-o5vbwnq5f7feedwu-1624
=== modified file 'autogen/configure'
--- a/autogen/configure 2013-06-12 10:17:38 +0000
+++ b/autogen/configure 2013-06-16 10:19:09 +0000
@@ -28522,6 +28522,12 @@
   USE_X_TOOLKIT="$USE_GTK_TOOLKIT"
 fi
 
+if test $USE_ACL -ne 0; then
+  acl_summary="yes $LIB_ACL"
+else
+  acl_summary=no
+fi
+
 echo "
 Configured for \`${canonical}'.
 
@@ -28558,6 +28564,7 @@
 echo "  Does Emacs use -lgconf?                                 ${HAVE_GCONF}"
 echo "  Does Emacs use GSettings?                               
${HAVE_GSETTINGS}"
 echo "  Does Emacs use a file notification library?             
${NOTIFY_SUMMARY}"
+echo "  Does Emacs use access control lists?                    ${acl_summary}"
 echo "  Does Emacs use -lselinux?                               
${HAVE_LIBSELINUX}"
 echo "  Does Emacs use -lgnutls?                                ${HAVE_GNUTLS}"
 echo "  Does Emacs use -lxml2?                                  
${HAVE_LIBXML2}"


reply via email to

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