diff options
| author | Jörg Frings-Fürst <debian@jff-webhsoting.net> | 2018-03-21 22:11:05 +0100 | 
|---|---|---|
| committer | Jörg Frings-Fürst <debian@jff-webhsoting.net> | 2018-03-21 22:11:05 +0100 | 
| commit | 6d05f3e01a26fa416c9d0150163db20abac4b4ef (patch) | |
| tree | b568a83a8759142bd580ee5bd59497092dc9c6f4 /build-aux/compile | |
| parent | bb0fbadacbd603b1e8d258f75ff5ca8ee481feb4 (diff) | |
New upstream version 0.8.5upstream/0.8.5
Diffstat (limited to 'build-aux/compile')
| -rwxr-xr-x | build-aux/compile | 9 | 
1 files changed, 5 insertions, 4 deletions
| diff --git a/build-aux/compile b/build-aux/compile index a85b723..2ab71e4 100755 --- a/build-aux/compile +++ b/build-aux/compile @@ -1,9 +1,9 @@  #! /bin/sh  # Wrapper for compilers which do not understand '-c -o'. -scriptversion=2012-10-14.11; # UTC +scriptversion=2016-01-11.22; # UTC -# Copyright (C) 1999-2014 Free Software Foundation, Inc. +# Copyright (C) 1999-2017 Free Software Foundation, Inc.  # Written by Tom Tromey <tromey@cygnus.com>.  #  # This program is free software; you can redistribute it and/or modify @@ -255,7 +255,8 @@ EOF      echo "compile $scriptversion"      exit $?      ;; -  cl | *[/\\]cl | cl.exe | *[/\\]cl.exe ) +  cl | *[/\\]cl | cl.exe | *[/\\]cl.exe | \ +  icl | *[/\\]icl | icl.exe | *[/\\]icl.exe )      func_cl_wrapper "$@"      # Doesn't return...      ;;  esac @@ -342,6 +343,6 @@ exit $ret  # eval: (add-hook 'write-file-hooks 'time-stamp)  # time-stamp-start: "scriptversion="  # time-stamp-format: "%:y-%02m-%02d.%02H" -# time-stamp-time-zone: "UTC" +# time-stamp-time-zone: "UTC0"  # time-stamp-end: "; # UTC"  # End: | 
