* jm-macros.m4 (gl_MACROS): Remove use of AC_CONFIG_LIBOBJ_DIR(lib).
authorJim Meyering <jim@meyering.net>
Sat, 7 Oct 2006 15:53:03 +0000 (15:53 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 7 Oct 2006 15:53:03 +0000 (15:53 +0000)
It is no longer needed, and was causing dependencies to appear
in lib/lib/.deps, which provoked a "make distcheck" failure.

m4/ChangeLog
m4/jm-macros.m4

index c103d980712ece33953953d21d3cc58a7e39e6a6..6def26c5393b0ceb6f0e1aa9c07245d6635d2fc4 100644 (file)
@@ -1,3 +1,9 @@
+2006-10-07  Jim Meyering  <jim@meyering.net>
+
+       * jm-macros.m4 (gl_MACROS): Remove use of AC_CONFIG_LIBOBJ_DIR(lib).
+       It is no longer needed, and was causing dependencies to appear
+       in lib/lib/.deps, which provoked a "make distcheck" failure.
+
 2006-09-29  Jim Meyering  <jim@meyering.net>
 
        * readdir.m4: Remove file once again.
index e0188e66b4d13590889477d998bce24ad14e4ccb..48eea6f9f37b79fe07a3aad94908499bdc195de4 100644 (file)
@@ -46,8 +46,6 @@ AC_DEFUN([gl_MACROS],
 
   AC_REQUIRE([AC_FUNC_FSEEKO])
 
-  AC_CONFIG_LIBOBJ_DIR([lib])
-
   # By default, argmatch should fail calling usage (1).
   AC_DEFINE(ARGMATCH_DIE, [usage (1)],
            [Define to the function xargmatch calls on failures.])