[Mesa-dev] [PATCH] configure.ac: use AC_PROG_SED

Gaetan Nadon memsize at videotron.ca
Wed Jan 11 16:54:01 PST 2012


On 12-01-11 01:16 AM, Matt Turner wrote:
> AC_PROG_PATH was used in the original configure.ac (dca1b796b) and I
> can't see any reason AC_PROG_SED wasn't used.
>
> Signed-off-by: Matt Turner <mattst88 at gmail.com>
> ---
>  configure.ac |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/configure.ac b/configure.ac
> index c0abeb9..08a0209 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -38,8 +38,8 @@ AC_PROG_CC
>  AC_PROG_CXX
>  AC_CHECK_PROGS([MAKE], [gmake make])
>  AC_CHECK_PROGS([PYTHON2], [python2 python])
Consider using AM_PATH_PYTHON([2])
http://www.gnu.org/software/automake/manual/automake.html#Python
> +AC_PROG_SED
Correct
>  AC_PATH_PROG([MKDEP], [makedepend])
> -AC_PATH_PROG([SED], [sed])
>  
>  if test "x$MKDEP" = "x"; then
>      AC_MSG_ERROR([makedepend is required to build Mesa])



More information about the mesa-dev mailing list