All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] libibverbs: Use autoreconf in autogen.sh
@ 2013-04-22 17:41 Jeff Squyres
       [not found] ` <1366652516-9547-1-git-send-email-jsquyres-FYB4Gu1CFyUAvxtiuMwx3w@public.gmane.org>
  0 siblings, 1 reply; 7+ messages in thread
From: Jeff Squyres @ 2013-04-22 17:41 UTC (permalink / raw)
  To: linux-rdma-u79uwXL29TY76Z2rM5mHXA; +Cc: Jeff Squyres

The old sequence of Autotools commands listed in autogen.sh is no
longer correct.  Instead, just use the single "autoreconf" command,
which will invoke all the Right Autotools commands in the correct
order.

Signed-off-by: Jeff Squyres <jsquyres-FYB4Gu1CFyUAvxtiuMwx3w@public.gmane.org>
---
 autogen.sh | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/autogen.sh b/autogen.sh
index fd47839..6c9233e 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,8 +1,4 @@
 #! /bin/sh
 
 set -x
-aclocal -I config
-libtoolize --force --copy
-autoheader
-automake --foreign --add-missing --copy
-autoconf
+autoreconf -ifv -I config
-- 
1.8.1.1

--
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] 7+ messages in thread

end of thread, other threads:[~2013-05-06 15:24 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-22 17:41 [PATCH 1/2] libibverbs: Use autoreconf in autogen.sh Jeff Squyres
     [not found] ` <1366652516-9547-1-git-send-email-jsquyres-FYB4Gu1CFyUAvxtiuMwx3w@public.gmane.org>
2013-04-22 17:41   ` [PATCH 2/2] libiberbs: .gitignore updates and rename configure.in->.ac Jeff Squyres
     [not found]     ` <1366652516-9547-2-git-send-email-jsquyres-FYB4Gu1CFyUAvxtiuMwx3w@public.gmane.org>
2013-05-06 15:24       ` Jeff Squyres (jsquyres)
2013-04-25 15:38   ` [PATCH 1/2] libibverbs: Use autoreconf in autogen.sh Jeff Squyres (jsquyres)
     [not found]     ` <EF66BBEB19BADC41AC8CCF5F684F07FC44050FB1-nsZYYkk5h5QQ2GdVW7+PtKBKnGwkPULj@public.gmane.org>
2013-04-30 14:29       ` Jeff Squyres (jsquyres)
     [not found]         ` <EF66BBEB19BADC41AC8CCF5F684F07FC4B1CD802-nsZYYkk5h5QQ2GdVW7+PtKBKnGwkPULj@public.gmane.org>
2013-05-01 15:30           ` Doug Ledford
     [not found]             ` <51813501.8060106-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2013-05-02 10:38               ` Jeff Squyres (jsquyres)

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.