From 0c36c3169eddff793fa25a99519e4405f81d6df3 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 22 Mar 2010 00:10:01 +0100 Subject: openpty: Provide replacement on AIX, HP-UX, IRIX, Solaris. --- modules/pty | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/pty') diff --git a/modules/pty b/modules/pty index 9020a1a281..ead3a7e129 100644 --- a/modules/pty +++ b/modules/pty @@ -29,6 +29,7 @@ pty.h: pty.in.h $(CXXDEFS_H) $(WARN_ON_USE_H) -e 's|@''GNULIB_OPENPTY''@|$(GNULIB_OPENPTY)|g' \ -e 's|@''HAVE_UTIL_H''@|$(HAVE_UTIL_H)|g' \ -e 's|@''HAVE_LIBUTIL_H''@|$(HAVE_LIBUTIL_H)|g' \ + -e 's|@''HAVE_OPENPTY''@|$(HAVE_OPENPTY)|g' \ -e 's|@''REPLACE_FORKPTY''@|$(REPLACE_FORKPTY)|g' \ -e 's|@''REPLACE_OPENPTY''@|$(REPLACE_OPENPTY)|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ -- cgit v1.2.1