Imported Upstream version 2.7.4
This commit is contained in:
parent
fd413a3168
commit
c9cb2187ee
290 changed files with 7473 additions and 2607 deletions
11
configure.ac
11
configure.ac
|
|
@ -3,7 +3,8 @@ dnl | Network UPS Tools: configure.ac |
|
|||
dnl +------------------------------------------------------------------+
|
||||
|
||||
dnl NUT version number is defined here, with a Git suffix in include/nut_version.h
|
||||
AC_INIT(nut, 2.7.3, [https://github.com/networkupstools/nut/issues])
|
||||
AC_INIT(nut, 2.7.4, [https://github.com/networkupstools/nut/issues])
|
||||
AC_CONFIG_AUX_DIR([.])
|
||||
AC_CONFIG_SRCDIR(server/upsd.c)
|
||||
AC_CONFIG_MACRO_DIR([m4])
|
||||
echo "Network UPS Tools version ${PACKAGE_VERSION}"
|
||||
|
|
@ -1202,6 +1203,13 @@ eval conftemp=\"${conftemp}\"
|
|||
SBINDIR=${conftemp}
|
||||
AC_DEFINE_UNQUOTED(SBINDIR, "${conftemp}", [Default path for system executables])
|
||||
|
||||
dnl same for libdir
|
||||
conftemp="${libdir}"
|
||||
eval conftemp=\"${conftemp}\"
|
||||
eval conftemp=\"${conftemp}\"
|
||||
LIBDIR=${conftemp}
|
||||
AC_DEFINE_UNQUOTED(LIBDIR, "${conftemp}", [Default path for system libraries])
|
||||
|
||||
dnl Current date
|
||||
now=`TZ=UTC date +%Y-%m-%d`
|
||||
|
||||
|
|
@ -1239,6 +1247,7 @@ AC_SUBST(PIDPATH)
|
|||
AC_SUBST(STATEPATH)
|
||||
AC_SUBST(CONFPATH)
|
||||
AC_SUBST(BINDIR)
|
||||
AC_SUBST(LIBDIR)
|
||||
AC_SUBST(DRVPATH)
|
||||
AC_SUBST(SBINDIR)
|
||||
AC_SUBST(PORT)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue