diff --git a/lib/ChangeLog b/lib/ChangeLog index 99a1b1ed23..918ba96852 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,12 @@ +2005-06-14 Jean-Marc Lasgouttes + + * configure.m4: remove texput.log after testing for spaces. + +2005-06-14 Enrico Forestieri + + * configure.m4: avoid using symbolic links since they confuse + miktex. + 2005-06-09 Michael Schmitt * layouts/*: put all LabelStrings in quotes diff --git a/lib/configure.m4 b/lib/configure.m4 index 86a71b6e10..5168a4da12 100644 --- a/lib/configure.m4 +++ b/lib/configure.m4 @@ -471,8 +471,8 @@ else MSG_RESULT(auto) rm -f wrap_chkconfig.ltx chkconfig.vars chkconfig.classes chklayouts.tex if test ! -r "chkconfig.ltx" ; then - ln -s "${srcdir}"/chkconfig.ltx . - rmlink=true + cp "${srcdir}"/chkconfig.ltx . + rmcopy=true fi cat >wrap_chkconfig.ltx <