mirror of
https://github.com/NixOS/nix.git
synced 2024-10-31 22:30:52 +00:00
5 lines
68 B
Bash
Executable File
5 lines
68 B
Bash
Executable File
#! /bin/sh -e
|
|
rm -f aclocal.m4
|
|
mkdir -p config
|
|
exec autoreconf -vfi
|