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

Diff of /classpath/autogen.sh

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

revision 1.5 by mkoch, Tue Apr 20 11:55:26 2004 UTC revision 1.6 by rsdio, Wed Aug 18 06:42:41 2004 UTC
# Line 3  Line 3 
3  set -e  set -e
4    
5  LIBTOOLIZE=libtoolize  LIBTOOLIZE=libtoolize
6  ${LIBTOOLIZE} --version | head -1  ${LIBTOOLIZE} --version | head -n 1
7  echo "libtoolize: minimum version required: 1.4.2"  echo "libtoolize: minimum version required: 1.4.2"
8    
9  AUTOCONF=autoconf  AUTOCONF=autoconf
10  ${AUTOCONF} --version | head -1  ${AUTOCONF} --version | head -n 1
11  echo "autoconf: minimum version required: 2.59"  echo "autoconf: minimum version required: 2.59"
12    
13  # Autoheader is part of autoconf  # Autoheader is part of autoconf
14  AUTOHEADER=autoheader  AUTOHEADER=autoheader
15  ${AUTOHEADER} --version | head -1  ${AUTOHEADER} --version | head -n 1
16  echo "autoheader: minimum version required: 2.59"  echo "autoheader: minimum version required: 2.59"
17    
18  AUTOMAKE=automake  AUTOMAKE=automake
# Line 21  if test -x /usr/bin/automake-1.8; then Line 21  if test -x /usr/bin/automake-1.8; then
21  elif test -x /usr/bin/automake-1.7; then  elif test -x /usr/bin/automake-1.7; then
22    AUTOMAKE=/usr/bin/automake-1.7    AUTOMAKE=/usr/bin/automake-1.7
23  fi  fi
24  ${AUTOMAKE} --version | head -1  ${AUTOMAKE} --version | head -n 1
25  echo "automake: minimum version required: 1.7.0"  echo "automake: minimum version required: 1.7.0"
26    
27  # Aclocal is part of automake  # Aclocal is part of automake
# Line 31  if test -x /usr/bin/aclocal-1.8; then Line 31  if test -x /usr/bin/aclocal-1.8; then
31  elif test -x /usr/bin/aclocal-1.7; then  elif test -x /usr/bin/aclocal-1.7; then
32    ACLOCAL=/usr/bin/aclocal-1.7    ACLOCAL=/usr/bin/aclocal-1.7
33  fi  fi
34  ${ACLOCAL} --version | head -1  ${ACLOCAL} --version | head -n 1
35  echo "aclocal: minimum version required: 1.7.0"  echo "aclocal: minimum version required: 1.7.0"
36    
37  echo "libtoolize ..."  echo "libtoolize ..."

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

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