From 9673b55453d0a08b0e3c68fe75e1eb4de3977f2c Mon Sep 17 00:00:00 2001 From: Richard Dawe Date: Wed, 12 Feb 2003 05:54:20 +0000 Subject: [PATCH] * libtoolize.in: Use the program found by AC_PROG_LN_S to create symlinks. --- ChangeLog | 5 +++++ libtoolize.in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index a67650244..53af09509 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-02-11 Richard Dawe + + * libtoolize.in: Use the program found by AC_PROG_LN_S + to create symlinks. + 2003-02-08 Jan Kratochvil * ltmain.in: Handle duplicate object file names when performing diff --git a/libtoolize.in b/libtoolize.in index b4aaf9436..c0df7c35f 100644 --- a/libtoolize.in +++ b/libtoolize.in @@ -43,7 +43,7 @@ ltdl_m4="$aclocaldir/ltdl.m4" dry_run=no help="Try \`$progname --help' for more information." rm="rm -f" -ln_s="ln -s" +ln_s="@LN_S@" cp="cp -f" mkdir="mkdir" -- 2.47.2