From: Bruno Haible Date: Mon, 23 May 2011 20:37:28 +0000 (+0200) Subject: chdir-safer: Move AC_LIBOBJ invocations to module description. X-Git-Tag: v0.1~2345 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=ca77245a70ba2e9107c536b761da707fac2673af;p=gnulib.git chdir-safer: Move AC_LIBOBJ invocations to module description. * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Remove AC_LIBOBJ invocation. * modules/chdir-safer (Makefile.am): Augment lib_SOURCES. --- diff --git a/ChangeLog b/ChangeLog index 53d8dde82..d8be60e8a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2011-05-23 Bruno Haible + chdir-safer: Move AC_LIBOBJ invocations to module description. + * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Remove AC_LIBOBJ invocation. + * modules/chdir-safer (Makefile.am): Augment lib_SOURCES. + +2011-05-23 Bruno Haible + canonicalize: Move AC_LIBOBJ invocations to module description. * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE): Remove AC_LIBOBJ invocation. diff --git a/m4/chdir-safer.m4 b/m4/chdir-safer.m4 index 83035f3de..0f6e4077d 100644 --- a/m4/chdir-safer.m4 +++ b/m4/chdir-safer.m4 @@ -1,4 +1,4 @@ -#serial 4 +#serial 5 dnl Copyright (C) 2005-2006, 2009-2011 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, @@ -6,6 +6,5 @@ dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_CHDIR_SAFER], [ - AC_LIBOBJ([chdir-safer]) AC_CHECK_FUNCS_ONCE([readlink]) ]) diff --git a/modules/chdir-safer b/modules/chdir-safer index 39cfdc7f6..095a4086c 100644 --- a/modules/chdir-safer +++ b/modules/chdir-safer @@ -18,6 +18,7 @@ configure.ac: gl_CHDIR_SAFER Makefile.am: +lib_SOURCES += chdir-safer.c Include: "chdir-safer.h"