common/autoconf/basics.m4

changeset 2206
7ba4e17574e0
parent 2205
54eb4c29ece4
child 2211
2209644bcac4
     1.1 --- a/common/autoconf/basics.m4	Wed Mar 21 09:19:00 2018 -0700
     1.2 +++ b/common/autoconf/basics.m4	Thu Apr 05 07:59:52 2018 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  #
     1.5 -# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
     1.6 +# Copyright (c) 2011, 2018, Oracle and/or its affiliates. All rights reserved.
     1.7  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8  #
     1.9  # This code is free software; you can redistribute it and/or modify it
    1.10 @@ -126,7 +126,7 @@
    1.11        done
    1.12        IFS="$IFS_save"
    1.13      else
    1.14 -      AC_MSG_NOTICE([Resolving $1 (as $path) failed, using $path directly.])
    1.15 +      # This is an absolute path, we can use it without further modifications.
    1.16        new_path="$path"
    1.17      fi
    1.18  

mercurial