diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2012-10-10 09:55:03 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2012-10-10 09:55:03 +0000 |
commit | a10fd8b6f5be9646d171a0f699a0a9a152ae41fd (patch) | |
tree | 9b74478ce3bf50f31ca4802ee955afb49122a1c0 /Build/source/texk/chktex/configure.ac | |
parent | 40db78f0cac4b7e67227683a063f4bccfe2f50db (diff) |
chktex: Check for declaration of stpcpy()
git-svn-id: svn://tug.org/texlive/trunk@27936 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/chktex/configure.ac')
-rw-r--r-- | Build/source/texk/chktex/configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Build/source/texk/chktex/configure.ac b/Build/source/texk/chktex/configure.ac index a0063c59f64..1713e7a5e78 100644 --- a/Build/source/texk/chktex/configure.ac +++ b/Build/source/texk/chktex/configure.ac @@ -31,6 +31,9 @@ dnl Checks for library functions. AC_FUNC_VPRINTF AC_CHECK_FUNCS([access closedir fileno isatty opendir readdir stat strcasecmp strdup strlwr strtol]) +dnl Checks for declarations. +AC_CHECK_DECLS([stpcpy]) + AC_CONFIG_HEADERS([config.h]) dnl For TeX Live we always use Posix extended regular expressions |