From: mdw Date: Fri, 16 Jul 1999 12:46:04 +0000 (+0000) Subject: First proper release version. X-Git-Tag: 1.0.2~30 X-Git-Url: https://git.distorted.org.uk/~mdw/sw-tools/commitdiff_plain/c12f3803ae19907eff2f922622f43bf1d6789603?ds=sidebyside First proper release version. --- diff --git a/configure.in b/configure.in index f440656..a4e7d79 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ dnl -*-fundamental-*- dnl -dnl $Id: configure.in,v 1.4 1999/06/24 15:53:11 mdw Exp $ +dnl $Id: configure.in,v 1.5 1999/07/16 12:46:04 mdw Exp $ dnl dnl Configuration for sw-tools dnl @@ -28,6 +28,9 @@ dnl Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. dnl ----- Revision history -------------------------------------------------- dnl dnl $Log: configure.in,v $ +dnl Revision 1.5 1999/07/16 12:46:04 mdw +dnl First proper release version. +dnl dnl Revision 1.4 1999/06/24 15:53:11 mdw dnl Bump the version number again. dnl @@ -44,7 +47,7 @@ dnl dnl --- Boring boilerplate --- AC_INIT(src/sw.c) -AM_INIT_AUTOMAKE(sw-tools, 1.0.0pre6) +AM_INIT_AUTOMAKE(sw-tools, 1.0.0) AM_CONFIG_HEADER(config.h) dnl --- Work out the architecture name --- @@ -116,7 +119,6 @@ fi AC_CHECK_FUNCS(wresize) fi - dnl --- Other handy libraries --- mdw_CHECK_MANYLIBS(socketpair, socket)