mirror of
https://github.com/NixOS/nix.git
synced 2025-02-21 03:12:40 +00:00
8 lines
114 B
Bash
Executable File
8 lines
114 B
Bash
Executable File
#! /bin/sh -e
|
|
mkdir -p config
|
|
libtoolize --force --copy
|
|
aclocal
|
|
autoheader
|
|
automake --add-missing --copy
|
|
autoconf
|