Rombobjörn

summaryrefslogtreecommitdiff
path: root/comfignat.gpr.gp
diff options
context:
space:
mode:
Diffstat (limited to 'comfignat.gpr.gp')
-rw-r--r--comfignat.gpr.gp11
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