/[bison]/bison/bootstrap
ViewVC logotype

Diff of /bison/bootstrap

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

revision 1.4 by akim, Thu Apr 25 10:29:47 2002 UTC revision 1.5 by akim, Fri May 3 16:11:40 2002 UTC
# Line 2  Line 2 
2    
3  echo "Bootstrapping CVS Bison..."  echo "Bootstrapping CVS Bison..."
4    
5  # This will run gettextize which will patch some files, and cause  echo "running: autoreconf --verbose --install --force"
 # autoconf to choke (because for instance intl/Makefile is registered  
 # several times).  
6  autoreconf --verbose --install --force  autoreconf --verbose --install --force
   
 # gettextize modified these files: restore them.  
 for f in m4/Makefile.am Makefile.am configure.in  
 do  
   if test -f "$f~"; then  
     mv -f "$f~" "$f"  
   fi  
 done  
 rm -f po/Makevars.template  
   
 # Since some files were restored, some files must probably be remade.  
 # But automake could not install all of its files, so pass --install  
 # for it.  
 autoreconf --verbose --install  

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26