summaryrefslogtreecommitdiffstats
path: root/autogen.sh
blob: da9a805c3e647ae58de60c833328b876968169d5 (plain)
1
2
3
4
5
6
7
8
#!/bin/bash

# Script to create all the required autoconf files

aclocal
autoheader
automake --add-missing
autoconf