nix-gh/bootstrap.sh

9 lines
123 B
Bash
Executable File

#! /bin/sh -e
rm -f aclocal.m4
mkdir -p config
libtoolize --copy
aclocal
autoheader
automake --add-missing --copy
autoconf