From: ewt Date: Sat, 11 Dec 1999 18:58:36 +0000 (+0000) Subject: 1) setup soname and version indepenently X-Git-Tag: r0-50~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a80f9cf70a89df94906314a2d27368eb36f5941b;p=thirdparty%2Fnewt.git 1) setup soname and version indepenently 2) version 0.50.1 --- diff --git a/Makefile.in b/Makefile.in index ba0ace5..eab67e1 100644 --- a/Makefile.in +++ b/Makefile.in @@ -10,7 +10,7 @@ endif VERSION = @VERSION@ CVSTAG = r$(subst .,-,$(VERSION)) -SONAME = @VERSION@ +SONAME = @SONAME@ PROGS = test whiptail whiptcl.so testgrid testtree TESTOBJS = test.o diff --git a/configure.in b/configure.in index b2966db..9501884 100644 --- a/configure.in +++ b/configure.in @@ -2,8 +2,10 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT(newt_pr.h) AC_CONFIG_HEADER(config.h) -VERSION=0.50 +VERSION=0.50.1 +SONAME=0.50 AC_SUBST(VERSION) +AC_SUBST(SONAME) AC_PROG_CC AC_PROG_INSTALL AC_PROG_LN_S