* libmnl: build fix
@ 2011-08-03 15:07 Jan Engelhardt
2011-08-03 15:07 ` [PATCH] build: abort autogen on subcommand failure Jan Engelhardt
2011-08-09 12:29 ` libmnl: build fix Pablo Neira Ayuso
0 siblings, 2 replies; 3+ messages in thread
From: Jan Engelhardt @ 2011-08-03 15:07 UTC (permalink / raw)
To: pablo; +Cc: netfilter-devel
The following changes since commit b9f9a7e96fa52f287ddf7f8433ad02b3a245dcf6:
doc: fix wrong comment describing mnl_nlmsg_batch_stop() (2011-03-17 23:42:55 +0100)
are available in the git repository at:
git://dev.medozas.de/libmnl master
Jan Engelhardt (1):
build: abort autogen on subcommand failure
autogen.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH] build: abort autogen on subcommand failure
2011-08-03 15:07 libmnl: build fix Jan Engelhardt
@ 2011-08-03 15:07 ` Jan Engelhardt
2011-08-09 12:29 ` libmnl: build fix Pablo Neira Ayuso
1 sibling, 0 replies; 3+ messages in thread
From: Jan Engelhardt @ 2011-08-03 15:07 UTC (permalink / raw)
To: pablo; +Cc: netfilter-devel
Needed to stop an automated build process when automake requirements
are not fulfilled.
Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
---
autogen.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/autogen.sh b/autogen.sh
index 72240f7..5e1344a 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/sh -e
autoreconf -fi
rm -Rf autom4te.cache
--
1.7.3.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: libmnl: build fix
2011-08-03 15:07 libmnl: build fix Jan Engelhardt
2011-08-03 15:07 ` [PATCH] build: abort autogen on subcommand failure Jan Engelhardt
@ 2011-08-09 12:29 ` Pablo Neira Ayuso
1 sibling, 0 replies; 3+ messages in thread
From: Pablo Neira Ayuso @ 2011-08-09 12:29 UTC (permalink / raw)
To: Jan Engelhardt; +Cc: netfilter-devel
applied, thanks jan.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-08-09 12:29 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-03 15:07 libmnl: build fix Jan Engelhardt
2011-08-03 15:07 ` [PATCH] build: abort autogen on subcommand failure Jan Engelhardt
2011-08-09 12:29 ` libmnl: build fix Pablo Neira Ayuso
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.