diff options
author | Søren Sandmann Pedersen <sandmann@daimi.au.dk> | 2005-07-12 21:05:28 +0000 |
---|---|---|
committer | Søren Sandmann Pedersen <sandmann@daimi.au.dk> | 2005-07-12 21:05:28 +0000 |
commit | 85094af610ba990c6bc2377eff1f6f31dffd48e2 (patch) | |
tree | d3a6a0f85402089426a0f3bf36e15bc8d0abdd6c /configure.ac | |
parent | 8deaa94831b1a5926db928a68a6acbbe3ee9a904 (diff) |
Remove encodings build system from libfontenc
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/configure.ac b/configure.ac index c98da5b..28baff1 100644 --- a/configure.ac +++ b/configure.ac @@ -33,22 +33,6 @@ AM_CONFIG_HEADER(config.h) AC_PROG_CC AC_PROG_LIBTOOL -# mkfontscale - -AC_PATH_PROG(MKFONTSCALE, mkfontscale) -if [[ -z $MKFONTSCALE ]]; then - AC_MSG_ERROR([mkfontscale is needed to build fontenc. FIXME: when we - know where it is going to live, put a more informative - comment here]) -fi - -# gzip - -AC_PATH_PROG(GZIP, gzip) -if [[ -z $GZIP ]]; then - AC_MSG_ERROR([gzip is needed to compress font encodings]) -fi - # zlib AC_CHECK_LIB(z, gzclose) @@ -60,7 +44,5 @@ AC_SUBST(DEP_CFLAGS) AC_SUBST(DEP_LIBS) AC_OUTPUT([Makefile - encodings/Makefile - encodings/large/Makefile src/Makefile fontenc.pc]) |