nix-super/bootstrap.sh

8 lines
106 B
Bash
Raw Normal View History

#! /bin/sh -e
2005-07-22 17:52:45 +03:00
mkdir -p config
libtoolize --copy
aclocal
autoheader
automake --add-missing --copy
autoconf