nix-gh/bootstrap.sh
Wouter den Breejen b712f0f019 First commit
2007-05-15 09:26:33 +00:00

8 lines
114 B
Bash
Executable file

#! /bin/sh -e
mkdir -p config
libtoolize --force --copy
aclocal
autoheader
automake --add-missing --copy
autoconf