All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH libnetfilter_log] autoconf: don't curl build script
@ 2025-03-09 10:55 Florian Westphal
  2025-03-10  1:49 ` Duncan Roe
  2025-03-10 20:19 ` Pablo Neira Ayuso
  0 siblings, 2 replies; 5+ messages in thread
From: Florian Westphal @ 2025-03-09 10:55 UTC (permalink / raw)
  To: netfilter-devel; +Cc: Florian Westphal

This is a bad idea; cloning repo followed by "./autogen.sh" brings
repository into a changed state.

Partial revert of 74576db959cb
("build: doc: `make` generates requested documentation")

Signed-off-by: Florian Westphal <fw@strlen.de>
---
 autogen.sh | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/autogen.sh b/autogen.sh
index 93e2a23135d4..5e1344a85402 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,12 +1,4 @@
 #!/bin/sh -e
 
-BUILD_MAN=doxygen/build_man.sh
-
-# Allow to override build_man.sh url for local testing
-# E.g. export NFQ_URL=file:///usr/src/libnetfilter_queue
-curl ${NFQ_URL:-https://git.netfilter.org/libnetfilter_queue/plain}/$BUILD_MAN\
-  -o$BUILD_MAN
-chmod a+x $BUILD_MAN
-
 autoreconf -fi
 rm -Rf autom4te.cache
-- 
2.48.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2025-03-10 20:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-09 10:55 [PATCH libnetfilter_log] autoconf: don't curl build script Florian Westphal
2025-03-10  1:49 ` Duncan Roe
2025-03-10  8:34   ` Florian Westphal
2025-03-10 10:13     ` Duncan Roe
2025-03-10 20:19 ` 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.