Skip to content
Snippets Groups Projects
Commit 89cf838f authored by chrfranke's avatar chrfranke
Browse files

configure.ac: Add "pre-" also on man pages.

git-svn-id: https://svn.code.sf.net/p/smartmontools/code/trunk@5347 4ea69e1a-61f1-4043-bf83-b5c94c648137
parent daf9b18a
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,8 @@ $Id$
2022-03-04 Christian Franke <franke@computer.org>
configure.ac: Add "pre-" also on man pages.
smartd.8.in: Attribute logs use local time since smartmontools 7.1.
smartctl.8.in, smartd.conf.5.in, update-smart-drivedb.8.in:
......
......@@ -16,6 +16,10 @@ smartmontools_release_time= # "16:33:40 UTC"
if test -n "$smartmontools_release_date"; then
AC_DEFINE_UNQUOTED(SMARTMONTOOLS_RELEASE_DATE, "$smartmontools_release_date", [smartmontools Release Date])
AC_DEFINE_UNQUOTED(SMARTMONTOOLS_RELEASE_TIME, "$smartmontools_release_time", [smartmontools Release Time])
AC_SUBST(releaseversion, ['${PACKAGE}-${VERSION}'])
else
# Add "pre-" also on man pages.
AC_SUBST(releaseversion, ['${PACKAGE}-pre-${VERSION}'])
fi
smartmontools_cvs_tag=`echo '$Id$'`
......@@ -613,10 +617,6 @@ else
fi
AM_CONDITIONAL(NEED_REGEX, [test "$need_regex" = "yes"])
AC_SUBST(releaseversion,['${PACKAGE}-${VERSION}'])
AC_SUBST(smartmontools_release_date)
AC_SUBST(smartmontools_release_time)
# Set platform-specific modules and symbols
os_libs=
os_dltools='curl wget lynx svn'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment