1
0
This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
TP-Link_Archer-XR500v/EN7526G_3.18Kernel_SDK/apps/public/siproxd-0.5.12/autogen.sh
2024-07-22 01:58:46 -03:00

14 lines
233 B
Bash
Executable File

#!/bin/sh
# Run this to generate all the initial makefiles, etc.
test -f configure.in || {
echo "**Error**: This directory does not look like the top-level directory"
exit 1
}
set -e
aclocal
autoheader
automake -a
autoconf