1
0
mirror of https://https.git.savannah.gnu.org/git/gnulib.git synced 2026-05-13 15:13:36 +00:00

physmem: Move AC_LIBOBJ invocations to module description.

* m4/physmem.m4 (gl_PHYSMEM): Remove AC_LIBOBJ invocation.
* modules/physmem (Makefile.am): Augment lib_SOURCES.
This commit is contained in:
Bruno Haible
2011-05-24 01:02:05 +02:00
parent 176cd19360
commit 389b7c743b
3 changed files with 8 additions and 3 deletions

View File

@@ -1,3 +1,9 @@
2011-05-23 Bruno Haible <bruno@clisp.org>
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 <bruno@clisp.org>
pagealign_alloc: Move AC_LIBOBJ invocations to module description.

View File

@@ -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],,,

View File

@@ -12,6 +12,7 @@ configure.ac:
gl_PHYSMEM
Makefile.am:
lib_SOURCES += physmem.c
Include:
"physmem.h"