1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 06:31:14 +02:00

* Add some -f flags, never hurts.

This commit is contained in:
Eelco Dolstra 2011-09-06 12:00:11 +00:00
parent 93227ff65c
commit 82710f96f7

View file

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