common/autoconf/compare.sh.in

changeset 565
39194e004ade
parent 502
ed9e5635fc80
child 672
2f43964043c2
     1.1 --- a/common/autoconf/compare.sh.in	Thu Jan 03 20:54:38 2013 +0100
     1.2 +++ b/common/autoconf/compare.sh.in	Fri Jan 04 11:31:00 2013 +0100
     1.3 @@ -1,6 +1,6 @@
     1.4  #!/bin/bash
     1.5  #
     1.6 -# Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
     1.7 +# Copyright (c) 2012, 2013 Oracle and/or its affiliates. All rights reserved.
     1.8  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.9  #
    1.10  # This code is free software; you can redistribute it and/or modify it
    1.11 @@ -48,6 +48,7 @@
    1.12  JAVAP="@FIXPATH@ @BOOT_JDK@/bin/javap"
    1.13  LDD="@LDD@"
    1.14  MKDIR="@MKDIR@"
    1.15 +NAWK="@NAWK@"
    1.16  NM="@NM@"
    1.17  OBJDUMP="@OBJDUMP@"
    1.18  OTOOL="@OTOOL@"

mercurial