[cpp-sp] 13/40: Remove remaining unnecessary delta from upstream

Scott Cantor cantor.2 at osu.edu
Thu Dec 20 19:42:34 EST 2018


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to annotated tag debian/2.2.1+dfsg-1
in repository cpp-sp.

View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=dfadb2972993059d50eae8abe98517fb3977dd31

commit dfadb2972993059d50eae8abe98517fb3977dd31
Author: Russ Allbery <rra at debian.org>
AuthorDate: Fri Aug 21 11:22:37 2009 -0700

    Remove remaining unnecessary delta from upstream
    
    Upstream applied a slightly different fix to the Doxygen macro that
    didn't require one change of quoting that our fix had.  Remove the
    unnecessary delta.
---
 doxygen.m4 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doxygen.m4 b/doxygen.m4
index 94d160e..9bda4f6 100644
--- a/doxygen.m4
+++ b/doxygen.m4
@@ -79,7 +79,7 @@ AC_DEFUN([DX_IF_FEATURE], [ifelse(DX_FEATURE_$1, ON, [$2], [$3])])
 # Require the specified program to be found for the DX_CURRENT_FEATURE to work.
 AC_DEFUN([DX_REQUIRE_PROG], [
 AC_PATH_TOOL([$1], [$2])
-if test "$[DX_FLAG_]DX_CURRENT_FEATURE$$1" = 1; then
+if test "$DX_FLAG_[]DX_CURRENT_FEATURE$$1" = 1; then
     AC_MSG_WARN([$2 not found - will not DX_CURRENT_DESCRIPTION])
     AC_SUBST([DX_FLAG_]DX_CURRENT_FEATURE, 0)
 fi

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list