help-gnu-utils
[Top][All Lists]
Advanced

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

Re: NEWBIE - putting literal lines in Makefile & Makefile.in


From: alex-google-groups
Subject: Re: NEWBIE - putting literal lines in Makefile & Makefile.in
Date: 1 Dec 2005 11:34:45 -0800
User-agent: G2/0.2

It isn't mucking up something := ${shell ... } - that was my
imagination - it just reordered it. It did however affect the include.
I solved this with a disgusting hack, which was essentially as follows.

In configure.in:
  FOOINCLUDE=include
  AC_SUBST(FOOINCLUDE)

then in Makefile.am:
  @FOOINCLUDE@ file/to/include

I'm sure there must be a less foul way to do this. Any ideas?

Alex



reply via email to

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