Re: questions about AC_CONFIG_MACRO_DIR

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

 



Stepan Kasal <kasal@xxxxxx> 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? :-)


_______________________________________________
Autoconf mailing list
Autoconf@xxxxxxx
http://lists.gnu.org/mailman/listinfo/autoconf

[Index of Archives]     [GCC Help]     [Kernel Discussion]     [RPM Discussion]     [Red Hat Development]     [Yosemite News]     [Linux USB]     [Samba]

  Powered by Linux