diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-03-20 07:35:59 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-03-20 07:35:59 +0000 |
commit | 70a2688732ce8e027c0bbf4cbdc55621c9ca5b57 (patch) | |
tree | 0a618c7df46f5a6c6334bcc5b2264cc23ebdbc89 /Build/source/libs/graphite-engine/graphite-engine.ac | |
parent | 200cfaafaed3d870382579503f73a3838b427d51 (diff) |
new build system
git-svn-id: svn://tug.org/texlive/trunk@12443 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/graphite-engine/graphite-engine.ac')
-rw-r--r-- | Build/source/libs/graphite-engine/graphite-engine.ac | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/Build/source/libs/graphite-engine/graphite-engine.ac b/Build/source/libs/graphite-engine/graphite-engine.ac deleted file mode 100644 index dddbe63cb82..00000000000 --- a/Build/source/libs/graphite-engine/graphite-engine.ac +++ /dev/null @@ -1,13 +0,0 @@ -if test "$needs_graphite" = no; then - GRAPHITECPPFLAGS= - LDGRAPHITE= - GRAPHITEDEP= -else - GRAPHITECPPFLAGS='-I$(GRAPHITESRCDIR)/include' - LDGRAPHITE='$(GRAPHITEDIR)/src/.libs/libgraphite.a' - GRAPHITEDEP='$(GRAPHITEDIR)/src/.libs/libgraphite.a' -fi - -AC_SUBST(GRAPHITECPPFLAGS) -AC_SUBST(LDGRAPHITE) -AC_SUBST(GRAPHITEDEP) |