Skip to content

Commit

Permalink
Revert "sphinx: support Sphinx in build system"
Browse files Browse the repository at this point in the history
This reverts commit 41a45cb.
  • Loading branch information
marxin committed Nov 14, 2022
1 parent ef0879e commit 4e3dcf2
Show file tree
Hide file tree
Showing 15 changed files with 897 additions and 396 deletions.
2 changes: 1 addition & 1 deletion config/acx.m4
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,7 @@ AC_DEFUN([ACX_BUGURL],[
REPORT_BUGS_TEXI=
;;
*)
REPORT_BUGS_TO="$BUGURL"
REPORT_BUGS_TO="<$BUGURL>"
REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
;;
esac;
Expand Down
1 change: 1 addition & 0 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -10676,6 +10676,7 @@ case " $configdirs " in
;;
esac


# Host tools.
ncn_tool_prefix=
test -n "$host_alias" && ncn_tool_prefix=$host_alias-
Expand Down
1 change: 1 addition & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -3526,6 +3526,7 @@ case " $configdirs " in
;;
esac


# Host tools.
NCN_STRICT_CHECK_TOOLS(AR, ar)
NCN_STRICT_CHECK_TOOLS(AS, as)
Expand Down
Loading

0 comments on commit 4e3dcf2

Please sign in to comment.