common/autoconf/basics.m4

changeset 562
14d7ebe42c8d
parent 556
77f062a41850
child 670
3b8ffb80db0f
equal deleted inserted replaced
561:abc8078e070b 562:14d7ebe42c8d
1 # 1 #
2 # Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved. 2 # Copyright (c) 2011, 2013, 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
232 BASIC_REQUIRE_PROG(BASENAME, basename) 232 BASIC_REQUIRE_PROG(BASENAME, basename)
233 BASIC_REQUIRE_PROG(BASH, bash) 233 BASIC_REQUIRE_PROG(BASH, bash)
234 BASIC_REQUIRE_PROG(CAT, cat) 234 BASIC_REQUIRE_PROG(CAT, cat)
235 BASIC_REQUIRE_PROG(CHMOD, chmod) 235 BASIC_REQUIRE_PROG(CHMOD, chmod)
236 BASIC_REQUIRE_PROG(CMP, cmp) 236 BASIC_REQUIRE_PROG(CMP, cmp)
237 BASIC_REQUIRE_PROG(COMM, comm)
237 BASIC_REQUIRE_PROG(CP, cp) 238 BASIC_REQUIRE_PROG(CP, cp)
239 BASIC_REQUIRE_PROG(CPIO, cpio)
238 BASIC_REQUIRE_PROG(CUT, cut) 240 BASIC_REQUIRE_PROG(CUT, cut)
239 BASIC_REQUIRE_PROG(DATE, date) 241 BASIC_REQUIRE_PROG(DATE, date)
240 BASIC_REQUIRE_PROG(DIFF, [gdiff diff]) 242 BASIC_REQUIRE_PROG(DIFF, [gdiff diff])
241 BASIC_REQUIRE_PROG(DIRNAME, dirname) 243 BASIC_REQUIRE_PROG(DIRNAME, dirname)
242 BASIC_REQUIRE_PROG(ECHO, echo) 244 BASIC_REQUIRE_PROG(ECHO, echo)

mercurial