iprutils/bootstrap.sh
Gabriel Krisman Bertazi dd589511af iprutils: Add support for Autotools build system.
This commit adds support to build iprutils using GNU Autools.  It
replaces the old Makefile and version.mk file with Automake.  Now, the
version information is available at the configure.ac file.

Signed-off-by: Gabriel Krisman Bertazi <krisman@linux.vnet.ibm.com>
Signed-off-by: Brian King <brking@linux.vnet.ibm.com>
2015-03-05 11:50:02 -06:00

11 lines
127 B
Bash
Executable file

#!/bin/sh
set -x
AUX_DIR=build-aux
test -d $AUX_DIR || mkdir -p $AUX_DIR
libtoolize
aclocal
autoconf
automake --add-missing