* m4/pty.m4 (gl_FUNC_LOGIN_TTY): Move AC_LIBOBJ invocation from here...
* modules/login_tty (configure.ac): ... to here.
+2011-05-21 Bruno Haible <bruno@clisp.org>
+
+ login_tty: Move AC_LIBOBJ invocations to module description.
+ * m4/pty.m4 (gl_FUNC_LOGIN_TTY): Move AC_LIBOBJ invocation from here...
+ * modules/login_tty (configure.ac): ... to here.
+
2011-05-21 Bruno Haible <bruno@clisp.org>
openpty: Move AC_LIBOBJ invocations to module description.
-# pty.m4 serial 11
+# pty.m4 serial 12
dnl Copyright (C) 2010-2011 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
LIBS="$LIBS $PTY_LIB"
AC_CHECK_FUNCS([login_tty])
LIBS="$gl_saved_LIBS"
- if test $ac_cv_func_login_tty = no; then
- AC_LIBOBJ([login_tty])
- fi
])
configure.ac:
gl_FUNC_LOGIN_TTY
+if test $ac_cv_func_login_tty = no; then
+ AC_LIBOBJ([login_tty])
+fi
gl_PTY_MODULE_INDICATOR([login_tty])
Makefile.am: