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

echo "This is a dummy autogenerated file to make automake happy; please ignore it." > ChangeLog &&
touch po/POTFILES.in &&
aclocal-1.9 -I m4 &&
autoheader &&
automake-1.9 --add-missing &&
aclocal-1.9 -I m4 &&
autoconf &&
autoheader