1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 10:50:24 -04:00
nix/bootstrap.sh
2011-09-06 12:00:11 +00:00

9 lines
135 B
Bash
Executable file

#! /bin/sh -e
rm -f aclocal.m4
mkdir -p config
libtoolize --copy -f
aclocal
autoheader -f
automake --add-missing --copy -f
autoconf -f