mirror of
https://git.netfilter.org/libmnl
synced 2026-01-26 10:34:28 +00:00
Needed to stop an automated build process when automake requirements are not fulfilled. Signed-off-by: Jan Engelhardt <jengelh@medozas.de> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
5 lines
51 B
Bash
Executable File
5 lines
51 B
Bash
Executable File
#!/bin/sh -e
|
|
|
|
autoreconf -fi
|
|
rm -Rf autom4te.cache
|