/[gcjwebplugin]/gcjwebplugin/autogen.sh
ViewVC logotype

Diff of /gcjwebplugin/autogen.sh

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

revision 1.3 by mkoch, Mon Jul 7 11:36:11 2003 UTC revision 1.4 by fitzsim, Sun Jul 27 19:03:21 2003 UTC
# Line 1  Line 1 
1  #q!/bin/sh  #q!/bin/sh
2    
3  echo "aclocal ..."  echo "aclocal ..."
4  aclocal-1.7  aclocal
5    
6  echo "autoheader ..."  echo "autoheader ..."
7  autoheader2.50  autoheader
8    
9  echo "autoconf ..."  echo "libtoolize ..."
10  autoconf2.50  libtoolize --force
11    
12  echo "automake ..."  echo "automake ..."
13  automake-1.7 --add-missing  automake --add-missing
14    
15    echo "autoconf ..."
16    autoconf
17    
18  echo "Finished"  echo "Finished"

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

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