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