diff options
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | build_system_log.gpr | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -9,7 +9,7 @@ Documentation specification. In addition to those you may want to read the manual page for syslog, which you should get with the command man 3 syslog on any Unix-like system. - + See the file INSTALL for build and installation instructions. License diff --git a/build_system_log.gpr b/build_system_log.gpr index 5059e65..aa11b91 100644 --- a/build_system_log.gpr +++ b/build_system_log.gpr @@ -10,9 +10,9 @@ with "comfignat.gpr"; library project Build_System_Log is - -- An attempt to use a two-part version number at the end of the soname + -- An attempt to use a two-part version number at the end of the soname -- caused Gnatmake and GPRbuild to include only the major version number, - -- so for compatibility the soname is libadasyslog.so.1 until an ABI change + -- so for compatibility the soname is libadasyslog.so.1 until an ABI change -- is made, if that ever happens. for Library_Name use "adasyslog"; |