From: Jim Meyering Date: Sat, 7 Oct 2006 15:53:03 +0000 (+0000) Subject: * jm-macros.m4 (gl_MACROS): Remove use of AC_CONFIG_LIBOBJ_DIR(lib). X-Git-Tag: COREUTILS-6_4~62 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=181428d65335d463a03c34d7f620131819f4f187;p=thirdparty%2Fcoreutils.git * 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. --- diff --git a/m4/ChangeLog b/m4/ChangeLog index c103d98071..6def26c539 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,3 +1,9 @@ +2006-10-07 Jim Meyering + + * 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 * readdir.m4: Remove file once again. diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4 index e0188e66b4..48eea6f9f3 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.])