summaryrefslogtreecommitdiff
path: root/autogen.sh
blob: 98b91da932e92634e02289e42428ad26c445b4e2 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
set -e

# This script creates (or regenerates) configure (as well as aclocal.m4,
# config.h.in, Makefile.in, etc.) missing in the source repository.

autoreconf -i

echo
echo "Ready to run './configure'."