summaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorChristos Zoulas <christos@zoulas.com>2007-10-09 20:00:11 +0000
committerChristos Zoulas <christos@zoulas.com>2007-10-09 20:00:11 +0000
commitd79d079ed13a22cda3e1835dea733f0294f03ccc (patch)
treea0951e69bf8f2441c43f17d90036be9b89b6d5e3 /acinclude.m4
parent59af812ecbe9e99e8f35f5c95848e2a2c8ccf065 (diff)
downloadfile-git-d79d079ed13a22cda3e1835dea733f0294f03ccc.tar.gz
Regen.
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m44
1 files changed, 0 insertions, 4 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 4c27a4bd..f92a2d1d 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -157,8 +157,6 @@ fi
dnl AC_HEADER_STDINT
AC_DEFUN([AC_HEADER_STDINT], [AC_CHECK_HEADERS(stdint.h)])
-#serial 19
-
dnl By default, many hosts won't let programs access large files;
dnl one must use special compiler options to get large-file access to work.
dnl For more details about this brain damage please see:
@@ -252,8 +250,6 @@ AC_DEFUN([AC_FUNC_FSEEKO],
[Define if fseeko (and presumably ftello) exists and is declared.])
fi])
-# serial 9
-
# From Paul Eggert.
# BeOS 5 has <wchar.h> but does not define mbstate_t,