mirror of
https://github.com/NixOS/nix.git
synced 2024-11-01 23:00:55 +00:00
8 lines
106 B
Bash
Executable File
8 lines
106 B
Bash
Executable File
#! /bin/sh -e
|
|
mkdir -p config
|
|
libtoolize --copy
|
|
aclocal
|
|
autoheader
|
|
automake --add-missing --copy
|
|
autoconf
|