summaryrefslogtreecommitdiff
path: root/autogen.sh
blob: 90c840a108354cd8c688c1a91aaad8f8a73f6c01 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh

# "autoreconf -f" will clobber our INSTALL file with a generic one if we
# don't move it out of the way

mv -f INSTALL INSTALL.$$.tmp

autoreconf -v -f -i -W all

rm -f INSTALL
mv -f INSTALL.$$.tmp INSTALL

rm -rf autom4te.cache