/[bison]/bison/bootstrap
ViewVC logotype

Diff of /bison/bootstrap

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

revision 1.1 by akim, Thu Apr 18 16:41:19 2002 UTC revision 1.2 by akim, Tue Apr 23 08:33:24 2002 UTC
# Line 5  echo "Bootstrapping CVS Bison..." Line 5  echo "Bootstrapping CVS Bison..."
5  autoreconf --force --install --verbose  autoreconf --force --install --verbose
6    
7  # Because of Gettext  # Because of Gettext
8  mv m4/Makefile.am~ m4/Makefile.am  mv -f m4/Makefile.am~ m4/Makefile.am
9  mv Makefile.am~ Makefile.am  mv -f Makefile.am~ Makefile.am
10  mv configure.in~ configure.in  mv -f configure.in~ configure.in
11  touch m4/Makefile.am Makefile.am configure.in  touch m4/Makefile.am Makefile.am configure.in
12  rm po/Makevars.template  rm -f po/Makevars.template
13    
14  autoreconf --verbose  autoreconf --verbose

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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