diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-07-02 06:58:22 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-07-02 06:58:22 +0000 |
commit | 18dc99b59364300ef7890b86c9431b2780e12840 (patch) | |
tree | 0c0b46f985d7cfab4ca9e959791a2d5af9c7c1c4 /Build/source/libs/Makefile.in | |
parent | a4b3e4f65e8275b09a6355802d321b72a58c5d09 (diff) |
build system: Drop configure checks for BSD string functions (bcopy etc)
git-svn-id: svn://tug.org/texlive/trunk@31062 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/Makefile.in')
-rw-r--r-- | Build/source/libs/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Build/source/libs/Makefile.in b/Build/source/libs/Makefile.in index 3e24ca11bcc..98eb05ee90d 100644 --- a/Build/source/libs/Makefile.in +++ b/Build/source/libs/Makefile.in @@ -117,6 +117,7 @@ am__aclocal_m4_deps = $(top_srcdir)/../m4/kpse-cairo-flags.m4 \ $(top_srcdir)/../m4/kpse-xpdf-flags.m4 \ $(top_srcdir)/../m4/kpse-zlib-flags.m4 \ $(top_srcdir)/../m4/kpse-zziplib-flags.m4 \ + $(top_srcdir)/../version.ac \ $(top_srcdir)/../utils/biber/ac/withenable.ac \ $(top_srcdir)/../utils/m-tx/ac/withenable.ac \ $(top_srcdir)/../utils/pmx/ac/withenable.ac \ |