From: Bruno Haible Date: Tue, 24 May 2011 00:00:29 +0000 (+0200) Subject: stdlib-safer: Move AC_LIBOBJ invocations to module description. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de781f387061cbdf71f4a127b52726a541b0b176;p=pspp stdlib-safer: Move AC_LIBOBJ invocations to module description. * m4/stdlib-safer.m4: Remove file. * modules/stdlib-safer (Files): Remove m4/stdlib-safer.m4. (configure.ac): Remove gl_STDLIB_SAFER call. (Makefile.am): Augment lib_SOURCES. --- diff --git a/ChangeLog b/ChangeLog index 3b2929661d..4e0b749f02 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2011-05-23 Bruno Haible + + stdlib-safer: Move AC_LIBOBJ invocations to module description. + * m4/stdlib-safer.m4: Remove file. + * modules/stdlib-safer (Files): Remove m4/stdlib-safer.m4. + (configure.ac): Remove gl_STDLIB_SAFER call. + (Makefile.am): Augment lib_SOURCES. + 2011-05-23 Bruno Haible tmpfile-safer: Move AC_LIBOBJ invocations to module description. diff --git a/m4/stdlib-safer.m4 b/m4/stdlib-safer.m4 deleted file mode 100644 index 692624c23b..0000000000 --- a/m4/stdlib-safer.m4 +++ /dev/null @@ -1,10 +0,0 @@ -# stdlib-safer.m4 serial 2 -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, -dnl with or without modifications, as long as this notice is preserved. - -AC_DEFUN([gl_STDLIB_SAFER], -[ - AC_LIBOBJ([mkstemp-safer]) -]) diff --git a/modules/stdlib-safer b/modules/stdlib-safer index c93d71a304..8dbd682b46 100644 --- a/modules/stdlib-safer +++ b/modules/stdlib-safer @@ -5,7 +5,6 @@ Files: lib/stdlib--.h lib/stdlib-safer.h lib/mkstemp-safer.c -m4/stdlib-safer.m4 Depends-on: fd-safer-flag @@ -14,9 +13,9 @@ stdlib unistd-safer configure.ac: -gl_STDLIB_SAFER Makefile.am: +lib_SOURCES += mkstemp-safer.c Include: "stdlib-safer.h"