Re: libtool wrapper script changes basename(argv[0])

2009-05-14 Thread Ralf Wildenhues
Hello Brandon, * Brandon Philips wrote on Wed, May 13, 2009 at 05:35:36PM CEST: > acl[1] uses the libtool wrapper script for getfacl/setfacl to link > them against an in-tree version of libacl. These tools use progname = > basename(argv[0]); to figure out their names for help output, etc. but > th

Re: libtool wrapper script changes basename(argv[0])

2009-05-13 Thread Charles Wilson
Brandon Philips wrote: > Is there a way to make the libtool wrapper create an executable with > the same "progname" as the final executable? Not that I know of. However, the Smart People[tm] over at the gnulib project seem to simply work around it. In the their progname module: http://git.sava