ACK -Steffan
> -----Original Message----- > From: dav...@redhat.com [mailto:dav...@redhat.com] > Sent: woensdag 15 januari 2014 17:36 > To: openvpn-devel@lists.sourceforge.net > Subject: [Openvpn-devel] [PATCH] Adjusted autotools files to build more > cleanly on newer autoconf/automake versions > > From: David Sommerseth <dav...@redhat.com> > > Signed-off-by: David Sommerseth <dav...@redhat.com> > --- > configure.ac | 8 ++++---- > src/openvpn/Makefile.am | 2 +- > 2 files changed, 5 insertions(+), 5 deletions(-) > > diff --git a/configure.ac b/configure.ac index 636d4e2..ec8b96b 100644 > --- a/configure.ac > +++ b/configure.ac > @@ -680,7 +680,7 @@ fi > > case "${with_mem_check}" in > valgrind) > - AC_CHECK_HEADER( > + AC_CHECK_HEADERS( > [valgrind/memcheck.h], > [ > CFLAGS="${CFLAGS} -g -fno-inline" > @@ -694,7 +694,7 @@ case "${with_mem_check}" in > ) > ;; > dmalloc) > - AC_CHECK_HEADER( > + AC_CHECK_HEADERS( > [dmalloc.h], > [AC_CHECK_LIB( > [dmalloc], > @@ -923,7 +923,7 @@ if test "$enable_snappy" = "yes" && test > "$enable_comp_stub" = "no"; then > > saved_CFLAGS="${CFLAGS}" > CFLAGS="${CFLAGS} ${SNAPPY_CFLAGS}" > - AC_CHECK_HEADER(snappy-c.h, > + AC_CHECK_HEADERS(snappy-c.h, > , > [ > AC_MSG_RESULT([Snappy headers not found.]) @@ -962,7 +962,7 @@ > if test "$enable_lz4" = "yes" && test "$enable_comp_stub" = "no"; then > > saved_CFLAGS="${CFLAGS}" > CFLAGS="${CFLAGS} ${LZ4_CFLAGS}" > - AC_CHECK_HEADER(lz4.h, > + AC_CHECK_HEADERS(lz4.h, > , > [ > AC_MSG_RESULT([LZ4 headers not found.]) diff --git > a/src/openvpn/Makefile.am b/src/openvpn/Makefile.am index > 0b79e10..fd593c5 100644 > --- a/src/openvpn/Makefile.am > +++ b/src/openvpn/Makefile.am > @@ -18,7 +18,7 @@ EXTRA_DIST = \ > openvpn.vcxproj \ > openvpn.vcxproj.filters > > -INCLUDES = \ > +AM_CPPFLAGS = \ > -I$(top_srcdir)/include \ > -I$(top_srcdir)/src/compat > > -- > 1.8.5.2 > > > ----------------------------------------------------------------------- > ------- > CenturyLink Cloud: The Leader in Enterprise Cloud Services. > Learn Why More Businesses Are Choosing CenturyLink Cloud For > Critical Workloads, Development Environments & Everything In Between. > Get a Quote or Start a Free Trial Today. > http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.c > lktrk > _______________________________________________ > Openvpn-devel mailing list > Openvpn-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/openvpn-devel