]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* lib/autoconf/general.m4 (AC_CONFIG_MACRO_DIR): Remove a
authorStepan Kasal <kasal@ucw.cz>
Thu, 14 Sep 2006 09:40:59 +0000 (09:40 +0000)
committerStepan Kasal <kasal@ucw.cz>
Thu, 14 Sep 2006 09:40:59 +0000 (09:40 +0000)
  the path at runtime.

ChangeLog
lib/autoconf/general.m4

index f189ca99ce0923e0ac8622cd199956f493a2b902..5bb2d1084441a8e015c533d4350e25aca08e4536 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-09-14  Stepan Kasal  <kasal@ucw.cz>
+
+       * lib/autoconf/general.m4 (AC_CONFIG_MACRO_DIR): Remove a
+          mistaken comment: the path has to be relative; do not use
+         the path at runtime.
+
 2006-09-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Quote the
@@ -13,8 +19,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 05ecfe94197c61d3cf017b4881ffb18ab133ff1b..2b503c4a015d4151c366677459ccf71ee1511a7a 100644 (file)
@@ -1627,13 +1627,7 @@ AC_PROVIDE([AC_CONFIG_AUX_DIR_DEFAULT])dnl
 # 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], [])