aboutsummaryrefslogtreecommitdiffstats
path: root/autogen.sh
blob: 44e95e75bedf9ac418c72c3f846738643c90ffbc (plain)
1
2
3
4
5
6
7
8
9
# Set up for compilation

cp Makefile.am.in Makefile.am
mkdir -p intl
echo n | gettextize --force --intl --no-changelog
test -e po/Makevars || cp po/Makevars.template po/Makevars
rm -f *~
-test -f po/ChangeLog~ && mv -f po/ChangeLog~ po/ChangeLog
autoreconf -i