common/autoconf/compare.sh.in

changeset 565
39194e004ade
parent 502
ed9e5635fc80
child 672
2f43964043c2
equal deleted inserted replaced
564:befbad2e4d87 565:39194e004ade
1 #!/bin/bash 1 #!/bin/bash
2 # 2 #
3 # Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved. 3 # Copyright (c) 2012, 2013 Oracle and/or its affiliates. All rights reserved.
4 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 # 5 #
6 # This code is free software; you can redistribute it and/or modify it 6 # This code is free software; you can redistribute it and/or modify it
7 # under the terms of the GNU General Public License version 2 only, as 7 # under the terms of the GNU General Public License version 2 only, as
8 # published by the Free Software Foundation. 8 # published by the Free Software Foundation.
46 FIND="@FIND@" 46 FIND="@FIND@"
47 GREP="@GREP@" 47 GREP="@GREP@"
48 JAVAP="@FIXPATH@ @BOOT_JDK@/bin/javap" 48 JAVAP="@FIXPATH@ @BOOT_JDK@/bin/javap"
49 LDD="@LDD@" 49 LDD="@LDD@"
50 MKDIR="@MKDIR@" 50 MKDIR="@MKDIR@"
51 NAWK="@NAWK@"
51 NM="@NM@" 52 NM="@NM@"
52 OBJDUMP="@OBJDUMP@" 53 OBJDUMP="@OBJDUMP@"
53 OTOOL="@OTOOL@" 54 OTOOL="@OTOOL@"
54 PRINTF="@PRINTF@" 55 PRINTF="@PRINTF@"
55 READELF="@READELF@" 56 READELF="@READELF@"

mercurial