diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2015-03-26 08:26:36 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2015-03-26 08:26:36 +0000 |
commit | 06e804d03b4cdf46019c05bcddfa1d44605b5df6 (patch) | |
tree | b767af28a0bf13a5cf951f456df69277325eaf23 /Build/source/m4/kpse-graphite2-flags.m4 | |
parent | a1fd87d351588b19714fe2dce7ff388e460a84d0 (diff) |
Build system: Drop erroneous dependencies between libraries
git-svn-id: svn://tug.org/texlive/trunk@36630 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/m4/kpse-graphite2-flags.m4')
-rw-r--r-- | Build/source/m4/kpse-graphite2-flags.m4 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Build/source/m4/kpse-graphite2-flags.m4 b/Build/source/m4/kpse-graphite2-flags.m4 index aae7c0b3f7f..c6f88903418 100644 --- a/Build/source/m4/kpse-graphite2-flags.m4 +++ b/Build/source/m4/kpse-graphite2-flags.m4 @@ -12,8 +12,6 @@ # Set the make variables GRAPHITE2_INCLUDES and GRAPHITE2_LIBS to the CPPFLAGS and # LIBS required for the `-lgraphite2' library in libs/graphite2/ of the TL tree. AC_DEFUN([KPSE_GRAPHITE2_FLAGS], [dnl -AC_REQUIRE([KPSE_FREETYPE2_FLAGS])[]dnl -AC_REQUIRE([KPSE_ICU_FLAGS])[]dnl _KPSE_LIB_FLAGS([graphite2], [graphite2], [], [-IBLD/libs/graphite2/include -DGRAPHITE2_STATIC], [BLD/libs/graphite2/libgraphite2.a], [], |