Skip to content
Snippets Groups Projects
Commit 5dafa4a2 authored by Yang Tse's avatar Yang Tse
Browse files

For testing purposes on SunOS systems; directly feed acinclude.m4 with

reentrant.m4 and remove reentrant.m4 before calling aclocal.
parent e93bcbee
No related branches found
No related tags found
No related merge requests found
......@@ -312,6 +312,18 @@ if test "x$tmp_host_type" = "xSunOS"; then
IFS=$old_IFS
echo "buildconf: SED: $SED"
echo "buildconf: Feeding acinclude.m4 with reentrant.m4"
sed 's/m4_include.*m4.*reentrant.m4.*//' acinclude.m4 > acinclude.2
mv acinclude.2 acinclude.m4
cat m4/reentrant.m4 >> acinclude.m4
rm -f m4/reentrant.m4
sed 's/m4_include.*m4.*reentrant.m4.*//' ares/acinclude.m4 > ares/acinclude.2
mv ares/acinclude.2 ares/acinclude.m4
cat ares/m4/reentrant.m4 >> ares/acinclude.m4
rm -f ares/m4/reentrant.m4
fi
echo "buildconf: running libtoolize"
......
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