1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-26 20:20:58 +01:00
nix/bootstrap.sh
Wouter den Breejen b712f0f019 First commit
2007-05-15 09:26:33 +00:00

7 lines
114 B
Bash
Executable file

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