autoconf-patches
[Top][All Lists]
Advanced

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

Re: questions about AC_CONFIG_MACRO_DIR


From: Paul Eggert
Subject: Re: questions about AC_CONFIG_MACRO_DIR
Date: Tue, 12 Sep 2006 14:55:51 -0700
User-agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.4 (gnu/linux)

Stepan Kasal <address@hidden> writes:

> -# DIR can be either absolute or relative to $srcdir.
> -AC_DEFUN([AC_CONFIG_MACRO_DIR],
> -[case $1 in
> -  [[\\/]]* | ?:[[\\/]]* ) ac_macro_dir=$1         ;;
> -  *)                      ac_macro_dir=$srcdir/$1 ;;
> -esac
> -test -d "$ac_macro_dir" ||
> -  AC_MSG_ERROR([cannot find macro directory `$1'])
> -])# AC_CONFIG_MACRO_DIR
> +AC_DEFUN([AC_CONFIG_MACRO_DIR], [])

Why get rid of ac_macro_dir entirely?  Is it harmful?  (or pointless? :-)




reply via email to

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