go with 16x16 for the base size
[gnome-osd-icons.git] / build / autogen.sh
blob042d38ee692ebaeb821f7e0ee592fa7b4405ffb1
1 #!/bin/sh
2 # Run this to generate all the initial makefiles, etc.
4 srcdir=`dirname $0`
5 test -z "$srcdir" && srcdir=.
7 PKG_NAME="moblin"
8 REQUIRED_AUTOMAKE_VERSION=1.9
10 gettext=`which gettext`
11 gettext_prefix=`dirname $gettext | xargs dirname`
13 if [ -x $gettext_prefix/share/gettext/mkinstalldirs ]; then
14 cp $gettext_prefix/share/gettext/mkinstalldirs $srcdir
17 which gnome-autogen.sh || {
18 echo "You need to install gnome-common from the GNOME CVS"
19 exit 1
21 USE_GNOME2_MACROS=1 . gnome-autogen.sh