Mercurial > hg > octave-nkf > gnulib-hg
changeset 14967:f5c94f32d08b
getlogin_r: Move AC_LIBOBJ invocations to module description.
* m4/getlogin_r.m4 (gl_FUNC_GETLOGIN_R): Move AC_LIBOBJ and
gl_PREREQ_GETLOGIN_R invocations from here...
* modules/getlogin_r (configure.ac): ... to here.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sun, 08 May 2011 12:18:00 +0200 |
parents | 81d610ee79d1 |
children | 87792dbdedee |
files | ChangeLog m4/getlogin_r.m4 modules/getlogin_r |
diffstat | 3 files changed, 12 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2011-05-08 Bruno Haible <bruno@clisp.org> + + getlogin_r: Move AC_LIBOBJ invocations to module description. + * m4/getlogin_r.m4 (gl_FUNC_GETLOGIN_R): Move AC_LIBOBJ and + gl_PREREQ_GETLOGIN_R invocations from here... + * modules/getlogin_r (configure.ac): ... to here. + 2011-05-08 Bruno Haible <bruno@clisp.org> getlogin: Move AC_LIBOBJ invocations to module description.
--- a/m4/getlogin_r.m4 +++ b/m4/getlogin_r.m4 @@ -1,4 +1,4 @@ -#serial 9 +#serial 10 # Copyright (C) 2005-2007, 2009-2011 Free Software Foundation, Inc. # @@ -76,10 +76,6 @@ *) REPLACE_GETLOGIN_R=1 ;; esac fi - if test $HAVE_GETLOGIN_R = 0 || test $REPLACE_GETLOGIN_R = 1; then - AC_LIBOBJ([getlogin_r]) - gl_PREREQ_GETLOGIN_R - fi ]) AC_DEFUN([gl_PREREQ_GETLOGIN_R],