Index: configure.ac =================================================================== RCS file: /cvsroot/classpath/classpath/configure.ac,v retrieving revision 1.55 diff -u -r1.55 configure.ac --- configure.ac 26 Oct 2004 20:26:03 -0000 1.55 +++ configure.ac 10 Nov 2004 14:49:18 -0000 @@ -20,8 +20,7 @@ dnl We will not track/change lib version until we reach version 1.0 dnl at which time we'll have to be more anal about such things dnl ----------------------------------------------------------- -AC_SUBST(LIBVERSION, "0:0:0") -CLASSPATH_MODULE="-module -version-info ${LIBVERSION} -no-undefined" +CLASSPATH_MODULE="-module -release ${PACKAGE_VERSION} -no-undefined" AC_SUBST(CLASSPATH_MODULE) AC_PREREQ(2.59)