diff options
Diffstat (limited to 'Build/source/texk/dvisvgm/TLpatches/TL-Changes')
-rw-r--r-- | Build/source/texk/dvisvgm/TLpatches/TL-Changes | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Build/source/texk/dvisvgm/TLpatches/TL-Changes b/Build/source/texk/dvisvgm/TLpatches/TL-Changes index 4de459624a7..da5ab203a23 100644 --- a/Build/source/texk/dvisvgm/TLpatches/TL-Changes +++ b/Build/source/texk/dvisvgm/TLpatches/TL-Changes @@ -14,7 +14,8 @@ cd dvisvgm-src # remove common and generated files: rm ar-lib compile config.guess config.sub depcomp install-sh rm ltmain.sh missing test-driver -rm aclocal.m4 configure # reduce chance of confusion? +rm -rf m4 autom4te.cache +rm -f aclocal.m4 configure # reduce chance of confusion? # # files to add: svn status | sed -n 's/^\?//p' @@ -30,8 +31,7 @@ cd .. Update our ./configure.ac from upstream dvisvgm-src/configure.ac. (See patch-04-configure-* for reference, but they won't apply as-is.) -# patch to integrate into TL build. Will probably need adjusting; -# any top_srcdir in dvisvgm-src/src/Makefile.am needs to become dvisvgm_srcdir. +# patch to integrate into TL build; will probably need adjusting also. patch -d dvisvgm-src -p1 <TLpatches/patch-08-makefiles # remake autostuff (then make, etc.). |