From: hansr Date: Fri, 31 Oct 2014 12:00:55 +0000 (+0100) Subject: Fine, lets try to make it portable too X-Git-Tag: 1.9.9-b1~899 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0daa5dc243610792cdbde23f3e4b62ada9de2642;p=thirdparty%2Fzlib-ng.git Fine, lets try to make it portable too --- diff --git a/configure b/configure index 1a8ca4808..d47cd83b1 100755 --- a/configure +++ b/configure @@ -148,7 +148,7 @@ case "$1" in *) echo "unknown option: $1" | tee -a configure.log echo "$0 --help for help" | tee -a configure.log - leave 1;; +hvordan leave 1;; esac done @@ -768,7 +768,7 @@ sed < Makefile.in " " > Makefile # Generate Makefile in arch dir if needed -if [ -n $ARCHDIR ] +if [ ! -z $ARCHDIR ] then sed < $ARCHDIR/Makefile.in " /^CC *=/s#=.*#=$CC#