From: Bruno Haible Date: Mon, 23 May 2011 23:02:05 +0000 (+0200) Subject: physmem: Move AC_LIBOBJ invocations to module description. X-Git-Tag: v0.1~2301 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=389b7c743b7145ae08d23afc71f0f89708f6be94;p=gnulib.git physmem: Move AC_LIBOBJ invocations to module description. * m4/physmem.m4 (gl_PHYSMEM): Remove AC_LIBOBJ invocation. * modules/physmem (Makefile.am): Augment lib_SOURCES. --- diff --git a/ChangeLog b/ChangeLog index 9282e3e64..b585b9336 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2011-05-23 Bruno Haible + physmem: Move AC_LIBOBJ invocations to module description. + * m4/physmem.m4 (gl_PHYSMEM): Remove AC_LIBOBJ invocation. + * modules/physmem (Makefile.am): Augment lib_SOURCES. + +2011-05-23 Bruno Haible + pagealign_alloc: Move AC_LIBOBJ invocations to module description. * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Remove AC_LIBOBJ invocation. diff --git a/m4/physmem.m4 b/m4/physmem.m4 index e28c4df5b..6058f48e1 100644 --- a/m4/physmem.m4 +++ b/m4/physmem.m4 @@ -1,4 +1,4 @@ -# physmem.m4 serial 10 +# physmem.m4 serial 11 dnl Copyright (C) 2002-2003, 2005-2006, 2008-2011 Free Software Foundation, dnl Inc. dnl This file is free software; the Free Software Foundation @@ -28,8 +28,6 @@ AC_DEFUN([gl_SYS__SYSTEM_CONFIGURATION], AC_DEFUN([gl_PHYSMEM], [ - AC_LIBOBJ([physmem]) - # Prerequisites of lib/physmem.c. AC_CHECK_HEADERS([sys/pstat.h sys/sysmp.h sys/sysinfo.h \ machine/hal_sysinfo.h sys/table.h sys/param.h sys/systemcfg.h],,, diff --git a/modules/physmem b/modules/physmem index 12f167966..9644522e0 100644 --- a/modules/physmem +++ b/modules/physmem @@ -12,6 +12,7 @@ configure.ac: gl_PHYSMEM Makefile.am: +lib_SOURCES += physmem.c Include: "physmem.h"