diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 14:25:10 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 14:25:10 +0000 |
commit | 6e28aeaf5536d0286476c71e5f7c7e20cbc17036 (patch) | |
tree | 00e0a83335bbfbf765c8660ab27a199f0c68fce5 /configure | |
parent | Adding debian version 1.0-1. (diff) | |
download | pdlzip-6e28aeaf5536d0286476c71e5f7c7e20cbc17036.tar.xz pdlzip-6e28aeaf5536d0286476c71e5f7c7e20cbc17036.zip |
Merging upstream version 1.1.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -5,12 +5,12 @@ # This configure script is free software: you have unlimited permission # to copy, distribute and modify it. # -# Date of this version: 2010-04-05 +# Date of this version: 2010-08-19 args= no_create= pkgname=pdlzip -pkgversion=1.0 +pkgversion=1.1 progname=pdlzip srctrigger=pdlzip.h @@ -27,7 +27,7 @@ mandir='$(datadir)/man' sysconfdir='$(prefix)/etc' CC= CPPFLAGS= -CFLAGS='-Wall -W -O2 -std=c99' +CFLAGS='-Wall -W -O2' LDFLAGS= # Loop over all args |