From: Bruno Haible Date: Mon, 23 May 2011 21:17:44 +0000 (+0200) Subject: openat-safer: Move AC_LIBOBJ invocations to module description. X-Git-Tag: v0.1~2330 X-Git-Url: http://erislabs.net/gitweb/?a=commitdiff_plain;h=e2de58e827ce0af0b6d38d08ffc89ab04e7b41ac;p=gnulib.git openat-safer: Move AC_LIBOBJ invocations to module description. * m4/fcntl-safer.m4 (gl_OPENAT_SAFER): Remove AC_LIBOBJ invocation. * modules/openat-safer (Makefile.am): Augment lib_SOURCES. --- diff --git a/ChangeLog b/ChangeLog index bbd8249e1..f1f7e0d68 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2011-05-23 Bruno Haible + openat-safer: Move AC_LIBOBJ invocations to module description. + * m4/fcntl-safer.m4 (gl_OPENAT_SAFER): Remove AC_LIBOBJ invocation. + * modules/openat-safer (Makefile.am): Augment lib_SOURCES. + +2011-05-23 Bruno Haible + fcntl-safer: Move AC_LIBOBJ invocations to module description. * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove AC_LIBOBJ invocations. * modules/fcntl-safer (Makefile.am): Augment lib_SOURCES. diff --git a/m4/fcntl-safer.m4 b/m4/fcntl-safer.m4 index 394c51028..1714530b3 100644 --- a/m4/fcntl-safer.m4 +++ b/m4/fcntl-safer.m4 @@ -1,4 +1,4 @@ -#serial 8 +#serial 9 dnl Copyright (C) 2005-2007, 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, @@ -13,5 +13,4 @@ AC_DEFUN([gl_FCNTL_SAFER], AC_DEFUN([gl_OPENAT_SAFER], [ AC_REQUIRE([gl_FCNTL_SAFER]) - AC_LIBOBJ([openat-safer]) ]) diff --git a/modules/openat-safer b/modules/openat-safer index d59588396..f8194e45f 100644 --- a/modules/openat-safer +++ b/modules/openat-safer @@ -17,6 +17,7 @@ gl_OPENAT_SAFER gl_MODULE_INDICATOR([openat-safer]) Makefile.am: +lib_SOURCES += openat-safer.c Include: "fcntl-safer.h"