/[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 1066 by schoenebeck, Sun Mar 4 14:49:30 2007 UTC revision 1072 by persson, Mon Mar 5 20:01:15 2007 UTC
# Line 1  Line 1 
1  #!/bin/sh  #!/bin/sh
2    
 if ! which glib-gettextize > /dev/null ; then  
   echo "Could not find glib-gettextize, make sure libglib2.0(-dev) is installed!"  
   exit -1  
 fi  
3  if ! which intltoolize > /dev/null ; then  if ! which intltoolize > /dev/null ; then
4    echo "Could not find intltoolize, make sure intltool is installed!"    echo "Could not find intltoolize, make sure intltool is installed!"
5    exit -1    exit -1
# Line 25  if ! which automake > /dev/null ; then Line 21  if ! which automake > /dev/null ; then
21    exit -1    exit -1
22  fi  fi
23    
 glib-gettextize --force  
24  intltoolize --force --automake  intltoolize --force --automake
25  aclocal  aclocal
26  autoconf  autoconf
27  autoheader  autoheader
28  automake --add-missing  automake --add-missing
   

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

  ViewVC Help
Powered by ViewVC