diff options
author | Florian Westphal <fw@strlen.de> | 2025-03-09 11:55:19 +0100 |
---|---|---|
committer | Florian Westphal <fw@strlen.de> | 2025-03-11 06:42:25 +0100 |
commit | 97e7fa1560126cbd04e917d3a45e8128828f64a0 (patch) | |
tree | 85a9cad57bb78cde96eea9d0537d0db8aa9afb89 | |
parent | f21b5221ff58e38e63d8011556332d22f2abdfc7 (diff) |
autoconf: don't curl build script
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>
-rwxr-xr-x | autogen.sh | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -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 |