diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 10:05:19 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 10:05:19 +0000 |
commit | da3d07857e8877d884705832c5fd038f3e44751f (patch) | |
tree | b5610da37ed6a9f39b1e2835b3482686cc0e0cdb /configure | |
parent | Adding debian version 1.16~rc1-1. (diff) | |
download | lzip-da3d07857e8877d884705832c5fd038f3e44751f.tar.xz lzip-da3d07857e8877d884705832c5fd038f3e44751f.zip |
Merging upstream version 1.16.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -1,13 +1,12 @@ #! /bin/sh # configure script for Lzip - LZMA lossless data compressor -# Copyright (C) 2008, 2009, 2010, 2011, 2012, 2013, 2014 -# Antonio Diaz Diaz. +# Copyright (C) 2008-2014 Antonio Diaz Diaz. # # This configure script is free software: you have unlimited permission # to copy, distribute and modify it. pkgname=lzip -pkgversion=1.16-rc1 +pkgversion=1.16 progname=lzip srctrigger=doc/${pkgname}.texi @@ -166,8 +165,7 @@ echo "LDFLAGS = ${LDFLAGS}" rm -f Makefile cat > Makefile << EOF # Makefile for Lzip - LZMA lossless data compressor -# Copyright (C) 2008, 2009, 2010, 2011, 2012, 2013, 2014 -# Antonio Diaz Diaz. +# Copyright (C) 2008-2014 Antonio Diaz Diaz. # This file was generated automatically by configure. Do not edit. # # This Makefile is free software: you have unlimited permission |