diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 11:42:32 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 11:42:32 +0000 |
commit | bcbac5cac5f6194d9fa5fbc16e0a4490e7e23520 (patch) | |
tree | 87adc0b5058585d2c7529c151321af22097e2fd2 /configure | |
parent | Adding upstream version 1.15~pre1. (diff) | |
download | lziprecover-bcbac5cac5f6194d9fa5fbc16e0a4490e7e23520.tar.xz lziprecover-bcbac5cac5f6194d9fa5fbc16e0a4490e7e23520.zip |
Adding upstream version 1.15~rc1.upstream/1.15_rc1
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,14 +1,14 @@ #! /bin/sh -# configure script for Lziprecover - Data recovery tool for lzipped files +# configure script for Lziprecover - Data recovery tool for lzip files # Copyright (C) 2009, 2010, 2011, 2012, 2013 Antonio Diaz Diaz. # # This configure script is free software: you have unlimited permission # to copy, distribute and modify it. pkgname=lziprecover -pkgversion=1.15-pre1 +pkgversion=1.15-rc1 progname=lziprecover -srctrigger=doc/lziprecover.texinfo +srctrigger=doc/${pkgname}.texinfo # clear some things potentially inherited from environment. LC_ALL=C @@ -164,7 +164,7 @@ echo "CXXFLAGS = ${CXXFLAGS}" echo "LDFLAGS = ${LDFLAGS}" rm -f Makefile cat > Makefile << EOF -# Makefile for Lziprecover - Data recovery tool for lzipped files +# Makefile for Lziprecover - Data recovery tool for lzip files # Copyright (C) 2009, 2010, 2011, 2012, 2013 Antonio Diaz Diaz. # This file was generated automatically by configure. Do not edit. # |