nix-gh/bootstrap.sh

8 lines
106 B
Bash
Raw Normal View History

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