* m4/ptsname.m4 (gl_FUNC_PTSNAME): Move AC_LIBOBJ and gl_PREREQ_PTSNAME
invocations from here...
* modules/ptsname (configure.ac): ... to here.
+2011-05-21 Bruno Haible <bruno@clisp.org>
+
+ ptsname: Move AC_LIBOBJ invocations to module description.
+ * m4/ptsname.m4 (gl_FUNC_PTSNAME): Move AC_LIBOBJ and gl_PREREQ_PTSNAME
+ invocations from here...
+ * modules/ptsname (configure.ac): ... to here.
+
2011-05-21 Bruno Haible <bruno@clisp.org>
pread: Move AC_LIBOBJ invocations to module description.
-# ptsname.m4 serial 1
+# ptsname.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([ptsname])
if test $ac_cv_func_ptsname = no; then
HAVE_PTSNAME=0
- AC_LIBOBJ([ptsname])
- gl_PREREQ_PTSNAME
fi
])
configure.ac:
gl_FUNC_PTSNAME
+if test $HAVE_PTSNAME = 0; then
+ AC_LIBOBJ([ptsname])
+ gl_PREREQ_PTSNAME
+fi
gl_STDLIB_MODULE_INDICATOR([ptsname])
Makefile.am: