Files
iftop/bootstrap
chris 83c173350b ""
2002-11-04 12:29:06 +00:00

14 lines
198 B
Bash
Executable File

#!/bin/sh
#
# bootstrap:
# Build the configure script from the .in files.
#
# $Id$
#
set -x
aclocal -I config
# libtoolize --force --copy
autoheader
automake --foreign --add-missing --copy
autoconf