diff options
Diffstat (limited to 'comfignat.gpr.gp')
| -rw-r--r-- | comfignat.gpr.gp | 7 | 
1 files changed, 4 insertions, 3 deletions
| diff --git a/comfignat.gpr.gp b/comfignat.gpr.gp index 4c9d8eb..ac2e7d4 100644 --- a/comfignat.gpr.gp +++ b/comfignat.gpr.gp @@ -78,12 +78,13 @@ abstract project Comfignat is     -- tell them where to find or write different kinds of files at run time.     -- Most of the directory names are relative to Bindir if the software was     -- configured as a relocatable package. Otherwise they are absolute -   -- pathnames. +   -- pathnames. Bindir is relative to Libexecdir when the package is +   -- relocatable.     --     -- Programs that can be run from a command prompt are in Bindir. This is -   -- normally the same directory that the program itself is in, so this -   -- variable is probably of little use at run time. +   -- usually the same directory that the program itself is in, so this +   -- variable is probably useful only to programs in Libexecdir.     #if Bindir'Defined then        Bindir := $Bindir;     #else |