8ee4440ed06e5dc40a7872518d5461c8642b71ed
[platform/upstream/aspell.git] / maintainer / autogen
1 #!/bin/sh
2
3 test -d interfaces || mkdir interfaces
4 test -d interfaces/cc || mkdir interfaces/cc
5 cd auto/
6 perl mk-src.pl
7 perl mk-doc.pl
8 touch auto
9 cd ..
10
11 cd scripts/
12 test -e preunzip || ln -s prezip preunzip
13 test -e precat   || ln -s prezip precat
14 cd ..
15
16 autopoint -f || exit 1
17 libtoolize --automake || exit 1
18 aclocal -I m4 $ACLOCAL_FLAGS || exit 1
19 autoheader || exit 1
20 automake --add-missing --foreign || exit 1
21 autoconf || exit 1
22