/[classpath]/classpath/configure.in
ViewVC logotype

Diff of /classpath/configure.in

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

revision 1.96 by ericb, Wed May 1 05:16:01 2002 UTC revision 1.97 by cbj, Thu May 2 23:00:14 2002 UTC
# Line 220  dnl This is probably useless. Line 220  dnl This is probably useless.
220  AC_PATH_PROG(SH, sh)  AC_PATH_PROG(SH, sh)
221    
222  dnl According to the GNU coding guide, we shouldn't require find,  dnl According to the GNU coding guide, we shouldn't require find,
223  dnl zip, and perl, however it should be okay since it is only used  dnl and zip, however GNU provides both so it should be okay
 dnl in maintainer mode.  
224  AC_PATH_PROG(FIND, find)  AC_PATH_PROG(FIND, find)
 AC_PATH_PROG(ZIP, zip)  
 dnl AC_PATH_PROG(UNZIP, unzip)  
 dnl AC_PATH_PROG(PERL, perl)  
225    
226  AM_CONDITIONAL(HAVE_ZIP, test "x${ZIP}" != x)  dnl Useful for disabling zip even if you have it
227    CLASSPATH_WITH_ZIP
228    
229  AC_OUTPUT(Makefile  AC_OUTPUT(Makefile
230  com/Makefile  com/Makefile

Legend:
Removed from v.1.96  
changed lines
  Added in v.1.97

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