/[svn]/gigedit/trunk/autogen.sh
ViewVC logotype

Diff of /gigedit/trunk/autogen.sh

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

revision 1067 by schoenebeck, Sun Mar 4 14:49:30 2007 UTC revision 1068 by persson, Sun Mar 4 21:03:18 2007 UTC
# Line 4  if ! which glib-gettextize > /dev/null ; Line 4  if ! which glib-gettextize > /dev/null ;
4    echo "Could not find glib-gettextize, make sure libglib2.0(-dev) is installed!"    echo "Could not find glib-gettextize, make sure libglib2.0(-dev) is installed!"
5    exit -1    exit -1
6  fi  fi
 if ! which intltoolize > /dev/null ; then  
   echo "Could not find intltoolize, make sure intltool is installed!"  
   exit -1  
 fi  
7  if ! which aclocal > /dev/null ; then  if ! which aclocal > /dev/null ; then
8    echo "Could not find aclocal, make sure automake is installed!"    echo "Could not find aclocal, make sure automake is installed!"
9    exit -1    exit -1
# Line 26  if ! which automake > /dev/null ; then Line 22  if ! which automake > /dev/null ; then
22  fi  fi
23    
24  glib-gettextize --force  glib-gettextize --force
 intltoolize --force --automake  
25  aclocal  aclocal
26  autoconf  autoconf
27  autoheader  autoheader
28  automake --add-missing  automake --add-missing
   

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

  ViewVC Help
Powered by ViewVC