diff options
| author | Björn Persson <Bjorn@Rombobjörn.se> | 2015-08-19 23:41:51 +0200 | 
|---|---|---|
| committer | Björn Persson <Bjorn@Rombobjörn.se> | 2015-08-19 23:41:51 +0200 | 
| commit | d460f7df9ef66028b3d2eb1c344d6f8aa42f0cfa (patch) | |
| tree | e73d5680c5dc25c9c5ae99870a9452f8038bb3c2 /comfignat.gpr.gp | |
| parent | 1b448d59742b9be6561468ca2e6262e77593e646 (diff) | |
Updated Comfignat to version 1.4.
Diffstat (limited to 'comfignat.gpr.gp')
| -rw-r--r-- | comfignat.gpr.gp | 11 | 
1 files changed, 6 insertions, 5 deletions
| diff --git a/comfignat.gpr.gp b/comfignat.gpr.gp index b27e460..b9ea446 100644 --- a/comfignat.gpr.gp +++ b/comfignat.gpr.gp @@ -1,5 +1,5 @@  -- Comfignat configuration variables for GNAT project files --- Copyright 2013 B. Persson, Bjorn@Rombobeorn.se +-- Copyright 2013 - 2015 B. Persson, Bjorn@Rombobeorn.se  --  -- This material is provided as is, with absolutely no warranty expressed  -- or implied. Any use is at your own risk. @@ -11,7 +11,7 @@  -- modified is included with the above copyright notice. --- This file is part of Comfignat 1.2 – common, convenient, command-line- +-- This file is part of Comfignat 1.4 – common, convenient, command-line-  -- controlled compile-time configuration of software built with the GNAT tools.  -- For information about Comfignat, see http://www.Rombobeorn.se/Comfignat/. @@ -84,7 +84,7 @@ abstract project Comfignat is     -- Programs that can be run from a command prompt are in Bindir. This is     -- usually the same directory that the program itself is in, so this -   -- variable is probably useful only to programs in Libexecdir. +   -- variable is probably useful only to programs under Libexecdir.     #if Bindir'Defined then        Bindir := $Bindir;     #else @@ -272,8 +272,9 @@ abstract project Comfignat is        Stage_Bindir := Stagedir & Bindir;     #end if; -   -- Programs that are only to be run by other programs, not by users, shall -   -- be installed under Stage_Libexecdir. +   -- Programs that are only intended to be run by other programs, not by +   -- users, shall be installed under an application-specific subdirectory of +   -- Stage_Libexecdir.     #if Stage_Libexecdir'Defined then        Stage_Libexecdir := $Stage_Libexecdir;     #else |