changeset 13059:64b57ae70f5e

Rename gl_FORKPTY and gl_OPENPTY.
author Bruno Haible <bruno@clisp.org>
date Sat, 27 Mar 2010 13:59:19 +0100
parents 837c718e0708
children d9ea14bb03f8
files ChangeLog m4/pty.m4 modules/forkpty modules/openpty
diffstat 4 files changed, 12 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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_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 @@
   fi
 ])
 
-AC_DEFUN([gl_OPENPTY],
+AC_DEFUN([gl_FUNC_OPENPTY],
 [
   AC_REQUIRE([gl_PTY_LIB])
   AC_REQUIRE([gl_PTY_H])
--- a/modules/forkpty
+++ b/modules/forkpty
@@ -12,7 +12,7 @@
 login_tty
 
 configure.ac:
-gl_FORKPTY
+gl_FUNC_FORKPTY
 gl_PTY_MODULE_INDICATOR([forkpty])
 
 Makefile.am:
--- a/modules/openpty
+++ b/modules/openpty
@@ -12,7 +12,7 @@
 ioctl
 
 configure.ac:
-gl_OPENPTY
+gl_FUNC_OPENPTY
 gl_PTY_MODULE_INDICATOR([openpty])
 
 Makefile.am: