* [PATCH for infiniband-diags] Fix errors triggered by autoregen.sh
@ 2013-08-18 8:51 Bart Van Assche
[not found] ` <52108B26.5070407-HInyCGIudOg@public.gmane.org>
0 siblings, 1 reply; 2+ messages in thread
From: Bart Van Assche @ 2013-08-18 8:51 UTC (permalink / raw)
To: Ira Weiny, linux-rdma
Avoid that running autoregen.sh with recent versions of autoconf and
automake triggers the following errors:
libibnetdisc/Makefile.am:35: compiling `testleaks.c' with per-target flags requires `AM_PROG_CC_C_O' in `configure.in'
Makefile.am: installing `./INSTALL'
Makefile.am: required file `./NEWS' not found
Signed-off-by: Bart Van Assche <bvanassche-HInyCGIudOg@public.gmane.org>
---
configure.ac | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 02e4592..4c37259 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,7 +5,7 @@ AC_INIT(infiniband-diags, 1.6.2, linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org)
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_MACRO_DIR(config)
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE
+AM_INIT_AUTOMAKE([foreign])
AC_SUBST(RELEASE, ${RELEASE:-unknown})
AC_SUBST(TARBALL, ${TARBALL:-${PACKAGE}-${VERSION}.tar.gz})
@@ -22,6 +22,7 @@ AM_CONDITIONAL(DEBUG, test x$debug = xtrue)
dnl Checks for programs
AC_PROG_CC
+AM_PROG_CC_C_O
AC_PROG_LIBTOOL
AC_CHECK_PROG(have_dash, [dash], true, false)
--
1.7.10.4
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply related [flat|nested] 2+ messages in thread[parent not found: <52108B26.5070407-HInyCGIudOg@public.gmane.org>]
* Re: [PATCH for infiniband-diags] Fix errors triggered by autoregen.sh [not found] ` <52108B26.5070407-HInyCGIudOg@public.gmane.org> @ 2013-08-19 6:25 ` Ira Weiny 0 siblings, 0 replies; 2+ messages in thread From: Ira Weiny @ 2013-08-19 6:25 UTC (permalink / raw) To: Bart Van Assche; +Cc: linux-rdma On Sun, 18 Aug 2013 10:51:50 +0200 Bart Van Assche <bvanassche-HInyCGIudOg@public.gmane.org> wrote: > Avoid that running autoregen.sh with recent versions of autoconf and > automake triggers the following errors: > > libibnetdisc/Makefile.am:35: compiling `testleaks.c' with per-target flags requires `AM_PROG_CC_C_O' in `configure.in' > Makefile.am: installing `./INSTALL' > Makefile.am: required file `./NEWS' not found > > Signed-off-by: Bart Van Assche <bvanassche-HInyCGIudOg@public.gmane.org> Thanks applied, Ira > --- > configure.ac | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/configure.ac b/configure.ac > index 02e4592..4c37259 100644 > --- a/configure.ac > +++ b/configure.ac > @@ -5,7 +5,7 @@ AC_INIT(infiniband-diags, 1.6.2, linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org) > AC_CONFIG_AUX_DIR(config) > AC_CONFIG_MACRO_DIR(config) > AM_CONFIG_HEADER(config.h) > -AM_INIT_AUTOMAKE > +AM_INIT_AUTOMAKE([foreign]) > > AC_SUBST(RELEASE, ${RELEASE:-unknown}) > AC_SUBST(TARBALL, ${TARBALL:-${PACKAGE}-${VERSION}.tar.gz}) > @@ -22,6 +22,7 @@ AM_CONDITIONAL(DEBUG, test x$debug = xtrue) > > dnl Checks for programs > AC_PROG_CC > +AM_PROG_CC_C_O > AC_PROG_LIBTOOL > > AC_CHECK_PROG(have_dash, [dash], true, false) > -- > 1.7.10.4 > > -- > To unsubscribe from this list: send the line "unsubscribe linux-rdma" in > the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org > More majordomo info at http://vger.kernel.org/majordomo-info.html -- Ira Weiny <ira.weiny-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-08-19 6:25 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-18 8:51 [PATCH for infiniband-diags] Fix errors triggered by autoregen.sh Bart Van Assche
[not found] ` <52108B26.5070407-HInyCGIudOg@public.gmane.org>
2013-08-19 6:25 ` Ira Weiny
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox