back out last change
authorJim Meyering <jim@meyering.net>
Sat, 25 Mar 2000 18:26:47 +0000 (18:26 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 25 Mar 2000 18:26:47 +0000 (18:26 +0000)
m4/ChangeLog
m4/jm-macros.m4

index 8c5745fe7ec67544fda4b177a9b74ccd3b151f07..df1c810a7a9b92e9f0b74856a9fe8770a4eca662 100644 (file)
@@ -1,8 +1,3 @@
-2000-03-24  Jim Meyering  <meyering@lucent.com>
-
-       * jm-macros.m4 (jm_MACROS): Invoke `AC_CONFIG_AUX_DIR(.)' to work
-       around bug that made cvs-automake complain it couldn't find lib/depcomp.
-
 2000-03-10  Jim Meyering  <meyering@lucent.com>
 
        * lib-check.m4: Look for getspnam in -lgen, too.
index d60f2d53754de33e6e9e7dced6c11d44a449f576..a991628ee46d066a1982b731d71063a68d1bba9e 100644 (file)
@@ -1,4 +1,4 @@
-#serial 14
+#serial 13
 
 dnl Misc type-related macros for fileutils, sh-utils, textutils.
 
@@ -6,10 +6,6 @@ AC_DEFUN(jm_MACROS,
 [
   AC_PREREQ(2.14a)
 
-  # Kludge to work around bug in latest cvs automake.
-  # FIXME: remove this directive once the bug is fixed.
-  AC_CONFIG_AUX_DIR(.)
-
   GNU_PACKAGE="GNU $PACKAGE"
   AC_DEFINE_UNQUOTED(GNU_PACKAGE, "$GNU_PACKAGE",
     [The concatenation of the strings `GNU ', and PACKAGE.])
@@ -20,7 +16,7 @@ AC_DEFUN(jm_MACROS,
   AC_SUBST(MAN)
   AC_SUBST(DF_PROG)
 
-  # This macro actually runs replacement code.  See isc-posix.m4.
+  dnl This macro actually runs replacement code.  See isc-posix.m4.
   AC_REQUIRE([AC_ISC_POSIX])dnl
 
   AC_CHECK_HEADERS( \