This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
common-tools-tcp-burst/autogen.sh
2019-07-10 17:54:02 +08:00

15 lines
306 B
Bash

#!/bin/sh
rm -f config/config.guess config/config.sub config/ltmain.sh 2>/dev/null
rm -f aclocal.m4 2>/dev/null
aclocal -I libopts/m4/
if test -x "`which libtoolize`" ; then
libtoolize --copy
else
# Necessary under OS X
glibtoolize --copy
fi
autoheader
automake --add-missing --copy
autoconf