* m4/ttyname_r.m4 (gl_FUNC_TTYNAME_R): Move AC_LIBOBJ and
gl_PREREQ_TTYNAME_R invocations from here...
* modules/ttyname_r (configure.ac): ... to here.
+2011-05-22 Bruno Haible <bruno@clisp.org>
+
+ ttyname_r: Move AC_LIBOBJ invocations to module description.
+ * m4/ttyname_r.m4 (gl_FUNC_TTYNAME_R): Move AC_LIBOBJ and
+ gl_PREREQ_TTYNAME_R invocations from here...
+ * modules/ttyname_r (configure.ac): ... to here.
+
2011-05-22 Bruno Haible <bruno@clisp.org>
tsearch: Move AC_LIBOBJ invocations to module description.
-# ttyname_r.m4 serial 7
+# ttyname_r.m4 serial 8
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,
esac
fi
fi
- if test $HAVE_TTYNAME_R = 0 || test $REPLACE_TTYNAME_R = 1; then
- AC_LIBOBJ([ttyname_r])
- gl_PREREQ_TTYNAME_R
- fi
])
# Prerequisites of lib/ttyname_r.c.
configure.ac:
gl_FUNC_TTYNAME_R
+if test $HAVE_TTYNAME_R = 0 || test $REPLACE_TTYNAME_R = 1; then
+ AC_LIBOBJ([ttyname_r])
+ gl_PREREQ_TTYNAME_R
+fi
gl_UNISTD_MODULE_INDICATOR([ttyname_r])
Makefile.am: