From 1413338157e3cca1529b9bef2cf023a5c0d0944b Mon Sep 17 00:00:00 2001 From: Lucas De Marchi Date: Fri, 23 Dec 2011 02:13:30 -0200 Subject: [PATCH] Do not change argv[0] to lt-progname Signed-off-by: Lucas De Marchi --- build-aux/ltmain.m4sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/build-aux/ltmain.m4sh b/build-aux/ltmain.m4sh index 922e957..f11125b 100644 --- a/build-aux/ltmain.m4sh +++ b/build-aux/ltmain.m4sh @@ -3281,7 +3281,7 @@ func_exec_program () if test yes = "$fast_install"; then $ECHO "\ - program=lt-'$outputname'$exeext + program='$outputname'$exeext progdir=\"\$thisdir/$objdir\" if test ! -f \"\$progdir/\$program\" || -- 1.7.8