]> pilppa.org Git - libcharencoding.git/blob - autobuild.sh
97c69a9e3326999b844d0aea71f4fb69b83e2592
[libcharencoding.git] / autobuild.sh
1 #!/bin/sh
2
3 if ! [ -e Makefile ] ;
4 then
5         echo "generating build system files for target platform"
6         libtoolize --automake --force --copy
7         aclocal
8         autoheader
9         touch stamp-h
10         autoconf
11         automake -a -c
12         ./configure --prefix=/usr/local
13 else
14         echo "no need to generate makefiles"
15 fi
16 make