diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 15:11:56 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 15:11:56 +0000 |
commit | f6e0a844e295b58ae820dde5f12c557dc42c3624 (patch) | |
tree | 65ebb18debbbca91c7fb99853065c08f34cf0850 /configure | |
parent | Adding debian version 0.3-1. (diff) | |
download | plzip-f6e0a844e295b58ae820dde5f12c557dc42c3624.tar.xz plzip-f6e0a844e295b58ae820dde5f12c557dc42c3624.zip |
Merging upstream version 0.4.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to '')
-rwxr-xr-x | configure | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1,16 +1,16 @@ #! /bin/sh -# configure script for Plzip - A parallel version of the lzip data compressor +# configure script for Plzip - A parallel compressor compatible with lzip # Copyright (C) 2009, 2010 Antonio Diaz Diaz. # # This configure script is free software: you have unlimited permission # to copy, distribute and modify it. # -# Date of this version: 2010-01-24 +# Date of this version: 2010-01-31 args= no_create= pkgname=plzip -pkgversion=0.3 +pkgversion=0.4 progname=plzip srctrigger=plzip.h @@ -135,7 +135,7 @@ if [ -z "${CXX}" ] ; then # Let the user override the test. fi echo -if [ -z ${no_create} ] ; then +if [ -z "${no_create}" ] ; then echo "creating config.status" rm -f config.status cat > config.status << EOF @@ -166,7 +166,7 @@ echo "CXXFLAGS = ${CXXFLAGS}" echo "LDFLAGS = ${LDFLAGS}" rm -f Makefile cat > Makefile << EOF -# Makefile for Plzip - A parallel version of the lzip data compressor +# Makefile for Plzip - A parallel compressor compatible with lzip # Copyright (C) 2009, 2010 Antonio Diaz Diaz. # This file was generated automatically by configure. Do not edit. # |