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

Diff of /classpath/autogen.sh

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

revision 1.10 by saugart, Thu Oct 21 18:36:46 2004 UTC revision 1.11 by tromey, Tue Apr 26 22:44:03 2005 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  # Use the "-I ." flag in order to include our pkg.m4.    # Use the "-I m4 flag in order to include pkg.m4 and other .m4 files.
109  $ACLOCAL -I . $ACLOCAL_FLAGS || exit $?  $ACLOCAL -I m4 $ACLOCAL_FLAGS || exit $?
110    
111  libtoolize --force || exit $?  libtoolize --force || exit $?
112    

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

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