summaryrefslogtreecommitdiff
path: root/autogen.sh
blob: e803d998a40a4bf5bc5b4105b2d87a1237b6b238 (plain)
1
2
3
4
5
6
7
#!/bin/sh
set -e
rm -f aclocal.m4 libtool config.cache config.status
echo "Running autoreconf -i ..."
autoreconf -i
echo "Now you can run ./configure"
echo "(use --enable-maintainer-mode if you want Makefile.in automatically regenerated)"