diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 06:48:08 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 06:48:08 +0000 |
commit | 64ef9f32de3071e6409480fc5fb4da18978e4f90 (patch) | |
tree | d236970f53a8fa5ac1bcfd41d4b687c2d1f3f20b /configure | |
parent | Adding debian version 0.5-2. (diff) | |
download | lzd-64ef9f32de3071e6409480fc5fb4da18978e4f90.tar.xz lzd-64ef9f32de3071e6409480fc5fb4da18978e4f90.zip |
Merging upstream version 0.6.
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,12 +1,12 @@ #! /bin/sh # configure script for Lzd - Educational decompressor for lzip files -# Copyright (C) 2013 Antonio Diaz Diaz. +# Copyright (C) 2013, 2014 Antonio Diaz Diaz. # # This configure script is free software: you have unlimited permission # to copy, distribute and modify it. pkgname=lzd -pkgversion=0.5 +pkgversion=0.6 progname=lzd srctrigger=lzd.cc @@ -64,7 +64,7 @@ while [ $# != 0 ] ; do echo " --datarootdir=DIR base directory for doc and data [${datarootdir}]" echo " --infodir=DIR info files directory [${infodir}]" echo " --mandir=DIR man pages directory [${mandir}]" - echo " CXX=COMPILER C++ compiler to use [g++]" + echo " CXX=COMPILER C++ compiler to use [${CXX}]" echo " CPPFLAGS=OPTIONS command line options for the preprocessor [${CPPFLAGS}]" echo " CXXFLAGS=OPTIONS command line options for the C++ compiler [${CXXFLAGS}]" echo " LDFLAGS=OPTIONS command line options for the linker [${LDFLAGS}]" @@ -165,7 +165,7 @@ echo "LDFLAGS = ${LDFLAGS}" rm -f Makefile cat > Makefile << EOF # Makefile for Lzd - Educational decompressor for lzip files -# Copyright (C) 2013 Antonio Diaz Diaz. +# Copyright (C) 2013, 2014 Antonio Diaz Diaz. # This file was generated automatically by configure. Do not edit. # # This Makefile is free software: you have unlimited permission |