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

Diff of /classpath/configure.ac

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

revision 1.96 by rsdio, Sun Jul 24 03:35:58 2005 UTC revision 1.97 by mark, Mon Aug 1 22:28:34 2005 UTC
# Line 21  dnl We will not track/change lib version Line 21  dnl We will not track/change lib version
21  dnl at which time we'll have to be more anal about such things  dnl at which time we'll have to be more anal about such things
22  dnl -----------------------------------------------------------  dnl -----------------------------------------------------------
23  AC_SUBST(LIBVERSION, "0:0:0")  AC_SUBST(LIBVERSION, "0:0:0")
24  CLASSPATH_MODULE="-module -version-info ${LIBVERSION} -no-undefined"  case "$host_os" in
25         darwin*)
26            cp_module=""
27            ;;
28            *)
29            cp_module="-module"
30            ;;
31    esac
32    
33    CLASSPATH_MODULE="${cp_module} -version-info ${LIBVERSION} -no-undefined"
34  AC_SUBST(CLASSPATH_MODULE)  AC_SUBST(CLASSPATH_MODULE)
35    
36  AC_PREREQ(2.59)  AC_PREREQ(2.59)

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