bug-autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[solved] Re: Autoconf from git doesn't compile


From: alexander . kahl
Subject: [solved] Re: Autoconf from git doesn't compile
Date: Fri, 09 Nov 2007 21:37:40 +0100

> That "'" is certainly a bug.  I installed this patch, not that it will
> fix your problem.
> 
> 2007-11-09  Paul Eggert  <address@hidden>
> 
>       * GNUmakefile (PATH): Remove stray apostrophes; they become
>       part of PATH, which isn't wanted here.
> 
> diff --git a/GNUmakefile b/GNUmakefile
> index 79ad492..652d015 100644
> --- a/GNUmakefile
> +++ b/GNUmakefile
> @@ -39,7 +39,7 @@ ifeq ($(have-Makefile),yes)
>  export TAR_OPTIONS = --owner=0 --group=0 --numeric-owner
> 
>  # Build with our own versions of these tools, when possible.
> -export PATH = '$(shell echo "`pwd`/tests:$$PATH")'
> +export PATH = $(shell echo "`pwd`/tests:$$PATH")
> 
>  include Makefile
> 
> 

After trying your patch it work :)
Thanks again


Best regards,
Alex
_______________________________________________________________________
Jetzt neu! Schützen Sie Ihren PC mit McAfee und WEB.DE. 3 Monate
kostenlos testen. http://www.pc-sicherheit.web.de/startseite/?mc=022220





reply via email to

[Prev in Thread] Current Thread [Next in Thread]