common/autoconf/basics.m4

changeset 562
14d7ebe42c8d
parent 556
77f062a41850
child 670
3b8ffb80db0f
     1.1 --- a/common/autoconf/basics.m4	Tue Jan 01 14:13:18 2013 +0100
     1.2 +++ b/common/autoconf/basics.m4	Wed Jan 02 11:29:29 2013 +0100
     1.3 @@ -1,5 +1,5 @@
     1.4  #
     1.5 -# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
     1.6 +# Copyright (c) 2011, 2013, 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 @@ -234,7 +234,9 @@
    1.11  BASIC_REQUIRE_PROG(CAT, cat)
    1.12  BASIC_REQUIRE_PROG(CHMOD, chmod)
    1.13  BASIC_REQUIRE_PROG(CMP, cmp)
    1.14 +BASIC_REQUIRE_PROG(COMM, comm)
    1.15  BASIC_REQUIRE_PROG(CP, cp)
    1.16 +BASIC_REQUIRE_PROG(CPIO, cpio)
    1.17  BASIC_REQUIRE_PROG(CUT, cut)
    1.18  BASIC_REQUIRE_PROG(DATE, date)
    1.19  BASIC_REQUIRE_PROG(DIFF, [gdiff diff])

mercurial