varnish / varnish-nagios

Nagios plugin for Varnish
Other
21 stars 9 forks source link

README with build instructions and dependencies #5

Closed davidak closed 8 years ago

davidak commented 9 years ago

Please add a README with build instructions and dependencies.

i tried to build it:

root@46d911f9a569:~/src/varnish-nagios# ./autogen.sh
+ aclocal
+ libtoolize --copy --force
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./ltmain.sh'
libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and
libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
+ autoheader
+ automake --add-missing --copy --foreign
configure.ac:10: installing `./config.guess'
configure.ac:10: installing `./config.sub'
configure.ac:13: installing `./install-sh'
configure.ac:13: installing `./missing'
Makefile.am: installing `./depcomp'
+ autoconf
configure.ac:25: error: possibly undefined macro: AC_DEFINE
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
configure.ac:28: error: possibly undefined macro: AC_MSG_ERROR

i found out that pkg-config is also needed.

denisbr commented 8 years ago

Hi, Thanks for the request, I added a minimal README to the project.