emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r102394: * configure.in: Do not check


From: Dan Nicolaescu
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r102394: * configure.in: Do not check for unconditionally included headers.
Date: Sun, 14 Nov 2010 22:39:02 -0800
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 102394
committer: Dan Nicolaescu <address@hidden>
branch nick: trunk
timestamp: Sun 2010-11-14 22:39:02 -0800
message:
  * configure.in: Do not check for unconditionally included headers.
modified:
  ChangeLog
  configure
  configure.in
  src/config.in
=== modified file 'ChangeLog'
--- a/ChangeLog 2010-11-09 20:07:10 +0000
+++ b/ChangeLog 2010-11-15 06:39:02 +0000
@@ -1,3 +1,7 @@
+2010-11-15  Dan Nicolaescu  <address@hidden>
+
+       * configure.in: Do not check for unconditionally included headers.
+
 2010-11-09  Stefan Monnier  <address@hidden>
 
        * .dir-locals.el (log-edit-mode): Set log-edit-rewrite-fixes.

=== modified file 'configure'
--- a/configure 2010-11-09 20:07:10 +0000
+++ b/configure 2010-11-15 06:39:02 +0000
@@ -6221,10 +6221,10 @@
 
 fi
 
-for ac_header in sys/select.h sys/timeb.h sys/time.h unistd.h utime.h \
-  linux/version.h sys/systeminfo.h termios.h limits.h string.h stdlib.h \
-  stdio_ext.h fcntl.h strings.h coff.h pty.h sys/mman.h \
-  sys/param.h sys/vlimit.h sys/resource.h locale.h sys/_mbstate_t.h \
+for ac_header in sys/select.h sys/time.h unistd.h utime.h \
+  linux/version.h sys/systeminfo.h limits.h \
+  stdio_ext.h fcntl.h coff.h pty.h sys/mman.h \
+  sys/vlimit.h sys/resource.h locale.h sys/_mbstate_t.h \
   sys/utsname.h pwd.h utmp.h dirent.h util.h
 do :
   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`

=== modified file 'configure.in'
--- a/configure.in      2010-11-09 20:07:10 +0000
+++ b/configure.in      2010-11-15 06:39:02 +0000
@@ -1218,10 +1218,10 @@
 fi
 
 dnl checks for header files
-AC_CHECK_HEADERS(sys/select.h sys/timeb.h sys/time.h unistd.h utime.h \
-  linux/version.h sys/systeminfo.h termios.h limits.h string.h stdlib.h \
-  stdio_ext.h fcntl.h strings.h coff.h pty.h sys/mman.h \
-  sys/param.h sys/vlimit.h sys/resource.h locale.h sys/_mbstate_t.h \
+AC_CHECK_HEADERS(sys/select.h sys/time.h unistd.h utime.h \
+  linux/version.h sys/systeminfo.h limits.h \
+  stdio_ext.h fcntl.h coff.h pty.h sys/mman.h \
+  sys/vlimit.h sys/resource.h locale.h sys/_mbstate_t.h \
   sys/utsname.h pwd.h utmp.h dirent.h util.h)
 
 AC_MSG_CHECKING(if personality LINUX32 can be set)

=== modified file 'src/config.in'
--- a/src/config.in     2010-11-09 20:07:10 +0000
+++ b/src/config.in     2010-11-15 06:39:02 +0000
@@ -687,9 +687,6 @@
 /* Define to 1 if you have the <sys/systeminfo.h> header file. */
 #undef HAVE_SYS_SYSTEMINFO_H
 
-/* Define to 1 if you have the <sys/timeb.h> header file. */
-#undef HAVE_SYS_TIMEB_H
-
 /* Define to 1 if you have the <sys/time.h> header file. */
 #undef HAVE_SYS_TIME_H
 
@@ -711,9 +708,6 @@
 /* Define to 1 if you have the <sys/_mbstate_t.h> header file. */
 #undef HAVE_SYS__MBSTATE_T_H
 
-/* Define to 1 if you have the <termios.h> header file. */
-#undef HAVE_TERMIOS_H
-
 /* Define to 1 if you have the <term.h> header file. */
 #undef HAVE_TERM_H
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]