Skip to content
Snippets Groups Projects
Commit 281e3ed0 authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

bootstrap: Simplify & make more robust.

parent e6cb3d0a
No related branches found
No related tags found
No related merge requests found
#! /bin/sh -e
rm -f aclocal.m4
mkdir -p config
libtoolize --copy -f
aclocal
autoheader -f
automake --add-missing --copy -f
autoconf -f
exec autoreconf -vfi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment