Skip to content
Snippets Groups Projects
Commit 44e1aa42 authored by James David Berry's avatar James David Berry
Browse files

Touch up Solaris build; a previous change to configure was lost since it...

Touch up Solaris build; a previous change to configure was lost since it hadn't been incorporated into configure.in


git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@172740 13f79535-47bb-0310-9956-ffa450edef68
parent 985b324f
No related branches found
No related tags found
No related merge requests found
...@@ -1337,6 +1337,9 @@ cxxflags=${CXXFLAGS} ...@@ -1337,6 +1337,9 @@ cxxflags=${CXXFLAGS}
cflags=${CFLAGS} cflags=${CFLAGS}
ldflags=${LDFLAGS}
trap '' 1 2 15 trap '' 1 2 15
cat > confcache <<\EOF cat > confcache <<\EOF
# This file is a shell script that caches the results of configure # This file is a shell script that caches the results of configure
...@@ -1513,6 +1516,7 @@ s%@platform@%$platform%g ...@@ -1513,6 +1516,7 @@ s%@platform@%$platform%g
s%@compiler@%$compiler%g s%@compiler@%$compiler%g
s%@cxxflags@%$cxxflags%g s%@cxxflags@%$cxxflags%g
s%@cflags@%$cflags%g s%@cflags@%$cflags%g
s%@ldflags@%$ldflags%g
CEOF CEOF
EOF EOF
......
...@@ -65,6 +65,9 @@ AC_SUBST(cxxflags) ...@@ -65,6 +65,9 @@ AC_SUBST(cxxflags)
cflags=${CFLAGS} cflags=${CFLAGS}
AC_SUBST(cflags) AC_SUBST(cflags)
ldflags=${LDFLAGS}
AC_SUBST(ldflags)
dnl output the Makefiles dnl output the Makefiles
AC_OUTPUT([Makefile \ AC_OUTPUT([Makefile \
SAXCount/Makefile \ SAXCount/Makefile \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment