From ca5b9746c86355cbb6c2053242b2e800a3f1ca4f Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 1 Nov 2007 18:35:04 +0100 Subject: [PATCH] Adapt to gnulib's s/jm_/gl_/ cache variable renaming. * configure.ac: Change the cache variable name prefix "jm_" to "gl_", to match today's change in gnulib. --- ChangeLog | 6 ++++++ configure.ac | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index bcc5111..996e1dd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-11-08 Jim Meyering + + Adapt to gnulib's s/jm_/gl_/ cache variable renaming. + * configure.ac: Change the cache variable name prefix "jm_" to "gl_", + to match today's change in gnulib. + 2007-11-05 Jim Meyering Fix bootstrap failure to handle files like lib/uniwidth/cjk.h. diff --git a/configure.ac b/configure.ac index 494155a..7cc7493 100644 --- a/configure.ac +++ b/configure.ac @@ -217,8 +217,8 @@ gl_WINSIZE_IN_PTEM gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H -if test $jm_cv_sys_tiocgwinsz_needs_termios_h = no && \ - test $jm_cv_sys_tiocgwinsz_needs_sys_ioctl_h = no; then +if test $gl_cv_sys_tiocgwinsz_needs_termios_h = no && \ + test $gl_cv_sys_tiocgwinsz_needs_sys_ioctl_h = no; then AC_MSG_CHECKING(TIOCGWINSZ in sys/pty.h) AC_CACHE_VAL(su_cv_sys_tiocgwinsz_in_sys_pty_h, [AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include -- 2.7.4