summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2009-09-23 23:39:07 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2009-09-23 23:39:07 -0700
commit677062e4623446d0edb222d14c1b0398f44e5526 (patch)
tree8a11b9c84c4c160c02f0082826724743145008b6
parent81881c2da9610cdfccf61685a091dbf5db7c415b (diff)
Stop trying to run bdftruncate with perl now that it's a C program
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
-rw-r--r--Makefile.am2
-rw-r--r--configure.ac1
2 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index ec7782c..6a97fdb 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -155,7 +155,7 @@ SUFFIXES = .bdf .pcf.gz t.bdf \
.bdft.bdf:
@rm -f $@
- $(PERL) $(BDFTRUNCATE) 0x3200 < $< > $@
+ $(BDFTRUNCATE) 0x3200 < $< > $@
.bdf-ISO8859-1.bdf:
@rm -f $@
diff --git a/configure.ac b/configure.ac
index d32e472..b12adea 100644
--- a/configure.ac
+++ b/configure.ac
@@ -31,7 +31,6 @@ m4_ifndef([XORG_MACROS_VERSION], [AC_FATAL([must install xorg-macros 1.2 or late
XORG_MACROS_VERSION(1.2)
AC_PROG_INSTALL
-AC_PATH_PROGS(PERL, perl perl5)
AC_PATH_PROG(BDFTOPCF, bdftopcf)
AC_PATH_PROG(BDFTRUNCATE, bdftruncate)
AC_PATH_PROG(UCS2ANY, ucs2any)