bk: 4cb3c9c16DaIIKR6x7Hmf9IZUfj6wg
* [Bug 1643]: Range-check the decoding of the RIPE-NCC status codes.
* [Bug 1644]: cvo.sh should use lsb_release to identify linux distros.
+* [Bug 1660]: On some systems, test is in /usr/bin, not /bin.
---
(4.2.6p3-RC2) 2010/09/25 Released by Harlan Stenn <stenn@ntp.org>
CommitLog: FRC.CommitLog
cd $(srcdir) \
- && /bin/test -e CommitLog \
+ && $(PATH_TEST) -e CommitLog \
-a SCCS/s.ChangeSet -ot CommitLog \
|| scripts/genCommitLog
AC_PROG_GCC_TRADITIONAL
AC_C_VOLATILE
AC_ISC_POSIX
-AC_PATH_PROG(PATH_SH, sh)
+
AC_PATH_PROG(PATH_PERL, perl)
+AC_PATH_PROG(PATH_SH, sh)
+AC_PATH_PROG(PATH_TEST, test)
AC_ARG_WITH(net-snmp-config,
AC_HELP_STRING([--with-net-snmp-config], [+ =net-snmp-config]),