/[svn]/gigedit/branches/release0_2_0/autogen.sh
ViewVC logotype

Diff of /gigedit/branches/release0_2_0/autogen.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1068 by persson, Sun Mar 4 21:03:18 2007 UTC revision 1072 by persson, Mon Mar 5 20:01:15 2007 UTC
# Line 1  Line 1 
1  #!/bin/sh  #!/bin/sh
2    
3  if ! which glib-gettextize > /dev/null ; then  if ! which intltoolize > /dev/null ; then
4    echo "Could not find glib-gettextize, make sure libglib2.0(-dev) is installed!"    echo "Could not find intltoolize, make sure intltool is installed!"
5    exit -1    exit -1
6  fi  fi
7  if ! which aclocal > /dev/null ; then  if ! which aclocal > /dev/null ; then
# Line 21  if ! which automake > /dev/null ; then Line 21  if ! which automake > /dev/null ; then
21    exit -1    exit -1
22  fi  fi
23    
24  glib-gettextize --force  intltoolize --force --automake
25  aclocal  aclocal
26  autoconf  autoconf
27  autoheader  autoheader

Legend:
Removed from v.1068  
changed lines
  Added in v.1072

  ViewVC Help
Powered by ViewVC