From: Bruno Haible Date: Mon, 23 May 2011 22:58:45 +0000 (+0200) Subject: mpsort: Move AC_LIBOBJ invocations to module description. X-Git-Tag: v0.1~2303 X-Git-Url: http://erislabs.net/gitweb/?a=commitdiff_plain;h=597287083665a20f87aea0be92a453934e726624;p=gnulib.git mpsort: Move AC_LIBOBJ invocations to module description. * m4/mpsort.m4 (gl_MPSORT): Remove AC_LIBOBJ invocation. * modules/mpsort (Makefile.am): Augment lib_SOURCES. --- diff --git a/ChangeLog b/ChangeLog index 4cce26855..979dde645 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2011-05-23 Bruno Haible + mpsort: Move AC_LIBOBJ invocations to module description. + * m4/mpsort.m4 (gl_MPSORT): Remove AC_LIBOBJ invocation. + * modules/mpsort (Makefile.am): Augment lib_SOURCES. + +2011-05-23 Bruno Haible + modechange: Move AC_LIBOBJ invocations to module description. * m4/modechange.m4 (gl_MODECHANGE): Remove AC_LIBOBJ invocation. * modules/modechange (Makefile.am): Augment lib_SOURCES. diff --git a/m4/mpsort.m4 b/m4/mpsort.m4 index c48165fdc..3d662f77c 100644 --- a/m4/mpsort.m4 +++ b/m4/mpsort.m4 @@ -9,5 +9,4 @@ AC_DEFUN([gl_MPSORT], [ AC_REQUIRE([AC_C_RESTRICT]) - AC_LIBOBJ([mpsort]) ]) diff --git a/modules/mpsort b/modules/mpsort index 4804fd0e5..054e979c2 100644 --- a/modules/mpsort +++ b/modules/mpsort @@ -12,6 +12,7 @@ configure.ac: gl_MPSORT Makefile.am: +lib_SOURCES += mpsort.c Include: "mpsort.h"