summaryrefslogtreecommitdiff
path: root/Build/source/texk/ttfdump/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/ttfdump/configure.ac')
-rw-r--r--Build/source/texk/ttfdump/configure.ac10
1 files changed, 1 insertions, 9 deletions
diff --git a/Build/source/texk/ttfdump/configure.ac b/Build/source/texk/ttfdump/configure.ac
index ab822f5d93f..23d60f744e5 100644
--- a/Build/source/texk/ttfdump/configure.ac
+++ b/Build/source/texk/ttfdump/configure.ac
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
dnl
-dnl Copyright (C) 2009 Peter Breitenlohner <tex-live@tug.org>
+dnl Copyright (C) 2009, 2010 Peter Breitenlohner <tex-live@tug.org>
dnl
dnl This file is free software; the copyright holder
dnl gives unlimited permission to copy and/or distribute it,
@@ -15,19 +15,11 @@ AC_CONFIG_MACRO_DIR([../../m4])
dnl Common code for all programs using libkpathsea.
KPSE_COMMON([ttfdump])
-dnl Checks for header files.
-AC_HEADER_STDC
-
dnl Checks for typedefs, structures, and compiler characteristics.
-
AC_C_BIGENDIAN
AC_CHECK_SIZEOF([int])
AC_CHECK_SIZEOF([long])
AC_CHECK_SIZEOF([long long])
-AC_C_INLINE
-
-dnl Checks for library functions.
-AC_CHECK_FUNCS([strstr])
AC_CONFIG_HEADERS([config.h])