/[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 1072 by persson, Mon Mar 5 20:01:15 2007 UTC revision 1152 by schoenebeck, Mon Apr 9 18:52:39 2007 UTC
# Line 1  Line 1 
1  #!/bin/sh  #!/bin/sh
2    
3  if ! which intltoolize > /dev/null ; then  make -f Makefile.cvs
   echo "Could not find intltoolize, make sure intltool is installed!"  
   exit -1  
 fi  
 if ! which aclocal > /dev/null ; then  
   echo "Could not find aclocal, make sure automake is installed!"  
   exit -1  
 fi  
 if ! which autoconf > /dev/null ; then  
   echo "Could not find autoconf, make sure it is installed!"  
   exit -1  
 fi  
 if ! which autoheader > /dev/null ; then  
   echo "Could not find autoheader, make sure autoconf is installed!"  
   exit -1  
 fi  
 if ! which automake > /dev/null ; then  
   echo "Could not find automake, make sure it is installed!"  
   exit -1  
 fi  
   
 intltoolize --force --automake  
 aclocal  
 autoconf  
 autoheader  
 automake --add-missing  

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

  ViewVC Help
Powered by ViewVC