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-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org