diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-12-08 15:07:28 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-12-08 15:07:28 +0000 |
commit | ad9bc0db70d401cf07c9370c51c41478b7f6351c (patch) | |
tree | 412f6d9c5daf94e259001a93cbd4df9f113593dc /Build/source/texk/ttfdump/configure.ac | |
parent | dbfcc7da0ae9c1338dc7c8c20adb213533a6450e (diff) |
remove duplicate configure checks
git-svn-id: svn://tug.org/texlive/trunk@20689 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/ttfdump/configure.ac')
-rw-r--r-- | Build/source/texk/ttfdump/configure.ac | 10 |
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]) |