summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2007-11-01 18:35:04 +0100
committerJim Meyering <meyering@redhat.com>2007-11-08 10:55:02 +0100
commitca5b9746c86355cbb6c2053242b2e800a3f1ca4f (patch)
treecef8afc5f834bc02a5602318086aa8f4a0543c44
parent656c37d630880bb92d36fec44dca2114252d3550 (diff)
downloadcoreutils-ca5b9746c86355cbb6c2053242b2e800a3f1ca4f.tar.xz
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.
-rw-r--r--ChangeLog6
-rw-r--r--configure.ac4
2 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index bcc51118f..996e1dd61 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-11-08 Jim Meyering <meyering@redhat.com>
+
+ 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 <meyering@redhat.com>
Fix bootstrap failure to handle files like lib/uniwidth/cjk.h.
diff --git a/configure.ac b/configure.ac
index 494155a18..7cc749356 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 <sys/types.h>