CDATA xml support (patch by David Cornejo, Netgate)

This commit is contained in:
Olof hagsand 2018-06-13 21:46:32 +02:00
commit 8b31d83806
5 changed files with 13 additions and 3 deletions

3
configure vendored
View file

@ -2157,7 +2157,8 @@ CLIXON_VERSION_MAJOR="3"
CLIXON_VERSION_MINOR="7"
CLIXON_VERSION_PATCH="0"
CLIXON_VERSION="\"${CLIXON_VERSION_MAJOR}.${CLIXON_VERSION_MINOR}.${CLIXON_VERSION_PATCH}.PRE\""
# Fix to specific version (eg 3.5) or head (3)
# Fix to specific CLIgen version (eg 3.5) or head (3)
CLIGEN_VERSION="3"
if test "$prefix" = "NONE"; then
CLIGEN_PREFIX="$ac_default_prefix"