diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 07:23:39 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 07:23:39 +0000 |
commit | 0966aef6cc18db439eb59a6325a0bac9462b428b (patch) | |
tree | 7e86146c8af05d5eeea569d6022cfeb848fb3fa5 /configure | |
parent | Adding upstream version 1.6~pre2. (diff) | |
download | lzip-0966aef6cc18db439eb59a6325a0bac9462b428b.tar.xz lzip-0966aef6cc18db439eb59a6325a0bac9462b428b.zip |
Adding upstream version 1.6~pre3.upstream/1.6_pre3
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,13 +5,13 @@ # This configure script is free software: you have unlimited permission # to copy, distribute and modify it. # -# Date of this version: 2009-05-21 +# Date of this version: 2009-06-03 invocation_name=$0 args= no_create= progname=lzip -progversion=1.6-pre2 +progversion=1.6-pre3 srctrigger=lzip.h # clear some things potentially inherited from environment. @@ -100,7 +100,7 @@ while [ x"$1" != x ] ; do CXXFLAGS=*) CXXFLAGS=${optarg} ;; LDFLAGS=*) LDFLAGS=${optarg} ;; - --build=* | --enable-* | --with-* | --*dir=* | *=* | *-*-*) ;; + --* | *=* | *-*-*) ;; *) echo "configure: Unrecognized option: \"${option}\"; use --help for usage." 1>&2 exit 1 ;; |