1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-26 04:00:59 +01:00

Script to automatically checkout and create a snix release.

This commit is contained in:
Wouter den Breejen 2008-03-04 13:30:53 +00:00
parent ab649814fc
commit b6659d4425
3 changed files with 31 additions and 0 deletions

9
prebootstrap.sh Executable file
View file

@ -0,0 +1,9 @@
#! /bin/sh -e
export ACLOCAL_PATH=/home/$(whoami)/.nix-profile/share/aclocal
export AUTOCONF=autoconf
export AUTOHEADER=autoheader
export AUTOMAKE=automake
./bootstrap.sh