Subject: autoconf AC_PATH_PROGS question
To: None <tech-pkg@netbsd.org>
From: Manuel Bouyer <bouyer@antioche.eu.org>
List: tech-pkg
Date: 11/15/2006 19:43:24
Hi,
I have a configure.in which does:
AC_PATH_PROGS(SHUTDOWN, shutdown shutdown.bsd, no)

and this fails as a normal user because autoconf will create a script
which does test -x /sbin/shutdown, and shutdown is not executable for
anyone. Is theres a clean way to fix this in autoconf, or shall I
remove the check from the generated script by hand ?

-- 
Manuel Bouyer <bouyer@antioche.eu.org>
     NetBSD: 26 ans d'experience feront toujours la difference
--