denemo-devel
[Top][All Lists]
Advanced

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

Re: [Denemo-devel] gub patches applied


From: Richard Shann
Subject: Re: [Denemo-devel] gub patches applied
Date: Thu, 30 Jul 2009 22:08:14 +0100

autogen.sh complains about line 61, taking out the stray # sign I get

src/Makefile.am

-DLOCALEDIR=\"$(localedir)\" \
-DSYSCONFDIR=\"$(sysconfdir)/\" \
-DPKGDATADIR=\"$(pkgdatadir)/\" \
-DDATAROOTDIR=\"$(datarootdir)/\" \
-DPKGNAME=\"denemo\" 

but this generates...

src/Makefile.in
-DLOCALEDIR=\"$(localedir)\" \
-DSYSCONFDIR=\"$(sysconfdir)/\" \
-DPKGDATADIR=\"$(pkgdatadir)/\"

which generates
src/Makefile

-DLOCALEDIR=\"$(localedir)\" \
-DSYSCONFDIR=\"$(sysconfdir)/\" \
-DPKGDATADIR=\"$(pkgdatadir)/\"

the last two are missing the PKGNAME
why I can't imagine...
I notice the first line of these quotes has 
localedir)\" \

while the others have an extra /
sconfdir)/\" \

but I don't know what language we are in here...

Richard




On Thu, 2009-07-30 at 13:41 -0500, Jeremiah Benham wrote:
> I applied the patches in gub and pushed it to git.
> 
> Jeremiah
> 
> 
> _______________________________________________
> Denemo-devel mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/denemo-devel





reply via email to

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