[pkg-opensc-commit] [libp11] 145/239: Add PACKAGE_SUFFIX
    Eric Dorland 
    eric at moszumanska.debian.org
       
    Sat Oct 17 06:21:19 UTC 2015
    
    
  
This is an automated email from the git hooks/post-receive script.
eric pushed a commit to branch master
in repository libp11.
commit b737da45a30cc8b2b03a1c888b454ffcf0339fb5
Author: Alon Bar-Lev <alon.barlev at gmail.com>
Date:   Mon Jan 19 13:42:33 2009 +0000
    Add PACKAGE_SUFFIX
---
 configure.ac | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 42e4f59..ad1eab9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,8 +5,9 @@ AC_PREREQ(2.60)
 define([PACKAGE_VERSION_MAJOR], [0])
 define([PACKAGE_VERSION_MINOR], [2])
 define([PACKAGE_VERSION_FIX], [4])
+define([PACKAGE_SUFFIX], [-svn])
 
-AC_INIT([libp11],[PACKAGE_VERSION_MAJOR.PACKAGE_VERSION_MINOR.PACKAGE_VERSION_FIX-svn])
+AC_INIT([libp11],[PACKAGE_VERSION_MAJOR.PACKAGE_VERSION_MINOR.PACKAGE_VERSION_FIX[]PACKAGE_SUFFIX])
 AC_CONFIG_AUX_DIR([.])
 AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_MACRO_DIR([m4])
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opensc/libp11.git
    
    
More information about the pkg-opensc-commit
mailing list