From: Richard Dawe Date: Wed, 12 Feb 2003 05:54:20 +0000 (+0000) Subject: * libtoolize.in: Use the program found by AC_PROG_LN_S X-Git-Tag: release-1-5~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9673b55453d0a08b0e3c68fe75e1eb4de3977f2c;p=thirdparty%2Flibtool.git * libtoolize.in: Use the program found by AC_PROG_LN_S to create symlinks. --- 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"