mirror of
https://git.netfilter.org/libnftnl
synced 2026-01-26 10:34:27 +00:00
build: add an autogen.sh script
Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
This commit is contained in:
parent
551bd4e540
commit
b283d671ec
4
autogen.sh
Executable file
4
autogen.sh
Executable file
@ -0,0 +1,4 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
autoreconf -fi;
|
||||
rm -Rf autom4te*.cache;
|
||||
Loading…
x
Reference in New Issue
Block a user