chiark / gitweb /
Version bump.
authormdw <mdw>
Sun, 21 Nov 1999 13:01:01 +0000 (13:01 +0000)
committermdw <mdw>
Sun, 21 Nov 1999 13:01:01 +0000 (13:01 +0000)
Makefile.am
configure.in

index 2c1b4ac7ba1798693a67170450941920c379c79f..726441619e8c4e44b5dd9e55645943150ae24287 100644 (file)
@@ -1,6 +1,6 @@
 ## -*-Makefile-*-
 ##
 ## -*-Makefile-*-
 ##
-## $Id: Makefile.am,v 1.17 1999/11/11 18:47:33 mdw Exp $
+## $Id: Makefile.am,v 1.18 1999/11/21 13:01:01 mdw Exp $
 ##
 ## Building the distribution
 ##
 ##
 ## Building the distribution
 ##
@@ -29,6 +29,9 @@
 ##----- Revision history ----------------------------------------------------
 ##
 ## $Log: Makefile.am,v $
 ##----- Revision history ----------------------------------------------------
 ##
 ## $Log: Makefile.am,v $
+## Revision 1.18  1999/11/21 13:01:01  mdw
+## Version bump.
+##
 ## Revision 1.17  1999/11/11 18:47:33  mdw
 ## Use `libtool' to generate a shared library.
 ##
 ## Revision 1.17  1999/11/11 18:47:33  mdw
 ## Use `libtool' to generate a shared library.
 ##
@@ -107,7 +110,7 @@ pkginclude_HEADERS = \
 
 ## --- Things to put in the library ---
 
 
 ## --- Things to put in the library ---
 
-libmLib_la_LDFLAGS = -version-info 7:0:6
+libmLib_la_LDFLAGS = -version-info 7:1:6
 ## Middle number is the patchlevel.  Final number is the minor version.  The
 ## difference between the first and last numbers is major version.
 
 ## Middle number is the patchlevel.  Final number is the minor version.  The
 ## difference between the first and last numbers is major version.
 
index dca419693a8815397db947b053e0cc6e907369a5..4b3a87f30098ecc38b776c697e5c0f743371553f 100644 (file)
@@ -1,6 +1,6 @@
 dnl -*-fundamental-*-
 dnl
 dnl -*-fundamental-*-
 dnl
-dnl $Id: configure.in,v 1.19 1999/11/11 18:47:33 mdw Exp $
+dnl $Id: configure.in,v 1.20 1999/11/21 12:58:19 mdw Exp $
 dnl
 dnl Configuration script for mLib
 dnl
 dnl
 dnl Configuration script for mLib
 dnl
@@ -29,6 +29,9 @@ dnl MA 02111-1307, USA.
 dnl ----- Revision history --------------------------------------------------
 dnl
 dnl $Log: configure.in,v $
 dnl ----- Revision history --------------------------------------------------
 dnl
 dnl $Log: configure.in,v $
+dnl Revision 1.20  1999/11/21 12:58:19  mdw
+dnl Version bump.
+dnl
 dnl Revision 1.19  1999/11/11 18:47:33  mdw
 dnl Use `libtool' to generate a shared library.
 dnl
 dnl Revision 1.19  1999/11/11 18:47:33  mdw
 dnl Use `libtool' to generate a shared library.
 dnl
@@ -66,10 +69,9 @@ dnl Initial version of mLib
 dnl
 
 AC_INIT(exc.c)
 dnl
 
 AC_INIT(exc.c)
-AM_INIT_AUTOMAKE(mLib, 1.6.0)
+AM_INIT_AUTOMAKE(mLib, 1.6.1)
 
 AC_PROG_CC
 
 AC_PROG_CC
-AC_CHECK_PROG(AR, ar, ar)
 AM_PROG_LIBTOOL
 mdw_GCC_FLAGS
 
 AM_PROG_LIBTOOL
 mdw_GCC_FLAGS