common/autoconf/basics.m4

changeset 2206
7ba4e17574e0
parent 2205
54eb4c29ece4
child 2211
2209644bcac4
equal deleted inserted replaced
2205:54eb4c29ece4 2206:7ba4e17574e0
1 # 1 #
2 # Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved. 2 # Copyright (c) 2011, 2018, Oracle and/or its affiliates. All rights reserved.
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 # 4 #
5 # This code is free software; you can redistribute it and/or modify it 5 # This code is free software; you can redistribute it and/or modify it
6 # under the terms of the GNU General Public License version 2 only, as 6 # under the terms of the GNU General Public License version 2 only, as
7 # published by the Free Software Foundation. Oracle designates this 7 # published by the Free Software Foundation. Oracle designates this
124 break 124 break
125 fi 125 fi
126 done 126 done
127 IFS="$IFS_save" 127 IFS="$IFS_save"
128 else 128 else
129 AC_MSG_NOTICE([Resolving $1 (as $path) failed, using $path directly.]) 129 # This is an absolute path, we can use it without further modifications.
130 new_path="$path" 130 new_path="$path"
131 fi 131 fi
132 132
133 if test "x$new_path" = x; then 133 if test "x$new_path" = x; then
134 AC_MSG_NOTICE([The path of $1, which resolves as "$complete", is not found.]) 134 AC_MSG_NOTICE([The path of $1, which resolves as "$complete", is not found.])

mercurial