This repository has been archived on 2025-02-12. You can view files and clone it, but cannot push or open issues or pull requests.
libanetd/bootstrap.sh

8 lines
116 B
Bash
Executable file

#! /bin/sh
set -x
aclocal -I autotools
libtoolize --force --copy
autoheader
automake --add-missing --copy
autoconf