]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* acspecific.m4 (_AC_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Cache
authorPavel Roskin <proski@gnu.org>
Wed, 20 Sep 2000 13:01:44 +0000 (13:01 +0000)
committerPavel Roskin <proski@gnu.org>
Wed, 20 Sep 2000 13:01:44 +0000 (13:01 +0000)
variable wasn't always set inside AC_CACHE_CHECK.
(_AC_HEADER_TIOCGWINSZ_IN_SYS_IOCTL): Likewise.

ChangeLog
acspecific.m4
lib/autoconf/specific.m4

index f7a13174111585086d4300b478b0bf178cb91cc2..d027fd5941c45992369150df2e4d0b309bef3add 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,11 @@
 2000-09-20  Pavel Roskin  <proski@gnu.org>
 
+       * acspecific.m4 (_AC_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Cache
+       variable wasn't always set inside AC_CACHE_CHECK.
+       (_AC_HEADER_TIOCGWINSZ_IN_SYS_IOCTL): Likewise.
+
        * libm4.m4 (m4_ifvanl): Don't output a newline for empty
-       arguments
+       arguments.
 
 2000-09-19  Akim Demaille  <akim@epita.fr>
 
index d71df813caf2af003fa2d29a924ec8cd0060d9c2..7a962e3685d24e47475e6c625933a3257ee20b1a 100644 (file)
@@ -559,7 +559,8 @@ define([_AC_HEADER_TIOCGWINSZ_IN_TERMIOS_H],
   yes
 #endif
 ],
-                ac_cv_sys_tiocgwinsz_in_termios_h=yes)])
+                ac_cv_sys_tiocgwinsz_in_termios_h=yes,
+                ac_cv_sys_tiocgwinsz_in_termios_h=no)])
 ])# _AC_HEADER_TIOCGWINSZ_IN_TERMIOS_H
 
 
@@ -575,7 +576,8 @@ define([_AC_HEADER_TIOCGWINSZ_IN_SYS_IOCTL],
   yes
 #endif
 ],
-                ac_cv_sys_tiocgwinsz_in_sys_ioctl_h=yes)])
+                ac_cv_sys_tiocgwinsz_in_sys_ioctl_h=yes,
+                ac_cv_sys_tiocgwinsz_in_sys_ioctl_h=no)])
 ])# _AC_HEADER_TIOCGWINSZ_IN_SYS_IOCTL
 
 
index d71df813caf2af003fa2d29a924ec8cd0060d9c2..7a962e3685d24e47475e6c625933a3257ee20b1a 100644 (file)
@@ -559,7 +559,8 @@ define([_AC_HEADER_TIOCGWINSZ_IN_TERMIOS_H],
   yes
 #endif
 ],
-                ac_cv_sys_tiocgwinsz_in_termios_h=yes)])
+                ac_cv_sys_tiocgwinsz_in_termios_h=yes,
+                ac_cv_sys_tiocgwinsz_in_termios_h=no)])
 ])# _AC_HEADER_TIOCGWINSZ_IN_TERMIOS_H
 
 
@@ -575,7 +576,8 @@ define([_AC_HEADER_TIOCGWINSZ_IN_SYS_IOCTL],
   yes
 #endif
 ],
-                ac_cv_sys_tiocgwinsz_in_sys_ioctl_h=yes)])
+                ac_cv_sys_tiocgwinsz_in_sys_ioctl_h=yes,
+                ac_cv_sys_tiocgwinsz_in_sys_ioctl_h=no)])
 ])# _AC_HEADER_TIOCGWINSZ_IN_SYS_IOCTL