]> git.ipfire.org Git - thirdparty/newt.git/commitdiff
1) setup soname and version indepenently
authorewt <ewt>
Sat, 11 Dec 1999 18:58:36 +0000 (18:58 +0000)
committerewt <ewt>
Sat, 11 Dec 1999 18:58:36 +0000 (18:58 +0000)
2) version 0.50.1

Makefile.in
configure.in

index ba0ace56e2918b918766ea56b6a5674ec3babeb2..eab67e1ab75ba1d9746d165b656b9ffd4a2f6fe7 100644 (file)
@@ -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
index b2966db477db2cb54cf9fafb2e2f7929b3269089..95018846d19b1b373577e76611d9e07aa7217e35 100644 (file)
@@ -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