shishi-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

shishi configure.ac


From: shishi-commit
Subject: shishi configure.ac
Date: Fri, 10 Oct 2003 15:24:16 -0400

CVSROOT:        /cvsroot/shishi
Module name:    shishi
Branch:         
Changes by:     Simon Josefsson <address@hidden>        03/10/10 15:24:16

Modified files:
        .              : configure.ac 

Log message:
        Fix so version comment (matches libtool manual).

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/shishi/shishi/configure.ac.diff?tr1=1.95&tr2=1.96&r1=text&r2=text

Patches:
Index: shishi/configure.ac
diff -u shishi/configure.ac:1.95 shishi/configure.ac:1.96
--- shishi/configure.ac:1.95    Tue Oct  7 15:55:45 2003
+++ shishi/configure.ac Fri Oct 10 15:24:16 2003
@@ -21,15 +21,16 @@
 AC_PREREQ(2.50)
 AC_INIT(shishi, 0.0.8, address@hidden)
 
-# Interfaces removed:    CURRENT++, AGE=0, REVISION=0
-# Interfaces added:      CURRENT++, AGE++, REVISION=0
-# No interfaces changed:                   REVISION++
+# Library code modified:                              REVISION++
+# Interfaces changed/added/removed:   CURRENT++       REVISION=0
+# Interfaces added:                             AGE++
+# Interfaces removed:                           AGE=0
 LT_CURRENT=0
-LT_AGE=0
-LT_REVISION=8
+LT_REVISION=0
+LT_AGE=8
 AC_SUBST(LT_CURRENT)
-AC_SUBST(LT_AGE)
 AC_SUBST(LT_REVISION)
+AC_SUBST(LT_AGE)
 
 AM_INIT_AUTOMAKE(gnits)
 AM_CONFIG_HEADER(config.h)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]