automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

AC_PATH_PROG


From: Mattias Brändström
Subject: AC_PATH_PROG
Date: Mon, 2 Jun 2003 09:54:15 +0200 (CEST)

Hello!

If I have something like this in my configure.ac:

AC_PATH_PROG(SED, sed)
AC_ARG_VAR(SED, [path to sed])

Now everything works fine when sed is in my PATH, but I would like for
./configure to fail if sed isn't in my PATH. Is there a standard way to do
this? I haven't found any.

If someone here has any pointers I would really appriciate it!

:.:: mattias




reply via email to

[Prev in Thread] Current Thread [Next in Thread]