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

Diff of /classpath/autogen.sh

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

revision 1.9 by mkoch, Sat Oct 16 08:03:54 2004 UTC revision 1.10 by saugart, Thu Oct 21 18:36:46 2004 UTC
# Line 105  if test -z "$ACLOCAL_FLAGS"; then Line 105  if test -z "$ACLOCAL_FLAGS"; then
105          done          done
106  fi  fi
107    
108  $ACLOCAL $ACLOCAL_FLAGS || exit $?  # Use the "-I ." flag in order to include our pkg.m4.  
109    $ACLOCAL -I . $ACLOCAL_FLAGS || exit $?
110    
111  libtoolize --force || exit $?  libtoolize --force || exit $?
112    

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

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