* m4/unlockpt.m4 (gl_FUNC_UNLOCKPT): Move AC_LIBOBJ and
gl_PREREQ_UNLOCKPT invocations from here...
* modules/unlockpt (configure.ac): ... to here.
+2011-05-22 Bruno Haible <bruno@clisp.org>
+
+ unlockpt: Move AC_LIBOBJ invocations to module description.
+ * m4/unlockpt.m4 (gl_FUNC_UNLOCKPT): Move AC_LIBOBJ and
+ gl_PREREQ_UNLOCKPT invocations from here...
+ * modules/unlockpt (configure.ac): ... to here.
+
2011-05-22 Bruno Haible <bruno@clisp.org>
unlink: Respect rules for use of AC_LIBOBJ.
-# unlockpt.m4 serial 1
+# unlockpt.m4 serial 2
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,
AC_CHECK_FUNCS([unlockpt])
if test $ac_cv_func_unlockpt = no; then
HAVE_UNLOCKPT=0
- AC_LIBOBJ([unlockpt])
- gl_PREREQ_UNLOCKPT
fi
])
configure.ac:
gl_FUNC_UNLOCKPT
+if test $HAVE_UNLOCKPT = 0; then
+ AC_LIBOBJ([unlockpt])
+ gl_PREREQ_UNLOCKPT
+fi
gl_STDLIB_MODULE_INDICATOR([unlockpt])
Makefile.am: