From: Jim Meyering Date: Thu, 1 Nov 2007 17:35:04 +0000 (+0100) Subject: Adapt to gnulib's s/jm_/gl_/ cache variable renaming. X-Git-Tag: v6.9.90~62 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca5b9746c86355cbb6c2053242b2e800a3f1ca4f;p=thirdparty%2Fcoreutils.git 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. --- diff --git a/ChangeLog b/ChangeLog index bcc51118f5..996e1dd61e 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 494155a185..7cc7493564 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