diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 14:26:21 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 14:26:21 +0000 |
commit | 7d36a275870c0f13175bff792bc241216dade2e2 (patch) | |
tree | f3d615f8cae9a537b0ba79d0ba39a428c337e687 /configure | |
parent | Adding debian version 1.1-2. (diff) | |
download | pdlzip-7d36a275870c0f13175bff792bc241216dade2e2.tar.xz pdlzip-7d36a275870c0f13175bff792bc241216dade2e2.zip |
Merging upstream version 1.2.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -1,16 +1,16 @@ #! /bin/sh -# configure script for Pdlzip - A data compressor based on the LZMA algorithm -# Copyright (C) 2010 Antonio Diaz Diaz. +# configure script for Pdlzip - Data compressor based on the LZMA algorithm +# Copyright (C) 2010, 2011 Antonio Diaz Diaz. # # This configure script is free software: you have unlimited permission # to copy, distribute and modify it. # -# Date of this version: 2010-08-19 +# Date of this version: 2011-01-05 args= no_create= pkgname=pdlzip -pkgversion=1.1 +pkgversion=1.2 progname=pdlzip srctrigger=pdlzip.h @@ -80,7 +80,7 @@ while [ -n "$1" ] ; do bindir=`echo ${optarg} | sed -e 's,/$,,'` ;; --datadir* | --da*) datadir=`echo ${optarg} | sed -e 's,/$,,'` ;; - --infodir* | --in*) + --infodir* | --inf*) infodir=`echo ${optarg} | sed -e 's,/$,,'` ;; --mandir* | --ma*) mandir=`echo ${optarg} | sed -e 's,/$,,'` ;; @@ -166,8 +166,8 @@ echo "CFLAGS = ${CFLAGS}" echo "LDFLAGS = ${LDFLAGS}" rm -f Makefile cat > Makefile << EOF -# Makefile for Pdlzip - A data compressor based on the LZMA algorithm -# Copyright (C) 2010 Antonio Diaz Diaz. +# Makefile for Pdlzip - Data compressor based on the LZMA algorithm +# Copyright (C) 2010, 2011 Antonio Diaz Diaz. # This file was generated automatically by configure. Do not edit. # # This Makefile is free software: you have unlimited permission |