Skip to content

Commit

Permalink
Fix autoreconf on Debian
Browse files Browse the repository at this point in the history
For some reason, Automake doesn't search the current directory correctly when
searching for helper scripts, when 'nut' is running as a git-submodule, as it is
the case with the website repository
  • Loading branch information
aquette committed Mar 9, 2016
1 parent 541890f commit 0b4bfdd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ dnl +------------------------------------------------------------------+

dnl NUT version number is defined here, with a Git suffix in include/nut_version.h
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}"
Expand Down

0 comments on commit 0b4bfdd

Please sign in to comment.