Rename gl_FORKPTY and gl_OPENPTY.
authorBruno Haible <bruno@clisp.org>
Sat, 27 Mar 2010 12:59:19 +0000 (13:59 +0100)
committerBruno Haible <bruno@clisp.org>
Sat, 27 Mar 2010 12:59:19 +0000 (13:59 +0100)
ChangeLog
m4/pty.m4
modules/forkpty
modules/openpty

index d833549..fb9e308 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2010-03-27  Bruno Haible  <bruno@clisp.org>
+
+       * m4/pty.m4 (gl_FUNC_FORKPTY): Renamed from gl_FORKPTY.
+       (gl_FUNC_OPENPTY): Renamed from gl_OPENPTY.
+       * modules/forkpty (configure.ac): Update.
+       * modules/openpty (configure.ac): Update.
+
 2010-03-26  Simon Josefsson  <simon@josefsson.org>
 
        * top/maint.mk (sc_texinfo_acronym): Don't infloop if there is
index 60bd73f..355db28 100644 (file)
--- a/m4/pty.m4
+++ b/m4/pty.m4
@@ -1,4 +1,4 @@
-# pty.m4 serial 5
+# pty.m4 serial 6
 dnl Copyright (C) 2010 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -20,7 +20,7 @@ AC_DEFUN([gl_PTY_LIB],
   AC_SUBST([PTY_LIB])
 ])
 
-AC_DEFUN([gl_FORKPTY],
+AC_DEFUN([gl_FUNC_FORKPTY],
 [
   AC_REQUIRE([gl_PTY_LIB])
   AC_REQUIRE([gl_PTY_H])
@@ -72,7 +72,7 @@ AC_DEFUN([gl_FORKPTY],
   fi
 ])
 
-AC_DEFUN([gl_OPENPTY],
+AC_DEFUN([gl_FUNC_OPENPTY],
 [
   AC_REQUIRE([gl_PTY_LIB])
   AC_REQUIRE([gl_PTY_H])
index 6df3cb4..78ba504 100644 (file)
@@ -12,7 +12,7 @@ openpty
 login_tty
 
 configure.ac:
-gl_FORKPTY
+gl_FUNC_FORKPTY
 gl_PTY_MODULE_INDICATOR([forkpty])
 
 Makefile.am:
index bfe427d..b2d9685 100644 (file)
@@ -12,7 +12,7 @@ fcntl-h
 ioctl
 
 configure.ac:
-gl_OPENPTY
+gl_FUNC_OPENPTY
 gl_PTY_MODULE_INDICATOR([openpty])
 
 Makefile.am: