include archlib name in description

This commit is contained in:
Doug MacEachern 2008-08-12 01:25:59 +00:00
parent 16786fb95f
commit 0a1a1203f0
1 changed files with 3 additions and 1 deletions

View File

@ -7,7 +7,9 @@ static sigar_version_t sigar_version = {
"@@ARCHNAME@@", "@@ARCHNAME@@",
"@@ARCHLIB@@", "@@ARCHLIB@@",
"@@BINNAME@@", "@@BINNAME@@",
"SIGAR-@@VERSION_STRING@@, SVN revision @@SCM_REVISION@@, built @@BUILD_DATE@@", "SIGAR-@@VERSION_STRING@@, "
"SVN revision @@SCM_REVISION@@, "
"built @@BUILD_DATE@@ as @@ARCHLIB@@",
@@VERSION_MAJOR@@, @@VERSION_MAJOR@@,
@@VERSION_MINOR@@, @@VERSION_MINOR@@,
@@VERSION_MAINT@@, @@VERSION_MAINT@@,