Version bump.
authormdw <mdw>
Sun, 21 Nov 1999 13:06:48 +0000 (13:06 +0000)
committermdw <mdw>
Sun, 21 Nov 1999 13:06:48 +0000 (13:06 +0000)
Makefile.m4
configure.in

index c9ca345..3d746b2 100644 (file)
@@ -1,6 +1,6 @@
 ## -*-makefile-*-
 ##
-## $Id: Makefile.m4,v 1.12 1999/11/20 22:36:26 mdw Exp $
+## $Id: Makefile.m4,v 1.13 1999/11/21 13:06:48 mdw Exp $
 ##
 ## Makefile for Catacomb
 ##
 ##----- Revision history ----------------------------------------------------
 ##
 ## $Log: Makefile.m4,v $
-## Revision 1.12  1999/11/20 22:36:26  mdw
-## Improve dependencies.  Move mpx testing into mpx.c.
+## Revision 1.13  1999/11/21 13:06:48  mdw
+## Version bump.
+##
+## Revision 1.13  1999/11/21 13:06:48  mdw
+## Version bump.
 ##
 ## Revision 1.12  1999/11/20 22:36:26  mdw
 ## Improve dependencies.  Move mpx testing into mpx.c.
@@ -130,7 +133,7 @@ BUILT_SOURCES = \
        addsuffix(join(`hashes', `-', `hash_modes'), `.h')
 
 ## --- Building the main library ---
-libcatacomb_la_LDFLAGS = -version-info 0:3:0
+
 lib_LTLIBRARIES = libcatacomb.la
 
 libcatacomb_la_LDFLAGS = -version-info 0:4:0
index 045528d..5a02d2c 100644 (file)
@@ -1,6 +1,6 @@
 dnl -*-fundamental-*-
 dnl
-dnl $Id: configure.in,v 1.7 1999/11/13 01:55:48 mdw Exp $
+dnl $Id: configure.in,v 1.8 1999/11/21 13:06:38 mdw Exp $
 dnl
 dnl Autoconfiguration for Catacomb
 dnl
@@ -29,6 +29,9 @@ dnl MA 02111-1307, USA.
 dnl ----- Revision history --------------------------------------------------
 dnl
 dnl $Log: configure.in,v $
+dnl Revision 1.8  1999/11/21 13:06:38  mdw
+dnl Version bump.
+dnl
 dnl Revision 1.7  1999/11/13 01:55:48  mdw
 dnl Don't be pedantic, because using `long long' as a multiprecision type
 dnl gets complained about.
@@ -56,16 +59,15 @@ dnl
 dnl --- Boring boilerplate ---
 
 AC_INIT(blkc.h)
-AM_INIT_AUTOMAKE(catacomb, 1.0.0pre3)
+AM_INIT_AUTOMAKE(catacomb, 1.0.0pre4)
 AM_CONFIG_HEADER(config.h)
 
 dnl --- Make sure I can compile and build libraries ---
 
 AC_PROG_CC
-AC_CHECK_PROG(AR, ar, ar)
 AM_PROG_LIBTOOL
 mdw_GCC_FLAGS(-Wall)
-mdw_MLIB(1.6.0)
+mdw_MLIB(1.6.1)
 
 AC_PROG_YACC