From: Bruno Haible Date: Mon, 23 May 2011 20:54:04 +0000 (+0200) Subject: c-strtod: Move AC_LIBOBJ invocations to module description. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9dc832be349ac6317de3af56db94c8163fc26707;p=pspp c-strtod: Move AC_LIBOBJ invocations to module description. * m4/c-strtod.m4 (gl_C_STRTOD): Remove AC_LIBOBJ invocation. * modules/c-strtod (Makefile.am): Augment lib_SOURCES. --- diff --git a/ChangeLog b/ChangeLog index f3c42d3daa..c245a7a520 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2011-05-23 Bruno Haible + + c-strtod: Move AC_LIBOBJ invocations to module description. + * m4/c-strtod.m4 (gl_C_STRTOD): Remove AC_LIBOBJ invocation. + * modules/c-strtod (Makefile.am): Augment lib_SOURCES. + 2011-05-23 Bruno Haible crc: Move AC_LIBOBJ invocations to module description. diff --git a/m4/c-strtod.m4 b/m4/c-strtod.m4 index d5f5f502cb..5229a1b905 100644 --- a/m4/c-strtod.m4 +++ b/m4/c-strtod.m4 @@ -1,4 +1,4 @@ -# c-strtod.m4 serial 12 +# c-strtod.m4 serial 13 # Copyright (C) 2004-2006, 2009-2011 Free Software Foundation, Inc. # This file is free software; the Free Software Foundation @@ -33,11 +33,9 @@ AC_DEFUN([gl_C99_STRTOLD], fi ]) +dnl Prerequisites of lib/c-strtod.c. AC_DEFUN([gl_C_STRTOD], [ - AC_LIBOBJ([c-strtod]) - - dnl Prerequisites of lib/c-strtod.c. AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS]) AC_CHECK_FUNCS([strtod_l]) diff --git a/modules/c-strtod b/modules/c-strtod index 3bed82552c..7999d45ee4 100644 --- a/modules/c-strtod +++ b/modules/c-strtod @@ -15,6 +15,7 @@ configure.ac: gl_C_STRTOD Makefile.am: +lib_SOURCES += c-strtod.c Include: "c-strtod.h"