1999-03-20 Nuno Ferreira <nmrf@rnl.ist.utl.pt>

* configure.in: Do not rm the destination file and then link, use
	ln -sf. Link from $srcdir/slang, not from ../$srcdir/slang.

This one was forgotten in my local copy.
This commit is contained in:
Nuno Ferreira 1999-04-14 20:10:26 +00:00
parent 8eadd2d788
commit 33917b2476
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,8 @@
1999-03-20 Nuno Ferreira <nmrf@rnl.ist.utl.pt>
* configure.in: Do not rm the destination file and then link, use
ln -sf. Link from $srcdir/slang, not from ../$srcdir/slang.
Tue Apr 13 06:07:05 1999 Norbert Warmuth <nwarmuth@privat.circular.de>
* configure.in: Some AC_ARG_WITH macros havn't checked $withval, i.e.

View File

@ -853,8 +853,7 @@ AC_DEFUN(AC_WITH_SLANG,
CPPFLAGS="$CPPFLAGS -I../slang"
fastdepslang=fastdepslang
mkdir -p slang
rm -f slang/slang.h
ln -s ../$srcdir/slang/slang-mc.h slang/slang.h
ln -sf $srcdir/slang/slang-mc.h slang/slang.h
fi
if $slang_check_lib
then