blob: 590859fec870231959478e1cfa3b766d512879e0 (
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.11 -I m4 &&
autoheader &&
automake-1.11 --add-missing -Wno-portability &&
aclocal-1.11 -I m4 &&
autoconf &&
autoheader
|