automake
[Top][All Lists]
Advanced

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

Re: development work flow


From: Russ Allbery
Subject: Re: development work flow
Date: Sun, 10 Jan 2010 14:48:07 -0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux)

Bob Friesenhahn <address@hidden> writes:

> In traditional Unix, programs get installed under a specified prefix
> (e.g. /usr/local) and if the program needs additional data files
> (e.g. under /usr/local/share/appname), then the full path to the directory
> containing these files is cached in a config.h file.

Because of the requirements for expansion of shell variables, usually it's
best to not put paths into config.h.  Instead, passing them on the
compiler command line is usually easier.

See info autoconf FAQ 'Defining Directories'

-- 
Russ Allbery (address@hidden)             <http://www.eyrie.org/~eagle/>




reply via email to

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