You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ph...@apache.org on 2013/02/05 14:43:21 UTC

svn commit: r1442580 - /qpid/proton/trunk/design/api-reconciliation/generate-c-functions.sh

Author: philharveyonline
Date: Tue Feb  5 13:43:21 2013
New Revision: 1442580

URL: http://svn.apache.org/viewvc?rev=1442580&view=rev
Log:
PROTON-191: added comment in script

Modified:
    qpid/proton/trunk/design/api-reconciliation/generate-c-functions.sh

Modified: qpid/proton/trunk/design/api-reconciliation/generate-c-functions.sh
URL: http://svn.apache.org/viewvc/qpid/proton/trunk/design/api-reconciliation/generate-c-functions.sh?rev=1442580&r1=1442579&r2=1442580&view=diff
==============================================================================
--- qpid/proton/trunk/design/api-reconciliation/generate-c-functions.sh (original)
+++ qpid/proton/trunk/design/api-reconciliation/generate-c-functions.sh Tue Feb  5 13:43:21 2013
@@ -20,6 +20,10 @@
 
 # Script to generate a list of proton-c functions for use as input to the api-reconciliation tool.
 
+# If you have problems running ctags, note that there are two ctags executables on some Linux
+# distributions. The one required here is from the exuberant-ctags package
+# (http://ctags.sourceforge.net), *not* GNU emacs ctags.
+
 BASE_DIR=`dirname $0`
 INCLUDE_DIR=$BASE_DIR/../../proton-c/include/proton
 OUTPUT_DIR=$BASE_DIR/target



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org