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

Diff of /classpath/autogen.sh

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

revision 1.11 by tromey, Tue Apr 26 22:44:03 2005 UTC revision 1.12 by mark, Sun May 1 21:16:31 2005 UTC
# Line 12  FILE=java/lang/Object.java Line 12  FILE=java/lang/Object.java
12    
13  DIE=0  DIE=0
14    
15  have_libtool=false  case `uname -s` in
16  if libtoolize --version < /dev/null > /dev/null 2>&1 ; then  Darwin)
17          libtool_version=`libtoolize --version | sed 's/^[^0-9]*\([0-9.][0-9.]*\).*/\1/'`          LIBTOOLIZE=glibtoolize
18            ;;
19    *)
20            LIBTOOLIZE=libtoolize
21            ;;
22    esac
23    
24    have_libtool=true
25    if ${LIBTOOLIZE} --version < /dev/null > /dev/null 2>&1 ; then
26            libtool_version=`${LIBTOOLIZE} --version | sed 's/^[^0-9]*\([0-9.][0-9.]*\).*/\1/'`
27          case $libtool_version in          case $libtool_version in
28              1.5*)              1.5*)
29                  have_libtool=true                  have_libtool=true
# Line 108  fi Line 117  fi
117  # Use the "-I m4 flag in order to include pkg.m4 and other .m4 files.  # Use the "-I m4 flag in order to include pkg.m4 and other .m4 files.
118  $ACLOCAL -I m4 $ACLOCAL_FLAGS || exit $?  $ACLOCAL -I m4 $ACLOCAL_FLAGS || exit $?
119    
120  libtoolize --force || exit $?  ${LIBTOOLIZE} --force || exit $?
121    
122  autoheader || exit $?  autoheader || exit $?
123    

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

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