summaryrefslogtreecommitdiff
path: root/m4/jm-macros.m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-10-07 15:53:03 +0000
committerJim Meyering <jim@meyering.net>2006-10-07 15:53:03 +0000
commit181428d65335d463a03c34d7f620131819f4f187 (patch)
tree7efee75cdb4da8fe9ba1e29bda6f54a2511a8d5f /m4/jm-macros.m4
parent4b86e52050bbf70eb2ee934c70b6897f57b400ac (diff)
downloadcoreutils-181428d65335d463a03c34d7f620131819f4f187.tar.xz
* 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.
Diffstat (limited to 'm4/jm-macros.m4')
-rw-r--r--m4/jm-macros.m42
1 files changed, 0 insertions, 2 deletions
diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4
index e0188e66b..48eea6f9f 100644
--- a/m4/jm-macros.m4
+++ b/m4/jm-macros.m4
@@ -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.])