2006-09-12 Stepan Kasal * lib/autoconf/general.m4 (AC_CONFIG_AUX_DIR): Remove a mistaken comment; the path has to be relative. (AC_CONFIG_MACRO_DIR): Likewise, and do not use it at runtime. Index: ChangeLog =================================================================== RCS file: /cvsroot/autoconf/autoconf/ChangeLog,v retrieving revision 1.3031 diff -u -r1.3031 ChangeLog --- ChangeLog 13 Sep 2006 04:48:23 -0000 1.3031 +++ ChangeLog 13 Sep 2006 17:02:32 -0000 @@ -13,8 +13,7 @@ * doc/autoconf.texi (Input): Clarify role of AC_CONFIG_MACRO_DIR. * lib/autoconf/general.m4 (AC_CONFIG_MACRO_DIR): Do not check for the existence of the directory at configure-time. That's - too late, anyway, and possibly the directory isn't part of the - distribution. Problem reported by Stefan Seefeld. + too late, anyway. Problem reported by Stefan Seefeld. * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Avoid bug in UnixWare 7.1.4 /usr/bin/posix/sh described by Tim Rice in Index: lib/autoconf/general.m4 =================================================================== RCS file: /cvsroot/autoconf/autoconf/lib/autoconf/general.m4,v retrieving revision 1.929 diff -u -r1.929 general.m4 --- lib/autoconf/general.m4 12 Sep 2006 18:16:34 -0000 1.929 +++ lib/autoconf/general.m4 13 Sep 2006 17:02:35 -0000 @@ -1565,7 +1565,6 @@ # ---------------------- # Find install-sh, config.sub, config.guess, and Cygnus configure # in directory DIR. These are auxiliary files used in configuration. -# DIR can be either absolute or relative to $srcdir. AC_DEFUN([AC_CONFIG_AUX_DIR], [AC_CONFIG_AUX_DIRS($1 "$srcdir"/$1)]) @@ -1627,13 +1626,7 @@ # AC_CONFIG_MACRO_DIR(DIR) # ------------------------ # Declare directory containing additional macros for aclocal. -# 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[]dnl -])# AC_CONFIG_MACRO_DIR +AC_DEFUN([AC_CONFIG_MACRO_DIR], [])