X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fpty;h=a740cac1ae9bc5038e35d17c188a9957c4f2bc69;hb=9d3af100c7a626ed2b501fb7d0a97936f72ce9ac;hp=9020a1a281552c7ee6aa9be1ec17e39045e5fe90;hpb=8e7bc4d9d435c2d18be77134896aa823733816a0;p=gnulib.git diff --git a/modules/pty b/modules/pty index 9020a1a28..a740cac1a 100644 --- a/modules/pty +++ b/modules/pty @@ -11,7 +11,7 @@ include_next warn-on-use configure.ac: -gl_PTY +gl_PTY_H Makefile.am: BUILT_SOURCES += pty.h @@ -29,6 +29,8 @@ 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_FORKPTY''@|$(HAVE_FORKPTY)|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)' \ @@ -45,7 +47,7 @@ Link: $(PTY_LIB) License: -LGPL +LGPLv2+ Maintainer: Simon Josefsson