/[zanavi_public1]/navit/autogen.sh
ZANavi

Contents of /navit/autogen.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (hide annotations) (download) (as text)
Fri Oct 28 21:19:04 2011 UTC (12 years, 5 months ago) by zoff99
File MIME type: application/x-sh
File size: 309 byte(s)
import files
1 zoff99 2 #!/bin/sh
2     if [ `uname` = Darwin ]; then
3     LIBTOOL=glibtool
4     else
5     LIBTOOL=libtool
6     fi
7    
8     for pkg in pkg-config $LIBTOOL automake aclocal autoreconf:autoconf autopoint:gettext
9     do
10     if ! ${pkg%%:*} --version >/dev/null
11     then
12     echo "You need to install ${pkg##*:}"
13     exit 1
14     fi
15     done
16    
17     autoreconf --install -I m4 "$@"

Properties

Name Value
svn:executable *

   
Visit the ZANavi Wiki