obtaining configure args from config.status

Jan Kratochvil jan.kratochvil@redhat.com
Tue Sep 8 16:28:00 GMT 2009


Hi Ralf,

On Mon, 31 Aug 2009 22:29:39 +0200, Ralf Wildenhues wrote:
> +	     eval $(SHELL) "\"\$$rootsrc/testsuite/configure\" $$configargs" \
> +			   "\"--srcdir=\$$rootsrc/testsuite\"" \

do I miss anything if here would be just such simple quoting?

	     eval $(SHELL) $${rootsrc}/testsuite/configure "$$configargs" \
			   --srcdir=\$${rootsrc}/testsuite \

Other parts of Makefile.in already cannot cope with spaces in $srcdir.



Thanks,
Jan



More information about the Gdb-patches mailing list